@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.urunDetayFiyatContainer {display: grid !important;}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[hidden] {
    display: none !important
}

[role=button] {
    cursor: pointer
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button,
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

template {
    display: none
}

[hidden] {
    display: none
}

[tabindex="-1"]:focus {
    outline: none !important
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    animation: fadein .8s ease-out;
}

body {
    font-family: 'Gilroy', sans-serif;
    margin: 0;
    padding: 0;
    font-size: .8rem;
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

textarea {
    overflow: auto
}

p {
    margin-top: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0
}

input[type=search] {
    -webkit-appearance: none
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
    cursor: not-allowed
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox
}

label {
    display: inline-block;
    margin-bottom: 0
}

input,
button,
select,
textarea {
    line-height: inherit
}

img {
    display: block;
    border: none;
    max-width: 100%
}

ol,
ul {
    list-style: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

i {
    font-style: normal
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

a {
    text-decoration: none;
    color: #666;
    transition: background .1s ease-in-out
}

    a:active,
    a:hover {
        outline-width: 0
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    -webkit-text-fill-color: #000;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 50px #fff inset;
        -webkit-text-fill-color: #000;
    }

select,
input {
    font-family: 'Gilroy', sans-serif !important;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 600s ease-in-out 0s
}

textarea {
    resize: vertical;
    overflow: auto
}

.sepetimBody .fa {
    font-family: FontAwesome
}

.pull-center {
    display: inline-block;
    vertical-align: top
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.fa-facebook-f:before {
    content: "\f39e" !important
}

.hesabimBolumuTutucu i {
    vertical-align: middle
}

.adminUserLoginBody #mainHolder_Panel1 .newuserForm > div {
    margin: 0 !important
}

#cb3DSecureOdeme {
    margin-right: 8px
}

#txtbxCep {
    border: solid 1px #a9a9a9;
    height: 26px;
    color: #777;
    background-color: transparent
}

.clear {
    clear: both
}

.textarea {
    font-family: 'Gilroy', sans-serif;
    border: solid 1px #a9a9a9;
    padding: 4px;
    width: 100%;
    height: 80px;
    resize: none;
    color: #777;
    background-color: transparent;
    transition-duration: .2s, .2s;
    -webkit-transition-duration: .2s, .2s
}

.textbox {
    font-family: 'Gilroy', sans-serif;
    color: #666;
    display: block;
    font-size: 14px;
    width: 100%;
    transition-duration: .2s, .2s;
    -webkit-transition-duration: .2s, .2s
}

.button {
    font-family: 'Gilroy', sans-serif;
    cursor: pointer;
    color: #fff;
    padding: 4px 5px;
    transition: all .3s ease 0s;
    border: none;
    text-align: center
}

.selectboxx {
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    background-color: none !important;
    width: 100%;
    margin-bottom: 4px
}

.validate,
.validateSol,
.validateOrta {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #a94442;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px
}

    .validate .validateOk,
    .validateSol .validateSolOk,
    .validateOrta .validateOrtaOk {
        background-color: #a94442;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 10px;
        display: block;
        border-radius: 0 0 5px 5px
    }

.cloudzoom-zoom {
    z-index: 999
}

.clearfix {
    content: '';
    clear: both;
    display: block;
    float: left;
    width: 100%
}

    .clearfix:after,
    .clearfix:before {
        content: '';
        clear: both;
        display: block;
        float: left;
        width: 100%
    }

.KasaOnuFirsatlarContent ul li a.button {
    border: none !important
}

.tooltip {
    position: absolute;
    z-index: -1;
    display: none;
    font-size: 10px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
    -webkit-animation: fadein .5s;
    -moz-animation: fadein .5s;
    -ms-animation: fadein .5s;
    -o-animation: fadein .5s;
    animation: fadein .5s
}

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=90);
        z-index: 1030;
        display: block
    }

    .tooltip.top {
        padding: 5px 0;
        margin-bottom: 7px;
        bottom: 100%;
        left: 50%
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 7px;
        left: 100%;
        top: 50%
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 7px;
        top: 100%;
        left: 50%;
        display: none
    }

    .tooltip.left {
        padding: 0 5px;
        margin-right: 7px;
        right: 100%;
        top: 50%
    }

.tooltip-inner {
    min-width: auto;
    padding: 0 8px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: #000;
    text-decoration: none;
    border-radius: 0;
    white-space: nowrap;
    font-weight: 400
}

.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-width: 5px 5px 0
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000
}

.Magazalar #header {
    margin-bottom: 50px
}

.Magazalar .magazaSelect {
    background: #fff;
    border: 1px solid #eeeff0;
    color: #222;
    font-size: 13px;
    margin-right: 20px;
    width: calc(25% - 20px)
}

.Magazalar #searchStore {
    width: 25%;
    margin: 0
}

    .Magazalar #searchStore input {
        background: #fff;
        border: 1px solid #eeeff0;
        color: #222;
        font-size: 13px;
        width: calc(100% - 115px)
    }

    .Magazalar #searchStore .buton {
        width: 105px;
        background: #222;
        border-color: #222
    }

        .Magazalar #searchStore .buton:hover {
            color: #222
        }

.Magazalar .magazalarContent {
    float: left;
    width: 100%;
    margin-top: 50px
}

.Magazalar #nearStores {
    float: left;
    width: 100%
}

    .Magazalar #nearStores > h2 {
        font-weight: 600 !important;
        color: #222;
        font-size: 18px
    }

.iletisimContent {
    float: left;
    width: 100%
}

    .iletisimContent .row {
        margin: 0
    }

    .iletisimContent .AdBan {
        float: left;
        width: 50%
    }

    .iletisimContent .iletisimLeft {
        float: left;
        padding: 0;
        margin: 0 0 40px;
        width: 100%;
        display: block
    }

    .iletisimContent .categoryTitle {
        float: left;
        padding: 0;
        margin: 0 0 30px;
        width: 100%;
        text-align: left
    }

        .iletisimContent .categoryTitle .categoryTitleText {
            margin-bottom: 0;
            font-size: 24px;
            font-weight: 700;
            line-height: 80px;
            text-align: left
        }

        .iletisimContent .categoryTitle:after {
            clear: left;
            content: '';
            width: 70px;
            height: 1px;
            background: #e5e5e5;
            float: left
        }

    .iletisimContent .iletisimLeft .Left {
        display: none
    }

    .iletisimContent .iletisimLeft .Center {
        display: none
    }

    .iletisimContent .iletisimLeft .span {
        float: left;
        width: 100%;
        margin-top: 20px
    }

    .iletisimContent .iletisimLeft .Right {
        display: block;
        color: #343434;
        font-size: 14px;
        line-height: 20px
    }

        .iletisimContent .iletisimLeft .Right:before {
            color: #bababa;
            font-size: 20px;
            font-family: fontawesome;
            width: 35px;
            text-align: left;
            font-weight: 300;
            float: left
        }

    .iletisimContent .iletisimLeft .span.iletisimLeftFirmaAdi .Right {
        font-size: 20px;
        font-weight: 700
    }

    .iletisimContent .iletisimLeft .span.iletisimLeftTelefon .Right {
        font-size: 24px
    }

        .iletisimContent .iletisimLeft .span.iletisimLeftTelefon .Right:before {
            content: '\f2a0'
        }

    .iletisimContent .iletisimLeft .span.iletisimLeftFaks .Right:before {
        content: '\f1ac'
    }

    .iletisimContent .iletisimLeft .span.iletisimLeftAdres .Right:before {
        content: '\f3c5'
    }

    .iletisimContent .iletisimLeft .span.iletisimLeftEposta .Right:before {
        content: '\f2b6'
    }

    .iletisimContent .iletisimRight {
        float: left;
        padding: 0;
        margin: 0;
        width: 100%
    }

        .iletisimContent .iletisimRight .iletisimbanka {
            float: left;
            padding: 0;
            width: 100%;
            margin: 0
        }

            .iletisimContent .iletisimRight .iletisimbanka .span {
                float: left;
                padding: 0;
                width: 100%;
                margin: 0
            }

                .iletisimContent .iletisimRight .iletisimbanka .span > div {
                    display: block;
                    font-size: 0;
                    border-bottom: 1px solid #e5e5e5;
                    padding: 0 0 20px;
                    margin: 0 0 20px
                }

                    .iletisimContent .iletisimRight .iletisimbanka .span > div span {
                        display: inline-block;
                        vertical-align: top;
                        width: auto !important;
                        color: #343434;
                        font-size: 14px
                    }

                    .iletisimContent .iletisimRight .iletisimbanka .span > div div {
                        display: inline-block;
                        vertical-align: top
                    }

                    .iletisimContent .iletisimRight .iletisimbanka .span > div.line1 span {
                        display: block
                    }

                    .iletisimContent .iletisimRight .iletisimbanka .span > div.line1 {
                        text-align: center
                    }

                        .iletisimContent .iletisimRight .iletisimbanka .span > div.line1 .line1 {
                            text-align: left
                        }

                        .iletisimContent .iletisimRight .iletisimbanka .span > div.line1 .line4 {
                            text-align: right
                        }

                        .iletisimContent .iletisimRight .iletisimbanka .span > div.line1 > div {
                            display: inline-block;
                            vertical-align: top;
                            width: 25%
                        }

                            .iletisimContent .iletisimRight .iletisimbanka .span > div.line1 > div span:nth-child(1) {
                                margin-bottom: 10px
                            }

                    .iletisimContent .iletisimRight .iletisimbanka .span > div.line2 > div.line2 {
                        float: right
                    }

                .iletisimContent .iletisimRight .iletisimbanka .span > .line1:nth-child(n+2) {
                    border-top: 4px solid;
                    margin-top: 20px;
                    padding-top: 20px
                }

    .iletisimContent .iletisimForm {
        float: left;
        width: 50%;
        padding-left: 80px
    }

        .iletisimContent .iletisimForm .rowLeft {
            float: left;
            padding: 0;
            margin: 0;
            width: 100%
        }

            .iletisimContent .iletisimForm .rowLeft .span {
                float: left;
                padding: 0;
                margin: 0 0 10px;
                width: 100%
            }

                .iletisimContent .iletisimForm .rowLeft .span .Center {
                    display: none
                }

                .iletisimContent .iletisimForm .rowLeft .span .Left {
                    display: block;
                    font-size: 12px;
                    color: #222;
                    font-weight: 600;
                    line-height: 30px
                }

                .iletisimContent .iletisimForm .rowLeft .span .Right {
                    display: block;
                    position: relative
                }

                    .iletisimContent .iletisimForm .rowLeft .span .Right input {
                        height: 40px;
                        border-color: #e3e3e3;
                        background: 0 0;
                        padding: 0 10px
                    }

        .iletisimContent .iletisimForm .rowRight {
            float: left;
            padding: 0;
            margin: 0;
            width: 100%
        }

            .iletisimContent .iletisimForm .rowRight .span {
                float: left;
                padding: 0;
                margin: 0 0 10px;
                width: 100%
            }

                .iletisimContent .iletisimForm .rowRight .span .Center {
                    display: none
                }

                .iletisimContent .iletisimForm .rowRight .span .Left {
                    display: block;
                    font-size: 12px;
                    color: #222;
                    font-weight: 600;
                    line-height: 30px;
                    width: auto !important
                }

                .iletisimContent .iletisimForm .rowRight .span .Right {
                    display: block;
                    position: relative;
                    width: auto !important
                }

                    .iletisimContent .iletisimForm .rowRight .span .Right .captchaImageBox {
                        display: block;
                        margin-bottom: 10px
                    }

                    .iletisimContent .iletisimForm .rowRight .span .Right input {
                        height: 40px;
                        border-color: #e3e3e3;
                        background: 0 0;
                        padding: 0 10px
                    }

                    .iletisimContent .iletisimForm .rowRight .span .Right textarea {
                        border-color: #e3e3e3;
                        background: 0 0;
                        padding: 10px
                    }

            .iletisimContent .iletisimForm .rowRight .iletisimBtn {
                margin-top: 20px
            }

                .iletisimContent .iletisimForm .rowRight .iletisimBtn input {
                    padding: 0;
                    display: block;
                    height: 55px;
                    font-size: 16px;
                    color: #fff;
                    font-weight: 400;
                    text-transform: uppercase;
                    float: left;
                    width: 100%
                }

    .iletisimContent .validate .validateOk,
    .iletisimContent .validateSol .validateSolOk,
    .iletisimContent .validateOrta .validateOrtaOk {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #ff0d0d;
        border-radius: 2px
    }

    .iletisimContent .validate,
    .iletisimContent .validateSol,
    .iletisimContent .validateOrta {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        display: block;
        border-radius: 2px
    }

.uyeOlContainer .FormTitle {
    display: block;
    margin: 20px 0;
    font-size: 26px;
    text-align: center
}

.uyeOlContainer #FrmYeniUye > .uyeOlCol {
    margin: 30px 20px 0 0;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    width: calc(50% - 10px)
}

    .uyeOlContainer #FrmYeniUye > .uyeOlCol:nth-child(2) {
        margin-right: 0
    }

.uyeOlContainer .uyeOlRow {
    margin: 0
}

.uyeOlContainer .uyeOlCol .uyeOlCol {
    width: auto;
    padding: 0
}

.uyeOlContainer .uyeOlCol .uyeOlCol-3 {
    padding-left: 0
}

.uyeOlContainer .uyeOlCol label {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block
}

.uyeOlContainer .uyeOlCol input.textbox {
    font-size: 14px;
    display: block;
    letter-spacing: .3px;
    background-color: #fff !important;
    height: auto !important;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 0;
    border: 1px solid #eee !important;
    font-weight: 400;
    color: #555 !important;
    width: 100%;
    text-indent: 15px;
    transition-duration: .2s, .2s;
    -webkit-transition-duration: .2s, .2s
}

.uyeOlContainer .uyeOlCol select.selectboxx {
    font-size: 14px;
    display: block;
    letter-spacing: .3px;
    background-color: #fff !important;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 0;
    border: 1px solid #eee !important;
    font-weight: 400;
    color: #555 !important;
    width: 100%;
    text-indent: 15px;
    transition-duration: .2s, .2s;
    -webkit-transition-duration: .2s, .2s
}

.uyeOlContainer .dateofbirth select.selectboxx {
    width: 31%;
    float: left;
    margin-right: 1%
}

.uyeOlContainer .gender {
    float: left;
    width: 100%
}

    .uyeOlContainer .gender label {
        float: left;
        width: 70px;
        margin-top: 10px;
        display: block
    }

    .uyeOlContainer .gender input {
        float: left;
        margin-top: 14px;
        margin-right: 3px
    }

.uyeOlContainer .intl-tel-input {
    margin-bottom: 15px
}

.uyeOlContainer #mainHolder_rblCinsiyet {
    float: left
}

.uyeOlContainer input.uyeol {
    height: auto;
    padding: 15px 0;
    line-height: normal;
    font-weight: 500;
    font-size: 16px;
    width: 100%
}

.uyeOlContainer .intl-tel-input input[type=tel] {
    padding-left: 48px !important;
    line-height: 1
}

.uyeOlContainer .uyeOlColItem.checkboxItem label span {
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 13px;
    line-height: 14px;
    width: calc(100% - 26px)
}

.uyeOlContainer .uyeol {
    width: 100%;
    text-align: center;
    padding: 2px;
    margin: 30px 0;
    height: 45px;
    font-size: 15px;
    line-height: 48px
}

.uyeOlContainer .uyeOlColItem.checkboxItem label input {
    margin-left: -20px
}

.uyeOlContainer .uyeOlColItem.checkboxItem label:before {
    margin-right: 10px
}

.uyeOlContainer .uyeOlCol .uyeOlCol {
    margin-right: 20px
}

.uyeOlContainer #chkSozlesme {
    margin: 0 !important
}

    .uyeOlContainer #chkSozlesme + label {
        width: calc(100% - 20px);
        float: right;
        line-height: 15px;
        font-size: 13px
    }

.userContainer {
    float: left;
    width: 100%;
    margin: 30px 0
}

    .userContainer .userDivLeft,
    .userContainer .userDivRight {
        padding: 0 15px
    }

    .userContainer .userMail,
    .userContainer .userSms,
    .userContainer .userSozlesmeDiv {
        float: left;
        width: 100%;
        margin: 10px 0 0
    }

        .userContainer .userMail label,
        .userContainer .userSms label,
        .userContainer .userSozlesmeDiv label {
            width: 93%;
            float: right
        }

    .userContainer #chkSozlesme + label {
        width: 93%;
        float: right
    }

    .userContainer .userLeftBox,
    .userContainer .userRightBox {
        width: 100%;
        float: left;
        margin: 0;
        padding: 25px
    }

    .userContainer .userLoginBtn,
    .userContainer .userSignBtn {
        float: left;
        width: 100%
    }

    .userContainer .uyeGirisBeniHatirla {
        margin: 20px 0
    }

        .userContainer .uyeGirisBeniHatirla input,
        .userContainer .uyeGirisBeniHatirla span {
            float: left
        }

        .userContainer .uyeGirisBeniHatirla input {
            width: 16px;
            height: 16px;
            margin-right: 10px
        }

    .userContainer .userPassBtn {
        margin: 20px 0
    }

.SifremiUnuttum {
    width: 100%;
    margin: 30px 0;
    padding-left: 50px;
    float: left
}

    .SifremiUnuttum p {
        line-height: 25px
    }

    .SifremiUnuttum #mainHolder_txtbxMail {
        width: 80%;
        height: 40px;
        float: left;
        line-height: 40px;
        padding: 0 20px
    }

    .SifremiUnuttum .button {
        padding: 0 10px;
        float: right;
        width: 20%;
        height: 40px
    }

.SifremiUnuttumInput {
    position: relative;
    width: 100%;
    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;
    width: 400px;
    position: relative;
    margin: 0 auto
}

    .SifremiUnuttum .line .Left {
        width: 30%;
        float: left
    }

    .SifremiUnuttum .line .Center {
        width: 4%;
        float: left
    }

    .SifremiUnuttum .line .Right {
        width: 66%;
        float: left
    }

.userLogin {
    float: left;
    width: 100%;
    text-align: center;
    margin: 50px 0
}

    .userLogin .newuserForm .uyelikonay.basariliUyelik {
        display: inline-block;
        vertical-align: top
    }

        .userLogin .newuserForm .uyelikonay.basariliUyelik .title {
            color: #000
        }

            .userLogin .newuserForm .uyelikonay.basariliUyelik .title:before {
                content: '\f00c';
                font-family: fontawesome;
                display: block;
                font-size: 40px;
                color: #097d2d;
                font-weight: 700;
                margin-bottom: 10px
            }

            .userLogin .newuserForm .uyelikonay.basariliUyelik .title h4 {
                font-size: 25px
            }

            .userLogin .newuserForm .uyelikonay.basariliUyelik .title span {
                font-size: 15px;
                margin: 10px 0;
                display: inline-block;
                vertical-align: top
            }

        .userLogin .newuserForm .uyelikonay.basariliUyelik a {
            padding: 15px;
            display: inline-block;
            vertical-align: top;
            font-size: 14px
        }

#divTaksitContainer {
    float: left;
    width: 100%;
    margin-top: 10px
}

.taksitMain {
    margin: 0 -5px
}

.taksitBlok {
    width: 50%;
    height: auto;
    float: left;
    line-height: 20px;
    padding: 0 5px;
    margin-bottom: 10px
}

.taksitBaslik {
    width: 100%;
    height: 20px;
    text-align: center
}

    .taksitBaslik img {
        vertical-align: top
    }

.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: 19%
        }

.RightDetail > .clear {
    clear: none
}

.ProductDetailMain {
    float: left;
    width: 100%
}

.ProductDetailMainRow {
    float: left;
    width: 100%
}

.TopDet {
    float: left;
    width: 100%;
    position: relative;
    margin: 0
}

.leftImage {
    width: 70%;
    float: left;
    position: relative;
    padding: 0 0;
}

.RightDetail {
    width: 30%;
    float: left;
    position: sticky;
    top: 123px;
    padding: 0 60px;
    right: 0;
    z-index: auto !important;
    margin-bottom: 67px;
}

.UrunDetayLeft {
    margin: 0 !important;
    overflow: hidden
}

.Images {
    float: right;
    width: 1px;
    padding-bottom: 1px;
    position: relative;
    margin-top: -1px;
}

    .Images img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto
    }

#divVideoGoruntulemeAlan {
    float: right;
    width: 480px !important;
    padding-bottom: 107.4%;
    position: relative
}

#vdUrunVideo {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.cloudzoom-blank > div:last-child {
    display: none !important
}

.SmallImages {
    display: flex !important;
    float: left;
    width: 100%;
    flex-wrap: wrap;
}

    .SmallImages div {
        float: left;
        width: 50%;
        padding: 0 0px 0px 0;
        cursor: pointer;
    }

        .SmallImages div img {
            max-width: 100%;
            max-height: 100%;
            padding: 5px;
        }

.leftImage .productTimer {
    display: none !important
}

.DetayYeniUrun {
    display: none !important
}

.RightDetail .TopList {
    float: left;
    width: 100%;
    position: relative
}

.RightDetail .MiddleList {
    float: left;
    width: 100%;
    position: relative
}

.RightDetail .BottomList {
    float: left;
    width: 100%;
    position: relative
}

.ProductName {
    float: left;
    width: 100%;
    position: relative;
    margin: 0
}

    .ProductName h1 {
        margin: 0;
        float: left;
        width: calc(100% - 25px)
    }

        .ProductName h1 span {
            float: left;
            width: 100%;
            display: inline-block;
            color: #000000;
            font-size: 20px;
            font-weight: 500;
            line-height: 22px
        }

#divUrunKodu {
    float: left;
    clear: left;
    color: #5c5c5c;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    padding: 0;
    margin: 5px 0 0;
}

    #divUrunKodu span {
        display: inline-block;
        vertical-align: top;
        color: #000;
        font-size: 10px;
        position: relative;
        line-height: 12px;
        float: left
    }

        #divUrunKodu span:after {
            content: ':';
            margin: 0 4px 0 2px
        }

#divTaksitAciklama {
    display: block;
    float: right;
    clear: right;
    margin-top: 12px
}

    #divTaksitAciklama .taksitSatir {
        color: #131313;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        float: left
    }

.RightDetail .puanVer {
    float: left;
    clear: left;
    margin-top: 10px
}

.RightDetail #PuanVer {
    float: left
}

.RightDetail .PuanVerSag {
    float: left;
    font-size: 14px;
    color: #2a2929;
    margin-left: 5px;
    font-weight: 600;
    line-height: 17px;
    display: none
}

.RightDetail ul.rating {
    float: left
}

    .RightDetail ul.rating li {
        margin-right: 5px !important;
        width: 14px !important;
        float: left;
        height: 14px
    }

        .RightDetail ul.rating li i.starItem {
            font-size: 14px !important;
            line-height: 14px;
            height: 14px;
            font-weight: 300;
            font-family: fontawesome
        }

            .RightDetail ul.rating li i.starItem:before {
                content: '\f005' !important
            }

            .RightDetail ul.rating li i.starItem:hover {
                font-size: 14px !important;
                font-weight: 600
            }

        .RightDetail ul.rating li.filled i {
            font-weight: 600
        }

.RightDetail .rating-stars ul > li.star.hover > i.fa {
    font-weight: 600
}

.RightDetail .rating-stars ul > li.star.selected > i.fa {
    font-weight: 600
}

.markaresmi {
    float: left;
    position: relative;
    z-index: 1;
    display: none !important
}

    .markaresmi a {
        float: left
    }

    .markaresmi img {
        max-width: 100%;
        float: left
    }

#divMagazaStok {
    float: left;
    clear: left;
    margin: 10px 0 0 !important
}

    #divMagazaStok a {
        display: inline-block;
        vertical-align: top;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px
    }

#divOnyazi {
    float: left;
    width: 100%;
    margin-top: 10px
}

    #divOnyazi h2 {
        font-weight: 400;
        font-size: 100%
    }

    #divOnyazi * {
        font-family: 'Gilroy', sans-serif !important;
        font-size: 12px;
        line-height: 12px
    }

    #divOnyazi strong {
        font-weight: 700
    }

        #divOnyazi strong * {
            font-weight: 700
        }

    #divOnyazi i {
        font-family: fontawesome !important;
        margin-right: 12px
    }

.urunDetayFiyatContainer {
}

.PriceList {
    float: left;
    position: relative;
    padding: 0 0 30px;
    margin: 0px 0 1px;
}

#pnlFiyatlar {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-top: 12px
}

#divIndirimliFiyat {
    display: block
}

#divMarka {
    float: left;
    width: 100%;
    line-height: 12px;
    margin-top: 10px;
    display: none;
}

#divTedarikci,
#divUrunStokAdedi,
#divToplamStokAdedi,
#divBarkod,
#divParaPuan,
#divTahminiTeslimatSuresi {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 12px;
    width: 100%
}

    #divMarka .left_line,
    #divTedarikci .left_line,
    #divUrunStokAdedi .left_line,
    #divToplamStokAdedi .left_line,
    #divBarkod .left_line,
    #divParaPuan .left_line,
    #divTahminiTeslimatSuresi .left_line {
        display: inline-block;
        vertical-align: top;
        color: #000;
        font-size: 10px;
        line-height: 12px
    }

    #divMarka .center_line,
    #divTedarikci .center_line,
    #divUrunStokAdedi .center_line,
    #divToplamStokAdedi .center_line,
    #divBarkod .center_line,
    #divParaPuan .center_line,
    #divTahminiTeslimatSuresi .center_line {
        display: inline-block;
        vertical-align: top;
        color: #000;
        font-size: 10px;
        line-height: 12px
    }

    #divMarka .right_line,
    #divTedarikci .right_line {
        display: inline-block;
        vertical-align: top;
        width: auto
    }

        #divMarka .right_line *,
        #divTedarikci .right_line *,
        #divUrunStokAdedi .right_line,
        #divToplamStokAdedi .right_line,
        #divBarkod .right_line,
        #divParaPuan .right_line,
        #divTahminiTeslimatSuresi .right_line {
            display: inline-block;
            vertical-align: top;
            color: #000;
            font-size: 10px;
            font-weight: 400;
            line-height: 12px
        }

#divMinMaksAlim {
    margin-top: 10px;
    float: left;
    width: 100%
}

#divIndirimOrani {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    float: right;
    padding: 4px;
    line-height: 38px;
    width: 66px
}

    #divIndirimOrani .left_line {
        display: none
    }

    #divIndirimOrani .center_line {
        display: none
    }

    #divIndirimOrani .indirimliOrani {
        display: inline-block;
        vertical-align: top;
        color: #d11b1b;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }

body #divIndirimOrani .indirimliOrani #ltrIndirimOrani:before {
    content: '-%';
}


#divIndirimOrani .indirimliOrani * {
    display: inline-block;
    vertical-align: top;
    color: #d11b1b;
    font-size: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    width: auto;
}

.PiyasafiyatiContent {
    display: block;
    line-height: .8;
    float: left;
    margin-top: 4px;
    margin-right: 10px
}

    .PiyasafiyatiContent .left_line {
        display: none;
        color: #343434;
        font-size: 14px;
        font-weight: 400;
        line-height: .8
    }

    .PiyasafiyatiContent .center_line {
        display: none;
        color: #4d555f;
        font-size: 14px;
        font-weight: 400;
        margin-right: 0
    }

    .PiyasafiyatiContent .right_line {
        display: inline-block;
        vertical-align: top
    }

        .PiyasafiyatiContent .right_line * {
            display: inline-block;
            vertical-align: top;
            font-weight: 400;
            text-decoration: line-through;
            line-height: .8
        }

        .PiyasafiyatiContent .right_line .spanKdv {
            display: none !important;
            vertical-align: top
        }

.IndirimliFiyatContent {
    display: block;
    line-height: .8;
    float: left
}

    .IndirimliFiyatContent .left_line {
        display: none;
        color: #343434;
        font-size: 14px;
        font-weight: 400;
        line-height: .8
    }

    .IndirimliFiyatContent .center_line {
        display: none;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        margin-right: 0
    }

    .IndirimliFiyatContent .right_line {
        display: inline-block;
        vertical-align: top
    }

        .IndirimliFiyatContent .right_line * {
            display: inline-block;
            vertical-align: top;
            line-height: 1.3;
        }

        .IndirimliFiyatContent .right_line .spanKdv {
            display: none !important;
            vertical-align: bottom;
            font-size: 12px;
            line-height: 1
        }

#divTurkLirasiFiyat {
    display: block;
    line-height: .8
}

    #divTurkLirasiFiyat .left_line {
        display: none;
        width: 103px;
        color: #152e59;
        font-size: 12px;
        font-weight: 400
    }

    #divTurkLirasiFiyat .center_line {
        display: none;
        color: #152e59;
        font-size: 14px;
        font-weight: 400;
        margin-right: 0
    }

    #divTurkLirasiFiyat .right_line {
        display: inline-block
    }

        #divTurkLirasiFiyat .right_line * {
            display: inline-block !important;
            vertical-align: top;
            line-height: .8
        }

#divIndirimsizFiyat {
    display: block;
    line-height: .8
}

    #divIndirimsizFiyat .left_line {
        display: none;
        vertical-align: top;
        font-size: 14px;
        font-weight: 400
    }

    #divIndirimsizFiyat .center_line {
        display: none;
        color: #000;
        font-size: 17px;
        font-weight: 400;
        margin-right: 0
    }

    #divIndirimsizFiyat .right_line {
        display: inline-block;
        font-size: 13px;
        font-weight: 400
    }

        #divIndirimsizFiyat .right_line * {
            display: inline-block !important;
            vertical-align: top
        }

        #divIndirimsizFiyat .right_line .spanKdv {
            display: none !important;
            vertical-align: top
        }

#divKDVDahilFiyat {
    display: block;
    line-height: .8;
    float: left;
    margin-top: 8px
}

    #divKDVDahilFiyat .left_line {
        display: inline-block;
        vertical-align: top;
        color: #000;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px
    }

    #divKDVDahilFiyat .center_line {
        display: none;
        color: #000;
        font-size: 13px;
        font-weight: 400;
        margin-right: 0
    }

    #divKDVDahilFiyat .right_line {
    }

        #divKDVDahilFiyat .right_line * {
            display: inline-block !important;
            vertical-align: top
        }

body #divStokYok {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: center;
    padding: 7% 0;
    background-color: #f2f5f6;
    border-radius: 0
}

    body #divStokYok:before {
        content: '\f057';
        font-family: fontawesome;
        font-weight: 300;
        width: 100%;
        float: left;
        font-size: 45px
    }

#pnlFiyatlar .spanKdv {
    margin-left: 5px;
    display: inline-block
}

#divEkstraBilgiler {
    float: left;
    clear: left
}

    #divEkstraBilgiler img {
        max-width: 100%;
        display: block
    }

#divUrunEkSecenek {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 10px 0 0
}

    #divUrunEkSecenek .eksecenekLine {
        clear: none !important;
        margin: 0 0 15px;
        float: left;
        width: 100%
    }

        #divUrunEkSecenek .eksecenekLine:last-child {
            margin-bottom: 0 !important;
            border: none;
            padding-bottom: 0
        }

        #divUrunEkSecenek .eksecenekLine .left_line {
            float: left;
            width: 100%;
            line-height: 45px;
            color: #000;
            font-size: 14px;
            font-weight: 700;
            display: none;
        }

        #divUrunEkSecenek .eksecenekLine .center_line {
            display: none
        }

        #divUrunEkSecenek .eksecenekLine .right_line {
            display: inline-block;
            vertical-align: top
        }

            #divUrunEkSecenek .eksecenekLine .right_line .size_box {
                float: left;
                cursor: pointer;
                text-align: center;
                font-size: 13px;
                position: relative;
                color: #000;
                font-weight: 400;
                margin-right: 10px
            }

                #divUrunEkSecenek .eksecenekLine .right_line .size_box img {
                    width: 50%;
                    height: 100%;
                    display: block
                }

        #divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line {
            width: 100%
        }

            #divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line select {
                min-width: 100%;
                float: left;
                height: 30px;
                border: 1px solid #dcdcdc;
                color: #000;
                font-size: 13px;
                font-weight: 400;
                padding: 0 10px;
                background: #fff
            }

        #divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box {
            width: 60px;
            height: 30px
        }

#productDetailRelated > a img {
    border: 1px solid #eee !important;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon {
    position: relative
}

    #divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box {
        min-width: 36px;
        height: 36px;
        line-height: 35px;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 0;
        padding: 0 4px;
    }

        #divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:last-child {
            margin-right: 0
        }

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok {
    position: relative;
    background: #f5f3f3 !important;
    color: #7a7979 !important;
    border-color: #e4dfdd
}

    #divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    #divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok:after {
        content: '';
        height: 1px;
        max-width: 65px;
        margin: 0 auto;
        background: #cecece;
        left: 0;
        right: 0;
        top: 50%;
        position: absolute;
        transform: rotate(155deg)
    }

#IlgiliUrunDiv {
    float: left;
    width: 100%
}

.TopDet #IlgiliUrunDiv {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

    .TopDet #IlgiliUrunDiv #divIlgiliUrunler {
        padding: 0 0 25px;
        margin: 0;
        background: 0 0;
        border: none;
        border-bottom: 1px solid #e5e5e5
    }

    .TopDet #IlgiliUrunDiv .JKatAdi {
        float: left;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left
    }

        .TopDet #IlgiliUrunDiv .JKatAdi .bold {
            padding: 0;
            margin: 0;
            text-align: left
        }

            .TopDet #IlgiliUrunDiv .JKatAdi .bold:before {
                display: none
            }

            .TopDet #IlgiliUrunDiv .JKatAdi .bold:after {
                display: none
            }

            .TopDet #IlgiliUrunDiv .JKatAdi .bold .satir1 {
                float: left;
                width: 100%;
                line-height: 13px;
                color: #000;
                font-size: 13px;
                font-weight: 500;
                text-transform: uppercase;
                display: block;
                margin-bottom: 10px
            }

    .TopDet #IlgiliUrunDiv .clear {
        display: none
    }

    .TopDet #IlgiliUrunDiv ul {
        float: left;
        width: 100%;
        padding: 0
    }

        .TopDet #IlgiliUrunDiv ul li {
            float: left;
            width: 50px;
            margin-right: 10px;
            overflow: hidden;
            border: 1px solid #fff
        }

            .TopDet #IlgiliUrunDiv ul li:hover {
                border-color: #e5e5e5
            }

            .TopDet #IlgiliUrunDiv ul li .productItem {
                border: none;
                width: 100%;
                float: left;
                padding: 0;
                box-shadow: none !important
            }

                .TopDet #IlgiliUrunDiv ul li .productItem .productTimer {
                    display: none !important
                }

                .TopDet #IlgiliUrunDiv ul li .productItem .productImage {
                    padding: 0
                }

                    .TopDet #IlgiliUrunDiv ul li .productItem .productImage a {
                        padding-bottom: 132%
                    }

                        .TopDet #IlgiliUrunDiv ul li .productItem .productImage a:before {
                            display: none !important
                        }

                .TopDet #IlgiliUrunDiv ul li .productItem .productIcon {
                    display: none
                }

                .TopDet #IlgiliUrunDiv ul li .productItem .urunListeAdet {
                    display: none !important
                }

                .TopDet #IlgiliUrunDiv ul li .productItem .productDetail {
                    padding: 0;
                    margin: 0;
                    display: none
                }

                    .TopDet #IlgiliUrunDiv ul li .productItem .productDetail:before {
                        display: none
                    }

                    .TopDet #IlgiliUrunDiv ul li .productItem .productDetail:after {
                        display: none
                    }

                .TopDet #IlgiliUrunDiv ul li .productItem .productYeInUcFi {
                    display: none
                }

                .TopDet #IlgiliUrunDiv ul li .productItem .productName {
                    display: none
                }

                .TopDet #IlgiliUrunDiv ul li .productItem .TukendiIco {
                    display: none
                }

                .TopDet #IlgiliUrunDiv ul li .productItem .boxBedenlerContent {
                    display: none !important
                }

#divSatinAl {
    float: left;
    width: 100%;
    margin: 30px 0 0;
    padding: 0
}

.BasketBtn {
    float: left;
    position: relative;
    width: 100%
}

#divAdetCombo {
    float: left;
    display: none !important;
    position: relative
}

    #divAdetCombo .left_line {
    }

    #divAdetCombo .center_line {
        display: none !important;
        float: left
    }

    #divAdetCombo .right_line {
        float: left;
        width: 90px;
        max-width: 100% !important
    }

    #divAdetCombo select {
        width: 100%;
        padding: 0 10px;
        text-align: left;
        background: url(images/downbutton.png) no-repeat right center #fff !important;
        appearance: none;
        -webkit-appearance: none;
        -moz-webkit-appearance: none
    }

.RightDetail .riSingle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    width: 90px
}

    .RightDetail .riSingle a.riUp,
    .riSingle a.riDown {
        width: 30px !important;
        height: 40px !important;
        top: 0;
        line-height: 40px;
        font-weight: 400;
        position: absolute;
        margin: 0 !important;
        float: left;
        cursor: pointer;
        text-indent: 0;
        text-align: center
    }

        .RightDetail .riSingle a.riUp i {
            line-height: 40px
        }

    .RightDetail .riSingle a.riDown i {
        line-height: 40px
    }

    .RightDetail .riSingle a.riUp {
        left: auto;
        right: 14px;
    }

    .RightDetail .riSingle a.riDown {
        left: 14px;
    }

.Basketinp {
    display: block;
    float: left;
    position: relative;
    margin-bottom: 30px
}

    .Basketinp p,
    #divAdetCombo .left_line {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        margin-right: 20px;
        float: left;
        line-height: 40px
    }

#txtbxurunSiparisAdedi_wrapper {
    float: left;
    width: 100% !important;
    position: relative;
    padding: 0 !important
}

#txtbxurunSiparisAdedi {
    width: 100% !important;
    text-align: center;
    display: inline-block;
    padding: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

#txtbxurunSiparisAdedi,
#divAdetCombo select {
    float: left;
    height: 40px !important;
    margin: 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 700
}

.basketBtn {
    float: left;
    position: relative;
    width: calc(100%);
    max-width: 100%;
    margin: 0;
    padding: 0;
}

    .basketBtn input {
        color: #060606;
        font-size: 16px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        letter-spacing: 0;
        border: none;
        border-radius: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: #f1f1f1 !important
    }

.buyfast {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin: 10px 0 0;
    display: none;
}

    .buyfast input {
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        letter-spacing: 0;
        border: none;
        border-radius: 0;
        text-transform: uppercase;
        -moz-appearance: none;
        -webkit-appearance: none;
        letter-spacing: 2px
    }

#divKombinSatinAl {
    display: none
}

.ProductIcon {
    float: left;
    width: 100%;
    margin: 15px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

    .ProductIcon .UGelinceHaberVer .box1 i:before {
        content: '\f0a1'
    }

    .ProductIcon > div {
        float: left;
        margin-right: 10px;
        position: relative
    }

        .ProductIcon > div > a {
            display: inline-block;
            vertical-align: top;
            width: 100%
        }

.ProductIcon2 {
    float: left;
    margin-top: 20px
}

    .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
        }

            .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: '\f303'
        }

        .ProductIcon2 > div.TavsiyeEtBtnContent > a:before {
            content: '\f164'
        }

/*.productDetailContainer .product_social_icon_wrapper {
    float: left;
    width: 100%;
    display: block !important;
    font-size: 0;
    margin: 30px 0
}

    .productDetailContainer .product_social_icon_wrapper .PaylasTit {
        float: left;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        margin-right: 18px
    }*/

/*.productDetailContainer .product_social_icon_wrapper ul {
        display: inline-block;
        vertical-align: top
    }

        .productDetailContainer .product_social_icon_wrapper ul li {
            float: left;
            margin-right: 8px
        }

            .productDetailContainer .product_social_icon_wrapper ul li:last-child {
                margin-right: 0
            }

            .productDetailContainer .product_social_icon_wrapper ul li a {
                float: left;
                color: #fff;
                background: #000;
                font-size: 14px;
                border-radius: 100%;
                text-align: center;
                width: 30px
            }

                .productDetailContainer .product_social_icon_wrapper ul li a i {
                    line-height: 30px;
                    display: inline-block;
                    vertical-align: top
                }

            .productDetailContainer .product_social_icon_wrapper ul li:nth-child(1) a {
                background: #3b5999
            }

            .productDetailContainer .product_social_icon_wrapper ul li:nth-child(2) a {
                background: #55acee
            }

            .productDetailContainer .product_social_icon_wrapper ul li:nth-child(3) a {
                background: #bd081c
            }

            .productDetailContainer .product_social_icon_wrapper ul li:nth-child(4) a {
                background: #e15541
            }

            .productDetailContainer .product_social_icon_wrapper ul li:nth-child(5) a {
                background: #29d871
            }*/

.UWhatsApp {
    vertical-align: top;
    float: left
}

    .UWhatsApp a {
        float: left;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        text-align: center;
        line-height: 30px;
        font-size: 14px
    }

.whatsApp i {
    font-family: fontawesomebrands
}

.UWhatsApp label {
    display: none
}

.divYorumYaz,
#yorumYaz {
    min-height: 220px
}

.socialButons {
    float: right !important;
    width: 100%;
    position: relative;
    margin: 0 !important
}

    .socialButons iframe {
        float: left
    }

.product-social {
    float: left;
    margin-right: 10px
}

    .product-social span {
        float: left;
        line-height: 32px;
        display: inline-block;
        color: #000;
        font-size: 12px;
        font-weight: 300;
        margin-right: 5px
    }

    .product-social ul {
        float: left
    }

        .product-social ul li {
            float: left;
            margin-right: 13px
        }

            .product-social ul li a {
                display: block;
                color: #323232;
                font-size: 18px
            }

.urunOzellik {
    float: left;
    width: 100%;
    margin: 20px 0
}

.urunTab {
    float: left;
    width: 100%
}

    .urunTab ul {
        display: inline-block;
        vertical-align: top;
        float: left
    }

    .urunTab > ul > li {
        float: left;
        margin-right: 40px
    }

        .urunTab > ul > li:last-child {
            margin-right: 0
        }

        .urunTab > ul > li > a {
            cursor: pointer;
            color: #000;
            font-size: 12px;
            font-weight: 700;
            line-height: 35px;
            text-transform: uppercase;
            border-bottom: 2px solid transparent;
            float: left
        }

            .urunTab > ul > li > a span {
                font-weight: 700
            }

.webTab {
    float: left;
    position: relative;
    width: 100%
}

    .webTab > ul {
        float: left;
        width: 100%
    }

        .webTab > ul > li {
            float: left;
            width: 100%;
        }

            .webTab > ul > li:last-child > a {
                margin-bottom: 0
            }

            .webTab > ul > li > a {
                float: left;
                width: 100%;
                text-align: left;
                line-height: 50px;
                font-size: 12px;
                font-weight: 500;
                text-transform: uppercase;
                color: #000000;
            }

                .webTab > ul > li > a:after {
                    content: '\f067';
                    font-family: fontawesome;
                    float: right;
                    margin-right: 0;
                    font-size: 12px;
                    color: #000;
                }

            .webTab > ul > li.active > a:after {
                content: '\f068'
            }

            .webTab > ul > li.active .urunDetayPanel {
                display: block !important
            }

.urunDetayPanel {
    float: left;
    width: 100%;
    clear: none !important;
    border: none;
    padding: 6px 0 10px
}

.urunTabAlt {
    float: left;
    width: 100%
}

.TabOzellikler .urunDetayPanel .urunTabAlt {
    overflow: auto;
    padding-right: 10px
}

.urunTabAlt strong {
    font-weight: 700
}

.urunTabAlt .divYorumYaz,
.urunTabAlt #yorumYaz {
    padding: 0 0 10px;
    width: 100%
}

.urunTabAlt #txtOneriMail {
    width: 100%;
    margin: 0;
    height: 30px;
    padding: 0 10px;
    width: 100% !important
}

.urunTabAlt #txtOneriNot {
    width: 100%;
    margin: 0;
    padding: 10px;
    width: 100% !important;
    background: #fff
}

.yorumlarItem {
    background-color: #eee;
    border-bottom: 3px solid #a09b98;
    padding: 16px;
    line-height: 26px;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: left
}

.yorumlarItemS1 {
    padding-bottom: 5px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px dashed #a09b98
}

.urunDetayPanel .button {
    color: #fff
}

.urunTabAlt {
    font-family: 'Gilroy', sans-serif !important;
    padding: 0
}

    .urunTabAlt * {
        font-family: 'Gilroy', sans-serif !important
    }

    .urunTabAlt i {
        font-family: fontawesome !important
    }

    .urunTabAlt img {
        max-width: 100% !important
    }

    .urunTabAlt iframe {
        max-width: 100% !important
    }

    .urunTabAlt .ng-valid-email {
        text-align: left
    }

    .urunTabAlt .button {
        padding: 10px 5px
    }

.orders .order-info i {
    margin-top: 0 !important
}

#btnYorumKaydet {
    float: left;
    text-align: center;
    -moz-appearance: none;
    -webkit-appearance: none
}

.urunTabAlt ul li {
    margin-bottom: 10px;
    clear: both
}

.oneriValidate .validate {
    top: 0;
    padding: 5px
}

.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 ul li .captchaImageBox {
    float: left
}

    .urunTabAlt ul li .captchaImageBox img {
        max-width: 100%;
        width: auto
    }

.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
}

#divEtiketler {
    float: left;
    width: 100%;
    padding: 0 20px 20px;
    margin: 50px 0 0;
    background: #fff;
    text-align: center
}

    #divEtiketler .productModuleTitle {
        float: left;
        color: #202122;
        font-size: 15px;
        font-weight: 700;
        width: 100%;
        text-align: center;
        line-height: 30px;
        margin: 10px 0
    }

    #divEtiketler a {
        color: #696d71;
        font-size: 13px
    }

        #divEtiketler a:hover {
            text-decoration: underline
        }

.Block_Title {
    display: none
}

.noProduct {
    background: url(https://static.ticimax.cloud/42152/Uploads/Images/urunyok.png) center center no-repeat !important;
    width: 212px;
    height: 214px
}

    .noProduct * {
        display: none !important
    }

#divUstFiltreKategori {
    display: none
}

#divUstFiltreMarka {
    display: none
}

.categorydesign {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}

    .categorydesign .Blok {
        margin: 0
    }

.leftBlock .categorydesign {
    display: block
}

.categorydesign * {
}

.categorydesign p {
    margin-bottom: 0
}

.categorydesign strong {
    font-weight: 700
}

    .categorydesign strong * {
        font-weight: 700
    }

.categorydesign img {
    display: inline-block;
    vertical-align: middle
}

/*------------------------------------KATEGORi AcIKLAMA-----------------------------------*/
.breadcrumbContent {
    float: left
}

body ul.breadcrumb {
    margin: 0 auto;
    display: block !important;
    padding: 0;
    border-radius: 0;
    float: none;
    list-style: none;
    clear: none
}

    body ul.breadcrumb * {
        color: #b8b8b8;
        font-size: 14px !important;
        line-height: 37px !important;
        float: left;
        font-weight: 400
    }

    body ul.breadcrumb li {
        font-size: 0 !important;
        float: none !important;
        vertical-align: middle
    }

        body ul.breadcrumb li a {
            position: relative
        }

        body ul.breadcrumb li:after {
            content: '|';
            display: inline-block;
            margin: 0 10px;
            color: #b8b8b8;
            font-size: 14px;
            line-height: 37px;
            float: left;
            font-weight: 400
        }

        body ul.breadcrumb li:nth-last-of-type(1):after {
            display: none
        }

        body ul.breadcrumb li:nth-last-of-type(1) span {
            font-weight: 400;
            color: #000
        }

        body ul.breadcrumb li:nth-last-of-type(1) a {
            pointer-events: none
        }

            body ul.breadcrumb li:nth-last-of-type(1) a:before {
                content: '';
                background: #000;
                height: 1px;
                width: 100%;
                position: absolute;
                bottom: calc(50% - 10px);
                left: 0;
                right: 0
            }

body a#linkOncekiSayfa {
    line-height: 50px;
    display: block;
    color: #000000;
    font-size: 10px !important;
    font-weight: 500;
}

.categoryTitle {
    float: left;
    width: 100%;
}

.categoryTitleText {
    float: left;
    width: 100%;
}

    .categoryTitleText ul.breadcrumb {
        /* border-bottom: 1px solid #e5e5e5; */
        margin-top: 0px;
        /*padding: 0px 10px !important;*/
        border-radius: 0.4rem;
    }

body #divSayfalamaUst {
    float: right;
    margin: 0 0 0px;
    padding: 0;
    text-align: center
}

.urunListRel {
    width: 100%;
    float: left;
    position: relative
}

.brandlistselection {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0;
    width: 100%
}

    .brandlistselection .clear {
        clear: none;
        display: none
    }

body #divSayfalamaUst .blockSelect {
    float: right;
    margin: 10px 0 0 5px;
    display: block !important;
    padding: 0;
    display: none !important;
}

    body #divSayfalamaUst .blockSelect a {
        float: left;
        width: auto;
        height: auto;
        margin: 0 0 0 15px;
        padding: 0;
        text-align: center;
        border: none;
        background: 0 0
    }

    body #divSayfalamaUst .blockSelect i {
        color: #d7d7d7;
        line-height: 20px;
        font-size: 10px;
        font-family: fontawesome;
        font-weight: 600
    }

    body #divSayfalamaUst .blockSelect a:hover i {
        color: #000;
        font-weight: 600
    }

    body #divSayfalamaUst .blockSelect .sort_hrz {
        display: none
    }

    body #divSayfalamaUst .blockSelect .sort_2 {
        display: none
    }

    body #divSayfalamaUst .blockSelect .sort_5 {
        display: none
    }

    body #divSayfalamaUst .blockSelect a.Active i {
        color: #000;
        font-weight: 600
    }

    body #divSayfalamaUst .blockSelect .sort_3 i:before {
        content: '\f111  \f111  \f111'
    }

    body #divSayfalamaUst .blockSelect .sort_4 i:before {
        content: '\f111  \f111  \f111  \f111'
    }

    body #divSayfalamaUst .blockSelect .sort_4 {
        border-left: 1px solid #e1e1e1;
        padding-left: 15px
    }

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent {
    float: left;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex
}

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:not(.appliedFilter) {
        float: left;
        font-weight: 400;
        border-radius: 0;
        padding: 0;
        border: none;
        margin: 0 5px
    }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:not(.appliedFilter):nth-child(1) {
            margin-left: 0
        }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:not(.appliedFilter):last-child {
            margin-right: 0
        }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a {
        position: relative;
        background-color: transparent;
        color: #000;
        font-size: 12px;
        border-radius: 0;
        padding: 0 8px;
        border: 1px solid #e5e5e5
    }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a span {
            font-weight: 500;
            line-height: 38px
        }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a:hover,
        body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a.selected {
            color: #fff
        }

body #divSayfalamaUst:not(.Slct) .brandlistselection .appliedFilter.FiltrelemeUrunAdet span {
    float: left;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    line-height: 45px;
    padding: 0;
    margin: 0;
}

body #divSayfalamaUst .brandlistselection .appliedFilter.FiltrelemeUrunAdet span:after {
    content: 'Bulundu.';
    color: #000000;
    font-weight: normal;
    margin-left: 4px;
}

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 .brandlistselection .sortingContent {
    background: 0 0;
    float: left;
    width: 100%
}

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
        float: left;
        padding: 0 20px;
        height: 35px;
        color: #000;
        font-size: 12px;
        font-weight: 500;
        border: 1px solid #e5e5e5;
        min-width: 160px;
        background: 0 0;
        margin-bottom: 10px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
        height: auto;
        padding: 0;
        border-radius: 0;
        background: 0 0;
        float: right;
        margin-right: 20px
    }

        body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
            float: right
        }

body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet {
    margin: 0
}

    body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet span {
        color: #040404;
        font-size: 12px;
        line-height: 45px;
        font-weight: 500;
        float: left;
        margin: 0;
        position: absolute;
        left: 0px;
    }

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock {
    padding: 0;
    background: 0 0;
    color: #040404;
    font-size: 12px;
    display: none;
}

    body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock span {
        line-height: 45px;
        font-weight: 500;
        display: inline-block;
        vertical-align: top
    }

    body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock:before {
        content: '';
        width: 14px;
        height: 14px;
        border: 1px solid #e1e1e1;
        border-radius: 0;
        float: left;
        margin: 15px 10px 0 0
    }

    body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock.selected:before {
        background: #000;
        border-color: #000
    }

body #divSayfalamaUst .filterDeleteContent {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 100%
}

    body #divSayfalamaUst .filterDeleteContent .appliedFilter {
        padding: 0;
        margin: 0 15px 0 0;
        height: auto;
        background: 0 0;
        border: 1px solid #666;
        width: auto
    }

        body #divSayfalamaUst .filterDeleteContent .appliedFilter a {
            width: 25px;
            margin: 0
        }

            body #divSayfalamaUst .filterDeleteContent .appliedFilter a i {
                font-family: fontawesome;
                line-height: 30px;
                color: #040404;
                font-size: 15px
            }

                body #divSayfalamaUst .filterDeleteContent .appliedFilter a i:before {
                    content: '\f00d'
                }

        body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span {
            color: #666;
            font-size: 14px;
            text-align: left;
            margin-top: 2px;
            font-weight: 400
        }

            body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span + span {
                color: #666;
                margin-top: 3px
            }

        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 5px
            }

                body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span {
                    line-height: 30px;
                    font-weight: 400;
                    font-size: 12px;
                    text-align: center;
                    margin: 0;
                    width: 100%
                }

@media screen and (min-width:1042px) {
    .sortingContent {
        display: block !important
    }

    .col-5li {
        width: 20%
    }

    body #divSayfalamaUst .filterBlock {
        float: left;
        border: none;
        border-radius: 0;
        width: auto;
        margin-bottom: 10px
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters {
        padding: 0;
        margin: 0;
        background: 0 0;
        position: static
    }

        body #divSayfalamaUst .category-vertical-filters.top-filters .panel {
            margin: 0 10px 0 0;
            padding: 0;
            width: auto;
            position: relative
        }

            body #divSayfalamaUst .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
            }

            body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading {
                padding: 0;
                border: none;
                margin: 0 0 5px;
                min-width: 160px;
                border-right: none;
                background-color: transparent !important
            }

                body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading:after {
                }

                body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading a {
                    line-height: 40px;
                    text-align: left;
                    color: #000;
                    font-size: 12px;
                    padding: 0 10px;
                    border: 1px solid #e5e5e5;
                    font-weight: 500
                }

                    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading a:after {
                        content: '\f107';
                        line-height: 40px;
                        vertical-align: top;
                        margin-left: 5px;
                        position: static;
                        color: #000;
                        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 {
            top: 100%;
            width: 320px;
            padding: 20px 20px 0
        }

            body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown > li {
                float: left;
                text-align: left;
                margin: 0 0 20px;
                width: 50%;
                padding: 0
            }

                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.top-filters .list-group.dropdown li a {
                float: left;
                line-height: 10px;
                font-size: 12px;
                color: #000
            }

                body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown li a:hover {
                    text-decoration: underline
                }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item:before {
        margin-right: 10px;
        width: 12px;
        height: 12px;
        border: 1px solid #ccc !important;
        border-radius: 0;
        background: #fff;
        display: inline-block !important;
        margin-top: 0;
        text-align: center;
        line-height: 10px
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item:hover:before {
        border-color: #ccc !important;
        background: #fff;
        content: '\f00c';
        font-family: fontawesome;
        color: #f04873;
        font-size: 8px;
        font-weight: 400
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before {
        border-color: #ccc !important;
        background: #fff;
        content: '\f00c';
        font-family: fontawesome;
        color: #f04873;
        font-size: 8px;
        font-weight: 400
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
        background: 0 0 !important
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item a {
        color: #000
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .div-kategori .list-group.dropdown > li {
        width: 100%
    }

        body #divSayfalamaUst .category-vertical-filters.top-filters .div-kategori .list-group.dropdown > li:not(.list-group-item) {
            width: 100%;
            margin-bottom: 0
        }

            body #divSayfalamaUst .category-vertical-filters.top-filters .div-kategori .list-group.dropdown > li:not(.list-group-item) a {
                float: left;
                width: 100%;
                margin-bottom: 10px
            }

            body #divSayfalamaUst .category-vertical-filters.top-filters .div-kategori .list-group.dropdown > li:not(.list-group-item) ul {
                float: left;
                width: 100%
            }

            body #divSayfalamaUst .category-vertical-filters.top-filters .div-kategori .list-group.dropdown > li:not(.list-group-item) li {
                float: left;
                width: 100%;
                margin-bottom: 0
            }

    body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range {
        background: #dfdfdf;
        height: 2px;
        width: 100%;
        margin: 11px 0 0;
        border: none;
        float: left
    }

        body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range .ui-slider-range {
            background: #262626;
            height: 2px;
            margin-top: 0
        }

        body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range .ui-slider-handle {
            background: #fff;
            border-radius: 100%;
            width: 18px;
            height: 18px;
            border: none;
            margin-top: 0;
            margin-right: -4px;
            top: -8px;
            box-shadow: 0 2px 1px 0 #b5b5b5
        }

    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
    }
}

.leftBlock .category-vertical-filters {
    float: left;
    width: 100%;
    border: none;
    overflow: hidden;
    margin: 0 0 20px;
    text-align: center;
    padding: 12px;
}

.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: 45px;
        font-size: 15px;
        color: #000;
        font-weight: 500;
        padding: 0;
        border-bottom: 1px solid #dfdfdf;
    }

        .leftBlock .panel-heading a:after {
            content: '\f0d7';
            font-family: fontawesome;
            float: right;
            font-weight: 600;
        }

    .leftBlock .panel-heading.active a:after {
        content: '\f0d8'
    }

.leftBlock .category-vertical-filters > div {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    display: inline-block;
}

    .leftBlock .category-vertical-filters > div:last-child {
        margin-bottom: 0;
        border-bottom: none
    }

.leftBlock .category-vertical-filters .panel.div-kategori ul li:not(.list-group-item) {
    margin-bottom: 0;
    width: 100%
}

    .leftBlock .category-vertical-filters .panel.div-kategori ul li:not(.list-group-item) a {
        margin-bottom: 10px
    }

.leftBlock .category-vertical-filters .panel.div-kategori > ul > li:not(.list-group-item) > a {
    font-size: 13px;
    margin-bottom: 15px
}

.leftBlock .category-vertical-filters .panel.div-kategori > ul > li:nth-child(1):not(.list-group-item) > a {
    font-weight: 600
}

.leftBlock .category-vertical-filters .panel.div-kategori > ul > li:not(.list-group-item) {
    margin-bottom: 5px
}

.leftBlock .category-vertical-filters .vertical-filter-panel .panel-search {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 25px;
}

    .leftBlock .category-vertical-filters .vertical-filter-panel .panel-search input {
        border: 1px solid #e5e5e5;
        height: 25px;
        padding: 0 5px;
        font-size: 12px;
        color: #000
    }

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group {
    float: left;
    text-align: left;
    padding: 5px 0;
    margin: 10px 0 20px;
    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 20px;
        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 a,
        .leftBlock .category-vertical-filters .vertical-filter-panel .list-group li a {
            float: left;
            font-size: 12px;
            color: #000;
            display: inline-block;
            line-height: 12px;
            font-weight: 400;
            width: calc(100% - 22px);
            white-space: normal
        }

        .leftBlock .category-vertical-filters .vertical-filter-panel .list-group li:hover > a {
            text-decoration: underline
        }

        .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-item.list-group-item-image {
            background-size: 12px 12px !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 a {
                padding-left: 24px;
                width: auto
            }

            .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:before {
            margin-right: 10px;
            width: 12px;
            height: 12px;
            border: 1px solid #ccc !important;
            border-radius: 0;
            background: #fff;
            display: inline-block !important;
            margin-top: 0;
            text-align: center;
            line-height: 10px
        }

        .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before {
            border-color: #ccc !important;
            background: #fff;
            content: '\f00c';
            font-family: fontawesome;
            font-size: 8px;
            font-weight: 600
        }

        .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item:hover:before {
            border-color: #ccc !important;
            background: #fff;
            content: '\f00c';
            font-family: fontawesome;
            font-size: 8px;
            font-weight: 600
        }

body .leftBlock .slider-range {
    float: left;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 20px 0;
    height: 2px;
    background: #ddd;
    margin-top: 43px;
}

    body .leftBlock .slider-range .ui-slider-range {
        height: 2px;
        background: #000;
        border-radius: 0;
        top: 0;
        margin: 0
    }

    body .leftBlock .slider-range .ui-slider-handle {
        width: 10px;
        height: 10px;
        border-radius: 2px;
        background: #000;
        border: none;
        margin: 0;
        top: -4px
    }

    body .leftBlock .slider-range span:nth-child(2) {
        margin-left: 0
    }

    body .leftBlock .slider-range span:nth-child(3) {
        margin-left: -10px
    }

body .leftBlock .amount {
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px
}

body .leftBlock .FiyatTextBox {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

    body .leftBlock .FiyatTextBox input {
        border: 1px solid #d7d7d7;
        height: 25px;
        padding: 0 5px;
        font-size: 12px;
        color: #000
    }

.brandlistselectionBottom {
    margin-bottom: 0;
    display: none
}

#divSayfalamaAlt {
    width: 100%;
    margin: 0
}

.pageNumber {
    float: right;
    text-align: right;
    margin: 0;
    display: none
}

    .pageNumber a {
    }

.pageNumberContent {
}

.pageNumberBottom {
    float: right;
    text-align: right;
    margin: 50px 0;
    padding: 0;
    width: 100%;
    display: block;
    vertical-align: middle
}

.pageNumberContent,
.pageBorder {
    display: inline-block;
    vertical-align: top
}

    .pageNumberContent a,
    .pageBorder a {
        border: 1px solid #000;
        background: #fff;
        color: #000;
        float: left;
        position: relative;
        display: block;
        min-width: 35px;
        height: 35px;
        line-height: 33px;
        text-align: center;
        font-size: 13px;
        border-radius: 50%;
        font-weight: 400;
        margin: 0 5px
    }

        .pageNumberContent a.butonDisabled,
        .pageBorder a.butonDisabled {
            opacity: 1 !important
        }

        .pageNumberContent a:hover,
        .pageBorder a:hover {
            color: #fff
        }

        .pageNumberContent a.SelectedSayfa,
        .pageBorder a.SelectedSayfa {
            color: #fff
        }

.KategoriFilitrelemeContent .Block_Title {
    display: none
}

.homeContainer .ProductListContent {
    float: left;
    width: 100%;
    margin: 30px 0;
    position: relative
}

    .homeContainer .ProductListContent .ProductList {
        display: block;
        margin: 0 auto
    }

    .homeContainer .ProductListContent .ItemOrj {
        padding: 0 10px;
        margin-bottom: 20px;
        width: 25%;
        max-width: 25%
    }

    .homeContainer .ProductListContent .productItem {
        margin-bottom: 0
    }

.ProductListContent {
    float: left;
    width: 100%
}

.categoryContainer .ProductListContent {
    float: left;
    width: 100%
}

.categoryContainer .ProductList {
    margin: 0 -10px
}

.categoryContainer .ProductListContent .productItem {
    margin-bottom: 20px
}

.ItemOrj {
    float: left;
    padding: 0 15px;
}

.productItem {
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 0;
    border-radius: 5px;
}

    .productItem .productIcon {
        width: 100%;
        height: 100%;
        float: left;
    }

.myCollectionProductBtn {
    display: block !important;
    font-size: 14px;
    width: 100%;
    float: left;
    text-align: left;
    margin: 5px 5px 10px 5px;
}

.productItem .productImage {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0
}

    .productItem .productImage a {
        display: block;
        position: relative;
        padding-bottom: 131%
    }

    .productItem .productImage.Videolu {
        display: block;
        position: relative;
        padding-bottom: 131%
    }

    .productItem .productImage img {
        max-width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 0;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease
    }

    .productItem .productImage.Videolu video {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 0;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease
    }

.productItem.StokYok .productImage img {
    opacity: .4
}

.productItem .productDetail {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    height: auto;
    padding: 10px 5px 5px;
    transition: all .3s ease
}

.productItem .productName {
    position: relative;
    margin: 0;
    float: left;
    width: 100%
}

    .productItem .productName a {
        float: left;
        width: 100%;
        text-align: left;
        padding: 0;
        line-height: 20px;
        height: auto;
        font-weight: 400;
        font-size: 14px;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }


.productItem .productPrice {
  display: inline-block;
    vertical-align: top;
    margin: 13px 0 10px 0;
}

.pageNumberContent a:hover,
.pageBorder a:hover,
.pageNumberContent a.SelectedSayfa,
.pageBorder a.SelectedSayfa,
.buyfast input,
.ProductIcon > div:hover .box1,
.basketBtn input,
.mycartIcon a:hover {
    background: #d8e9ec;
    color: #000;
    box-shadow: 0px 5px 9px #8888881a;
}

.productItem .discountPrice {
    vertical-align: top;
    display: block;
    float: right;
}

    .productItem .discountPrice span {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        color: #000;
    }

.productItem .discountKdv,
.productItem .regularKdv {
    display: none
}

.productItem .regularPrice {
    display: inline-block !important;
    vertical-align: top;
    margin-right: 10px;
    float: left;
}

    .productItem .regularPrice span {
        font-size: 14px;
        color: #131313;
        line-height: 1.2;
        font-weight: 400;
        margin-left: 10px;
        text-decoration: line-through;
    }

.productItem .productMarka {
    display: none !important
}

.productItem .productOnYazi,
.productItem .productOnYazi * {
    background: 0 0 !important;
    font-family: 'Gilroy', sans-serif !important;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300
}

.productItem .productOnYazi {
    display: none;
    float: left;
    margin: 3px 0;
    width: 100%;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.urunListStokUyari,
.discountIcon div,
.discountIcon .discountIcon_s2,
.examineIcon {
    z-index: 3;
    display: none
}

.newIcon {
    display: none !important;
    float: left;
    width: 45px;
    height: 20px;
    line-height: 20px;
    background: #000;
    margin-bottom: 7px;
    color: #fff;
    font-size: 11px;
    font-weight: 600
}

.discountIcon {
    display: block !important;
    float: left;
    width: 35px;
    height: 24px;
    margin-bottom: 22px;
    color: #d11b1b;
    z-index: 9;
    font-size: 14px;
    background: rgb(255 255 255/60%) !important;
}

.productItem .discountIcon .discountIcon_s1:before {
    content: "-";
}

.firsatIcon {
    display: block !important;
    float: left;
    width: 100px;
    height: 20px;
    line-height: 20px;
    background: #00c753;
    color: #fff;
    font-size: 11px;
    font-weight: 600
}

.cargoIcon {
    float: left;
    width: 45px;
    height: 20px;
    background: #eee;
    margin-bottom: 7px
}

    .cargoIcon:before {
        content: '\f0d1';
        font-family: fontawesome;
        float: left;
        width: 100%;
        text-align: center;
        line-height: 20px;
        font-size: 14px;
        color: #000;
        font-weight: 400
    }

.mycartIcon {
    display: block;
    float: left
}

.favori {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px
}

.productYeInUcFi {
    position: absolute;
    left: 10px;
    bottom: 140px;
    display: flex;
    flex-direction: column
}

.discountIcon span,
.mycartIcon a span {
    font-weight: 400;
}

.favori a,
.examineIcon a {
    display: block;
    font-size: 0
}

.mycartIcon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 9px;
    display: none;
}

.productItem:hover .mycartIcon {
    display: none;
    margin: 9px
}

.mycartIcon a {
    font-size: 12px;
    font-weight: 400;
    line-height: 46px;
    color: #fff;
    float: left;
    width: 100%
}

    .examineIcon a:before,
    .favori a:before,
    .mycartIcon a:before {
        font-family: fontawesome;
        display: inline-block;
        vertical-align: top
    }

.favori a:before {
    content: '\f004';
    font-size: 20px;
    font-weight: 100;
    color: #d7d7d7
}

.TukendiIco {
    z-index: 5;
    border-radius: 0;
    background: 0 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: calc(100% - 115px);
    overflow: hidden
}

    .TukendiIco span {
        line-height: 25px;
        background: #f8f8f8;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        border: none;
        color: #000;
        font-size: 12px;
        font-weight: 400;
        padding: 0;
        text-transform: uppercase;
        letter-spacing: 2px
    }

.StokYok .cargoIcon,
.StokYok .firsatIcon,
.StokYok .newIcon {
    display: none
}

.StokYok .productYeInUcFi {
    display: none !important
}

body .productItem .divVideoPlayButton {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: calc(100% - 90px);
    overflow: hidden
}

    body .productItem .divVideoPlayButton a.urunListeVideoPlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        color: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: 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: -20px;
            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'
            }

.productItem .urunListeAdet,
.productItem.StokYok .urunListeAdet,
.productIcon .quickViewIco,
.productItem:hover .productIcon .quickViewIco {
    display: none !important
}

#mainHolder_divDesign .JKatAdi.categoryTitle,
.JKatAdi {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin: 0 0 10px !important
}

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold,
    .JKatAdi .bold {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        position: relative
    }

        #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1,
        .JKatAdi .bold .satir1 {
            display: inline-block;
            vertical-align: top;
            padding: 0 !important;
            background: #fff0;
            line-height: 45px;
            color: #000;
            font-size: 19px;
            font-weight: 500;
            float: left;
            position: relative;
            z-index: 1;
        }

#mainHolder_divDesign .owl-carousel .owl-nav,
.owl-carousel .owl-nav {
    z-index: 2;
    position: absolute;
    right: 5px;
    top: 40%;
    left: 5px
}

    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev,
    .owl-carousel .owl-nav .ProductListprev,
    .owl-carousel .owl-nav .ProductListnext,
    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext {
        color: #000;
        background: #fff;
        border-radius: 0;
        border: none;
        width: 45px;
        height: 45px;
        cursor: pointer;
        text-align: center;
        position: absolute;
        font-size: 0;
        display: inline-block;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 100%;
        box-shadow: 0 1px 13px 0 rgb(0 0 0/22%);
        text-shadow: 0 1px 13px rgb(0 0 0/22%)
    }

    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext,
    .owl-carousel .owl-nav .ProductListnext {
        right: 0
    }

    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev,
    .owl-carousel .owl-nav .ProductListprev {
        left: 0
    }

        #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before,
        .owl-carousel .owl-nav .ProductListprev:before,
        .owl-carousel .owl-nav .ProductListnext:before,
        #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before {
            font-family: fontawesome;
            font-size: 18px !important;
            line-height: 48px !important;
            font-weight: 300;
        }

        #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:hover:before,
        .owl-carousel .owl-nav .ProductListprev:hover:before,
        .owl-carousel .owl-nav .ProductListnext:hover:before,
        #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:hover:before {
            color: #000
        }

        #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before,
        .owl-carousel .owl-nav .ProductListprev:before {
            content: '\f053'
        }

    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before,
    .owl-carousel .owl-nav .ProductListnext:before {
        content: '\f054'
    }

#mainHolder_divDesign .owl-carousel .owl-dots,
.owl-carousel .owl-dots {
    display: none
}

.owl-carousel .owl-dots {
    display: none
}

.sliderBannerContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0
}

    .sliderBannerContainer .ProductList {
        display: block !important;
        margin: 0 auto
    }

    .sliderBannerContainer .Jbutonlar {
        display: none
    }

    .sliderBannerContainer .jCarouselLite {
        float: left;
        width: 100%
    }

.detaySliderContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding-bottom: 40px;
    margin: 30px 0;
}

    .detaySliderContainer .ProductList {
        display: block !important;
        margin: 0 auto
    }

    .detaySliderContainer .Jbutonlar {
        display: none
    }

    .detaySliderContainer .jCarouselLite {
        float: left;
        width: 100%
    }

#pnlSlider {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

    #pnlSlider ul li {
        display: block
    }

        #pnlSlider ul li a {
            display: block
        }

            #pnlSlider ul li a img {
                width: 100%;
                display: block
            }

    #pnlSlider .flex-control-nav {
        position: absolute;
        bottom: 28px;
        right: 0;
        left: 0
    }

    #pnlSlider .flex-control-paging li {
        margin: 0 2px
    }

        #pnlSlider .flex-control-paging li a {
            float: right;
            width: 11px;
            height: 11px;
            border-radius: 100%;
            border: none;
            box-shadow: none;
            text-shadow: none
        }

    #pnlSlider .flex-direction-nav {
        position: absolute;
        top: 45%;
        left: 20px;
        right: 20px
    }

        #pnlSlider .flex-direction-nav li {
            display: inline-block;
            vertical-align: top
        }

        #pnlSlider .flex-direction-nav .flex-nav-prev {
            float: left
        }

        #pnlSlider .flex-direction-nav .flex-nav-next {
            float: right
        }

        #pnlSlider .flex-direction-nav .flex-prev,
        #pnlSlider .flex-direction-nav .flex-next {
            width: auto;
            height: auto;
            border-radius: 0;
            top: 0;
            margin: 0;
            padding: 0;
            box-shadow: none;
            opacity: 1;
            font-size: 0;
            position: relative;
            text-shadow: none;
            text-align: center
        }

        #pnlSlider .flex-direction-nav .flex-prev {
            left: 0
        }

        #pnlSlider .flex-direction-nav .flex-next {
            right: 0
        }

            #pnlSlider .flex-direction-nav .flex-prev:before,
            #pnlSlider .flex-direction-nav .flex-next:before {
                font-family: fontawesome;
                font-size: 45px;
                font-weight: 300;
                line-height: 45px
            }

        #pnlSlider .flex-direction-nav .flex-prev:before {
            content: '\f053'
        }

        #pnlSlider .flex-direction-nav .flex-next:before {
            content: '\f054'
        }

        #pnlSlider .flex-direction-nav a:before {
            text-shadow: none
        }

        #pnlSlider .flex-direction-nav a:after {
            text-shadow: none
        }

    #pnlSlider .HPSItems .flex-control-thumbs {
        position: static;
        float: left;
        width: 100%;
        background: #fff;
        margin: 0
    }

        #pnlSlider .HPSItems .flex-control-thumbs li {
            width: 110px;
            position: relative;
            height: 62px
        }

.HomePageSlideShowContainer {
    float: left;
    width: 100%;
    position: relative
}

    .HomePageSlideShowContainer .HomePageSlideShow {
        padding: 0;
        width: 100%
    }

    .HomePageSlideShowContainer .HPSItems {
        clear: both;
        cursor: pointer;
        width: 100%
    }

        .HomePageSlideShowContainer .HPSItems div {
            cursor: pointer;
            float: left;
            margin: 0;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 100%
        }

    .HomePageSlideShowContainer .flex-control-nav img {
        border: none;
        margin: auto;
        padding: 0;
        max-width: 75px;
        width: auto;
        opacity: .4;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0
    }

    .HomePageSlideShowContainer .flex-control-nav .flex-active {
        opacity: 1
    }

.markaSlider {
    float: left;
    width: 100%
}

    .markaSlider .jCarouselLite {
        display: block;
        margin: 0 auto
    }

    .markaSlider .owl-carousel {
        float: left;
        width: 100%
    }

        .markaSlider .owl-carousel .owl-stage-outer {
        }

    .markaSlider:before {
        content: '';
        display: table;
        clear: both
    }

    .markaSlider ul li {
        float: left;
        width: 100%;
        display: inline-table
    }

        .markaSlider ul li a {
            display: table-cell;
            overflow: hidden;
            max-width: 100%;
            vertical-align: middle;
            padding-bottom: 27%;
            background: 0 0;
            border-radius: 0;
            overflow: hidden
        }

            .markaSlider ul li a img {
                max-width: 100%;
                max-height: 100%;
                height: auto;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                -webkit-filter: grayscale(0);
                filter: grayscale(0)
            }

            .markaSlider ul li a:hover img {
                -webkit-filter: grayscale(0);
                filter: grayscale(0)
            }

.hoverr:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .18);
    z-index: 10;
    clear: none;
    display: block !important;
    -webkit-animation: fadein .5s;
    -moz-animation: fadein .5s;
    -ms-animation: fadein .5s;
    -o-animation: fadein .5s;
    animation: fadein .5s
}

#header:before {
    content: '';
    display: table
}

#header:after {
    content: '';
    display: table
}

#header {
    width: 100%;
    position: relative;
    float: left;
    z-index: 1000
}

.headerContent {
    text-align: center
}

    .headerContent:before {
        content: '';
        display: block;
        clear: both
    }

    .headerContent:after {
        content: '';
        display: block;
        clear: both
    }

#logo {
    display: inline-block;
    vertical-align: top;
    float: left;
}

    #logo .logo {
        height: 68px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        /* margin-right: 292px; */
        -webkit-justify-content: center;
        justify-content: flex-start;
    }

        #logo .logo img {
            display: block;
            max-width: 100%;
            max-height: 60px;
        }

.mycart {
    float: right;
    z-index: 99;
    position: relative;
    margin-top: 15px;
    margin-left: 15px
}

    .mycart:before {
        content: '';
        float: right;
        width: 18.6px;
        height: 23px;
        background: url(https://static.ticimax.cloud/42152/Uploads/Images/homeicon/antishop.svg) no-repeat left center;
        background-size: 100%;
        margin-right: 14px
    }

    .mycart > a {
        display: block;
        color: #000;
        font-size: 10px;
        padding: 0 5px
    }

    .mycart .sepetTecxt {
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
        color: #000;
        line-height: 19px;
    }

    .mycart .sepetUrunSayisi {
        display: block;
        position: absolute;
        right: 0;
        bottom: 22px;
        padding: 3px;
        width: 15px;
        height: 15px;
        line-height: 1;
        background: #000000;
        border-radius: 100%;
        color: #fff !important;
    }

    .mycart .sepetUrun {
        display: none !important;
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        color: #000;
        line-height: 20px
    }

        .mycart .sepetUrun:after {
            content: '-';
            margin-left: 3px
        }

.sepetTopTutar {
    display: none !important;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 20px
}

.CartProduct {
    display: block !important;
    width: 414px;
    background: #fff;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 15px;
    z-index: 99999;
    position: absolute;
    top: 120%;
    right: -1px;
    margin-left: -150px;
    box-shadow: 0 5px 10px -2px rgb(0 0 0 / 30%);
    -webkit-transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
}

    .CartProduct:before {
        position: absolute;
        width: 15%;
        right: 0;
        top: -18px;
        height: 20px;
        content: ''
    }

    .CartProduct:after {
        content: '';
        position: absolute;
        top: -10px;
        right: 0;
        height: 0;
        width: 0;
        border-bottom: 10px solid #e5e5e5;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent
    }

    .CartProduct .SPrice {
        float: left;
        height: 30px;
        background: 0 0;
        width: 100%;
        text-align: right;
        margin: 15px 0 10px;
        display: none
    }

    .CartProduct.more .SPrice {
        display: block
    }

    .CartProduct .SPrice * {
        color: #000;
        font-size: 14px;
        line-height: 30px;
        font-weight: 700
    }

    .CartProduct .SPrice .sepetToplamTutar {
        color: #000;
        margin-left: 5px
    }

    .CartProduct .SProduct {
        max-height: 300px;
        float: left;
        width: 100%;
        display: table;
        overflow: hidden;
        text-align: center;
        font-weight: 300;
        font-size: 12px;
        color: #000;
        overflow-y: auto;
        padding: 0
    }

        .CartProduct .SProduct li {
            display: block;
            padding: 0 0 15px;
            margin-bottom: 10px;
            border-bottom: 1px solid #e1e1e1;
            position: relative
        }

            .CartProduct .SProduct li:after {
                clear: both;
                display: table;
                content: ""
            }

            .CartProduct .SProduct li a {
                float: left;
                display: table;
                width: 100%;
                padding: 9px;
            }

                .CartProduct .SProduct li a .SepettopAd span:last-child {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    max-width: 50px
                }

                .CartProduct .SProduct li a .SepettopAd span:first-child {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    max-width: 100px
                }

                .CartProduct .SProduct li a .sepetTopFiyat {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    max-width: 65px
                }

                .CartProduct .SProduct li a:nth-child(2) {
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: auto !important
                }

                .CartProduct .SProduct li a * {
                    display: table-cell !important;
                    vertical-align: middle !important;
                    color: #232120;
                    font-size: 14px;
                    line-height: 14.4px;
                    font-weight: 500;
                    padding: 0 2px;
                    text-align: left
                }

                .CartProduct .SProduct li a .sepetTopBirimFiyat {
                    display: none !important
                }

                .CartProduct .SProduct li a .fa-times {
                    font-family: fontawesome
                }

                    .CartProduct .SProduct li a .fa-times:before {
                        content: '\f056'
                    }

                .CartProduct .SProduct li a .sepetTopFiyat {
                    white-space: nowrap;
                    color: #000;
                    font-weight: 600;
                    float: right;
                    line-height: 70px
                }

        .CartProduct .SProduct .SepetTopSil {
            display: inline-block;
            position: absolute;
            right: 0;
            top: 0
        }

        .CartProduct .SProduct li a img {
        }

    .CartProduct .button {
        margin: 5px 5px 0 !important;
        float: left;
        width: calc(50% - 10px);
        font-size: 13px !important;
        line-height: 22px;
        border-radius: 5px
    }

    .CartProduct .headerCartBtn {
        line-height: 20px;
        border: 1px solid #ddd;
        background: 0 0;
        color: #000
    }

    .CartProduct .headerOrderBtn {
    }

    .CartProduct .headerCartBtn:hover {
        color: #fff
    }

.more .headerCartBtn {
    display: block !important
}

.more .headerOrderBtn {
    display: block !important
}

.CartProduct .divustSepetteUrunYok {
    margin: 15px 0
}

@media screen and (min-width:768px) {
    .mycart:hover .CartProduct {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.sepetimBody .AllCategory {
    display: none
}

.sepetimBody .linkRebatedProducts {
    margin-left: 0
}

.sepetimBody .searchContent {
}

.welcome {
    float: right;
    z-index: 99;
    position: relative;
    margin-top: 15px;
    margin-left: 15px
}

    .welcome:before {
        content: '';
        float: right;
        width: 18.6px;
        height: 23px;
        background: url(https://static.ticimax.cloud/42152/Uploads/Images//homeicon/antiuser.svg) no-repeat left center;
        background-size: 100%;
        margin-right: 14px
    }

    .welcome > div {
        float: left
    }

    .welcome > ul {
        float: left
    }

.uyeGirisWelcome,
.uyeGirisUyeAdi {
    display: none
}

.headerUyeGiris a,
.headerHesabim {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    text-align: left
}

.headerUyeOl a,
.headerCikis {
    display: none;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left
}

    .headerUyeOl a:before,
    .headerUyeGiris a:before,
    .headerHesabim:before,
    .headerCikis:before {
        font-family: fontawesome;
        line-height: 14px;
        font-size: 19px;
        font-weight: 600;
        float: left
    }

.welcome li {
    display: block;
    vertical-align: top
}

.headerSocialConnect {
    display: none !important;
    float: right;
    margin-left: 25px
}

    .headerSocialConnect .baglanButton {
        background: 0 0 !important;
        border: none;
        margin: 0;
        padding: 0;
        line-height: 0
    }

        .headerSocialConnect .baglanButton a {
            line-height: 43px;
            color: #fff;
            text-indent: 0;
            font-size: 12px;
            font-weight: 400;
            padding: 0
        }

            .headerSocialConnect .baglanButton a:before {
                content: '\f39e';
                font-family: fontawesomebrands;
                margin-right: 10px;
                font-size: 12px;
                line-height: 43px;
                vertical-align: top;
                font-weight: 400
            }

.usernav {
    display: none
}

.searchContent {
    float: right;
    z-index: 2;
    transition: top .3s ease-in-out;
    width: 31%;
    margin: 30px 13.5% 0 0;
    position: relative
}

    .searchContent.zindex {
        z-index: 1
    }

#divAramaKategori {
    display: none !important;
    position: absolute;
    left: 0;
    top: 5px
}

    #divAramaKategori select {
        cursor: pointer;
        background: #f5f5f5;
        display: block;
        height: 36px;
        border: none;
        border-right: 1px solid #dcdcdc;
        width: 135px;
        padding: 0 0 0 15px;
        border-radius: 0;
        text-transform: uppercase;
        color: #807e7e;
        font-size: 12px;
        font-weight: 300
    }

    #divAramaKategori option {
        text-transform: capitalize
    }

.search {
    display: block;
    margin: 0 auto
}

.ButtonMic {
    display: none !important;
    position: absolute;
    right: 75px;
    top: 1px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #795f52;
    font-size: 14px;
    width: 20px;
    height: 40px
}

#txtbxArama {
    float: left;
    width: 100%;
    height: 40px;
    border-radius: 0;
    color: #959595;
    background: 0 0;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    padding-right: 100px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

    #txtbxArama::-webkit-input-placeholder {
        color: #959595
    }

    #txtbxArama:-moz-placeholder {
        color: #959595
    }

    #txtbxArama::-moz-placeholder {
        color: #959595
    }

    #txtbxArama:-ms-input-placeholder {
        color: #959595
    }

    #txtbxArama:focus {
        color: #959595
    }

#btnKelimeAra {
    width: 100px;
    line-height: 40px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    z-index: 9;
    -moz-appearance: none;
    -webkit-appearance: none
}

.searchContent ul {
    padding: 15px !important;
    text-align: left;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden
}

    .searchContent ul li {
        float: left;
        width: 100%
    }

        .searchContent ul li a {
            line-height: 30px;
            font-size: 13px;
            color: #000;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            float: left
        }

.navigation {
    float: left;
    width: auto;
}

    .navigation > div {
        z-index: 1;
        text-align: center;
        padding: 0 !important;
        position: static !important
    }

    .navigation .navUl {
        display: inline-block;
        font-size: 0;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: left;
    }

        .navigation .navUl ul {
            padding: 0;
            margin: 0;
            list-style: none
        }

        .navigation .navUl > li {
            display: inline-block;
            vertical-align: middle
        }

            .navigation .navUl > li > a {
                float: left;
                color: #000;
                font-size: 14px;
                line-height: 77px;
                font-weight: 500;
                margin: 0 10px;
                font-family: 'Gilroy', sans-serif;
                position: relative;
                letter-spacing: .7px;
                text-transform: uppercase;
            }

    .navigation .altMenu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 35px 0;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transform: translateY(15px) translateZ(0);
        -webkit-transform: translateY(15px) translateZ(0);
        box-shadow: 0px 5px 9px #8888881a;
    }

    .navigation .navUl > li:hover > .altMenu {
        visibility: visible;
        opacity: 1;
        pointer-events: visible;
        pointer-events: unset;
        -webkit-transform: none;
        transform: none;
        padding: 45px 30px 35px;
    }

    .navigation .altMenu .altmenuSol > span {
        display: none
    }

    .navigation .altMenu .altMenuler {
        display: block;
        text-align: left;
        max-width: 100%;
        margin: 0 auto
    }

        .navigation .altMenu .altMenuler .altMenuSag {
            float: right;
            width: 30%;
        }

            .navigation .altMenu .altMenuler .altMenuSag > a {
            }

                .navigation .altMenu .altMenuler .altMenuSag > a > img {
                    display: block
                }

        .navigation .altMenu .altMenuler .altmenuSol {
            float: left;
            width: 60%;
        }

            .navigation .altMenu .altMenuler .altmenuSol ul {
                display: block
            }

                .navigation .altMenu .altMenuler .altmenuSol ul li {
                    display: block
                }

                    .navigation .altMenu .altMenuler .altmenuSol ul li li {
                        float: left;
                        clear: left;
                        width: 100%
                    }

                    .navigation .altMenu .altMenuler .altmenuSol ul li a {
                        display: block;
                        color: #000;
                        font-weight: 500;
                        font-size: 13px;
                        margin-bottom: 25px;
                    }

                    .navigation .altMenu .altMenuler .altmenuSol ul li:last-child a {
                    }

                    .navigation .altMenu .altMenuler .altmenuSol ul li a:hover {
                        color: #616161 !important;
                    }

            .navigation .altMenu .altMenuler .altmenuSol > ul {
            }

                .navigation .altMenu .altMenuler .altmenuSol > ul > li {
                    float: left;
                    width: 25%
                }

                    .navigation .altMenu .altMenuler .altmenuSol > ul > li > a {
                        font-weight: 600;
                        font-size: 14px
                    }

    .navigation .altMenu.picTrue .altMenuler .altMenuSag {
        width: 380px
    }

    .navigation .altMenu.picTrue .altMenuler .altmenuSol {
        width: calc(100% - 380px)
    }

.menuItemTittle {
    display: none
}

#header .yanResimliMenu {
    display: none
}

.yanResimliMenu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    left: 0;
    -webkit-animation: fadein .5s;
    -moz-animation: fadein .5s;
    -ms-animation: fadein .5s;
    -o-animation: fadein .5s;
    animation: fadein .5s
}

.HomeBody .yanResimliMenu {
    display: block
}

.yanResimliMenu .yanResimliMenuContent {
    float: left;
    width: 100%;
    position: relative
}

    .yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Title {
        display: block;
        background-color: #e91d25;
        color: #fff;
        line-height: 50px;
        border-radius: 25px;
        font-size: 14px;
        font-weight: 500;
        padding-left: 15px;
        cursor: pointer;
        position: relative;
        z-index: 1
    }

        .yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Title:before {
            content: '\f0c9';
            font-family: fontawesome;
            font-size: 12px;
            margin-right: 7px
        }

        .yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Title:after {
            content: '\f107';
            font-family: fontawesome;
            font-size: 12px;
            margin-left: 8px
        }

    .yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Text {
        float: left;
        width: 100%;
        position: absolute;
        top: 100%;
        display: none
    }

    .yanResimliMenu .yanResimliMenuContent .UrunGuruplari.active .Block_Text {
        display: block
    }

    .yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Text .KatMenu1 {
        float: left;
        width: 100%;
        padding: 0;
        background: #e91d25;
        max-height: 310px;
        overflow-y: auto;
        overflow-x: hidden
    }

        .yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Text .KatMenu1 li {
            float: left;
            width: 100%
        }

            .yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Text .KatMenu1 li a {
                float: left;
                width: 100%;
                line-height: 35px;
                color: #fff;
                font-weight: 500;
                padding: 0 10px
            }

                .yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Text .KatMenu1 li a:hover {
                    background-color: #fff;
                    color: #e91d25
                }

.yanResimliMenu .resimliYanMenu .lfMenu {
    float: left;
    width: 100%;
    text-align: left;
    border: 1px solid #eaeaea;
    border-top: none;
    border-bottom: none;
    background: #fff
}

    .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl {
    }

        .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem {
        }

            .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem > a {
                font-size: 13px;
                color: #2a2929;
                line-height: 32px;
                padding: 0 12px;
                display: block;
                border-bottom: 1px solid #eaeaea;
                transition: all .3s ease
            }

            .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem:first-child > a {
                line-height: 34px
            }

            .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem:last-child > a {
                line-height: 33px
            }

            .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem > a:after {
                content: '\f105';
                font-family: fontawesome;
                float: right;
                color: #666;
                font-size: 15px
            }

            .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem:hover > a {
                background: #e8e8e8
            }

            .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem:hover > .lfMenuAltContent {
                display: block
            }

            .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_Tittle {
                display: none
            }

            .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent {
                display: none;
                position: absolute;
                left: 100%;
                top: 1px;
                background: #fff;
                width: 708px;
                padding: 36px 10px 10px;
                min-height: 398px;
                -webkit-animation: fadein .5s;
                -moz-animation: fadein .5s;
                -ms-animation: fadein .5s;
                -o-animation: fadein .5s;
                animation: fadein .5s
            }

                .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 {
                    float: left;
                    width: 100%
                }

                    .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 .altMenu_Resim {
                        float: left;
                        width: 100%
                    }

                        .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 .altMenu_Resim .altMenu_Resim_RowItem {
                            float: left;
                            width: 16.66%;
                            text-align: center;
                            position: relative;
                            margin-bottom: 27px
                        }

                            .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 .altMenu_Resim .altMenu_Resim_RowItem > a {
                                position: absolute;
                                top: 0;
                                left: 0;
                                right: 0;
                                bottom: 0
                            }

                            .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 .altMenu_Resim .altMenu_Resim_RowItem .altMenuItemR {
                            }

                                .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 .altMenu_Resim .altMenu_Resim_RowItem .altMenuItemR img {
                                }

                            .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 .altMenu_Resim .altMenu_Resim_RowItem .altMenuItemN {
                                height: 80px;
                                float: left;
                                width: 100%;
                                display: -webkit-box;
                                display: -moz-box;
                                display: -ms-flexbox;
                                display: -webkit-flex;
                                display: flex;
                                align-items: center;
                                -webkit-align-items: center;
                                justify-content: center;
                                -webkit-justify-content: center
                            }

                            .yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 .altMenu_Resim .altMenu_Resim_RowItem:hover .altMenuItemN {
                                color: #65c0be;
                                text-decoration: underline
                            }

#header .yanResimliMenu {
    display: none
}



#lang_flag_container #lang-detail {
    left: 0 !important;
    top: 100% !important;
    border-top: none !important;
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, .3) !important
}

#lang {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 400;
    padding: 13px 0 !important;
    background-image: none;
    text-transform: uppercase
}

    #lang span {
        font-weight: 400
    }

        #lang span:after {
            content: '\f107';
            font-family: fontawesome;
            margin-left: 5px;
            font-size: 10px;
            color: #FFF !important;
        }

#lang_flag_container:hover #lang {
    color: #636363 !important;
    font-weight: 400
}

#langHover {
    padding: 0 !important
}

    #langHover.white {
        background: 0 0 !important
    }

a#ucSepetim_btnSepetiTemizle {
    margin-top: 28px;
    display: inline-block
}

#lang-detail .language a {
    font-size: 11px !important
}


#lang-detail p {
    font-size: 12px !important
}

.hesabimAnasayfaMenuler ul li a:hover .fa {
    color: #fff
}

.siparisTakipSayfasi {
    background: #fff
}

    .siparisTakipSayfasi .siparisTakipBaslik {
        text-align: center;
        padding: 20px 0 !important
    }

.sepetiTemizle {
    float: right;
    line-height: 43px;
    padding: 0 10px
}

.popupSepet {
    width: 99%
}

    .popupSepet #hed div {
        width: 94%
    }

.sayfaIcerik * {
    font-family: 'Gilroy', sans-serif !important
}

#mainHolder_UrunDetay_imgCookie {
    display: none !important
}

/*.product_social_icon_wrapper {
    display: none
}*/

.HesabimContainer .urunDetayPanel {
    max-height: 100%
}

.orders {
    width: 100%
}

.innerContainer {
}

.TumKategoriler {
    display: none
}

.welcomeOpen {
    display: none
}

.mycartClick {
    display: none
}

.searchClick {
    display: none
}

.userLoginBtn,
.userSignBtn {
    border: none !important
}

.magazaTeslimatBilgisiContent {
    display: none
}

#store_region_container {
    display: none
}

#ticimaxCopyright {
    float: left;
    width: 100%
}

section {
    float: left;
    width: 100%
}

#divOnyazi::-webkit-scrollbar,
.urunTabAlt::-webkit-scrollbar,
.SmallImages::-webkit-scrollbar,
.SepetBlockInfo::-webkit-scrollbar,
.searchContent ul::-webkit-scrollbar,
body .kombinContent ul::-webkit-scrollbar,
.CartProduct .SProduct::-webkit-scrollbar,
.yanResimliMenu .KatMenu1::-webkit-scrollbar,
.UrunGuruplari .Block_Text::-webkit-scrollbar,
.ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar,
.leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar,
.mobilMenu .menuIcerikAlan::-webkit-scrollbar,
.mobilMenu .navUl > li > ul::-webkit-scrollbar,
.mobilMenu .navUl > li > ul li ul::-webkit-scrollbar,
.navigation .navUl > li > .Flexscroll > ul > li > ul::-webkit-scrollbar,
.navigation .navUl > li .Flexscroll::-webkit-scrollbar {
    width: 3px;
    border-radius: 5px
}

#divOnyazi::-webkit-scrollbar-track,
.urunTabAlt::-webkit-scrollbar-track,
.SmallImages::-webkit-scrollbar-track,
.SepetBlockInfo::-webkit-scrollbar-track,
.searchContent ul::-webkit-scrollbar-track,
body .kombinContent ul::-webkit-scrollbar-track,
.CartProduct .SProduct::-webkit-scrollbar-track,
.yanResimliMenu .KatMenu1::-webkit-scrollbar-track,
.UrunGuruplari .Block_Text::-webkit-scrollbar-track,
.ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar-track,
.leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar-track,
.mobilMenu .menuIcerikAlan::-webkit-scrollbar-track,
.mobilMenu .navUl > li > ul::-webkit-scrollbar-track,
.mobilMenu .navUl > li > ul li ul::-webkit-scrollbar-track,
.navigation .navUl > li > .Flexscroll > ul > li > ul::-webkit-scrollbar-track,
.navigation .navUl > li > ul > li > ul > li > ul::-webkit-scrollbar-track,
.navigation .navUl > li .Flexscroll::-webkit-scrollbar-track {
    background: #ebebeb;
    border-radius: 5px
}

#divOnyazi::-webkit-scrollbar-thumb,
.urunTabAlt::-webkit-scrollbar-thumb,
.SmallImages::-webkit-scrollbar-thumb,
.SepetBlockInfo::-webkit-scrollbar-thumb,
.searchContent ul::-webkit-scrollbar-thumb,
.CartProduct .SProduct::-webkit-scrollbar-thumb,
body .kombinContent ul::-webkit-scrollbar-thumb,
.UrunGuruplari .Block_Text::-webkit-scrollbar-thumb,
.yanResimliMenu .KatMenu1::-webkit-scrollbar-thumb,
.ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar-thumb,
.leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar-thumb,
.mobilMenu .menuIcerikAlan::-webkit-scrollbar-thumb,
.mobilMenu .navUl > li > ul::-webkit-scrollbar-thumb,
.mobilMenu .navUl > li > ul li ul::-webkit-scrollbar-thumb,
.navigation .navUl > li > .Flexscroll > ul > li > ul::-webkit-scrollbar-thumb,
.navigation .navUl > li .Flexscroll::-webkit-scrollbar-thumb {
    background: #757575;
    border-radius: 5px
}

body,
.owl-carousel .owl-nav .ProductListprev,
.owl-carousel .owl-nav .ProductListnext,
body .alisverisedevamet,
#pnlSlider .flex-control-paging li a {
    background: #fff
}

    .ProductIcon2 > div > a:hover,
    .ProductIcon > div:hover .box1,
    #pnlSlider .flex-direction-nav .flex-prev,
    #pnlSlider .flex-direction-nav .flex-next,
    .owl-carousel .owl-nav .ProductListprev:hover:before,
    .owl-carousel .owl-nav .ProductListnext:hover:before,
    #divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:hover,
    #divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected,
    .siparisOzetTakip {
        color: #fff
    }

.pageNumberContent a:hover,
.pageBorder a:hover,
.pageNumberContent a.SelectedSayfa,
.pageBorder a.SelectedSayfa,
.buyfast input,
.ProductIcon > div:hover .box1,
.basketBtn input,
.mycartIcon a {
    background: #000;
    color: #fff
}

.sepetTitle .st_1,
body .sepetTitle2 .st_1,
body .BasketRigth ul li.genelToplam .tut,
body .sepetTitle2 .st_1:before,
.sepetTitle .st_1:before,
.TeslimatAdresTittle,
.Basketstep ul li.gecti span,
body #divToplamOdeme,
.TeslimatAdresTittle,
a.YeniAdresEkle,
.Basketstep ul li.onestepsec span,
.Basketstep ul li.pasif i,
.BasketPage .Basketstep ul li.pasif i,
.BasketPage .cargoInformation div.cargoName span,
.BasketPage .faturaAdresBtn.active,
.adresAyniBtn.active,
.BasketPage .sepetItemB4,
.BasketPage .AdresItemAlt.AdresItemSelected .AdresItemAltLeft label span.check,
.iletisimContent .categoryTitle .categoryTitleText,
#pnlSlider .flex-direction-nav .flex-next:hover:before,
#pnlSlider .flex-direction-nav .flex-prev:hover:before,
body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span,
body .siparisUrunUyariSecenek .siparisUrunDurumBaslik,
.newsbutton,
body ul.breadcrumb li:nth-last-of-type(1) *,
.UFavorilerimeEkle #aFavroriCikarBtn .box1,
.RightDetail ul.rating li i.starItem,
.RightDetail ul.rating li.filled i,
.RightDetail .rating-stars ul > li.star.hover > i.fa,
.RightDetail .rating-stars ul > li.star.selected > i.fa,
.urunTab > ul > li.active > a,
.UFavorilerimeEkle a#aFavroriCikarBtn .box1 i,
.htop .ticiContainer > p,
.welcome:before,
.mycart:before,
.productItem:hover .favori a:before,
.favori a.listfavoriAktif:before,
.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before,
.headerUyeOl a:before,
.headerUyeGiris a:before,
.headerHesabim:before,
.headerCikis:before,
.BasketPage .AdresItemAlt a:hover,
.BasketPage .sepetiTemizle:hover,
.BasketPage .sepet-sil:hover:before,
.BasketPage .sepetTitle2 a:hover,
.baglanButton:hover,
.BasketPage .faturaAdresBtn:hover,
.adresAyniBtn:hover,
.socialStore .socialDiv ul li a:hover,
.socialStore .store ul li a:hover,
.mobilMenu .navUl > li > a:hover,
.mobilMenu .navUl > li > ul li a:hover,
.mobilMenu .navUl > li .ResimsizDown:hover,
.mobilMenu .navUl > li > ul li .ResimsizDown2:hover,
.mobilMenu .navUl > li > ul > span:hover,
.mobilMenu .navUl > li > ul li ul > span:hover,
.menuUstBolum .CloseBtnMenu:hover,
.menuUstBolum .mobilMenuBT:hover,
.mobilMenuAcButton:hover,
.favi:hover,
.mycart:hover > a,
.mycart:hover > a span,
.headerSocialConnect .baglanButton a:hover,
.welcome a:hover,
.headerUyeGiris a:hover,
.headerHesabim:hover,
.headerCikis:hover,
.arabtn:hover,
.CartProduct .SProduct li a:nth-child(2):hover *,
.RightDetail .riSingle a.riUp:hover,
.RightDetail .riSingle a.riDown:hover,
.UFavorilerimeEkle .box1 i:hover,
.navigation .navUl > li .Flexscroll > ul > li:hover > a,
.navigation .navUl > li ul li a:hover,
.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item:hover:before {
    color: #000
}

body .button,
.baglanButton,
.siparisOzetTakip,
body.sepetimBody .basketCompletebtn,
#AdresContent .button,
.BasketPage .OdemeMenu ul li.activeMenu > a,
#pnlSlider .flex-control-paging li a.flex-active,
.favi span,
body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a.selected,
.discountIcon,
#divIndirimOrani,
#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected,
.menuUstBolum,
.SepetUst,
.urunOzellik .mobilTab > ul > li.active > a,
.favNum,
#btnKelimeAra,
.navigation .navUl > li > a:after,
.button:hover,
.userLoginBtn:hover,
.userSignBtn:hover,
.BasketPage .OdemeMenu ul li:hover > a,
.BasketPage .alisverisedevamet:hover,
.BasketPage #hed div.hediCekForm a:hover,
.BasketPage a.YeniAdresEkle:hover,
#AdresContent .button:hover,
.basketCompletebtn:hover,
.KasaOnuFirsatlarContent ul li a.button:hover,
body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a:hover,
.ProductIcon2 > div > a:hover,
.basketBtn input:hover {
    background: #23cc99;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a:hover,
.BasketPage a.YeniAdresEkle:hover,
.OdemeMenu ul li:hover,
.BasketPage .OdemeMenu ul li:hover > a,
.CartProduct .headerCartBtn:hover,
.UFavorilerimeEkle:hover,
.iletisimContent .iletisimRight .iletisimbanka .span > .line1:nth-child(n+2),
body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir,
body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a.selected,
.OdemeMenu ul li.activeMenu,
#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected,
.urunTab > ul > li.active > a,
.welcome:hover:before,
.mycart:hover:before,
#txtbxArama:hover {
    border-color: #000
}

.baglanButton {
    border-color: transparent
}

.Basketstep ul li:before {
    border: 1px solid #000;
}

.pageNumberContent a:hover,
.pageBorder a:hover,
.pageNumberContent a.SelectedSayfa,
.pageBorder a.SelectedSayfa {
    border-color: #e5e5e5
}

.BasketDetail table tbody tr td a {
    display: inherit
}

.BasketDetail table tbody tr td:last-child a {
    display: block
}

.sepetimBody #header:after {
    display: none
}

.newsbutton.button {
    background: #0000 !important;
    color: #000;
}

#pnlSlider .flex-direction-nav .flex-prev,
#pnlSlider .flex-direction-nav .flex-next {
    border: none;
    background: 0 0
}

body .adresGir .kirmiziButon {
    background: #ca2128 !important;
    border-color: #ca2128 !important
}

body .adresGir .yesilButon {
    background: #59962d !important;
    border-color: #59962d !important
}

.productItem .regularPrice span {
    color: #b8b8b8;
    -moz-text-decoration-color: #b8b8b8;
    text-decoration-color: #b8b8b8
}

.PiyasafiyatiContent .right_line * {
    color: #bbb;
    font-size: 18px;
}

#divIndirimsizFiyat .left_line {
    line-height: 20px
}

.IndirimliFiyatContent .right_line *,
#divTurkLirasiFiyat .right_line *,
#divIndirimsizFiyat .right_line *,
#divKDVDahilFiyat .right_line *,
#divIndirimsizFiyat .right_line,
#divIndirimsizFiyat .left_line {
    color: #000;
}

    .IndirimliFiyatContent .right_line *,
    #divTurkLirasiFiyat .right_line *,
    #divIndirimsizFiyat .right_line *,
    #divKDVDahilFiyat .right_line * {
        font-size: 18px;
        font-weight: 500;
        color: #000;
    }

.RightDetail .riSingle a.riUp,
.RightDetail .riSingle a.riDown {
    font-size: 10px;
    color: #000;
    background: 0 0
}

#txtbxurunSiparisAdedi,
#divAdetCombo select {
    background: #fff;
    color: #000;
    border: 1px solid #e5e5e5
}

.ProductIcon2 > div > a {
    background: #ebebeb;
    color: #000
}

.ProductIcon > div:hover .box1 {
    border-color: #000;
    color: #000 !important;
    background: #0000 !important
}

.KasaOnuFirsatlarContent ul li a.button:hover {
    border: none !important
}

.BasketPage a.YeniAdresEkle:hover {
    color: #fff !important
}

.baglanButton:hover {
    background: 0 0
}

body .adresGir .kirmiziButon:hover {
    background: #9e1a20 !important;
    color: #fff !important
}

body .adresGir .yesilButon:hover {
    background: #406d20 !important;
    color: #fff !important
}

#header {
    background: #fff;
    transition: left .3s ease-in-out
}

.htop {
    float: left;
    width: 100%;
    background: #000000;
}

    .htop p {
        color: #fff !important
    }

    .htop .ticiContainer {
        padding: 0 100px
    }

        .htop .ticiContainer > p {
            line-height: 40px;
            color: #fff;
            font-size: 14px;
            /* text-transform: uppercase; */
            text-align: center;
        }

.header-right {
    float: right;
    margin-top: 8px
}

.mobilMenuAcButton {
    float: left;
    margin: 32px 30px 0 0;
    cursor: pointer
}

    .mobilMenuAcButton > span {
        font-size: 13px;
        float: right;
        line-height: 30px;
        font-weight: 500;
        margin-left: 10px
    }

    .mobilMenuAcButton > i {
        font-size: 25px;
        float: left;
        line-height: 30px
    }

.anasayfa_tek_slider .owl-nav {
    display: block !important;
}

.anasayfa_tek_slider .owl-dots {
    display: block !important
}

#mainHolder_divDesign .owl-dots {
    bottom: 39px !important
}

    #mainHolder_divDesign .owl-dots .owl-dot.owl-dot {
        margin: 0 5px !important;
        background: #ffffff;
    }

    #mainHolder_divDesign .owl-dots .owl-dot span {
        width: 49px !important;
        height: 2px !important;
        border: 0px solid #000 !important;
        background: 0 0 !important;
    }

    #mainHolder_divDesign .owl-dots .owl-dot.active span {
        background: #000 !important
    }

#mainHolder_divDesign .owl-nav {
    top: 40% !important
}

.bedenT {
    position: absolute;
    right: 0;
    top: 14px
}

    .bedenT .bedenTablosu {
        float: left;
        font-size: 12px;
        font-weight: 400;
        color: #1a1a1a;
        padding: 7px 0;
        border-bottom: 1px solid #000;
        margin-top: -8px;
    }

.textlist {
    float: left;
    width: 100%
}

.textlist-content {
    float: left;
    margin: 0 -10px
}

.textlist .textlist-col {
    float: left;
    width: 33.33%;
    padding: 0 10px;
    position: relative;
    overflow: hidden
}

    .textlist .textlist-col > div {
        float: left;
        width: 100%;
        display: flex;
        align-items: flex-end
    }

        .textlist .textlist-col > div:hover {
            align-items: center
        }

        .textlist .textlist-col > div:after {
            content: '';
            opacity: 0;
            position: absolute;
            left: 10px;
            right: 10px;
            top: 0;
            bottom: 0;
            background: rgba(0, 0, 0, .7);
            z-index: 9;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease
        }

    .textlist .textlist-col:hover > div:after {
        opacity: 1
    }

    .textlist .textlist-col .textlist-col-image {
        float: left;
        width: 100%
    }

        .textlist .textlist-col .textlist-col-image img {
            float: left;
            width: 100%
        }

    .textlist .textlist-col .textlist-col-text {
        position: absolute;
        left: 20px;
        right: 20px;
        text-align: center;
        z-index: 99
    }

        .textlist .textlist-col .textlist-col-text strong {
            float: left;
            width: 100%;
            text-align: center;
            font-weight: 300;
            color: #fff;
            font-size: 38px;
            line-height: 45px
        }

        .textlist .textlist-col .textlist-col-text p {
            float: left;
            width: 100%;
            text-align: center;
            font-weight: 400;
            color: #fff;
            font-size: 12px;
            line-height: 25px;
            margin: 15px 0 20px
        }

        .textlist .textlist-col .textlist-col-text a {
            display: inline-block;
            vertical-align: top;
            background: #fff;
            color: #000;
            font-size: 12px;
            font-weight: 400;
            line-height: 45px;
            padding: 0 24px;
            letter-spacing: 2px;
            margin-bottom: 40px
        }

            .textlist .textlist-col .textlist-col-text a:hover {
                background: #000;
                color: #fff
            }

.homepagebloglist {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 100%;
    background: #f8f8f8
}

    .homepagebloglist .homepagebloglist-right {
        float: left;
        width: 50%;
        text-align: center;
        overflow: hidden
    }

        .homepagebloglist .homepagebloglist-right img {
            float: left;
            width: 100%;
            transition: all .4s ease-in-out
        }

    .homepagebloglist .homepagebloglist-left {
        float: left;
        width: 50%;
        text-align: center;
        overflow: hidden;
        padding: 10px 100px
    }

        .homepagebloglist .homepagebloglist-left strong {
            float: left;
            width: 100%;
            font-size: 24px;
            font-weight: 400;
            color: #000;
            margin-bottom: 30px
        }

        .homepagebloglist .homepagebloglist-left p {
            float: left;
            width: 100%;
            font-size: 13px;
            font-weight: 400;
            color: #000;
            line-height: 25px
        }

        .homepagebloglist .homepagebloglist-left a {
            display: inline-block;
            font-size: 12px;
            font-weight: 400;
            color: #fff;
            line-height: 45px;
            background: #000;
            padding: 0 10px;
            margin-top: 35px;
            letter-spacing: 1px
        }

            .homepagebloglist .homepagebloglist-left a:hover {
                background: #fff;
                color: #000
            }

.homepagecommentlist {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    display: flex;
    align-items: center
}

    .homepagecommentlist .homepagecommentlist-title {
        float: left;
        width: 100%
    }

        .homepagecommentlist .homepagecommentlist-title span {
            float: left;
            width: 100%;
            font-size: 24px;
            font-weight: 400;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 5px;
            margin-bottom: 20px
        }

    .homepagecommentlist .homepagecommentlist-list {
        float: left;
        width: 100%;
        padding: 0 130px
    }

        .homepagecommentlist .homepagecommentlist-list p {
            float: left;
            width: 100%;
            text-align: center;
            color: #fff;
            font-size: 13px;
            line-height: 25px
        }

        .homepagecommentlist .homepagecommentlist-list strong {
            float: left;
            width: 100%;
            text-align: center;
            font-weight: 400;
            color: #fff;
            font-size: 14px;
            line-height: 25px;
            margin-top: 30px
        }

#mainHolder_divDesign .homepagecommentlist .ticiContainer.ticiContainer {
    max-width: 1180px !important;
    margin: 0 auto !important
}

#mainHolder_divDesign .homepagecommentlist .homepagecommentlist-list .owl-nav {
    display: none
}

#mainHolder_divDesign .homepagecommentlist .homepagecommentlist-list .owl-dots {
    display: block !important;
    bottom: -50px !important
}

    #mainHolder_divDesign .homepagecommentlist .homepagecommentlist-list .owl-dots .owl-dot span {
        border: 1px solid #fff !important
    }

    #mainHolder_divDesign .homepagecommentlist .homepagecommentlist-list .owl-dots .owl-dot.active span {
        background: #fff !important
    }

.categoryleftbanner,
.categoryleftbanner a,
.categoryleftbanner a img {
    float: left;
    width: 100%
}

.categorypagetext {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 20px
}

    .categorypagetext .categorypagetext-content h1 {
        float: left;
        width: 100%;
        font-size: 40px;
        font-weight: 700 !important;
        margin-bottom: 20px;
        letter-spacing: 4px
    }

    .categorypagetext .categorypagetext-content .categorypagetext-text {
        float: left;
        width: 100%;
        max-height: 175px;
        overflow: auto;
        padding-right: 10px
    }

        .categorypagetext .categorypagetext-content .categorypagetext-text::-webkit-scrollbar {
            width: 6px;
            border-radius: 5px
        }

        .categorypagetext .categorypagetext-content .categorypagetext-text::-webkit-scrollbar-track {
            background: 0 0;
            border-radius: 5px
        }

        .categorypagetext .categorypagetext-content .categorypagetext-text::-webkit-scrollbar-thumb {
            background: #fff;
            border-radius: 5px
        }

        .categorypagetext .categorypagetext-content .categorypagetext-text p {
            font-size: 13px;
            line-height: 28px
        }

.ulUrunSlider.owl-carousel .owl-stage {
    padding: 10px 0
}

#divSliderYani {
    display: none
}

#footer {
    float: left;
    background: #f5f5f5;
    width: 100%;
    position: relative
}

.ticiFooterContent .ticiBulten h2 {
    font-weight: 500;
}

.FooterSC {
    float: left;
    width: 100%;
    position: relative;
    background: #000
}

.FooterTop {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    text-align: center
}

.FooterMiddle {
    float: left;
    width: 100%;
    position: relative
}

.FooterBottom {
    float: left;
    width: 100%;
    position: relative
}

.footerLogo {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 40px
}

    .footerLogo:after {
        content: '';
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        background: #d7d7d7;
        z-index: 0
    }

    .footerLogo a {
        display: inline-block;
        vertical-align: top;
        background: #fff;
        padding: 0 5vw;
        position: relative;
        z-index: 1
    }

        .footerLogo a img {
            display: inline-block;
            vertical-align: top
        }

.socialStore {
    float: left;
    width: 100%;
    margin: 40px 0
}

    .socialStore .socialDiv,
    .socialStore .store {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        margin-right: 0
    }

    .socialStore .store {
        margin-right: 0
    }

        .socialStore .socialDiv span,
        .socialStore .store span {
            display: inline-block;
            vertical-align: top;
            color: #000;
            font-size: 14px;
            font-weight: 600;
            line-height: 35px;
            margin-right: 20px
        }

        .socialStore .socialDiv ul,
        .socialStore .store ul {
            display: inline-block;
            vertical-align: top
        }

            .socialStore .socialDiv ul li,
            .socialStore .store ul li {
                float: left;
                margin-right: 20px
            }

                .socialStore .socialDiv ul li a,
                .socialStore .store ul li a {
                    float: left;
                    color: #000;
                    font-size: 20px;
                    border: 1px solid #fff;
                }

                    .socialStore .socialDiv ul li a i,
                    .socialStore .store ul li a i {
                        line-height: 35px;
                        float: left;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 40px;
                        height: 40px;
                        color: #fff;
                        font-size: 20px;
                        background-color: #000;
                        transition: all .2s ease-in-out
                    }

.ebultenDiv {
    float: left;
    position: relative;
    width: 300px;
    margin-bottom: 50px
}

    .ebultenDiv span {
        color: #fff;
        font-size: 12px;
        line-height: 20px
    }

.ebultenGelecek {
    display: block;
    width: 100%;
    float: left
}

#divNewsLetter {
    float: left;
    width: 100%;
    position: relative
}

    #divNewsLetter label {
        display: none;
        margin-bottom: 25px;
        text-align: center;
        color: #000;
        line-height: 1.2;
        font-size: 12px
    }

#UpdatePanel1 {
    position: relative;
    float: right;
    width: 100%
}

#txtbxNewsletterMail {
    height: 50px;
    font-size: 14px;
    color: #000;
    padding: 0 52px 0 13px;
    background: #fff;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: 300;
    border: 1px solid #000;
    opacity: 1;
}

    #txtbxNewsletterMail::-webkit-input-placeholder {
        color: #000
    }

    #txtbxNewsletterMail:-moz-placeholder {
        color: #000
    }

    #txtbxNewsletterMail::-moz-placeholder {
        color: #000
    }

    #txtbxNewsletterMail:-ms-input-placeholder {
        color: #000
    }

    #txtbxNewsletterMail:focus {
        color: #000
    }



.ebultenGelecek #divNewsLetter {
    display: block;
    padding: 0
}

#footer .linkler {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0 33px;
}

    #footer .linkler .blink {
        float: left;
        width: 100%;
        margin: 0
    }

        #footer .linkler .blink > ul {
            float: left;
            width: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            -moz-flex-direction: row;
            -o-flex-direction: row;
            -webkit-justify-content: space-between;
            -ms-justify-content: space-between
        }

            #footer .linkler .blink > ul > li {
                float: left
            }

                #footer .linkler .blink > ul > li:last-child {
                    margin-bottom: 0
                }

            #footer .linkler .blink > ul li {
                display: block
            }

            #footer .linkler .blink > ul > li > span {
                display: table;
                clear: left;
                font-size: 13px;
                color: #fff;
                letter-spacing: 0.5px;
                position: relative;
                font-weight: 600;
                margin-bottom: 38px;
            }

            #footer .linkler .blink > ul > li > ul {
                display: inline-block;
                vertical-align: top
            }

                #footer .linkler .blink > ul > li > ul > li > a {
                    float: left;
                    width: 100%;
                    font-size: 13px;
                    color: #FFF;
                    font-weight: 400;
                    letter-spacing: .25px;
                    margin-bottom: 23px
                }

                #footer .linkler .blink > ul > li > ul > li:last-child > a {
                    margin-bottom: 0
                }

                #footer .linkler .blink > ul > li > ul > li > a:hover {
                    opacity: .7;
                }

.copy {
    color: #fff;
    font-size: 12px;
    text-align: right
}

.creditCard {
    float: left;
    width: 100%;
    padding: 34px 0;
}

.bankimg {
    float: left
}

.kartimg {
    float: right
}

    .kartimg img,
    .bankimg img {
    }

#back-to-top {
    float: right;
    position: fixed;
    right: 1%;
    bottom: 10%;
    z-index: 9999
}

    #back-to-top a {
        float: left;
        text-align: center;
        width: 40px;
        height: 40px;
        background: #000000;
        color: #fff;
        border-radius: 100%;
        font-size: 14px;
        box-shadow: 0 5px 9px #8888881a;
    }

        #back-to-top a:after {
            content: '\f077';
            font-family: fontawesome;
            display: inline-block;
            vertical-align: top;
            line-height: 40px
        }

body #formGlobal {
    left: 0;
    position: relative;
    transition: left .3s ease-in-out
}

body.transform.overflow {
    overflow-x: hidden;
    position: fixed !important;
}

body.transform #formGlobal {
    /*    left: 360px
*/
}

.menuUstBolum {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 0;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 0
}

    .menuUstBolum .CloseBtnMenu {
        float: right;
        line-height: 80px;
        color: #656565;
        font-size: 50px;
        width: 80px;
        text-align: center;
        margin: 0;
        cursor: pointer
    }

        .menuUstBolum .CloseBtnMenu i {
            font-weight: 300
        }

    .menuUstBolum .mobilMenuBT {
        float: left;
        color: #000;
        font-size: 13px;
        padding-left: 35px;
        cursor: pointer
    }

        .menuUstBolum .mobilMenuBT i {
            float: left;
            font-size: 24px;
            line-height: 80px;
            margin-right: 10px
        }

        .menuUstBolum .mobilMenuBT span {
            float: left;
            font-weight: 500;
            line-height: 80px
        }

.mobilaf {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1001;
    display: none;
    -webkit-animation: fadein .5s;
    -moz-animation: fadein .5s;
    -ms-animation: fadein .5s;
    -o-animation: fadein .5s;
    animation: fadein .5s
}

    .mobilaf.acik {
        display: block
    }

.search,
.headerContent,
body ul.breadcrumb,
.userLoginContent,
.hesabimContent,
.sepetimBody .headerContent,
.sepetimBody #footer .ticiContainer,
.ticiContainer {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: block
}

.detaySliderContainer .ProductList {
    max-width: 100%;
}

.homeContainer .ProductListContent .ProductList {
    max-width: 1180px
}

.markaSlider .jCarouselLite {
    max-width: 1180px
}

.headerContent,
.htop .ticiContainer {
    max-width: 1800px
}

.sepetimBody .footerSslLogo {
    display: none !important
}

ul.breadcrumb {
    clear: none
}

.leftBlock {
    float: left;
    padding: 0
}

.rightBlock {
    float: right;
    padding: 0
}

.centerCount {
    float: left;
    padding: 0
}

    .centerCount.Middle {
        width: 100%;
        padding: 0;
        margin-top: 0px;
    }

    .centerCount.userLoginContent {
        width: 100%;
        padding: 0
    }

    .centerCount.iletisimContent {
        width: 100%;
        padding: 0
    }

    .centerCount.UyeolContent {
        width: 100%;
        padding: 0
    }

    .centerCount.HesabimTakip {
        width: 100%;
        padding: 0
    }

.leftBlock {
    float: left;
    width: 25%;
    padding-right: 10px;
}

.rightBlock {
    float: right;
    width: 25%;
    padding-left: 60px
}

.centerCount {
    float: left;
    width: 100%;
    padding: 0
}

.leftBlock.LeftMiddle {
    width: 285px;
    margin: 0px 0
}

.centerCount.LeftMiddle {
    width: calc(100% - 285px);
    margin-top: 0px;
}

.rightBlock.MiddleRight {
    width: 240px;
}

.centerCount.MiddleRight {
    width: calc(100% - 240px)
}

.ticiContainer:before,
.ticiContainer:after {
    content: "";
    display: table
}

.ticiContainer:after {
    clear: both
}

.ticiContainer {
    clear: both;
    zoom: 1
}

.headerContent:after,
.headerContent:before,
.headerContent:after,
.headerContent:before {
    content: "";
    display: table;
    clear: both
}

@media screen and (min-width:768px) {
    .menuUstBolum {
        background: 0 0
    }
}

@media screen and (min-width:1041px) and (max-width:1200px) {
    .leftBlock.LeftMiddle {
        width: 25%;
        padding-right: 20px
    }

    .centerCount.LeftMiddle {
        width: 75%
    }

    .leftBlock.LeftMiddleRight {
        width: 25%
    }

    .rightBlock.LeftMiddleRight {
        width: 50%
    }

    .centerCount.LeftMiddleRight {
        width: 25%
    }

    .rightBlock.MiddleRight {
        width: 25%
    }

    .centerCount.MiddleRight {
        width: 75%
    }

    .homeContainer .col-5li {
        width: 25%
    }

    .category-vertical-filters.top-filters .panel {
    }
}

@media screen and (min-width:1301px) and (max-width:1810px) {

    .headerContent,
    .htop .ticiContainer {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    #lang_flag_container {
    }

    .navigation .navUl > li > .Flexscroll {
        left: 20px;
        right: 20px
    }
}

@media screen and (min-width:1240px) and (max-width:1299px) {

    .search,
    .headerContent,
    body ul.breadcrumb,
    .userLoginContent,
    .hesabimContent,
    .sepetimBody .headerContent,
    .sepetimBody #footer .ticiContainer,
    .ticiContainer {
        max-width: 1180px
    }

    .sliderBannerContainer .ProductList {
        max-width: 1180px
    }

    .detaySliderContainer .ProductList {
        max-width: 1180px
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 1180px
    }

    .markaSlider .jCarouselLite {
        max-width: 1180px
    }

    #mainHolder_divDesign .homepagecommentlist .ticiContainer.ticiContainer {
        max-width: 1180px !important
    }

    .homepagebloglist .homepagebloglist-left {
        padding: 10px 50px
    }
}

@media screen and (min-width:1160px) and (max-width:1239px) {

    .search,
    .headerContent,
    body ul.breadcrumb,
    .userLoginContent,
    .hesabimContent,
    .sepetimBody .headerContent,
    .sepetimBody #footer .ticiContainer,
    .ticiContainer {
        max-width: 1100px
    }

    .sliderBannerContainer .ProductList {
        max-width: 1100px
    }

    .detaySliderContainer .ProductList {
        max-width: 1100px
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 1100px
    }

    .markaSlider .jCarouselLite {
        max-width: 1100px
    }

    #mainHolder_divDesign .homepagecommentlist .ticiContainer.ticiContainer {
        max-width: 1100px !important
    }

    .homepagebloglist .homepagebloglist-left {
        padding: 10px 20px
    }

    .homepagecommentlist .homepagecommentlist-list {
        padding: 0 60px
    }
}

@media screen and (min-width:1025px) and (max-width:1159px) {

    .search,
    .headerContent,
    body ul.breadcrumb,
    .userLoginContent,
    .hesabimContent,
    .sepetimBody .headerContent,
    .sepetimBody #footer .ticiContainer,
    .ticiContainer {
        max-width: 960px
    }

    .sliderBannerContainer .ProductList {
        max-width: 960px
    }

    .detaySliderContainer .ProductList {
        max-width: 960px
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 960px
    }

    .markaSlider .jCarouselLite {
        max-width: 960px
    }

    #mainHolder_divDesign .homepagecommentlist .ticiContainer.ticiContainer {
        max-width: 960px !important
    }

    .searchContent {
        margin-left: 0;
        float: right;
        margin-right: 20px
    }

    #txtbxArama {
        padding-right: 50px
    }

    #btnKelimeAra {
        width: 50px;
        font-size: 11px
    }

    .SmallImages::-webkit-scrollbar {
        height: 5px
    }

    .homepagebloglist .homepagebloglist-left {
        padding: 10px
    }

    .homepagecommentlist .homepagecommentlist-list {
        padding: 0 40px
    }

    .productItem .productName a {
        font-size: 13px
    }

    .homepagebloglist .homepagebloglist-left p {
        font-size: 12px
    }

    #mainHolder_divDesign .owl-dots {
        bottom: 20px !important
    }

    .leftImage,
    .RightDetail,
    #divVideoGoruntulemeAlan {
        width: 50% !important
    }

    .SmallImages {
        width: 100%
    }

        .SmallImages div {
            margin-right: 5px
        }

    .Images {
        width: 100%;
        padding-bottom: 131%
    }

    #divVideoGoruntulemeAlan {
        width: 100%;
        padding-bottom: 131%
    }

    #ProductPageProductList .ItemOrj.col-3 {
        max-width: 33.33%
    }
}

@media(max-width:1024px) {

    .search,
    .headerContent,
    body ul.breadcrumb,
    .userLoginContent,
    .hesabimContent,
    .sepetimBody .headerContent,
    .sepetimBody #footer .ticiContainer,
    .ticiContainer,
    .proCategoryTitle {
        max-width: 100%;
        margin: 0;
        padding: 0 4vw
    }

    .sliderBannerContainer .ProductList {
        max-width: 100%;
        margin: 0;
        padding: 0
    }

    .detaySliderContainer .ProductList {
        max-width: 100%;
        margin: 0;
        padding: 0
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 100%;
        margin: 0;
        padding: 0
    }

    .markaSlider .jCarouselLite {
        max-width: 100%;
        margin: 0;
        padding: 0
    }

    #header.fixed .htop .ticiContainer {
        max-width: 100%;
        margin: 0;
        padding: 0 1vw
    }

    #lang_flag_container {
        padding-left: 1vw !important
    }

    .categoryContainer .ProductList {
        margin: 0 -1vw
    }

    .ItemOrj {
        padding: 0 1vw
    }

    body.transform #formGlobal {
        left: 0
    }

    body.transform #header.homeHeader {
        left: 0
    }

    .searchContent {
        margin-left: 0;
        float: right;
        margin-right: 20px;
        width: 30%
    }

    .SmallImages::-webkit-scrollbar {
        height: 5px
    }

    #mainHolder_divDesign .homepagecommentlist .ticiContainer.ticiContainer {
        max-width: 100% !important
    }

    #txtbxArama {
        padding-right: 50px
    }

    #btnKelimeAra {
        width: 50px;
        font-size: 11px
    }

    .mycart {
        margin-left: 15px
    }

    .homepage #mainHolder_divDesign .ticiContainer {
        padding: 0 !important
    }

    #divTaksitAciklama {
        float: left;
        width: 100%
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .ebultenDiv {
        width: 225px;
        margin-bottom: 25px
    }

    #footer .linkler .blink > ul > li > ul > li > a {
        font-size: 10px
    }

    .ebultenDiv span {
        font-size: 10px
    }

    #footer .linkler .blink > ul > li > span {
        font-size: 12px
    }

    .copy {
        font-size: 10px
    }

    #footer .linkler {
        padding: 30px 0
    }

    .creditCard {
        padding: 20px 0
    }

    .kartimg img,
    .bankimg img {
        height: 20px
    }

    .leftImage {
        width: 50%
    }

    .RightDetail {
        width: 50%;
        padding-left: 20px
    }

    .Images {
        width: 100%;
        padding-bottom: 131%
    }

    #divVideoGoruntulemeAlan {
        width: 100%;
        padding-bottom: 131%
    }

    .SmallImages {
        width: 100%;
        max-height: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap
    }

        .SmallImages div {
            float: none;
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
            margin-top: 10px;
            margin-bottom: 0
        }

    .textlist-content {
        margin: 0 -5px
    }

    .textlist .textlist-col {
        padding: 0 5px
    }

        .textlist .textlist-col .textlist-col-text {
            left: 10px;
            right: 10px
        }

        .textlist .textlist-col > div:after {
            left: 5px;
            right: 5px
        }

        .textlist .textlist-col .textlist-col-text strong {
            font-size: 27px;
            line-height: 35px
        }

        .textlist .textlist-col .textlist-col-text p {
            line-height: 20px;
            margin: 5px 0 10px
        }

        .textlist .textlist-col .textlist-col-text a {
            margin-bottom: 10px;
            line-height: 30px;
            font-size: 11px
        }

    .homepagebloglist .homepagebloglist-left {
        padding: 10px
    }

        .homepagebloglist .homepagebloglist-left strong {
            margin-bottom: 12px;
            font-size: 20px
        }

        .homepagebloglist .homepagebloglist-left p {
            font-size: 11px;
            line-height: 20px
        }

        .homepagebloglist .homepagebloglist-left a {
            font-size: 11px;
            line-height: 35px;
            margin-top: 20px
        }

    .homepagecommentlist .homepagecommentlist-list {
        padding: 0 20px
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1,
    .JKatAdi .bold .satir1 {
        font-size: 20px
    }

    #mainHolder_divDesign .owl-dots {
        bottom: 20px !important
    }

    .mobilMenuAcButton {
        margin-right: 15px
    }
}

@media screen and (max-width:767px) {
    .arabtn:before {
        display: none;
    }

    .mycart:before,
    .welcome:before {
        margin-right: 5px;
    }

    .mycart {
        margin-left: 5px
    }

    .searchContent {
        margin-right: 5px
    }
}

@media screen and (max-width:1041px) {

    .sortingContent li,
    .appliedFilter.FiltrelemeUrunAdet {
        border-bottom: none !important
    }

    body .dropdown-toggle:after {
        display: none
    }

    body #divSayfalamaUst {
        padding: 0;
        margin: 0 0 10px;
        width: 100%;
        border: 1px solid #ebebeb
    }

    .urunListRel {
        width: 100%
    }

    body .mobilFilterOpenBtn .button {
        padding: 0;
        margin: 0;
        color: #262324;
        width: 50%;
        float: left;
        line-height: 40px;
        background: #fff;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        font-weight: 500
    }

        body .mobilFilterOpenBtn .button.mobilSiralamBtn {
            border-right: 1px solid #ebebeb;
            float: left
        }

        body .mobilFilterOpenBtn .button.mobilFilterBtn {
            float: right
        }

    body .mobilFilterOpenBtn {
        margin: 0;
        padding: 0
    }

    .categorydesign .uNo {
        float: right;
        color: #999a9d;
        font-size: 12px
    }

    body #divSayfalamaUst .filterDeleteContent {
        display: none
    }

    body #divSayfalamaUst.Slct .brandlistselection {
        position: absolute;
        top: 0;
        z-index: 99;
        width: 50%;
        background: #fff;
        border: none;
        border-right: 1px solid #ebebeb;
        left: 0;
        padding: 0
    }

        body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
            width: 100%;
            display: block !important
        }

            body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
                width: 100%
            }

            body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
                width: 100%;
                height: 20px;
                font-size: 14px;
                text-indent: 15px !important;
                border: none;
                color: #262324;
                text-align-last: center;
                font-weight: 500;
                min-width: auto;
                background: 0 0;
                text-indent: 0;
                margin-top: 8px;
            }

            body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:nth-child(2) {
                display: none
            }

            body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
                display: none
            }

    body #divSayfalamaUst:not(.Slct) .brandlistselection {
        padding: 0;
        text-align: center;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        border-bottom: none;
        background: #fff;
        border: 1px solid #e5e5e5
    }

        body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent {
            display: none
        }

            body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:not(.appliedFilter) {
                margin: 0;
                width: 100%
            }

            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:nth-child(5) {
                display: none
            }

                body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) a:before {
                    display: none
                }

            body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a {
                border-bottom: 1px solid #e5e5e5
            }

            body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(4) > a {
                border-bottom: none
            }

    body .category-vertical-filters.top-filters {
        display: block !important;
        width: 360px;
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        z-index: 9999;
        background: #FFF;
        margin: 0;
        padding: 0;
        border: none;
        transition: all .3s ease;
        overflow-y: auto;
        overflow-x: hidden
    }

    body .filterBlock.active .category-vertical-filters.top-filters {
        right: 0
    }

    body .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
    }

        body .category-vertical-filters.top-filters .FiltreUst span {
            display: inline-block;
            vertical-align: top;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #000;
        }

        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 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 .category-vertical-filters.top-filters .tukgo {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        padding: 0 10px
    }

        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 15px;
            background: #fff
        }

            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 .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 .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: #fff;
        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;
            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 .category-vertical-filters.top-filters .panel .panel-heading .moreNum {
            position: absolute;
            right: 40px;
            top: 0;
            bottom: 0;
            line-height: 50px;
            font-size: 15px;
            color: #000
        }

    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
    }

        body .category-vertical-filters.top-filters .list-group.dropdown ul {
            margin-top: 10px
        }

        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.dropdown li a {
                color: #000
            }

    body .category-vertical-filters.top-filters .vertical-filter-panel .list-group-item a {
        font-size: 13px;
        color: #262324;
        font-weight: 400;
        float: left
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item:before {
        border-radius: 3px;
        display: inline-block !important
    }

    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: 0 0 !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 10px !important;
        width: calc(100% - 20px)
    }

    body .amount {
        padding: 0
    }

    .centerCount {
        width: 100% !important
    }

    .leftBlock {
        display: none !important
    }

    .rightBlock {
        display: none !important
    }

    .homeContainer .leftBlock {
    }

    .homeContainer .rightBlock {
    }

    .UyeolContent .grid {
        margin: 30px 18px
    }

    .owl-carousel .owl-item img {
        max-width: 100%
    }

    .uyeOlContainer #FrmYeniUye > .uyeOlCol {
        width: 100%
    }

    .urunOzellik {
        padding: 5px 0;
        border-top: none;
        margin: 20px 0 0
    }

        .urunOzellik .mobilTab {
            float: left;
            width: 100%
        }

            .urunOzellik .mobilTab > ul {
            }

                .urunOzellik .mobilTab > ul > li {
                    float: left;
                    width: 100%;
                    border-bottom: 1px solid #d7d7d7
                }

                    .urunOzellik .mobilTab > ul > li > a {
                        color: #000;
                        font-size: 13px;
                        text-transform: uppercase;
                        line-height: 40px;
                        float: left;
                        width: 100%;
                        padding: 0 5px;
                        font-weight: 500
                    }

                        .urunOzellik .mobilTab > ul > li > a:after {
                            content: '\f078';
                            font-family: fontawesome;
                            font-size: 16px;
                            float: right
                        }

                    .urunOzellik .mobilTab > ul > li.active > a {
                        color: #000;
                        background: #fff !important
                    }

                        .urunOzellik .mobilTab > ul > li.active > a:after {
                            content: '\f077'
                        }

                    .urunOzellik .mobilTab > ul > li.active .urunDetayPanel {
                        display: block !important
                    }

    .urunDetayPanel {
        padding: 15px 0;
        border-top: 1px solid #d7d7d7
    }

    .categorypagetext {
        padding: 40px 20px
    }

    .categorydesign {
        margin-bottom: 10px
    }


    .menuUstBolum {
        width: 100%;
        display: inline-block;
        float: left;
        margin-top: 0;
        border-bottom: 1px solid #e8e8e8
    }

        .menuUstBolum .CloseBtnMenu {
            float: left;
            line-height: 50px;
            color: #fff;
            font-size: 22px;
            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,.5);
        z-index: 1001;
        display: none;
        -webkit-animation: fadein .5s;
        -moz-animation: fadein .5s;
        -ms-animation: fadein .5s;
        -o-animation: fadein .5s;
        animation: fadein .5s
    }

        .mobilaf.acik {
            display: block
        }

    .mobilMenu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 360px;
        z-index: 99999;
        background: #fff;
        transform: translateX(-360px);
        -webit-transform: translateX(-360px);
        transition: transform .3s ease-in-out;
    }

        .mobilMenu ul {
            list-style: none;
        }

        .mobilMenu.acik {
            transform: translateX(0);
            -webkit-transform: translateX(0);
            overflow: visible;
        }

        .mobilMenu .menuIcerikAlan {
            float: left;
            width: 100%;
            height: calc(100% - 80px);
            position: absolute;
            top: 40px;
            right: 0;
            left: 0
        }

        .mobilMenu .navUl {
            float: left;
            width: 100%;
            height: 100%
        }

            .mobilMenu .navUl > li > ul li, .mobilMenu .navUl > li {
                float: left;
                width: 100%;
                position: relative;
                padding: 0 14px
            }

                .mobilMenu .navUl > li > ul li a, .mobilMenu .navUl > li > a {
                    text-transform: uppercase;
                    color: #000;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 40px;
                    display: inline-block;
                    vertical-align: top;
                    padding: 0 20px;
                    z-index: 2;
                    position: relative;
                    width: 100%;
                    letter-spacing: .8px;
                }

            .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: 14px;
                top: 0;
                left: 14px;
                z-index: 1;
                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: 55px;
                    font-size: 17px;
                    float: right
                }

        .mobilMenu .altMenu .altMenuMarkalar, .mobilMenu .altMenu .altMenuler {
        }

        .mobilMenu .altMenu .altMenuSag {
        }

        .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 {
            /*    display: none*/
        }

            .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl.active, .mobilMenu .navUl > li > ul li ul.active, .mobilMenu .navUl > li > ul.active, .mobilMenu .altMenu.active {
                display: block
            }

            .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,.8);
                font-size: 16px;
                font-weight: 600;
                line-height: 55px;
                padding-left: 55px;
                border-bottom: 1px solid #e5e5e5;
                position: relative;
                float: left;
                width: 100%;
                display: none
            }

                .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: 400
                    }

            .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li, .mobilMenu .navUl > li > ul li {
                float: left;
                width: 100%;
                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: #000;
                    font-size: 14px;
                    line-height: 30px;
                    display: inline-block;
                    vertical-align: top;
                    padding: 0;
                    z-index: 2;
                    position: relative;
                    letter-spacing: .7px
                }

                .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
                }

            .mobilMenu .altMenu .altMenuMarkalar > a {
                float: left;
                width: 50%;
                padding: 0 13px;
                min-height: 57px;
                text-align: center;
                margin-bottom: 15px
            }

            .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliDown2 {
                left: 0;
                right: 0;
                color: #000;
                font-size: 12px
            }

                .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliDown2 i {
                    font-size: 12px
                }

            .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li > a {
                font-size: 12px;
                color: #000;
                line-height: 35px;
                letter-spacing: .6px
            }

    .menuUstBolum {
        background: 0 0;
        border: none;
        background: #000;
    }

    .CloseBtnMenu {
        color: #fff !important
    }

    .menuBack img {
        margin: 15px auto;
        max-width: 120px
    }

    .menuBack {
        width: 83%;
        text-align: center;
        padding-left: 52px !important
    }

    .mobilMenu .navUl > li > ul li {
        float: left;
        width: 100%;
        border: none
    }

    .mobilMenu .altMenu .altMenuMarkalar > a {
        float: left;
        width: 50%;
        padding: 0 13px;
        min-height: 57px;
        text-align: center;
        margin-bottom: 15px
    }
}

@media screen and (max-width:767px) {
    .SifremiUnuttumContent .userWrapper.SifremiUnuttum {
        padding: 0 10px;
        width: 100%
    }

    .urunOzellik {
        margin: 0
    }

    .mycart:before,
    .mycart .sepetTecxt {
        display: none
    }



    #lang_flag_container {
        position: relative !important;
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        text-align: center;
        margin-top: 10px;
        float: left;
        top: auto !important;
        padding-left: 0 !important
    }

    #lang {
        display: inline-block
    }

    #lang_flag_container #lang-detail {
        width: 100%
    }

    .mycart .sepetUrun {
        display: none
    }

    .textlist-content {
        margin: 0
    }

    .textlist .textlist-col {
        width: 100%;
        padding: 0;
        margin-bottom: 5px
    }

        .textlist .textlist-col:last-child {
            margin-bottom: 0
        }

    #mainHolder_divDesign .owl-dots {
        bottom: 5px !important
    }

    .textlist .textlist-col > div:after {
        left: 0;
        right: 0;
        opacity: 1;
        background: rgba(0, 0, 0, .2)
    }

    .textlist .textlist-col > div {
        align-items: center
    }

    .textlist .textlist-col .textlist-col-text {
        left: 5px;
        right: 5px
    }

        .textlist .textlist-col .textlist-col-text strong {
            font-size: 28px;
            line-height: 35px
        }

        .textlist .textlist-col .textlist-col-text p {
            margin: 10px 0 15px;
            line-height: 20px
        }

        .textlist .textlist-col .textlist-col-text a {
            font-size: 11px;
            line-height: 35px;
            margin-bottom: 0
        }

    .firsatIcon {
        width: 35px;
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        overflow: hidden
    }

    .newIcon {
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        width: 35px;
        margin-bottom: 5px
    }

    .discountIcon {
        height: 20px;
        line-height: 13px;
        font-size: 13px;
        width: 35px;
        margin-bottom: 5px;
    }

    .cargoIcon {
        height: 20px;
        width: 35px;
        margin-bottom: 5px
    }

        .cargoIcon:before {
            line-height: 20px;
            font-size: 11px
        }

    .productYeInUcFi {
        left: 5px;
        bottom: 160px;
    }

    body:not(.sepetimBody) {
        padding-top: 115px;
    }

    .productItem .productDetail {
        height: auto;
        padding: 0px 5px 0
    }

    .TukendiIco {
        height: calc(100% - 95px)
    }

    .categorypagetext {
        padding: 20px 10px;
        position: relative
    }

        .categorypagetext:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: rgba(0, 0, 0, .4);
            z-index: 9
        }

    .categorypagetext-content {
        padding-left: 0 !important;
        width: 100%;
        position: relative;
        z-index: 99
    }

    .categorypagetext .categorypagetext-content h1 {
        letter-spacing: 2px;
        font-size: 27px;
        margin-bottom: 10px
    }

    .categorypagetext .categorypagetext-content .categorypagetext-text p {
        font-size: 12px;
        line-height: 20px
    }

    .categorydesign {
        margin-bottom: 5px
    }

    .centerCount.LeftMiddle {
        margin-top: 5px
    }



    #divIndirimOrani {
        margin-right: 10px
    }

    .Basketinp p,
    #divAdetCombo .left_line {
        display: none
    }

    .homepagebloglist {
        display: block
    }

        .homepagebloglist .homepagebloglist-left {
            width: 100%;
            padding: 20px 10px
        }

        .homepagebloglist .homepagebloglist-right {
            width: 100%
        }

        .homepagebloglist .homepagebloglist-left strong {
            font-size: 20px;
            margin-bottom: 10px
        }

        .homepagebloglist .homepagebloglist-left p {
            font-size: 12px;
            line-height: 22px
        }

        .homepagebloglist .homepagebloglist-left a {
            line-height: 35px;
            margin-top: 10px
        }

    .homepagecommentlist {
        min-height: auto;
        padding: 20px 0 30px
    }

        .homepagecommentlist .homepagecommentlist-list {
            padding: 0 10px
        }

        .homepagecommentlist .homepagecommentlist-title span {
            font-size: 20px
        }

    #mainHolder_divDesign .homepagecommentlist .homepagecommentlist-list .owl-dots {
        bottom: -20px !important
    }

    .mobilMenu {
        width: 100%;
        transform: translateX(-101%)
    }

    .menuUstBolum {
        margin-top: 0
    }

        .menuUstBolum .mobilMenuBT {
            padding-right: 10px;
            font-size: 12px;
            color: #fff;
            float: right;
        }

            .menuUstBolum .mobilMenuBT i {
                font-size: 22px
            }

            .menuUstBolum .mobilMenuBT i,
            .menuUstBolum .mobilMenuBT span,
            .menuUstBolum .CloseBtnMenu,
            .menuUstBolum .CloseBtnMenu i {
                line-height: 50px;
                display: inline-block;
                vertical-align: top
            }

        .menuUstBolum .CloseBtnMenu {
            font-size: 23px;
            text-align: right;
            padding-right: 15px;
            color: #000 !important;
            background: #f5f5f5;
        }

    .mobilMenu .menuIcerikAlan {
        top: 0;
        height: calc(100% - 51px)
    }

    .mobilMenu .navUl > li > ul,
    .mobilMenu .navUl > li > ul li ul {
        width: 100%;
        top: 51px
    }

        .mobilMenu .navUl > li > ul > span .NoiBack,
        .mobilMenu .navUl > li > ul li ul > span .NoiBack2 {
            padding-left: 15px
        }

        .mobilMenu .navUl > li > ul > span,
        .mobilMenu .navUl > li > ul li ul > span {
            padding-left: 40px
        }

        .mobilMenu .navUl > li .ResimsizDown,
        .mobilMenu .navUl > li > ul li .ResimsizDown2 {
            padding-right: 15px
        }

        .mobilMenu .navUl > li,
        .mobilMenu .navUl > li > ul li {
            padding-left: 0
        }

            .mobilMenuAcButton:hover,
            .arabtn:hover,
            .mycartClick:hover,
            .mobilMenu .navUl > li > ul > span:hover,
            .mobilMenu .navUl > li > ul li ul > span:hover,
            .mobilMenu .navUl > li > ul li .ResimsizDown2:hover,
            .mobilMenu .navUl > li > .ResimsizDown:hover,
            .mobilMenu .navUl > li > ul li a:hover {
                color: #000
            }

    .menuUstBolum .mobilMenuBT:hover,
    .menuUstBolum .CloseBtnMenu:hover {
        color: #fff
    }

    .SepetUst {
        float: left;
        width: 100%;
        text-align: center;
        color: #000;
        line-height: 50px;
        font-size: 16px;
        margin-bottom: 10px
    }

        .SepetUst span {
            display: inline-block;
            vertical-align: top
        }

        .SepetUst .seClose {
            float: right;
            width: 40px;
            font-size: 22px
        }

            .SepetUst .seClose i {
                display: inline-block;
                vertical-align: top;
                line-height: 50px
            }

    .CartProduct {
        background: #FFF;
        background-size: 100%;
        position: fixed;
        right: -120%;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 0 5px;
        display: block !important;
        border: none;
        opacity: 1;
        visibility: visible;
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        box-shadow: none
    }

        .CartProduct .SPrice {
            text-align: center;
            width: 100%;
            float: left;
        }

        .CartProduct:before {
            display: none
        }

        .CartProduct:after {
            display: none
        }

        .CartProduct.animated {
            right: 0
        }

        .CartProduct .SProduct {
            float: left;
            width: 100%;
            max-height: calc(100% - 155px);
            overflow-y: auto;
            overflow-x: hidden;
            font-size: 0;
            text-align: left;
            padding: 0 5px
        }

            .CartProduct .SProduct li a * {
                display: inline-block !important;
                padding: 0;
                line-height: 1
            }

            .CartProduct .SProduct li {
                float: left;
                width: 100%;
                position: relative;
                margin-bottom: 10px;
                padding-bottom: 10px;
                border-bottom: 1px solid #e5e5e5
            }

                .CartProduct .SProduct li a {
                    display: inline-block;
                    vertical-align: top;
                    font-size: 12px;
                    color: #000;
                    text-align: right;
                    width: 100%
                }

                    .CartProduct .SProduct li a img {
                        margin-right: 10px;
                        float: left
                    }

                    .CartProduct .SProduct li a .SepettopAd {
                        display: inline-block;
                        vertical-align: top;
                        max-width: 38%;
                        margin: 0;
                        margin-top: 10px;
                        float: left
                    }

                        .CartProduct .SProduct li a .SepettopAd span {
                            float: left;
                            clear: left;
                            max-width: 100% !important;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            margin-bottom: 10px
                        }

                            .CartProduct .SProduct li a .SepettopAd span:nth-child(2) {
                                margin-left: 2px
                            }

                    .CartProduct .SProduct li a .SepetTopAdet {
                        display: inline-block;
                        vertical-align: top;
                        margin: 0 5px;
                        margin-top: 28px
                    }

    .mycart .CartProduct .SProduct li a span.sepetTopBirimFiyat {
        display: inline-block !important;
        vertical-align: top;
        margin: 0 5px;
        margin-top: 20px
    }

    .CartProduct .SProduct li a:nth-child(2) {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0;
        width: auto
    }

    .CartProduct .button {
        padding: 0;
        line-height: 30px;
        font-size: 14px !important;
    }

    .divustSepetteUrunYok span {
        width: 100%;
        float: left;
        text-align: center;
        color: #000;
        font-weight: 500;
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 15px
    }

    .sepetTopTutar {
        font-size: 0;
        padding: 0;
        border: none
    }

    .spanTittle {
        font-size: 18px !important
    }

    .iletisimContent .iletisimForm {
        width: 100%;
        padding: 0
    }

    .iletisimContent .AdBan {
        width: 100%
    }

    .iletisimContent .categoryTitle {
        margin: 0
    }

        .iletisimContent .categoryTitle .categoryTitleText {
            line-height: 65px
        }

        .iletisimContent .categoryTitle:before {
            display: none
        }

    .iletisimContent .iletisimRight .categoryTitle {
        margin-bottom: 10px
    }

        .iletisimContent .iletisimRight .categoryTitle .categoryTitleText {
            line-height: 65px;
            font-size: 19px
        }

    .iletisimContent .iletisimForm .categoryTitle {
        margin-bottom: 10px
    }

        .iletisimContent .iletisimForm .categoryTitle .categoryTitleText {
            line-height: 65px;
            font-size: 19px
        }

    .iletisimContent .iletisimRight .iletisimbanka .span > div.line2 > div.line2 {
        float: none;
        display: block;
        margin: 10px 0 0
    }

    .iletisimContent .iletisimLeft .span.iletisimLeftFirmaAdi .Right {
        font-size: 17px
    }

    .iletisimContent .iletisimRight .iletisimbanka .span > div span {
        font-size: 12px
    }

    .iletisimContent .iletisimLeft .Right {
        font-size: 12px
    }

    .iletisimContent .iletisimLeft .span.iletisimLeftTelefon .Right {
        font-size: 20px
    }

    .UyeolContent .grid {
        width: 100%;
        margin: 0;
        padding: 10px;
        border: none;
        margin-bottom: 10px
    }

    .SifremiUnuttum {
        width: 100%;
        margin: 0;
        padding: 0
    }

        .SifremiUnuttum .line {
            width: 100%
        }

        .SifremiUnuttum #mainHolder_txtbxMail {
            width: 70%
        }

        .SifremiUnuttum .button {
            width: 30%
        }

    .bottomHead {
        float: left;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1002;
        display: none;
        background: #fff;
        border-top: 1px solid #cecece
    }

        .bottomHead ul {
            margin: 0
        }

            .bottomHead ul li {
                float: left;
                width: 25%
            }

                .bottomHead ul li a {
                    float: left;
                    width: 100%;
                    text-align: center;
                    font-size: 12px;
                    padding: 5px 0;
                    color: #000;
                    position: relative
                }

                    .bottomHead ul li a i {
                        display: block;
                        margin: 0 auto 3px;
                        font-size: 18px
                    }

    .favNum {
        position: absolute;
        right: 20px;
        top: 4px;
        width: 15px;
        line-height: 15px;
        color: #fff;
        text-align: center;
        border-radius: 100%;
        font-size: 10px
    }

    .sepetimBody .bottomHead {
        display: none
    }

    #footer .linkler {
        padding: 10px;
    }

        #footer .linkler .blink > ul {
            display: block
        }

            #footer .linkler .blink > ul > li {
                float: left;
                width: 100%
            }

                #footer .linkler .blink > ul > li > ul {
                    display: none;
                    float: left;
                    width: 100%;
                    border-bottom: 1px solid #252525
                }

                #footer .linkler .blink > ul > li > span {
                    float: left;
                    width: 100%;
                    margin: 0;
                    line-height: 50px;
                    border-bottom: 1px solid #252525
                }

                    #footer .linkler .blink > ul > li > span .ackapabtn {
                        float: right;
                        font-size: 15px
                    }

            #footer .linkler .blink > ul li {
                float: left;
                width: 100%
            }

            #footer .linkler .blink > ul > li > ul > li > a {
                margin-bottom: 0;
                line-height: 40px
            }

    .ebultenDiv {
        width: 100%;
        display: none;
        border-bottom: 1px solid #252525;
        padding: 10px 0;
        margin-bottom: 0
    }

    .ebultenGelecek {
        margin-top: 10px
    }

    .copy {
        float: left;
        width: 100%;
        text-align: center;
        margin: 25px 0 15px
    }

    .creditCard {
        border: none;
        padding: 0;
        text-align: center;
        margin-bottom: 25px
    }

    .bankimg {
        display: none
    }

    .kartimg {
        float: none;
        display: inline-block;
        vertical-align: top
    }

    #divTicimaxCopyrightContent {
        float: left;
        width: 100%;
        margin-bottom: 50px
    }

        #divTicimaxCopyrightContent img {
            display: inline-block;
            vertical-align: top
        }

    #ticimaxCopyright {
        margin-top: 5px !important;
        font-size: 11px
    }

    .footerLogo {
        display: none
    }

    .socialStore {
        margin: 0
    }

        .socialStore .socialDiv span,
        .socialStore .store span {
            display: none
        }

        .socialStore .socialDiv,
        .socialStore .store {
            margin: 0;
            display: block;
            text-align: center
        }

        .socialStore .store {
            padding: 20px 0;
            border-bottom: 1px solid #252525
        }

        .socialStore .socialDiv ul li {
            margin-right: 10px
        }

        .socialStore .store ul li {
            margin-right: 30px
        }

            .socialStore .store ul li:last-child {
                margin-right: 0
            }

            .socialStore .store ul li a i.fa-apple {
                font-size: 24px
            }

        .socialStore .socialDiv {
            padding: 20px 0;
            border-bottom: 1px solid #252525
        }

            .socialStore .socialDiv ul li a,
            .socialStore .store ul li a {
                color: #fff;
                border: 0px !important;
            }

            .socialStore .socialDiv ul li a {
                width: 40px;
                height: 40px;
                border-radius: 100%;
                text-align: center;
                background: #fff;
                color: #000;
                font-size: 20px
            }

                .socialStore .socialDiv ul li a i {
                    line-height: 40px;
                    float: none;
                    display: inline-block;
                    vertical-align: top
                }

    #back-to-top {
        bottom: 11%;
        right: 2%
    }

        #back-to-top a {
            width: 30px;
            height: 30px;
            display: none;
        }

            #back-to-top a:after {
                line-height: 30px
            }

    #header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        box-shadow: 0px 5px 9px #8888881a;
    }

    .headerContent {
        box-shadow: 0 0 5px 0 #cecece;
        background: #fff
    }

    #logo {
        float: none
          
    }

        #logo .logo {
            height: 60px;
            margin-right: 0;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            justify-content: center;
          padding:10px;
        }

            #logo .logo img {
                max-width: 100% !important;
            }

    .welcome {
        display: none
    }

    .mycart {
        display: block;
        position: absolute;
        right: 2px;
        top: 5px;
        z-index: auto;
    }

        .mycart > a:before {
            display: none
        }

    .mobilMenuAcButton,
    .mycartClick {
        display: block;
        margin: 0;
        font-size: 0px;
        float: right;
        position: absolute
    }

        .mycartClick i {
            line-height: 60px
        }

    .favi {
        display: none
    }

    .arabtn {
        float: right;
        color: #000;
        font-size: 22px;
        z-index: 99;
        cursor: pointer;
        position: absolute;
        right: 45px;
        top: 0;
        -webkit-animation: fadein .5s;
        -moz-animation: fadein .5s;
        -ms-animation: fadein .5s;
        -o-animation: fadein .5s;
        animation: fadein .5s
    }

        .arabtn i {
            float: left;
            line-height: 60px
        }

    .mycart .sepetUrunSayisi {
        position: static;
        line-height: 9px;
        background: #000000;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        margin-top: -7px;
        margin-right: -2px;
        margin-left: 14px;
    }

    .mycartClick {
        right: 10px;
        top: 0
    }

    .mobilMenuAcButton {
        left: 10px;
        top: 18px;
    }

        .mobilMenuAcButton span {
            display: block;
            margin-left: 0;
            line-height: 1;
            font-size: 8px;
            display: none;
        }

        .mobilMenuAcButton i {
            float: none;
            display: block;
            line-height: 1
        }

    .searchContent {
        position: relative;
        width: 100%;
        padding: 0 5px;
        background: 0 0;
        z-index: 100;
        margin: 0 0 10px;
        display: none;
    }

        .searchContent.active {
            display: block;
            box-shadow: none;
            top: 94px;
        }

    .searchContent {
        padding: 11px 0;
    }

    #txtbxArama {
        height: 30px;
        font-size: 12px;
        background: #f5f5f5;
        padding-left: 10px;
        padding-right: 50px
    }

    #btnKelimeAra {
        height: 30px;
        line-height: 30px;
        border-left: none;
        font-size: 11px;
        top: 0;
        font-weight: 500
    }

    #header.touched .searchContent {
        display: none
    }

        #header.touched .searchContent.active {
            display: block
        }

    #header.touched .arabtn {
        display: block
    }

    body .category-vertical-filters.top-filters {
        width: 85%;
        height: calc(100% - 0px);
        box-shadow: none;
        border: none
    }

    body ul.breadcrumb * {
        color: #333333ad !important;
        font-size: 10px !important;
        line-height: 50px !important;
        float: left;
        font-weight: 500;
    }

    body ul.breadcrumb li:after {
        line-height: 40px;
        font-size: 15px !important
    }

    body ul.breadcrumb li:nth-child(1) a:before {
        line-height: 40px;
        font-size: 10px !important;
        margin-right: 5px
    }

    .ItemOrj {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%
    }

    .homeContainer .ProductListContent .ItemOrj {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 1vw
    }

    .categoryContainer .ProductListContent .productItem {
        margin-bottom: 10px
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
        font-size: 13px
    }

    body .mobilFilterOpenBtn .button {
        font-size: 13px
    }

    .productItem .discountPrice span {
        font-size: 15px
    }

    .productItem .regularPrice span {
        font-size: 14px
    }

    .favori a:before {
        font-size: 18px
    }

    .leftImage {
        float: left;
        width: 100%
    }

    .RightDetail {
        width: 100%;
        padding: 20px 15px 0 !important;
        border: 0px !important;
    }

    body a#linkOncekiSayfa {
        position: absolute;
        top: 69px;
        right: 7px;
        width: 35px;
        text-align: center;
        font-size: 0 !important;
        font-family: fontawesome;
        color: #000;
        z-index: 5;
        line-height: 35px;
    }

        body a#linkOncekiSayfa:before {
            content: '\f00d';
            font-size: 25px;
            display: inline-block;
            vertical-align: top;
            line-height: 43px;
        }

    #divUrunKodu {
        clear: left;
        float: left;
        line-height: 14px
    }

        #divUrunKodu span {
            line-height: 14px
        }

    #divTaksitAciklama {
        clear: left;
        float: left
    }

    .PriceList {
        padding-bottom: 6px;
    }

    .TopDet #IlgiliUrunDiv {
        margin-top: 15px;
        padding: 0
    }

    #divUrunEkSecenek {
        padding: 0;
        margin-top: 15px
    }

        #divUrunEkSecenek .eksecenekLine {
            padding-bottom: 15px;
            margin-bottom: 0
        }

    #divSatinAl {
        margin: 15px 0 10px
    }

    #divAdetCombo .right_line {
        width: 70px
    }

    .basketBtn {
        max-width: auto;
        padding: 0 0;
        width: 100%;
    }

    .Basketinp {
        margin-bottom: 15px
    }

    .ProductIcon {
        text-align: center
    }

        .ProductIcon > div {
            float: none;
            display: inline-block;
            vertical-align: top;
            margin-right: 5px
        }

    /*.TopDet .product_social_icon_wrapper {
        text-align: center;
        margin: 10px 0
    }

        .TopDet .product_social_icon_wrapper .PaylasTit {
            float: none;
            display: inline-block;
            vertical-align: top;
            margin-right: 5px;
            display: none
        }*/

    body #mainHolder_divDesign .owl-dots .owl-dot {
        margin: 0 2px !important
    }


    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1,
    .JKatAdi .bold .satir1 {
        font-size: 19px;
        font-weight: 500
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle,
    .JKatAdi {
        margin-bottom: 5px !important
    }

    .pageNumberContent a,
    .pageBorder a {
        min-width: 30px;
        height: 30px;
        line-height: 28px
    }

    .detaySliderContainer {
        padding-bottom: 0;
        margin: 10px 0
    }

    .pageNumberBottom {
        margin: 20px 0
    }

    .TabOzellikler .urunDetayPanel .urunTabAlt {
        max-height: 200px
    }

    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before,
    .owl-carousel .owl-nav .ProductListprev:before,
    .owl-carousel .owl-nav .ProductListnext:before,
    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before {
        font-size: 20px !important
    }
}

#logo .logo img {
    max-height: 81px !important
}

.headerUyeGiris a,
.headerUyeOl a,
.headerHesabim,
.headerCikis {
    float: left;
    color: #000;
    font-size: 13px;
    left: 16px;
    padding: 6px 0;
    margin-right: -34px;
    margin-top: 17px;
    /* width: 32px; */
    font-weight: 400;
}

#header.homeHeader .araClick {
    color: #000
}

.araClick i {
    display: inline-block;
    vertical-align: top;
    line-height: 33px
}

.arabtn {
    float: right;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    padding: 0 5px;
    margin-top: 15px;
    content: '';
    float: right;
    width: 18.6px;
    height: 23px;
    background: url(https://static.ticimax.cloud/42152/Uploads/Images/homeicon/antisearch.svg) no-repeat left center;
    background-size: 100%;
    margin-right: 14px;
    font-size: 0
}

#txtbxArama {
    float: left;
    width: 100%;
    height: 40px;
    border-radius: 25px;
    color: #cdcdcd;
    padding-left: 15px;
    padding-right: 60px;
    border: 1px solid #eeeff0;
    background: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
    text-align: left;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.search {
    width: 100%;
    position: relative
}

.searchContent {
    display: none;
    vertical-align: top;
    width: 100%;
    position: absolute;
    z-index: 10001;
    top: 0;
    bottom: 0;
    left: 0
}

.ProductIcon > div {
    float: left;
    position: relative;
    position: relative;
    margin: 0 18px 0 0
}

.ProductIcon .box1 {
    padding: 0;
    margin: 0;
    min-width: 0;
    background: 0 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    float: left;
    line-height: 30px
}

    .ProductIcon .box1 i {
        font-family: fontawesome;
        margin: 0 5px 0 0;
        display: inline-block;
        vertical-align: top;
        font-weight: 400;
        font-size: 14px;
        line-height: 30px
    }

@media screen and (max-width:767px) {
    .htop .htopContainer .htopArea .htopCenter li a {
        font-size: 12px !important;
        color: #fff !important;
        letter-spacing: 0 !important;
        line-height: 20px !important;
    }

    .LinkList ul li {
        margin-bottom: 10px;
        float: none !important;
        display: inline-block;
        vertical-align: top
    }

    #txtbxArama {
        margin-top: 10px;
    }

    #btnKelimeAra {
        top: 15px;
        right: 5px;
    }

    #back-to-top {
        bottom: 7%
    }

    #divTicimaxCopyrightContent img {
        display: none !important
    }

    #txtbxArama {
        border: 1px solid #00000085;
    }

    .searchContent {
        padding: 0px !important;
        height: 58px !important;
    }
}

@media screen and (min-width:1042px) {
    #header.fixed {
        position: fixed !important;
        top: -12% !important;
        background: #fff !important;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        z-index: 1000;
        width: 100%;
        border: none;
        transition: top .3s ease-in-out
    }
}

.firsatIcon {
    display: none !important
}

.newIcon {
    overflow: hidden !important;
    text-overflow: ellipsis !important
}

@media(max-width:540px) {
    .cerezPopupUyari {
        width: 52% !important
    }
}

@media screen and (max-width:767px) {
    .arabtn {
        left: 50px !important
    }
}

#mainHolder_divDesign .ticimaxTabHead li.ticimaxTabHead_active a {
    background-color: #0000 !important;
    color: #000 !important
}

#mainHolder_divDesign .ticimaxTabHead li.ticimaxTabHead_active a {
    border-bottom: 1px solid
}

#mainHolder_divDesign .ticimaxTabHead li a {
    cursor: pointer;
    font-size: 20px;
    line-height: 35px;
    color: #000;
    height: 35px;
    display: block;
    padding: 0;
    font-weight: 500
}

#mainHolder_divDesign .ticimaxTabHead li a {
    color: #000 !important;
    background-color: #fff !important;
    font-size: 14px;
    padding: 43px 44px;
    display: inline-block !important;
    text-decoration: none !important;
    position: relative !important;
    cursor: pointer !important;
    font-size: 20px !important;
    line-height: 35px !important;
    color: #000 !important;
    height: 35px !important;
    display: block !important;
    margin: 0 53px !important;
    padding: 0 !important;
    font-weight: 400 !important
}

.mycartIcon a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    float: left;
    width: 100%;
    line-height: 30px;
    background: #000000;
    border-radius: 4px;
}

#mainHolder_divDesign .ticimaxTabHead ul {
    margin-bottom: 50px
}

.logoArea .rightDiv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    margin-top: 7px;
    -webkit-justify-content: flex-end;
}

.logoArea .leftDiv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-top: 0px;
}

.logoArea .centerDiv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    width: 60%;
}

.navigation {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoArea {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between
}

@media(min-width:768px) {
    #header.homeHeader:hover {
        background: #fff
    }

    #header.homeHeader {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        background: 0 0;
    }
}

/*.navigation .navUl > li:hover > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #000;
    z-index: 9
}*/
.headerContent,
body ul.breadcrumb,
.navigation > div,
.userLoginContent,
.hesabimContent,
.sepetimBody .headerContent,
.sepetimBody #footer .ticiContainer,
.ticiContainer {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: block;
    padding-right: 40px;
    padding-left: 40px;
}

.headerContent {
    text-align: center;
    padding: 0 40px;
}

.headerContent {
    max-width: 100%
}

.basketBtn input {
    height: 49px !important;
    color: #fff !important;
    margin-bottom: 0px;
    background: #23cc99 !important;
}

#divIndirimOrani {
    background: #00000000 !important;
    border-radius: 5px;
}

.SearchClose {
    position: absolute;
    right: -44px;
    z-index: 9;
    font-size: 22px;
    padding: 10px;
    cursor: pointer;
    top: -3px;
}

.searchContent {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: fixed;
    top: 10px;
    padding: 18px 0;
    background: #fff;
    left: 0;
    right: 0;
    text-align: center;
    height: 77px;
    transition: ease .3s all;
}

    .searchContent:not(.active) {
        height: 0;
        overflow: hidden;
        padding: 0;
        display: none;
    }

@media(max-width:767px) {
    .searchClick {
        display: block;
        position: absolute;
        top: 0;
        left: 50px;
        display: block;
        font-size: 22px;
        color: #000
    }

    .welcomeOpen {
        display: block !important;
        position: absolute;
        top: 5px;
        right: 50px;
        display: block;
        font-size: 0px;
        color: #000
    }

        .welcomeOpen i {
            display: inline-block;
            vertical-align: top;
            line-height: 49px
        }
}

@media(max-width:767px) {
    .arabtn {
        margin-top: 19px !important;
    }

    .SearchClose {
        left: 17px;
        margin-top: 18px;
        display: none;
    }

    .welcome > div {
        width: 100%;
        position: static;
        padding: 0;
        box-shadow: none;
        display: block;
        background: 0 0;
        margin: 0
    }

    .welcome.active {
        height: 40px;
        background: #000
    }

    .welcome li {
        float: none;
        display: inline-block !important;
        width: auto;
        vertical-align: top
    }

    .headerHesabim,
    .headerCikis,
    .headerUyeOl a,
    .headerUyeGiris a {
        float: none;
        display: inline-block !important;
        font-size: 13px !important;
        line-height: 10px;
        color: #fff;
        border: none;
        padding: 0;
        width: auto;
        text-transform: capitalize;
        margin-right: 22px;
        height: auto;
        font-weight: 500
    }

        .headerUyeGiris a:before {
            content: ''
        }

    .welcome {
        display: block;
        width: 100%;
        position: absolute;
        top: 100%;
        right: 0;
        bottom: auto;
        text-align: center;
        background: 0 0;
        border: none;
        padding: 0;
        margin: 0;
        height: 0;
        border-radius: 0;
        z-index: 100;
        overflow: hidden;
    }

    .blokkarisik ul li .bannerText {
        width: 100% !important
    }

    .HomeBanner .Sag2 {
        width: 100% !important
    }
}

.welcome li {
    display: inline-block;
    vertical-align: top
}

@media(max-width:767px) {
    #logo {
        width: 133px;
      padding:10px;
    }

    #mainHolder_divDesign .ticimaxTabHead {
        margin-bottom: -29px !important
    }

        #mainHolder_divDesign .ticimaxTabHead li a {
            margin: 0 16px !important;
            font-size: 12px !important;
        }
}

.cargoIcon {
    display: none !important;
}

.TopDet #IlgiliUrunDiv #divIlgiliUrunler {
    display: none !important;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok img {
    filter: none !important;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected {
    border: 2px solid #000 !important;
    background: #f5f5f5 !important;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected {
    color: #000 !important;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:hover {
    color: #000 !important;
}


.navigation .altMenu .altMenuler .altMenuSag > a:hover img {
    transition: transform .5s ease;
    transform: translateZ(0);
    transform: scale(1.03);
}

.navigation .navUl > li:hover > a:after {
    right: 0;
}



.Block_Link {
    display: block !important;
    position: absolute;
    right: 0;
    top: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #000;
    font-weight: 500;
}

@media screen and (min-width: 1300px) {
    .sliderBannerContainer .ProductList {
        margin: 0 20px;
    }

    .ImageProducts {
        margin: 0 20px;
    }

    .Block_Link {
        margin: 0 20px;
    }
}

body ul.breadcrumb {
    padding-right: 40px;
    padding-left: 40px;
}

.socialStore .socialDiv ul li a i:hover {
    background: #FFF;
    color: #000 !important;
    transition: all .4s ease;
}

@media (max-width:767px) {
    body #formGlobal {
        padding: 0;
    }
}


@media (max-width:767px) {

    /*kategori*/
    .categoryContainer .categoryTitleText {
        padding: 0;
        margin: 0;
    }

    .ProductBody .categoryTitle {
        padding: 0;
        margin: 0;
    }

    body .category-vertical-filters.top-filters {
        width: 100%;
        height: calc(100% - 0);
        box-shadow: none;
        border: none;
    }

    body ul.breadcrumb {
        white-space: nowrap;
        position: relative;
    }

        body ul.breadcrumb.zindex {
            z-index: -1;
            pointer-events: none;
        }

        body ul.breadcrumb:after {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 99;
            content: '';
            display: block;
        }

        body ul.breadcrumb li:nth-child(1) a:before {
            display: none;
        }

        body ul.breadcrumb:before {
            content: '\f015';
            font-family: 'FontAwesome';
            font-weight: 300;
            line-height: 40px;
            margin-right: 5px;
            display: inline-block;
            vertical-align: top;
            font-size: 0px;
        }

        body ul.breadcrumb * {
            line-height: 40px !important;
            font-size: 12px !important;
            max-width: 100%;
            text-decoration: none;
        }


        body ul.breadcrumb li {
            font-size: 0 !important;
        }

            body ul.breadcrumb li:last-child a span:after {
                display: none;
            }

            body ul.breadcrumb li:last-child {
                max-width: 90px;
            }

                body ul.breadcrumb li:last-child * {
                    max-width: 100%;
                    font-size: 12px !important;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

            body ul.breadcrumb li a span {
                font-size: 11px !important;
            }

                body ul.breadcrumb li a span:after {
                    content: '\f105';
                    font-family: 'FontAwesome';
                    font-size: 0 !important;
                    display: inline-block;
                    vertical-align: top;
                    line-height: 40px;
                    font-weight: 300;
                }

    .categoryTitleText {
        position: relative;
        z-index: 99;
    }

    .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, .2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
        -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
        -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 1px 1px 0 rgba(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;
                }

                    .breadList .mBread ul li a {
                        float: left;
                        width: 100%;
                        font-size: 11px;
                        color: #454545;
                        padding: 6px 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;
                            line-height: 15px;
                        }

                    .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 ul.breadcrumb li:nth-last-of-type(1) * {
        max-width: 100%;
    }


    .categoryContainer .breadList .clbtn {
        right: -5px;
    }

    .search,
    .headerContent,
    body ul.breadcrumb,
    .userLoginContent,
    .hesabimContent,
    .sepetimBody .headerContent,
    .sepetimBody #footer .ticiContainer,
    .ticiContainer,
    .proCategoryTitle {
        padding: 0 0vw !important;
    }

    #UpdatePanel1 {
        position: relative !important;
        float: right !important;
        width: 95% !important;
        margin: 10px 11px 10px !important;
    }

    .homeHeader.fixed.gectop {
        top: -40px !important;
    }

    .headerContent {
        margin: 0 0 !important;
    }

    .htop .ticiContainer > p {
        line-height: 33px !important;
        color: #fff;
        font-size: 12px !important;
        /* text-transform: uppercase; */
        text-align: center;
    }

    .headerContent {
        text-align: center;
        padding: 0 40px;
        box-shadow: 2px 1px #dfdfdf00 !important;
    }

    .menuUstBolum {
        background: #FFF !important;
        border-bottom: 1px solid #f5f5f5;
    }
}

.proCategoryTitle {
    padding-right: 40px;
    padding-left: 40px;
}

.imgLog {
    max-width: 70px;
    margin-top: 11px;
    margin-left: 80px;
}

.mycartClick:before {
    margin-top: 17px;
    content: '';
    float: right;
    width: 18.6px;
    height: 23px;
    background: url(https://static.ticimax.cloud/42152/Uploads/Images/homeicon/antishop.svg) no-repeat left center;
    background-size: 100%;
    margin-right: 8px;
}

.welcomeOpen:before {
    margin-top: 12px;
    content: '';
    float: right;
    width: 18.6px;
    height: 23px;
    background: url(https://static.ticimax.cloud/42152/Uploads/Images//homeicon/antiuser.svg) no-repeat left center;
    background-size: 100%;
    margin-right: 8px;
}


.leftBlock .category-vertical-filters > div {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 20px;
    border-radius: 22px;
    float: left;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 9px #8888881a;
}

#btnKelimeAra {
    background: #000000 !important;
    border-radius: 25px !important;
}

.categoryContainer .ProductListContent .productItem:hover {
    box-shadow: 0px 5px 9px #8888881a;
}

.drift-container {
    display: none !important;
}

.leftImage .ProductGallery {
    float: left;
    width: 100%
}

.ProductGallery .gallery-container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse
}

.leftImage .ProductGallery .gallery-container .GalleryArea {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #efefef
}

    .leftImage .ProductGallery .gallery-container .GalleryArea a {
        float: left;
        width: 100%;
        height: 493px;
    }

    .leftImage .ProductGallery .gallery-container .GalleryArea img {
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        max-height: 100%
    }

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb {
    float: left;
    width: 100%;
    border: none;
    background: 0 0;
    height: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0
}

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: visible;
        font-size: 0;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        -webkit-justify-content: center
    }

        .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list #divThumpVideo, .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .thumb-item {
            float: none;
            display: inline-block;
            vertical-align: top;
            width: 100px;
            height: 100px;
            margin: 20px 10px 0;
            border: 1px solid #efefef;
            cursor: pointer;
            position: relative
        }

            .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .thumb-item img {
                margin: auto;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                max-width: 100%;
                max-height: 100%
            }

            .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list #divThumpVideo i {
                font-size: 10px
            }

.leftImage .ProductGallery .owl-carousel.galleryOwl .owl-dots {
    display: block;
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav {
    left: 10px;
    right: 10px;
    width: auto;
    padding: 0
}

    .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav span {
        width: 30px;
        height: 30px;
        background: rgba(0,0,0,.24);
        border: none;
        font-size: 0;
        color: #fff;
        text-align: center
    }

        .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav span:after {
            font-family: fontawesome;
            display: inline-block;
            vertical-align: top;
            line-height: 30px;
            font-size: 15px
        }

    .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-prev span:after {
        content: '\f060'
    }

    .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-next span:after {
        content: '\f061'
    }

.ProductGallery .owl-carousel.galleryOwl .owl-dots .owl-dot.active span {
    background-color: #000 !important;
}

.ProductGallery .owl-carousel.galleryOwl .owl-dots .owl-dot span {
    border: 1px solid #000 !important;
}

.ProductGallery .owl-carousel.galleryOwl .owl-dots {
    padding: 3px 12px 2px !important;
}

#txtbxurunSiparisAdedi, #divAdetCombo select {
    background: #f7f7f7;
    color: #000;
    border: 2px solid #eaeaea;
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin: 0;
    border-radius: 5px;
}

.RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riDown {
    width: 30px !important;
    font-size: 13px;
    color: #bdbcbb;
    background: #fff;
    top: 10px;
    font-weight: 300;
    position: absolute;
    margin: 0 !important;
    float: left;
    cursor: pointer;
    text-indent: 0;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 50%;
}

#txtbxurunSiparisAdedi, #divAdetCombo select, .basketBtn input, .buyfast input {
    height: 50px !important;
}

#divAdetCombo .right_line, .RightDetail .riSingle {
    width: 100%;
}

    .RightDetail .riSingle a.riUp i, .RightDetail .riSingle a.riDown i, .RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riDown {
        line-height: 28px;
    }

    .RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riDown {
        height: 30px !important;
    }

@media (max-width:767px) {
    .ticiFooterContent {
        margin: 0 0px !important;
    }

        .ticiFooterContent .footerRow {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

    .btn-whatsapp-pulse {
        font-size: 22px !important;
        padding: 19px !important;
    }
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListnext, #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext {
    color: #000;
    background: #ffffff59 !important;
}



@media screen and (min-width:1240px) and (max-width:1500px) {



    .navigation .navUl > li > a {
        font-size: 12px !important;
    }

    .basketBtn {
        max-width: 100% !important;
    }
}

@media screen and (min-width:900px) and (max-width:1159px) {
    .basketBtn {
        max-width: 50% !important;
    }
}

@media screen and (min-width:900px) and (max-width:1100px) {
    .navigation .navUl > li > a {
        font-size: 12px !important;
        margin: 0 2px !important;
    }
}

@media screen and (min-width:1100px) and (max-width:1250px) {
    .navigation .navUl > li > a {
        font-size: 12px !important;
        margin: 0 5px !important;
    }
}


.navigation .altMenu .altMenuler .altMenuSag > a:hover img {
    width: 57%;
}

.navigation .altMenu .altMenuler .altMenuSag > a > img {
    display: block;
    width: 57%;
}

.htop span {
    line-height: 30px;
    text-transform: capitalize;
    font-size: 10px;
    color: #fff;
    letter-spacing: .65px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation .navUl > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(50% - 10px);
    width: 0;
    height: 1px;
    background: #000;
    transition: all .4s;
}

.navigation .navUl > li:hover > a:after {
    width: 100%;
    left: 0;
}

/*.navigation .navUl > li:last-child > a:after {
    background: #d11b1b;
}*/

/*.navigation .navUl > li:last-child > a {
    color: #d11b1b;
}*/


.htop {
    float: left;
    width: 100%;
    text-align: center;
    background: #000;
}

    .htop .htopContainerArea {
        float: left;
        width: 100%
    }

    .htop .htopContainer .htopArea {
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 40px;
        padding: 0 30px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

        .htop .htopContainer .htopArea > div {
            width: 20%
        }

            .htop .htopContainer .htopArea > div.htopCenter {
                width: 60%
            }

        .htop .htopContainer .htopArea .htopCenter {
            float: left
        }

            .htop .htopContainer .htopArea .htopCenter li {
                float: left;
                width: 100%
            }

                .htop .htopContainer .htopArea .htopCenter li a {
                    width: 100%;
                    text-align: center;
                    float: left;
                    font-size: 13px;
                    color: #fff;
                    letter-spacing: .65px;
                    line-height: 30px
                }

            .htop .htopContainer .htopArea .htopCenter ul {
                margin: 0;
                padding: 0;
                list-style: none
            }

            .htop .htopContainer .htopArea .htopCenter .owl-dots {
                display: none !important
            }

        .htop .htopContainer .htopArea .htopRight {
            float: right;
            font-size: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 30px
        }

            .htop .htopContainer .htopArea .htopRight .siparisTakipContainer {
                float: left;
                display: inline-block
            }

                .htop .htopContainer .htopArea .htopRight .siparisTakipContainer a {
                    font-size: 10px;
                    color: #fff;
                    font-weight: 400;
                    display: inline-block
                }

.sepetimBody {
    background-color: #ffffff !important;
}

    .sepetimBody .ticiContainer {
        max-width: 1180px;
        min-width: 1000px;
    }


body .alisverisedevamet {
    background: #fff !important;
    color: #000 !important;
}

.sepett .alisverisedevamet {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.BasketDetail {
    margin-bottom: 20px;
    border-radius: 5px !important;
}



.BasketDetail, .BasketRigth, .BasketDetailBolme {
    background-color: #fff0 !important;
    border: none !important;
}



    .BasketRigth ul li span {
        float: left;
        font-size: 14px !important;
    }

body.sepetimBody .basketCompletebtn {
    font-weight: bold !important;
}

.AdetGuncelle {
    color: #000 !important;
}

#hed div.hediCekForm a {
    background-color: #000000 !important;
}

.BasketPage .sepetItemB4 {
    color: #000000 !important;
}

.Features > .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .Features > .item > .Icon {
        width: 45px;
    }


/* sepet ayarlarÄ± */



.sepetimBody .icons {
    display: none
}

.sepetimBody #footer {
    display: none
}

.sepetimBody .ticiContainer {
    margin: 0 auto !important
}

.sepetimBody .Basketstep {
    margin: 0 0 30px;
    width: 100% !important;
    text-align: center
}

    .sepetimBody .Basketstep .sepetListTittle {
        display: none
    }

    .sepetimBody .Basketstep ul {
        display: inline-block !important;
        vertical-align: top
    }

        .sepetimBody .Basketstep ul li {
            width: 165px;
            padding: 0 0 30px;
            background: 0 0;
            float: left;
            min-height: auto;
            text-align: left;
            cursor: default
        }

            .sepetimBody .Basketstep ul li.aktif {
                background: 0 0;
                cursor: default
            }

                .sepetimBody .Basketstep ul li.aktif:after {
                    display: none
                }

            .sepetimBody .Basketstep ul li:before {
                content: "";
                width: calc(100% - 40px);
                height: 2px;
                position: absolute;
                top: 20px;
                left: 40px;
                background: #eee
            }

            .sepetimBody .Basketstep ul li.aktif:before {
                background: #000000;
            }

            .sepetimBody .Basketstep ul li i {
                display: inline-block;
                vertical-align: top;
                width: 40px;
                height: 40px;
                background: #eee;
                border-radius: 100%;
                font-size: 18px;
                color: #848484;
                font-family: fontawesome;
                line-height: 40px;
                text-align: center;
                font-weight: 300;
                cursor: pointer
            }

            .sepetimBody .Basketstep ul li.bSepet i {
                background: #000000;
                color: #fff
            }

            .sepetimBody .Basketstep ul li.aktif i {
                background: #000000;
                color: #fff
            }

            .sepetimBody .Basketstep ul li.bSepet i:before {
                content: '\f290'
            }

            .sepetimBody .Basketstep ul li.bAdres i:before {
                content: '\f3c5'
            }

            .sepetimBody .Basketstep ul li.bOdeme i:before {
                content: '\f38a'
            }

            .sepetimBody .Basketstep ul li.bOdeme {
                width: auto
            }

                .sepetimBody .Basketstep ul li.bOdeme:before {
                    display: none
                }

            .sepetimBody .Basketstep ul li .onesteptext, .sepetimBody .Basketstep ul li .tittleSpan {
                color: #000;
                font-size: 12px;
                line-height: 30px;
                float: left;
                text-align: center;
                position: absolute;
                left: -20px;
                bottom: 0;
                white-space: nowrap;
                cursor: pointer
            }

            .sepetimBody .Basketstep ul li .tittleSpan {
                display: block
            }

            .sepetimBody .Basketstep ul li.bAdres .onesteptext {
                left: -15px
            }

            .sepetimBody .Basketstep ul li.bOdeme.default, .sepetimBody .Basketstep ul li.bOdeme.default i, .sepetimBody .Basketstep ul li.bOdeme.default .onesteptext {
                cursor: default
            }

.sepetimBody.sepetAdres .Basketstep ul li.bOdeme .tittleSpan {
    left: -27px
}

.sepetimBody.sepetAdres .Basketstep ul li.bAdres:before {
    background: #eee
}

.sepetimBody .Basketstep ul li span {
    display: none
}

.sepetimBody .Basketstep ul li .step_1 {
    margin: 0
}

.sepetimBody .Basketstep ul li .step_2 {
    display: none
}

.sepetimBody .Basketstep ul li .onesteptext {
    display: block
}

.sepetimBody .Basketstep ul li.bSiparis {
    display: none
}

.sepetimBody .BasketAccountContainer .basketCompletebtn {
    border-radius: 0;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: #000
}

    .sepetimBody .BasketAccountContainer .basketCompletebtn i {
        display: none
    }

.sepetimBody.sepetAdres .BasketDetailContainer .basketCompletebtn {
    border-radius: 0;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: #f8760e;
    display: none
}

.sepetimBody.sepetAdres .BasketDetailContainer .basketCompleteContent {
    width: 295px;
    float: right
}

.BasketRigth ul li.sepetHizliKargo {
    display: none
}

.sepetimBody .BasketDetailContainer {
    width: calc(100% - 295px);
    padding-right: 40px
}

    .sepetimBody .BasketDetailContainer .sepetListAlt {
        display: none
    }

    .sepetimBody .BasketDetailContainer .alisverisedevamet {
        display: none
    }

    .sepetimBody .BasketDetailContainer .BasketDetail {
        padding: 0;
        margin: 0;
        border: none;
        background: #fff;
        border-top: 1px solid #eee;
        padding-top: 30px
    }

        .sepetimBody .BasketDetailContainer .BasketDetail .sepetItem {
            padding: 0;
            margin: 0 0 40px;
            border: none;
            float: left;
            width: 100%;
            text-align: left;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            -moz-flex-direction: row;
            -o-flex-direction: row;
            -webkit-justify-content: space-between;
            -ms-justify-content: space-between
        }

            .sepetimBody .BasketDetailContainer .BasketDetail .sepetItem:last-child {
                margin-bottom: 0
            }

        .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB0 {
            height: auto;
            width: 110px;
            margin-right: 30px
        }

            .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB0 .sepetImg {
                width: auto;
                max-width: 100%;
                max-height: 100%
            }

        .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB1 {
            padding: 0
        }

            .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB1 a {
                font-size: 16px;
                line-height: 25px
            }

            .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB1 span {
                color: #7f7f7f;
                font-size: 13px;
                line-height: 25px
            }

                .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB1 span strong {
                    color: #000;
                    font-size: 14px;
                    font-weight: 400
                }

        .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB2 {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center
        }

            .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB2 .textbox.txtSepetAdet {
                border: 1px solid #eee;
                width: 50px;
                height: 22px;
                color: #000;
                font-size: 14px;
                line-height: 22px;
                text-align: center;
                text-indent: 0
            }

        .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB3 .sepetItemB3_1 {
            font-size: 13px;
            color: #000;
            line-height: 25px
        }

        .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB3 .sepetItemB3_2 {
            font-size: 18px;
            color: #000;
            line-height: 25px
        }

        .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB4 {
            color: #000;
            font-size: 18px;
            line-height: 25px
        }

        .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB5 {
            width: auto;
            position: static;
            right: auto;
            top: auto;
            transform: initial;
            padding: initial
        }

        .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB3, .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB2, .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB4, .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB5 {
            text-align: left;
            padding: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center
        }

        .sepetimBody .BasketDetailContainer .BasketDetail .sepet-sil {
            padding: 0;
            width: auto;
            position: static;
            right: 25px;
            top: 35px;
            padding: 10px
        }

            .sepetimBody .BasketDetailContainer .BasketDetail .sepet-sil:before {
                font-family: fontawesome;
                font-weight: 300;
                color: #000;
                font-size: 19px
            }

            .sepetimBody .BasketDetailContainer .BasketDetail .sepet-sil:hover:before {
                color: red
            }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemB5 .favori {
        position: absolute;
        right: 130px;
        top: 0;
        margin: 0;
        bottom: auto
    }

        .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemB5 .favori a {
            margin: 0;
            padding: 0;
            line-height: 24px;
            padding: 0 10px;
            background: #bcbcbc;
            color: #fff
        }

            .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemB5 .favori a:before {
                line-height: 24px;
                margin-right: 5px;
                color: #fff
            }

            .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemB5 .favori a:hover:before {
                color: #fff
            }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemB5 .kasaOnuSepeteEkle {
        position: static;
        right: 20px;
        min-width: 100px;
        top: 0;
        margin: 0;
        background: #000;
        border-radius: 0;
        color: #fff
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemB5 .button {
        background: #000;
        min-width: 100px;
        color: #fff;
        border-radius: 0;
        clear: left;
        display: block;
        margin: 0 5px
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemPriceContent .discountKdv {
        display: none
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemPriceContent .regularKdv {
        display: none
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemB3 .sepetItemB3_2 .SindirimliFiyatKdv {
        display: none
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemB3 .flexone {
        text-align: left;
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemB3 .sepetItemB3_1 {
        margin-right: 5px
    }

    .sepetimBody .BasketDetailContainer .adetGuncelleContent {
        position: relative
    }

        .sepetimBody .BasketDetailContainer .adetGuncelleContent .urunListeAdetAzalt, .sepetimBody .BasketDetailContainer .adetGuncelleContent .urunListeAdetArtir {
            display: block !important;
            font-size: 0;
            position: absolute;
            background: 0 0;
            color: #666;
            width: auto;
            height: auto
        }

        .sepetimBody .BasketDetailContainer .adetGuncelleContent .urunListeAdetAzalt {
            left: -15px;
            top: 0
        }

        .sepetimBody .BasketDetailContainer .adetGuncelleContent .urunListeAdetArtir {
            right: -15px;
            top: 0
        }

        .sepetimBody .BasketDetailContainer .adetGuncelleContent .urunListeAdetAzalt:before {
            content: "ï¨";
            font-family: fontawesome;
            font-size: 11px;
            float: left;
            line-height: 22px
        }

        .sepetimBody .BasketDetailContainer .adetGuncelleContent .urunListeAdetArtir:before {
            content: "ï§";
            font-family: fontawesome;
            font-size: 11px;
            float: left;
            line-height: 22px
        }

        .sepetimBody .BasketDetailContainer .adetGuncelleContent .urunListeAdetArtir:after, .sepetimBody .BasketDetailContainer .adetGuncelleContent .urunListeAdetAzalt:after {
            display: none
        }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .SepetKampanyaTittle:before {
        display: none
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemB1 p {
        font-size: 16px
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemB1 span {
        display: none
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .regularPrice span {
        font-size: 13px;
        line-height: 20px
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .discountPrice span {
        font-size: 18px;
        line-height: 25px
    }

.sepetimBody br {
    display: none
}

.sepetimBody .clear {
    clear: none
}

.sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB4 .sepetItemB4_1 {
    margin-right: 5px
}

.sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemB1 .indirimOrani {
    display: none
}

.sepetimBody .BasketDetailContainer .BasketDetail.kargoSecimContent {
    display: none
}

.sepetimBody .BasketAccountContainer {
    width: 295px
}

    .sepetimBody .BasketAccountContainer .BasketAccount {
        float: left;
        width: 100%;
        background: #fff;
        border-top: 1px solid #eee;
        padding-top: 5px
    }

        .sepetimBody .BasketAccountContainer .BasketAccount .basketCompleteContent {
            margin-top: 30px
        }

            .sepetimBody .BasketAccountContainer .BasketAccount .basketCompleteContent:nth-child(1) {
                display: none
            }

            .sepetimBody .BasketAccountContainer .BasketAccount .basketCompleteContent + .BasketRigth {
                margin-top: 0
            }

        .sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth {
            margin: 0;
            padding: 0 0 10px;
            border: none;
            background: 0 0;
            border-bottom: 1px solid #eee
        }

            .sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth ul li span {
                font-size: 15px;
                line-height: 30px;
                color: #000
            }

            .sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth .Odeme-RightLine div.Left, .sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth .Odeme-RightLine div.Right {
                font-size: 15px;
                line-height: 30px;
                color: #000
            }

                .sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth .Odeme-RightLine div.Right, .sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth .Odeme-RightLine div.Right#divToplamOdeme {
                    font-size: 15px
                }

            .sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth ul li.genelToplam {
                font-weight: 400
            }

            .sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth.BasketHediyeCeki {
                padding: 0;
                margin: 0;
                border: none;
                display: block
            }

                .sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth.BasketHediyeCeki #hed div {
                    font-size: 15px;
                    line-height: 45px
                }

                    .sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth.BasketHediyeCeki #hed div.hediCekForm {
                        margin-top: 0
                    }

                        .sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth.BasketHediyeCeki #hed div.hediCekForm a {
                            background: #b3b3b3;
                            width: 70px;
                            height: 35px;
                            line-height: 35px;
                            color: #fff;
                            font-size: 13px
                        }

                        .sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth.BasketHediyeCeki #hed div.hediCekForm input {
                            height: 35px;
                            line-height: 35px;
                            font-size: 13px
                        }

.sepetimBody.sepetAdres .kargoSecimContent {
    display: none
}

.sepetimBody.sepetAdres .BasketDetailContainer {
    width: 500px;
    padding: 0;
    float: none;
    display: block;
    margin: 0 auto
}

.sepetimBody.sepetAdres .BasketAccountContainer {
    width: 500px;
    padding: 0;
    float: none;
    display: block;
    margin: 0 auto
}

.sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail {
    padding: 10px 0 0;
    border-top: none
}

    .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .sepetTitle {
        margin: 0 0 10px;
        float: left;
        width: 100%;
        font-weight: 400
    }

        .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .sepetTitle .st_1 {
            color: #000;
            font-size: 16px;
            line-height: 30px
        }

            .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .sepetTitle .st_1:before {
                display: none
            }

    .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail #divKargoAdreslerim {
        float: left;
        width: 100%;
        margin: 0
    }

    .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail #divFaturaAdreslerim {
        float: left;
        width: 100%;
        margin: 0
    }

    .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .adresItemFloat {
        float: left;
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
        overflow: visible
    }

    .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresItemAlt .AdresItemAltLeft span {
        font-size: 14px;
        line-height: 18px;
        color: #000
    }

        .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresItemAlt .AdresItemAltLeft span.check {
            font-weight: 400
        }

        .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresItemAlt .AdresItemAltLeft span:before {
            display: none
        }

        .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresItemAlt .AdresItemAltLeft span:after {
            content: '';
            float: left;
            width: 18px;
            height: 18px;
            border: 1px solid #000;
            margin-right: 10px;
            font-family: fontawesome;
            color: #000;
            text-align: center;
            line-height: 16px;
            font-weight: 300
        }

    .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresItemAlt.AdresItemSelected .AdresItemAltLeft span.check:after {
        content: '\f00c'
    }

    .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresItemAlt .AdresItemAltRight a {
        color: #000;
        margin-right: 20px;
        font-size: 15px
    }

        .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresItemAlt .AdresItemAltRight a i {
            font-family: fontawesome;
            font-weight: 300;
            display: inline-block;
            vertical-align: top;
            line-height: 18px
        }

        .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresItemAlt .AdresItemAltRight a:last-child {
            margin-right: 0;
            font-size: 18px
        }

        .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresItemAlt .AdresItemAltRight a:hover {
            color: red
        }

    .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresItemLine {
        float: left;
        width: 100%;
        height: auto;
        border: 1px solid #eee;
        padding: 20px
    }

        .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresItemLine:hover {
            background: #f7f7f7
        }

        .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresItemLine .adresKargoSubDetay {
            float: left;
            width: 100%
        }

            .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresItemLine .adresKargoSubDetay span {
                color: #000;
                font-size: 13px;
                line-height: 25px
            }

        .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresItemLine.AdresItemSelected {
            background: #f7f7f7;
            border-color: #000
        }

    .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .adresItemFloat .YeniAdresEkle {
        margin: 0;
        padding: 0 10px;
        width: auto;
        float: right;
        text-align: right;
        background: 0 0;
        border: 1px solid #eee;
        line-height: 33px;
        font-size: 13px;
        font-weight: 400;
        color: #000
    }

        .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .adresItemFloat .YeniAdresEkle i {
            float: left;
            line-height: 33px;
            font-weight: 300;
            font-family: fontawesome;
            margin-right: 10px;
            font-size: 16px
        }

        .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .adresItemFloat .YeniAdresEkle:hover {
            background: #000
        }

    .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresLine .OrderAdresList .faturaAdresBtn {
        float: left;
        font-size: 12px;
        color: #000;
        line-height: 18px;
        margin-bottom: 20px
    }

        .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresLine .OrderAdresList .faturaAdresBtn i {
            display: none
        }

        .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresLine .OrderAdresList .faturaAdresBtn:after {
            content: '';
            float: left;
            width: 18px;
            height: 18px;
            border: 1px solid #000;
            margin-right: 10px;
            font-family: fontawesome;
            color: #000;
            text-align: center;
            line-height: 16px;
            font-weight: 300
        }

        .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresLine .OrderAdresList .faturaAdresBtn.active {
            position: relative;
            left: 0;
            right: 0
        }

            .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresLine .OrderAdresList .faturaAdresBtn.active:after {
                content: '\f00c'
            }

    .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresLine .OrderAdresList.active .OrderAdresListTeslimat {
        width: 100%;
        padding: 0
    }

    .sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresLine .OrderAdresList.OrderAdresList .OrderAdresListFatura {
        width: 100%;
        padding: 0;
        margin: 0
    }

.sepetimBody.sepetAdres .BasketDetailContainer .SiparisNotuContent textarea {
    border-color: #000;
    padding: 15px;
    min-height: 90px;
    color: #000;
    font-size: 14px;
    font-family: basis grotesque pro,sans-serif
}

.sepetimBody.sepetAdres .BasketAccountContainer #divSiparisOzet {
    display: none
}

.sepetimBody.sepetAdres .BasketAccountContainer .BasketRigth {
    display: none
}

.sepetimBody.sepetAdres .BasketAccountContainer .BasketAccount {
    margin-top: 0;
    border: none
}

    .sepetimBody.sepetAdres .BasketAccountContainer .BasketAccount .basketCompleteContent {
        width: 295px;
        float: right;
        margin-top: 0
    }

.sepetimBody.sepetAdres .altButonTutucu {
    display: none
}

.sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail + .BasketDetail {
    display: none
}

.sepetimBody.odemeSayfa .BasketAccountContainer {
    margin-top: 65px
}

    .sepetimBody.odemeSayfa .BasketAccountContainer .BasketAccount {
        border: none;
        padding: 0
    }

        .sepetimBody.odemeSayfa .BasketAccountContainer .BasketAccount #divSiparisOzet {
            display: none
        }

        .sepetimBody.odemeSayfa .BasketAccountContainer .BasketAccount .BasketRigth.sozlemeCheckContent {
            border: none;
            padding: 0;
            margin: 25px 0
        }

            .sepetimBody.odemeSayfa .BasketAccountContainer .BasketAccount .BasketRigth.sozlemeCheckContent .SoslesmeCheck {
                font-size: 12px;
                color: #000;
                line-height: 20px;
                position: relative
            }

                .sepetimBody.odemeSayfa .BasketAccountContainer .BasketAccount .BasketRigth.sozlemeCheckContent .SoslesmeCheck:before {
                    content: '';
                    float: left;
                    width: 18px;
                    height: 18px;
                    border: 1px solid #000;
                    margin-right: 10px;
                    font-family: fontawesome;
                    color: #000;
                    text-align: center;
                    line-height: 16px;
                    font-weight: 300
                }

                .sepetimBody.odemeSayfa .BasketAccountContainer .BasketAccount .BasketRigth.sozlemeCheckContent .SoslesmeCheck.active:before {
                    content: '\f00c'
                }

                .sepetimBody.odemeSayfa .BasketAccountContainer .BasketAccount .BasketRigth.sozlemeCheckContent .SoslesmeCheck #cbMesafeliSatisSozlesme {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 18px;
                    height: 18px;
                    opacity: 0
                }

        .sepetimBody.odemeSayfa .BasketAccountContainer .BasketAccount .BasketRigth {
            margin: 0;
            padding: 0;
            border: none
        }

.sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .OdemeMenuTittle {
    margin: 0 0 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: none
}

.sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0
}

    .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li {
        padding: 0 15px;
        margin-bottom: 30px;
        border: 1px solid #eee
    }

        .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li > a {
            padding: 15px 0;
            height: auto;
            color: #000;
            font-size: 14px;
            line-height: 18px;
            border: none
        }

        .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li:hover {
            border-color: #000
        }

            .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li:hover > a {
                background: 0 0
            }

        .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li.activeMenu {
            border-color: #000
        }

            .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li.activeMenu > a {
                background: 0 0
            }

                .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li.activeMenu > a:after {
                    content: '\f00c'
                }

        .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li > a:before {
            display: none
        }

        .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li > a:after {
            content: '';
            float: left;
            width: 18px;
            height: 18px;
            border: 1px solid #000;
            margin-right: 10px;
            font-family: fontawesome;
            color: #000;
            text-align: center;
            line-height: 16px;
            font-weight: 300
        }

        .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li > a i {
            display: none
        }

        .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left {
            margin: 20px 0 0;
            float: left;
            width: 100%
        }

            .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left .CrediCardContent {
                float: left;
                width: 370px
            }

                .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left .CrediCardContent .CrediCardNameLabel, .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left .CrediCardContent .CrediCardNoLabel, .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left .CrediCardContent .CrediCardDateLabel, .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left .CrediCardContent .CrediCardSecureLabel {
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 40px;
                    height: 40px
                }

                .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left .CrediCardContent input {
                    height: 40px;
                    border: 1px solid #eee;
                    margin: 0;
                    width: 100%;
                    padding: 0 10px;
                    color: #000;
                    font-size: 12px
                }

            .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart {
                float: left;
                width: calc(100% - 370px)
            }

                .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart .divCreditCartSagUst {
                    float: right;
                    width: 320px;
                    clear: none
                }

                .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart #odemeTaksit {
                    float: left;
                    width: 100%;
                    clear: none;
                    min-height: auto;
                    padding: 0 50px;
                    margin-bottom: 30px
                }

                    .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart #odemeTaksit .divOdemeSecenekleriTittle {
                        margin: 0 -5px;
                        width: auto;
                        display: block;
                    }

                        .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart #odemeTaksit .divOdemeSecenekleriTittle span {
                            width: calc(33.33% - 10px);
                            margin: 0 5px;
                            background: 0 0;
                            font-size: 13px;
                            line-height: 35px;
                            border-bottom: 1px solid #f5f5f5;
                            border-right: none
                        }

                    .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart #odemeTaksit #divOdemeSecenekleri {
                        border: none
                    }

                        .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart #odemeTaksit #divOdemeSecenekleri .odemeSecenekLine.seciliTaksit {
                            color: #000
                        }

                        .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart #odemeTaksit #divOdemeSecenekleri .odemeSecenekLine {
                            color: #000;
                            height: 35px;
                            line-height: 35px;
                            background: #fff;
                            border-bottom: 1px solid #f5f5f5
                        }

                            .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart #odemeTaksit #divOdemeSecenekleri .odemeSecenekLine span {
                                font-size: 13px
                            }

                            .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart #odemeTaksit #divOdemeSecenekleri .odemeSecenekLine input {
                                width: 10px;
                                height: 10px;
                                margin: 0;
                                top: 12px;
                                opacity: 0;
                                left: 6px
                            }

                            .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart #odemeTaksit #divOdemeSecenekleri .odemeSecenekLine:before {
                                content: '\f111';
                                margin: 0;
                                top: 0;
                                position: absolute;
                                left: 7px;
                                font-size: 10px;
                                font-family: fontawesome
                            }

                            .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart #odemeTaksit #divOdemeSecenekleri .odemeSecenekLine.seciliTaksit {
                                background: #f5f5f5
                            }

                                .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart #odemeTaksit #divOdemeSecenekleri .odemeSecenekLine.seciliTaksit:before {
                                    content: '\f192'
                                }

            .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left .HavaleLine {
                padding: 0;
                margin: 0 0 30px;
                border: none;
                background: 0 0
            }

                .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left .HavaleLine:last-child {
                    margin-bottom: 0
                }

                .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left .HavaleLine .HavaleCheckContent {
                    display: none
                }

                .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left .HavaleLine .HavaleImg {
                    display: none
                }

                .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left .HavaleLine .HavaleBnk {
                    width: 100%;
                    font-size: 12px;
                    color: #000;
                    line-height: 25px
                }

            .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #odemeTaksitBilgilendirme {
                float: left;
                width: 100% !important;
                padding: 0 50px;
                margin-bottom: 30px
            }

                .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #odemeTaksitBilgilendirme i {
                    display: none
                }

.sepetimBody.odemeSayfa br {
    display: block
}

.sepetimBody.siprisOnay .Basketstep {
    display: none
}

.sepetimBody.siprisOnay .BasketDetailComplateTittle {
    background: 0 0
}

    .sepetimBody.siprisOnay .BasketDetailComplateTittle .tittle {
        color: #000
    }

    .sepetimBody.siprisOnay .BasketDetailComplateTittle .BasketDetail {
        border-color: #eee
    }

.sepetimBody.siprisOnay .HavaleLine .HavaleImg {
    display: none
}

.sepetimBody.siprisOnay .HavaleLine .HavaleBnk {
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 22px
}

.sepetimBody.siprisOnay br {
    display: block
}

.sepetimBody.siprisOnay .satirLeft i {
    color: #000
}

.sepetimBody.siprisOnay .odemeCompleteContent {
    float: right;
    width: 100%
}

    .sepetimBody.siprisOnay .odemeCompleteContent a {
        padding: 0;
        border-radius: 0;
        line-height: 50px;
        height: 50px;
        font-size: 18px
    }

.sepetimBody .Basketstep .alisverisedevamet {
    display: none
}

@media(max-width:1008px) {
    .sepetimBody .BasketDetailContainer .BasketRigth.BasketHediyeCeki {
        padding: 0;
        margin: 10px 0 0;
        border: none;
        background: 0 0
    }

        .sepetimBody .BasketDetailContainer .BasketRigth.BasketHediyeCeki #hed div {
            font-size: 15px;
            line-height: 45px
        }

            .sepetimBody .BasketDetailContainer .BasketRigth.BasketHediyeCeki #hed div.hediCekForm {
                margin-top: 0
            }

                .sepetimBody .BasketDetailContainer .BasketRigth.BasketHediyeCeki #hed div.hediCekForm a {
                    background: #b3b3b3;
                    width: 70px;
                    height: 35px;
                    line-height: 35px;
                    color: #fff;
                    font-size: 13px
                }

                .sepetimBody .BasketDetailContainer .BasketRigth.BasketHediyeCeki #hed div.hediCekForm input {
                    height: 35px;
                    line-height: 35px;
                    font-size: 13px;
                    width: calc(100% - 90px)
                }

    .sepetimBody .alisverisedevamet {
        display: none
    }
}

@media(max-width:1150px) {
    .sepetimBody .ticiContainer {
        padding: 0 1vw
    }

    .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart .divCreditCartSagUst {
        float: left;
        width: calc(100% - 70px);
        margin-left: 70px
    }

    .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart #odemeTaksit {
        width: 100%
    }

    .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #odemeTaksitBilgilendirme {
        margin-bottom: 50px
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .sepetimBody #header {
        display: block !important;
        position: relative !important
    }

    .sepetimBody .ticiContainer {
        padding: 0 2vw !important
    }

    .sepetimBody .Basketstep {
        position: relative;
        background: 0 0;
        padding: 0
    }

        .sepetimBody .Basketstep ul {
            float: none
        }

    .sepetimBody .BasketDetailContainer {
        width: 100%;
        padding: 0
    }

    .sepetimBody .Basketstep ul li.pasif {
        display: inline-block;
        vertical-align: top
    }

    .sepetimBody .Basketstep ul li.bSiparis {
        display: none
    }

    .sepetimBody .Basketstep ul li:before {
        display: block !important
    }

    .sepetimBody .Basketstep ul.mobilSepetAdim li.onestepsec span.onesteptext {
        display: block
    }

    .sepetimBody .Basketstep .sepetDuzenleBtn {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 13px;
        padding: 0 10px;
        line-height: 35px;
        border-radius: 0
    }

        .sepetimBody .Basketstep .sepetDuzenleBtn.selected {
            background: #000;
            border-color: #000
        }

        .sepetimBody .Basketstep .sepetDuzenleBtn:hover {
            background: #000;
            border-color: #000
        }

    .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB3, .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB2, .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB4, .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB5 {
        position: relative;
        width: auto;
        float: none;
        top: 0;
        left: 0;
        height: auto
    }

    .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB1 {
        position: relative;
        width: auto;
        float: none;
        top: 0;
        left: 0;
        height: auto
    }

    .sepetimBody .BasketDetailContainer .adetGuncelleContent .sepetAdetMobile {
        display: none !important
    }

    .sepetimBody .BasketDetailContainer .BasketDetail .sepet-sil:before {
        content: '\f00d';
        width: auto;
        height: auto;
        background: 0 0;
        font-size: 25px
    }

    .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB0 {
        margin-right: 0
    }

    .sepetimBody .adetGuncelleContent.active .AdetGuncelle {
        clear: both;
        margin-left: 0;
        width: 100%;
        text-align: center;
        font-size: 13px
    }

    .sepetimBody .Basketstep ul li.aktif .step_1 {
        display: block
    }

    .sepetimBody .Basketstep ul li .step_1 i {
        margin: 0
    }

    .sepetimBody .Basketstep a.YeniAdresEkle {
        margin: 0;
        position: absolute;
        right: 0;
        top: -40px;
        font-size: 13px;
        padding: 0 10px;
        line-height: 35px;
        border-radius: 0;
        background: 0 0;
        font-weight: 400
    }

    .sepetimBody .Basketstep a.adresGeriBtn {
        margin: 0;
        position: absolute;
        left: 0;
        top: -40px;
        padding: 0;
        line-height: 35px;
        border-radius: 0;
        background: 0 0
    }

        .sepetimBody .Basketstep a.adresGeriBtn:before {
            padding: 0 20px;
            font-size: 15px;
            font-family: fontawesome;
            font-weight: 300
        }

    .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart {
        width: 100%
    }

    .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left .CrediCardContent {
        width: 100%
    }

    .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #odemeTaksitBilgilendirme {
        width: 100%;
        padding: 0
    }

    .sepetimBody.odemeSayfa .basketCompletebtn.btnAlt {
        display: block !important
    }

    .sepetimBody.sepetAdres .BasketAccountContainer .BasketAccount .basketCompleteContent {
        margin-top: 40px
    }

    .sepetimBody.sepetAdres .altButonTutucu {
        display: block
    }
}

@media(max-width:767px) {
    .sepetimBody #header {
        display: block !important;
        position: relative !important;
        background: 0 0
    }

    .sepetimBody .headerContent {
        background: 0 0
    }

    .sepetimBody .ticiContainer {
        padding: 0 2vw !important;
        z-index: 1002
    }

    .sepetimBody .Basketstep {
        position: relative;
        background: 0 0;
        padding: 0;
        margin-bottom: 10px
    }

        .sepetimBody .Basketstep ul {
            float: none
        }

    .sepetimBody .BasketDetailContainer {
        width: 100%;
        padding: 0
    }

    .sepetimBody .Basketstep ul li.pasif {
        display: inline-block;
        vertical-align: top
    }

    .sepetimBody .Basketstep ul li.bSiparis {
        display: none
    }

    .sepetimBody .Basketstep ul li:before {
        display: block !important
    }

    .sepetimBody .Basketstep ul.mobilSepetAdim li.onestepsec span.onesteptext {
        display: block
    }

    .sepetimBody .Basketstep .sepetDuzenleBtn {
        margin: 0;
        position: absolute;
        right: 0;
        top: -60px;
        font-size: 13px;
        padding: 0 10px;
        line-height: 35px;
        border-radius: 0;
        width: auto
    }

        .sepetimBody .Basketstep .sepetDuzenleBtn.selected {
            background: #000;
            border-color: #000
        }

        .sepetimBody .Basketstep .sepetDuzenleBtn:hover {
            background: #000;
            border-color: #000
        }

    .sepetimBody .Basketstep ul li {
        width: 115px
    }

    .sepetimBody .BasketDetailContainer .BasketDetail {
        padding-top: 10px
    }

        .sepetimBody .BasketDetailContainer .BasketDetail #divKampanyaAciklama {
            float: left;
            clear: left;
            padding-left: 80px;
            margin-top: 5px
        }

        .sepetimBody .BasketDetailContainer .BasketDetail .sepetItem {
            margin-bottom: 10px;
            display: block
        }

        .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB0 {
            width: 70px;
            margin-right: 10px
        }

    .sepetimBody .BasketAccountContainer {
        width: 100%;
        margin-top: 15px
    }

    .sepetimBody .BasketDetailContainer .adetGuncelleContent .sepetAdetMobile {
        display: none !important
    }

    .sepetimBody .BasketDetailContainer .BasketDetail .sepet-sil:before {
        font-size: 16px
    }

    .sepetimBody .adetGuncelleContent.active .AdetGuncelle {
        clear: both;
        margin-left: 0;
        width: 100%;
        text-align: center;
        font-size: 13px
    }

    .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB1 {
        width: 35%
    }

    .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB3, .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB4 {
        position: relative;
        width: auto;
        float: none;
        top: 0;
        left: 0;
        height: auto
    }

    .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB2 {
        width: 10%
    }

    .sepetimBody.sepetAdres .BasketDetailContainer {
        width: 100%
    }

    .sepetimBody.sepetAdres .BasketAccountContainer {
        width: 100%
    }

    .sepetimBody .BasketPage {
        font-family: basis grotesque pro,sans-serif !important;
        margin: 15px 0 !important
    }

    .sepetimBody .Basketstep ul li.aktif .step_1 {
        display: block
    }

    .sepetimBody .Basketstep ul li .step_1 i {
        margin: 0
    }

    .sepetimBody .Basketstep a.YeniAdresEkle {
        margin: 0;
        position: absolute;
        right: 0;
        top: -60px;
        font-size: 13px;
        padding: 0 10px;
        line-height: 35px;
        border-radius: 0;
        background: 0 0;
        font-weight: 400
    }

    .sepetimBody .Basketstep a.adresGeriBtn {
        margin: 0;
        position: absolute;
        left: 0;
        top: -60px;
        padding: 0;
        line-height: 35px;
        border-radius: 0;
        background: 0 0
    }

        .sepetimBody .Basketstep a.adresGeriBtn:before {
            padding: 0 20px;
            font-size: 15px;
            font-family: fontawesome;
            font-weight: 300
        }

    .sepetimBody .Basketstep a.alisverisedevamet {
        display: block;
        margin: 0;
        position: absolute;
        left: 0;
        top: -60px;
        padding: 0;
        line-height: 35px;
        border-radius: 0;
        background: 0 0
    }

        .sepetimBody .Basketstep a.alisverisedevamet:before {
            padding: 0 20px;
            font-size: 15px;
            font-family: fontawesome;
            font-weight: 300
        }

    .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart {
        width: 100%
    }

    .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left .CrediCardContent {
        width: 100%
    }

    .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #odemeTaksitBilgilendirme {
        width: 100% !important;
        padding: 0
    }

    .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left #divCreditCart #odemeTaksit {
        padding: 0
    }

    .sepetimBody.odemeSayfa .basketCompletebtn.btnAlt {
        display: none !important;
        letter-spacing: 2px
    }

    .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li.activeMenu > a .mobilSonFiyat {
        display: none
    }

    .sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li {
        margin-bottom: 10px
    }

    .sepetimBody.odemeSayfa .BasketAccountContainer .BasketAccount .BasketRigth.sozlemeCheckContent .SoslesmeCheck span {
        font-size: 13px
    }

    .sepetimBody.odemeSayfa .BasketAccountContainer .BasketAccount .BasketRigth.sozlemeCheckContent .SoslesmeCheck a {
        font-size: 13px
    }

    .sepetimBody.odemeSayfa .BasketAccountContainer .BasketAccount .BasketRigth.sozlemeCheckContent .SoslesmeCheck #cbMesafeliSatisSozlesme {
        width: 25px;
        height: 25px
    }

    .sepetimBody.odemeSayfa .BasketAccountContainer .BasketAccount .BasketRigth.sozlemeCheckContent .SoslesmeCheck:before {
        width: 25px;
        height: 25px;
        font-size: 16px;
        line-height: 23px
    }

    .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB1 span {
        font-size: 12px
    }

        .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB1 span.SepetKampanyaTanim {
            font-size: 11px
        }

        .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB1 span strong {
            font-size: 12px
        }

    .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB1 a {
        font-size: 13px;
        line-height: 18px
    }

    .sepetimBody.odemeSayfa .BasketAccountContainer {
        margin-top: 25px
    }

        .sepetimBody.odemeSayfa .BasketAccountContainer .BasketAccount .BasketRigth.sozlemeCheckContent {
            margin: 25px 0 50px
        }

    .sepetimBody .adetGuncelleContent .urunListeAdetArtir {
        display: none !important
    }

    .sepetimBody .adetGuncelleContent .urunListeAdetAzalt {
        display: none !important
    }

    .sepetimBody.sepetAdres .BasketAccountContainer .BasketAccount .basketCompleteContent {
        margin-top: 40px
    }

    .sepetimBody.sepetAdres .altButonTutucu {
        display: block
    }

    .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB4 {
        width: auto !important;
        font-size: 13px
    }

        .sepetimBody .BasketDetailContainer .BasketDetail .sepetItemB4 .sepetItemB4_1 {
            font-size: 11px
        }

    .sepetimBody .BasketDetailContainer .BasketDetail .sepet-sil {
        top: 10px;
        right: 0;
        position: absolute
    }

    .sepetimBody .sepetHistoryProductItems .KasaOnuFirsatlarContent ul li .sepetItemB.sepetItemB5 {
        width: auto;
        position: static;
        right: auto;
        top: auto;
        transform: initial;
        padding: initial
    }

    .sepetimBody .sepetHistoryProductItems .KasaOnuFirsatlarContent ul li .sepetItemPriceContent {
        position: absolute;
        right: 10px;
        bottom: 0;
        top: 0;
        height: 25px;
        display: block;
        width: auto;
        margin: auto
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemB5 .kasaOnuSepeteEkle {
        bottom: 28px;
        right: 0;
        top: auto
    }

    .sepetimBody .sepetHistoryProductItems .KasaOnuFirsatlarContent ul li .sepetItemB.sepetItemB5 .favori a.button {
        margin: 0;
        padding: 0;
        line-height: 24px;
        padding: 0 10px;
        background: #bcbcbc;
        color: #fff
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemB5 .favori {
        bottom: 0;
        right: 0;
        top: auto
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItem {
        padding-bottom: 30px
    }

    .sepetimBody .sepetHistoryProductItems .KasaOnuFirsatlarContent ul li .sepetItemB.sepetItemB5 a.kasaOnuSepeteEkle.button {
        background: #000;
        color: #fff
    }

    .sepetimBody .sepetHistoryProductItems .KasaOnuFirsatlarContent ul li .sepetItemB.sepetItemB5 .button {
        background: #000;
        color: #fff;
        text-align: center;
        min-width: inherit;
        margin: 0 2px
    }

    .sepetimBody .MobileHeaderControl .basketCompletebtn {
        padding: 11px 22px !important
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .sepetItemB1 p {
        font-size: 13px;
        color: #a5a5a5
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .regularPrice span {
        font-size: 11px
    }

    .sepetimBody .BasketDetailContainer .sepetHistoryProductItems .discountPrice span {
        font-size: 13px
    }
}

.sepetimBody .BasketAccountContainer .basketCompletebtn {
    border-radius: 0;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: #23cc99;
}

    .sepetimBody .BasketAccountContainer .basketCompletebtn:hover {
        background: #36bb1e !important;
    }

.arabtn:before {
    content: 'Ara';
    font-size: 13px;
    top: 24px;
    position: relative;
    right: 5px;
}

.sliderArea {
    float: left;
    width: 100%
}

    .sliderArea ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .sliderArea ul li {
            display: block
        }

            .sliderArea ul li .sliderBox {
                float: left;
                width: 100%;
                position: relative
            }

                .sliderArea ul li .sliderBox .sliderImage {
                    float: left;
                    width: 100%;
                    position: relative
                }

                .sliderArea ul li .sliderBox .sliderBoxContent {
                    float: left;
                    position: absolute;
                    bottom: 70px;
                    left: 0;
                    right: 0;
                    text-align: center
                }

                    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText {
                        float: left;
                        width: 100%;
                        font-size: 45px;
                        font-weight: 700;
                        color: #fff;
                        line-height: 54px;
                        text-shadow: 0 0 8px #00000066;
                        letter-spacing: .68px;
                        margin: 0 0 20px
                    }

                    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 {
                        float: left;
                        width: 100%;
                        font-size: 25px;
                        font-weight: 400;
                        color: #fff;
                        line-height: 40px;
                        text-shadow: 0 0 8px #00000066;
                        margin: 0 0 80px;
                        transition: all .3s linear
                    }

                        .sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 span {
                            display: inline-block;
                            position: relative;
                            font-size: 25px;
                            font-weight: 400;
                            color: #fff;
                            line-height: 40px;
                            text-shadow: 0 0 8px #00000066;
                            transition: all .4s
                        }

                            .sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 span:after {
                                content: "";
                                position: absolute;
                                left: 50%;
                                bottom: 0;
                                width: 0;
                                height: 1.5px;
                                background: #fff;
                                opacity: 0;
                                transition: all .4s linear
                            }

                            .sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 span:hover:after {
                                width: 100%;
                                left: 0;
                                opacity: 1
                            }

                    .sliderArea ul li .sliderBox .sliderBoxContent .sliderButton {
                        float: left;
                        width: 100%
                    }

                        .sliderArea ul li .sliderBox .sliderBoxContent .sliderButton .sliderLink {
                            display: inline-block;
                            box-shadow: 0 0 12px #00000026;
                            border: .5px solid #fff;
                            border-radius: 5px;
                            background: #fff;
                            padding: 0 20px;
                            letter-spacing: .65px;
                            color: #000;
                            line-height: 40px;
                            transition: all .4s
                        }

                            .sliderArea ul li .sliderBox .sliderBoxContent .sliderButton .sliderLink:hover {
                                background: #000;
                                color: #fff;
                                border-color: #000
                            }

.bannerContainer {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px
}

    .bannerContainer .bannerBox {
        float: left;
        position: relative;
        margin-right: 3px
    }

        .bannerContainer .bannerBox:last-child {
            margin-right: 0
        }

        .bannerContainer .bannerBox a {
            float: left;
            width: 100%
        }

            .bannerContainer .bannerBox a .bannerImg {
                float: left;
                width: 100%;
                position: relative;
                transition: all .3s ease-in-out
            }

                .bannerContainer .bannerBox a .bannerImg:before {
                    content: "";
                    background: transparent linear-gradient(0deg,#000000 0%,#54545400 100%) 0% 0% no-repeat padding-box;
                    position: absolute;
                    bottom: 0;
                    top: 0;
                    left: 0;
                    right: 0;
                    opacity: .5;
                    transition: all .3s ease-in-out
                }

            .bannerContainer .bannerBox a:hover .bannerImg:before {
                opacity: .9
            }

            .bannerContainer .bannerBox a .bannerContent {
                float: left;
                position: absolute;
                bottom: 60px;
                left: 60px
            }

                .bannerContainer .bannerBox a .bannerContent .bannerTitle {
                    float: left;
                    width: 100%;
                    display: block;
                    line-height: 40px;
                    letter-spacing: .66px;
                    color: #fff;
                    text-shadow: 0 0 15px #00000033;
                    font-size: 24px;
                    font-weight: 700;
                    text-align: left
                }

                .bannerContainer .bannerBox a .bannerContent .bannerLink {
                    float: left;
                    display: block;
                    line-height: 25px;
                    color: #fff;
                    text-shadow: 0 0 15px #00000033;
                    font-size: 16px;
                    font-weight: 400;
                    border-bottom: 1px solid #fff
                }

.boxUrunlerContent {
    display: none !important;
    float: left;
    width: 100%;
}

.boxUrunlerContainer {
    display: block;
    float: left
}

    .boxUrunlerContainer > div:nth-child(n+4) {
        display: none
    }

.boxUrunlerContent .BoxLength {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    height: 14px
}

    .boxUrunlerContent .BoxLength:before {
        content: "+";
        margin-right: 2px
    }

.boxBedenlerContent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    background: rgb(155 155 155/54%);
    text-align: center;
    padding: 10px;
    z-index: 9
}

.productItem:hover .boxBedenlerContent {
    display: block !important
}


.boxBedenlerContent .boxBedenlerTittle {
    float: left;
    width: 100%;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
    display: none
}

.boxBedenlerContent .boxBedenlerContainer {
    float: left;
    width: 100%;
    justify-content: center
}

    .boxBedenlerContent .boxBedenlerContainer > div {
        display: inline-block;
        vertical-align: top;
        margin: 0 5px
    }

        .boxBedenlerContent .boxBedenlerContainer > div .boxBedenler {
            display: inline-block;
            vertical-align: top;
            color: #fff;
            font-size: 16px;
            line-height: 21px
        }

            .boxBedenlerContent .boxBedenlerContainer > div .boxBedenler.noStokUrunListe {
                position: relative;
                background: 0 0 !important;
                color: #cbcbcb !important
            }

                .boxBedenlerContent .boxBedenlerContainer > div .boxBedenler.noStokUrunListe:after {
                    content: '';
                    height: 1px;
                    max-width: 65px;
                    margin: 0 auto;
                    background: #cbcbcb;
                    left: 0;
                    right: 0;
                    top: 50%;
                    position: absolute;
                    transform: rotate(140deg);
                    -webkit-transform: rotate(140deg)
                }

@media screen and (min-width: 1041px) and (max-width: 1200px) {
    .logoArea .centerDiv {
        /*            padding: 0 40px;
*/
    }
}

@media (min-width: 768px) and (max-width: 1041px) {
    body .logoArea .rightDiv {
        display: block;
    }
}


@media screen and (max-width: 1041px) {
    .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;
        /*    z-index: 2 !important;*/
    }
}

body #divIndirimOrani .indirimliOrani {
    font-size: 0;
}

body #divIndirimOrani {
    width: auto;
    text-align: right;
    margin: 0 0 0 10px;
    clear: initial;
}



.ticiFooterCenter {
}

@media screen and (min-width: 1200px) {
    .taksitWrapper .taksitBlock {
        width: 50% !important;
    }
}

.product_social_icon_wrapper .pcon {
    /* float: left; */
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-top: 0px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.product_social_icon_wrapper ul li {
    float: left;
    margin-right: 12px;
}

.product_social_icon_wrapper .product-social-icon-popup:before {
    right: 44% !important;
}

.product_social_icon_wrapper .product-social-icon-popup {
    max-width: 72% !important;
}

.SepetUst {
    background: #FFF !important;
}

.CartProduct .SProduct li:hover {
    background: #f7f7f7 !important;
}

#lang_flag_container {
    position: relative !important;
    left: 30px !important;
}

.productItemOnizleme {
    width: 150px;
    padding: 10px;
    height: auto;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    z-index: 9999;
    position: absolute;
    bottom: calc(100% + 10px);
    display: none;
    left: 0
}

.productItemOnizleme {
    width: 150px;
    padding: 10px;
    height: auto;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    z-index: 9999;
    position: absolute;
    bottom: calc(100% + 10px);
    display: none;
    left: 0
}

.size_box:hover .productItemOnizleme {
    display: block
}

.productItemOnizleme span {
    color: #000;
    display: block;
    font-size: 11px;
    margin-top: 5px
}

.ekSecenekBilgi {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    margin-top: 10px
}

.secenekAdi {
    float: left;
    border-right: 1px solid #ebebeb;
    padding-right: 10px
}

    .secenekAdi span {
        float: left;
        font-size: 16px;
        line-height: 24px;
        font-family: brandon_textmedium;
        color: #f67710
    }

    .secenekAdi img {
        width: 24px;
        float: left;
        margin-left: 10px
    }

.varyasyonlar {
    float: left;
    margin-left: 10px
}

    .varyasyonlar .vAd {
        float: left;
        text-align: left
    }

.ozellikKapsar {
    display: block
}

.kumasCesidi {
    display: block
}

.kumasAdi {
    float: left;
    font-size: 12px;
    color: #181516;
    font-family: brandon_textbold;
    margin-right: 10px
}

    .kumasAdi img {
        float: left;
        width: 24px
    }

.renkAdi {
    font-size: 12px;
    line-height: 12px;
    color: #181516;
    font-family: brandon_textbold
}

.urunCesidi {
    font-size: 12px;
    line-height: 12px;
    color: #181516;
    font-family: brandon_textbold
}

.productItemOnizleme {
    width: 150px;
    padding: 10px;
    height: auto;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    z-index: 9999;
    position: absolute;
    bottom: calc(100% + 10px);
    display: none;
    left: 0
}

.size_box:hover .productItemOnizleme {
    display: block
}

.productItemOnizleme span {
    color: #000;
    display: block;
    font-size: 11px;
    margin-top: 5px
}

.ekSecenekBilgi {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    margin-top: 10px
}

.secenekAdi {
    float: left;
    border-right: 1px solid #ebebeb;
    padding-right: 10px
}

    .secenekAdi span {
        float: left;
        font-size: 16px;
        line-height: 24px;
        font-family: brandon_textmedium;
        color: #f67710
    }

    .secenekAdi img {
        width: 24px;
        float: left;
        margin-left: 10px
    }


.urunsecoverlay {
    position: fixed;
    background-color: #000;
    opacity: .5;
    z-index: -1 !important;
}

.ticiFooterContent .ticiFooterMenu ul.List li.Item a.Link {
    font-size: 13px !important;
    font-weight: 400 !important;
}

.ticiFooterContent #txtbxNewsletterMail {
    padding: 0 59px 0 10px !important;
}

.productItem .boxBedenlerContent .boxBedenlerContainer .boxResimContent, .boxUrunResimContent {
    float: left;
    border-radius: 50%;
    box-shadow: 0 0 0 3px transparent;
    width: 14px;
}

    .productItem .boxBedenlerContent .boxBedenlerContainer .boxResimContent img, .boxUrunResimContent img {
        max-height: 14px;
        width: 14px;
        border-radius: 50%;
        box-shadow: 0 0 0 2px #fff;
    }

.boxUrunlerContainer > div {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.boxUrunlerContent .BoxLength {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    height: 14px;
}

    .boxUrunlerContent .BoxLength:before {
        content: "+";
        margin-right: 2px;
    }

.sepetimBody.sepetAdres .BasketDetailContainer .BasketDetail .AdresItemAlt .AdresItemAltLeft span:after {
    content: '\f00c' !important;
}

.bedenT .bedenTablosu {
    display: none !important;
}


.ozelAlan1, .ozelAlan2, .ozelAlan3, .ozelAlan4, .ozelAlan5 {
    display: none;
}

#divOzelAlan1, #divOzelAlan2, #divOzelAlan3, #divOzelAlan4, #divOzelAlan5 {
    display: none;
}

.KatSepetFiyat {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    color: #e50000;
    font-size: 12px;
    line-height: 28px;
    padding: 0 5px;
    font-weight: 700;
    margin: 0 auto;
}

    .KatSepetFiyat span {
        color: #e50000;
        font-weight: bold;
        font-size: 16px;
        margin-left: 10px;
        display: inline-block;
        vertical-align: top;
        line-height: 28px;
    }

.sPric {
    color: #f00;
    font-size: 20px;
    float: left;
    clear: left;
    padding: 0 0px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 30px;
}

    .sPric span {
        font-size: 13px;
        display: inline-block;
        vertical-align: top;
        font-weight: 700;
        margin-right: 10px;
        color: #e50000;
    }

@media screen and (max-width: 767px) {
    .KatSepetFiyat {
        font-size: 9px;
        padding: 0;
        margin-top: 10px;
    }

        .KatSepetFiyat span {
            font-size: 11px;
            margin-left: 4px;
        }
}

@media screen and (max-width: 340px) {
    .KatSepetFiyat {
        font-size: 8px;
        padding: 0;
    }
}

@media (max-width: 767px) {

    .htop .htopContainer .htopArea .htopRight {
        display: none;
    }

    .htop .htopContainer .htopArea {
        float: left;
        width: 100%;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }

    /* body ul.breadcrumb li {
        font-size: 0 !important;
        display: none !important;
    }*/
}

.relatedProducts .button {
    font-size: 11px !important;
    background: #0000 !important;
}

    .relatedProducts .button::after {
        content: 'renk'
    }


    .relatedProducts .button .fa {
        font-weight: 500 !important;
    }

.pageNumber .divMoreProducts .button {
    padding: 15px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    background: #000 !important;
}

@media screen and (max-width: 889px) {
    .mobilMenu {
        width: 85%;
        transform: translateX(-101%);
    }
}

@media (max-width:767px) {

    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText {
        font-size: 25px !important;
        line-height: 32px !important;
    }

    .ticiFooterCenter {
        background-color: #f5f5f5 !important;
        padding: 0 0;
    }

    .ticiFooterContent .ticiFooterMenu .footerCol h3 {
        text-align: left !important;
        font-size: 14px !important;
    }

    .ticiFooterContent .ticiFooterMenu ul.List li.Item a.Link {
        text-align: center !important;
    }

    .ticiFooterContent .ticiFooterMenu .footerCol .fmenu-wrap {
        border: 1px solid #3b3b3b00 !important;
    }

    .ticiFooterContent .ticiBulten {
        text-align: center !important;
    }
}

.ticiFooterContent .ticiCopyDiv {
    color: #000 !important;
}

@media screen and (max-width: 767px) {
    .mycart:before, .welcome:before {
        display: none;
    }

    #lang_flag_container {
        position: relative !important;
        left: 0px !important;
    }

        #lang_flag_container #lang-detail {
            left: 0 !important;
        }
}

#lang_flag_container {
    position: absolute;
    left: auto;
    top: 0;
    z-index: 104 !important;
}

    #lang_flag_container #lang-detail {
        left: -191px !important;
    }

#outer {
    display: none !important;
}

.cerezPopupUyari {
    bottom: 129px !important;
}

    .cerezPopupUyari h6 {
        margin: 0;
        padding: 0;
        font-weight: 400;
        font-size: 13px;
    }

@media screen and (max-width:767px) {
    .htop .htopContainer .htopArea > div {
        width: 100%;
    }

    .htopLeft {
        display: none;
    }

    .htop .htopContainer .htopArea > div.htopCenter {
        width: 100% !important;
    }

    .ulRelatedProducts li {
        margin: 5px;
        width: 100% !important;
    }

    .ulRelatedProducts {
        display: contents !important;
    }

    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 {
        margin: 0 0 0 !important;
    }
}

.productItem .productPrice.IndirimVar .discountPrice span {
    color: #e50000;
    font-weight: 400;
}

.IndirimliFiyatContent .right_line *, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line * {
    color: #000;
    font-weight: 700;
}



#logo .type2 {
    display: none;
}


.menuBoxRight ul {
    display: flex;
    justify-content: right;
}

    .menuBoxRight ul li {
        float: left;
        margin: 0 20px;
    }

        .menuBoxRight ul li img {
            width: 250px;
        }

        .menuBoxRight ul li a {
            float: left;
            font-size: 13px;
            color: #000;
            font-weight: 700;
            text-align: center;
        }

            .menuBoxRight ul li a p {
                display: inline-block;
                margin: 15px 0 0 0;
                letter-spacing: 0.65px;
                position: relative;
            }

                .menuBoxRight ul li a p:after {
                    content: "";
                    position: absolute;
                    left: 50%;
                    bottom: calc(50% - 8px);
                    width: 0;
                    height: 1px;
                    background: #000000;
                    transition: all .4s;
                }

            .menuBoxRight ul li a:hover p:after {
                width: 100%;
                left: 0;
            }


.menuBoxBottom {
    width: 100%;
    float: left;
}

    .menuBoxBottom a {
        float: left;
        color: #3F4552;
        font-size: 13px;
        font-weight: 600;
    }

.menuModalBox {
    float: left;
    width: 100%;
}

.menuModalTitle {
    float: left;
    width: 100%;
    display: block;
}

    .menuModalTitle a {
        float: left;
        width: 100%;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #000;
        line-height: 20px;
        letter-spacing: 0.9px;
        display: block;
    }

.menuModalBox ul {
    float: left;
    padding: 0;
    margin: 0 0 35px 0;
    display: block;
    width: 100%;
}

    .menuModalBox ul li {
        display: block;
    }

        .menuModalBox ul li a {
            font-size: 13px;
            color: #000000 !important;
            line-height: 22px;
            font-weight: 400;
            letter-spacing: 0.65px;
            float: left;
            width: 100%;
            display: block;
        }

            .menuModalBox ul li a:hover {
                color: #616161 !important;
            }

        .menuModalBox ul li sup {
            font-size: 10px;
            color: red;
            padding-left: 5px;
        }

        .menuModalBox ul li.boldhr a {
            text-decoration: underline;
            font-weight: bold;
        }

.navigation .altMenu .altMenuler .altmenuSol ul li a[title="TÃ¼mÃ¼nÃ¼ GÃ¶r"] {
    font-weight: 600;
    text-decoration: underline;
}

#productDetailRelated {
    padding: 0 !important;
}

.teknikDetay .teknikDetayItem {
    font-weight: 500;
    color: #000;
    font-size: 11px !important;
}

    .teknikDetay .teknikDetayItem:nth-child(odd) {
        background-color: #eeeeee59 !important;
    }

.teknikDetay {
    width: 100%;
    border: 0 !important;
}

    .teknikDetay .teknikDetayItem div.t2 {
        border-left: 0 !important;
    }

@media (min-width:1024px) {

    .mobilMenu {
        display: none !important;
    }
}

.ebultenCheckBox {
    float: left;
    width: 100%;
    line-height: 15px;
    font-size: 12px;
    font-weight: 300;
    color: #545454;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}


.ebultenCheckBoxInput {
    margin-right: 10px;
}

@media (max-width:767px) {
    .menuBoxRight ul li {
        float: left;
        width: 33% !important;
    }

    .sepetimBody .ticiContainer {
        padding: 0 1vw;
        width: 100%;
        min-width: 100% !important;
    }
}

body .productItem .relatedProducts {
    display: block !important;
    right: 10px;
    bottom: 10px;
    z-index: 20;
    position: absolute
}

    body .productItem .relatedProducts .button {
        border-radius: 4px;
        box-shadow: 0 2px 4px rgb(0 0 0/10%);
        background-color: #fff !important;
        line-height: 1;
        color: #000;
        font-size: 12px
    }

    body .productItem .relatedProducts i {
        font-size: 0;
        float: left;
        margin-right: 5px
    }

        body .productItem .relatedProducts i:before {
            content: "";
            display: block;
            width: 12px;
            height: 12px;
            border: solid 1px #fff;
            background-color: pink;
            border-radius: 50%;
            background-image: linear-gradient(to right,#3023ae 0%,#53a0fd 48%,#b4ec51 101%);
            z-index: 2;
            float: left;
            position: relative
        }

        body .productItem .relatedProducts i:after {
            content: "";
            display: block;
            width: 12px;
            height: 12px;
            border: solid 1px #fff;
            background-color: pink;
            border-radius: 50%;
            background-image: linear-gradient(to right,#6bceb4 0%,#f98cc2 48%,#fff781 101%);
            z-index: 1;
            margin-left: -6px;
            float: left
        }

ul.ulRelatedProducts {
    padding: 0;
    list-style: none
}

.sepetimBody .productItem .relatedProducts {
    bottom: 149px !important;
}

.sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left .HavaleLine .HavaleCheckContent {
    display: block !important;
}

.sepetimBody.odemeSayfa .BasketDetailContainer .BasketDetail .odemeSecenekMenu > li .Left .HavaleLine .HavaleBnk {
    width: 80% !important;
}



/* WEB MASTER MET */

#divTabOzellikler {
    display: block !important;
}

a[href="/indirimli-urun"] {
    color: red !important;
}

/* WEB MASTER MET */

@media (max-width:900px) {
    .navigation {
        display: none;
    }

    .search {
        width: 92% !important;
        position: relative;
        margin: 0 auto !important;
    }

    .menuBoxRight ul {
        display: none !important;
    }

    .mobilMenu .navUl i.fal.fa-plus {
        font-size: 0px !important;
    }

    .mobilMenu .navUl i.fal.fa-minus {
        font-size: 0px !important;
    }

    .categoryContainer {
        padding: 0 5px !important;
    }

    #header.fixed {
        top: -104px !important;
    }

    body ul.breadcrumb {
        white-space: nowrap;
        position: relative;
        width: 100%;
        overflow: auto
    }

        body ul.breadcrumb.zindex {
            z-index: -1;
            pointer-events: none
        }

        body ul.breadcrumb li:after {
            line-height: 38px;
        }

    body a#linkOncekiSayfa {
        display: none !important;
    }

    .product_social_icon_wrapper .product-social-icon-popup {
        top: -171px !important;
        margin-right: 10%;
    }

        .product_social_icon_wrapper .product-social-icon-popup:before {
            position: absolute !important;
            bottom: -13px !important;
            right: 50% !important;
            border: solid transparent !important;
            content: '' !important;
            pointer-events: none !important;
            transform: scale(-1) !important;
            margin-left: -6px !important;
            border-color: transparent !important;
            border-width: 6px !important;
            border-bottom-color: #d7d7d8 !important;
            top: auto !important;
        }

    .headerContent {
        text-align: center;
        padding: 0 0 !important;
    }
}

.mobilMenuAcButton i:before {
    content: "";
    background: url(https://static.ticimax.cloud/42152/Uploads/Images/homeicon/antibar.svg) center center no-repeat;
    width: 22px;
    height: 25px;
    float: left;
    margin-right: 0;
    filter: brightness(0);
}


@media screen and (min-width:767px) and (max-width:900px) {



    .htop .htopContainer .htopArea .htopRight .siparisTakipContainer a {
        font-size: 10px;
    }

    .banner-cta {
        padding: 10px 55px !important;
        font-size: 15px !important;
    }


    .htop .htopContainer .htopArea .htopRight .siparisTakipContainer {
        display: none;
    }

    .logoArea .centerDiv {
        display: none !important;
    }

    .htop .htopContainer .htopArea .htopCenter li a {
        font-size: 10px !important;
    }
}



.mobilMenu .altMenu .altMenuler .altmenuSol > ul > li {
    padding: 0 20px;
}


    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li > a[title="TÃ¼mÃ¼nÃ¼ GÃ¶r"]:after {
        margin-left: 10px;
        content: '\f101';
        font-family: fontawesome;
        font-weight: 500;
    }



.navigation .navUl > li > a[title="Bayram Koleksiyonu"]::after {
    content: 'Yeni';
    color: #ff0000;
    font-size: 8px;
    position: relative;
    left: 0;
    background: #fff0;
    top: -10px;
}

.mobilMenu .navUl li > a[href="/bayram-koleksiyonu"]::after {
    content: 'Yeni';
    color: #ff0000;
    font-size: 8px;
    position: relative;
    left: 0;
    background: #fff0;
    top: -10px;
}




.mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li > a[title="TÃ¼mÃ¼nÃ¼ GÃ¶r"] {
    font-weight: 600 !important;
}

.mobilMenu .altMenu .altMenuler .altmenuSol > ul > li {
    padding: 0 20px;
    margin-bottom: 20px;
}

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li > a {
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0;
        font-size: 13px;
    }

.mobilMenu .navUl > li > a {
    font-size: 13px;
}

.bedentablosubaslik {
    text-align: center;
    width: 100%;
    background: #0000000f;
    padding: 8px;
    font-weight: bold;
}

.bedentablosuMet {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    margin: auto;
}

tbody.bedentablosuMet tr td:nth-child(1) {
    color: black;
    font-size: 10px;
    width: 19%;
    font-weight: 600;
}

.bedentablosuMet tr {
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0;
}

.bedentablosuMet th, .bedentablosuMet td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    width: 9%;
    border: none;
}

.bedentablosuMet th {
    background-color: #f2f2f2;
}

tbody.bedentablosuMet tr:nth-child(2), tbody.bedentablosuMet tr:nth-child(4), tbody.bedentablosuMet tr:nth-child(6) {
    background: #4c4c4c1f;
}

.bedentablosubilgi {
    text-align: center;
    padding: 10px 0;
    font-size: 10px;
    font-weight: bold;
    color: black;
}



.navigation .navUl > li > a[title="Ã–ZEL FÄ°YATLAR"] {
    color: #ff0000 !important;
}


.navigation .navUl > li > a[title="Ä°NDÄ°RÄ°M"] {
    color: #ff0000 !important;
}



.mobilMenu .navUl li > a[href="/indirim"] {
    color: #ff0000 !important;
}

@media (max-width:767px) {
    .boxUrunlerContent {
        display: none !important;
    }
}


.KatSepetFiyat span {
    display: none;
}

.sPric {
    font-size: 0px;
}

.ozelAlan1 {
    display: block !important;
    font-size: 12px;
    position: absolute;
    top: 30px;
    z-index: 9;
    left: 10px;
    background: #FFF;
    padding: 4px;
}

#divOzelAlan1 {
    display: block !important;
    font-size: 12px;
    position: absolute;
    top: 20px;
    z-index: 9;
    left: 20px;
    background: #fff;
    padding: 4px;
}

.FiltreBtn span {
    font-size: 0;
}


.newUyegirisPopup .newUserLeftBox#divNewUyeGirisContent {
    width: 100%;
    max-width: 450px;
    float: left;
    margin: 0;
    margin-bottom: 100px;
}


/*EMIN*/
.yg-tmd-block {
    display: none;
}

#main_img_wrapper {
    width: 100%;
}

    #main_img_wrapper img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: top;
    }

@media screen and (max-width: 768px) {
    #main_img_wrapper img {
        height: 100vh !important;
    }

    .yg-tmd-block {
        display: block;
    }
}

#three_grid_img_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media screen and (max-width: 768px) {
    #three_grid_img_wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

#three_grid_img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.yg-productlistwrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .yg-productlistwrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px !important;
    }
}

.yg-productlistwrapper .product_item {
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: #202020;
}

    .yg-productlistwrapper .product_item img {
        width: 100%;
        max-height: 350px;
        object-fit: cover;
        object-position: center;
    }

    .yg-productlistwrapper .product_item .four_product_content > p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
        font-weight: 300;
    }

        .yg-productlistwrapper .product_item .four_product_content > p span {
            line-clamp: 1;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
        }

            .yg-productlistwrapper .product_item .four_product_content > p span:hover {
                text-decoration: underline;
            }

    .yg-productlistwrapper .product_item .four_product_content .four_product_price {
        font-size: 12px;
        font-weight: 300;
    }

    .yg-productlistwrapper .product_item .four_product_content button {
        width: auto;
        padding: 0;
        margin: 0;
        border: none;
        background: none;
    }

#four_img_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 768px) {
    #four_img_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

#four_img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.yg-productlistwrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .yg-productlistwrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

.yg-productlistwrapper .product_item {
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: #202020;
}

    .yg-productlistwrapper .product_item img {
        width: 100%;
        max-height: 500px;
        object-fit: cover;
        object-position: center;
    }

    .yg-productlistwrapper .product_item .four_product_content > p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
        font-weight: 300;
    }

        .yg-productlistwrapper .product_item .four_product_content > p span {
            line-clamp: 1;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
        }

            .yg-productlistwrapper .product_item .four_product_content > p span:hover {
                text-decoration: underline;
            }

    .yg-productlistwrapper .product_item .four_product_content .four_product_price {
        font-size: 12px;
        font-weight: 300;
    }

    .yg-productlistwrapper .product_item .four_product_content button {
        width: auto;
        padding: 0;
        margin: 0;
        border: none;
        background: none;
    }

#yg_collection_wrapper {
    width: 100%;
    overflow-x: hidden;
}

.yg-collections {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    cursor: grab;
    overflow-y: hidden;
}

    .yg-collections div {
        user-select: none !important;
        -moz-user-select: none !important;
    }

    .yg-collections img {
        user-select: none !important;
        pointer-events: none !important;
        height: 100% !important;
        max-width: unset !important;
    }

    .yg-collections:active {
        cursor: grabbing;
    }

@media screen and (max-width: 768px) {
    .yg-collections div {
        width: 90vw !important;
    }

    .yg-collections img {
        width: 90vw !important;
        object-fit: cover !important;
    }

    .productItem .productName a {
        line-height: 16px !important;
        font-size: 12px !important;
    }

    .ProductName h1 span {
        font-size: 14px !important;
    }

    .productItem .discountPrice span {
        font-size: 14px !important;
    }

    .ozelAlan4 {
        display: block !important;
        font-size: 10px !important;
        position: absolute;
        left: 5px;
        z-index: 9;
        width: 53px !important;
        top: 8px !important;
        background: #fff;
        font-family: Courier Prime;
        padding: 3px;
    }
}

#divOzelAlan4 {
    background: #fff;
    display: block !important;
    font-family: Courier Prime;
    padding: 5px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.ozelAlan4 {
    display: block !important;
    font-size: 12px;
    position: absolute;
    left: 5px;
    z-index: 9;
    top: 20px;
    background: #fff;
    font-family: Courier Prime;
    padding: 3px;
}

/* mobil ve tablet ekran olcusune gore 1041px e kadar bunlari uygula */
@media (max-width: 1041px) {
    /******************************************************/ .navigation {
        display: none;
    }

    #divSayfalamaUst .filterBlock {
        display: block !important;
    }

    .mobilMenuAcButton {
        display: block;
    }

    .centerCount.userLoginContent {
        margin: 0 auto;
    }

    .centerCount {
        width: 100% !important;
    }

    .leftBlock {
        display: none !important;
    }

    .rightBlock {
        display: none !important;
    }

    .homeContainer .leftBlock {
    }

    .homeContainer .rightBlock {
    }

    .UyeolContent .grid {
        margin: 30px 18px;
    }

    .owl-carousel .owl-item img {
        max-width: 100%;
        margin: 0 auto;
    }

    .mobileImageSlider .owl-stage-outer {
        float: left;
        width: 100%;
    }

    .uyeOlContainer #FrmYeniUye > .uyeOlCol {
        width: 100%;
        padding: 10px;
        margin: 10px 10px 0 0;
    }

    .uyeOlContainer .FormTitle {
        margin: 10px 0;
        padding: 10px 0;
        font-size: 18px;
        font-weight: 600;
    }

    .uyeOlContainer .uyeOlCol input.textbox {
        padding: 10px 0;
    }

    .uyeOlContainer .uyeOlCol select.selectboxx {
        padding: 10px 0;
    }

    .Magazalar .magazaSelect {
        width: 100%;
        margin-right: 0;
    }

    .Magazalar #searchStore {
        width: 100%;
        margin-right: 0;
    }

    /*MobilMenu*/
    .yanResimliMenu {
        display: none;
    }

    .menuUstBolum {
        width: 100%;
        display: inline-block;
        float: left;
        margin-top: 0;
        left: -110%;
        background-color: #191919
    }

        .menuUstBolum .CloseBtnMenu {
            float: right;
            fill: #fff;
            width: 50px;
            text-align: center;
            margin: 0;
            cursor: pointer;
        }

            .menuUstBolum .CloseBtnMenu svg {
                width: 20px;
                margin-top: 15px;
            }

        .menuUstBolum .menuBack {
            float: left;
            line-height: 50px;
            fill: #fff;
            color: #fff;
            font-size: 15px;
            text-align: center;
            margin: 0;
            cursor: pointer;
            padding-left: 20px;
        }

            .menuUstBolum .menuBack svg {
                margin-right: 10px;
                float: left;
                margin-top: 15px;
                width: 20px;
            }

    .mobilMenu.acik .menuUstBolum {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        transition: left .3s ease-in-out;
        z-index: 9;
        display: none;
    }

    .mobilMenu {
        position: fixed;
        left: -110%;
        top: 0;
        bottom: 0;
        width: 360px;
        z-index: 99999;
        background: #fff;
        transition: left .3s ease-in-out;
        overflow: auto;
    }

        .mobilMenu.acik {
            left: 0;
        }

        .mobilMenu ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .mobilMenu .menuIcerikAlan {
            float: left;
            width: 100%;
            /* top: 100px; */
            right: 0;
            left: 0;
            /* padding-top: 50px; */
        }

        .mobilMenu .navUl > li.ulVar.active > ul li.ulVar.active ul,, .mobilMenu .ulVar.active .altMenu {
            max-height: calc(100vh - 530px) !important;
        }

        .mobilMenu .navUl {
            float: left;
            width: 100%;
        }

            .mobilMenu .navUl > li > ul li, .mobilMenu .navUl > li {
                float: left;
                width: 30%;
                display: contents;
            }

                .mobilMenu .navUl > li > ul li a, .mobilMenu .navUl > li > a {
                    color: #A8A8A8;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 56px;
                    display: inline-block;
                    vertical-align: top;
                    z-index: 2;
                    position: relative;
                    width: 100%;
                    border-bottom: 3px solid transparent;
                    padding: 0 18px;
                    margin-bottom: -1px;
                    text-transform: uppercase;
                    text-align: center;
                }

            .mobilMenu .navUl li > a {
                width: 49%;
            }

            .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: 2; */
                cursor: pointer;
                /* height: 56px; */
            }

                .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliDown2 svg, .mobilMenu .navUl > li > ul li .ResimsizDown2 svg, .mobilMenu .navUl > li .ResimsizDown svg, .mobilMenu .navUl > li .ResimliDown svg {
                    float: right;
                    width: 12px;
                    margin-top: 12px;
                    display: none;
                }

        /*Acilirmenuicerik*/
        .mobilMenu .altMenu .altMenuMarkalar, .mobilMenu .altMenu .altMenuler {
            float: left;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            left: 0;
        }

        .mobilMenu .altMenu .altMenuSag {
            display: none;
        }

        .mobilMenu .altMenu .altmenuSol {
            float: left;
            width: 100%;
            height: 100%;
            padding: 10px 0;
        }

        /**/
        .mobilMenu .navUl > li ul.over {
            overflow-y: hidden;
        }

        .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl, .mobilMenu .navUl > li > ul, .mobilMenu .altMenu {
            /* left: 0; */
            width: 100%;
            background: #fff;
            z-index: 3;
            /* transition:all 0.3s ease-in-out; */
            position: relative;
            float: left;
            display: inline-block;
            height: 0;
            overflow: hidden;
        }

            .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl.active, .mobilMenu .navUl > li > ul li ul.active, .mobilMenu .navUl > li > ul.active, .mobilMenu .altMenu.active {
                height: auto;
            }

            .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;
                display: none;
                width: 100%;
            }

                .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span a, .mobilMenu .altMenu .altMenuMarkalar > span a, .mobilMenu .altMenu .altmenuSol > span a, .mobilMenu .navUl > li > ul > span span {
                    z-index: 0;
                    position: relative;
                }

                .mobilMenu .navUl > li > ul li ul > span .NoiBack2, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span .DownBtn, .mobilMenu .altMenu .altMenuMarkalar > span .UpBtn, .mobilMenu .altMenu .altmenuSol > span .UpBtn, .mobilMenu .navUl > li > ul > span .NoiBack {
                    z-index: 1;
                    padding-left: 20px;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                }

                    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span .DownBtn svg, .mobilMenu .navUl > li > ul li ul > span .NoiBack2 svg, .mobilMenu .altMenu .altMenuMarkalar > span .UpBtn svg, .mobilMenu .altMenu .altmenuSol > span .UpBtn svg, .mobilMenu .navUl > li > ul > span .NoiBack svg {
                        float: left;
                        width: 17px;
                        margin-top: 19px;
                    }

            .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li, .mobilMenu .navUl > li > ul li {
                float: left;
                width: 100%;
                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: #000000;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 20px;
                    display: inline-block;
                    vertical-align: top;
                    padding: 8px 15px;
                    z-index: 2;
                    position: relative;
                    margin: 10px 0;
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }

                .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li > a {
                    display: none;
                }

                .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl, .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;
            }

    .menuHeaderTop {
        height: 74px;
        float: left;
        width: 100%;
        display: block;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    .menuHeader {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        left: -110%;
    }

    .mobilMenu.acik .menuHeader {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        transition: left .3s ease-in-out;
        z-index: 9
    }

    .menuHeader .CloseBtnMenu {
        display: flex !important
    }

        .menuHeader .CloseBtnMenu span {
            display: inline-block !important
        }

    .menuHeaderTop a {
        font-size: 16px;
        line-height: 21px;
        padding: 0;
        color: #FFFFFF;
    }

        .menuHeaderTop a:before {
            content: '';
            float: left;
            width: 20px;
            height: 17px;
            background: url(https://static.ticimax.cloud/9617/CustomCss/images/menuusericon.svg) no-repeat left center;
            background-size: 100%;
            margin-right: 10px
        }

    body.LoginEntry .menuHeaderTop a.menuloginfalse {
        display: none;
    }

    body.NotEntry .menuHeaderTop a.menulogintrue {
        display: none;
    }

    .mobilMenu .navUl > li > ul li.ulVar > a .ackapabtn .plus:after, .mobilMenu .navUl li li.ulVar > a .ackapabtn .plus:after {
        content: "\f078";
        font-family: fontAwesome;
        color: #BCB4B4;
    }

    .mobilMenu .navUl > li > ul li.ulVar > a .ackapabtn .minus:after, .mobilMenu .navUl li li.ulVar > a .ackapabtn .minus:after {
        content: "\f077";
        font-family: fontAwesome;
        color: #BCB4B4;
    }

    .mobilMenu .navUl > li > ul li ul {
        position: relative !important;
        padding-left: 30px;
        max-height: 0 !important;
        overflow: hidden;
    }

        .mobilMenu .navUl > li > ul li ul a {
            line-height: 30px;
            margin: 0;
            font-weight: 400;
        }

    li.ulVar.active > ul, .mobilMenu .ulVar.active .altMenu {
        /* transition: .5s all; */
        height: auto !important;
    }

    li.ulVar.active a {
        border-color: #91805D;
        color: #000;
        font-weight: 700
    }

    .mobilMenu .ulVar.active .altMenu {
        height: auto;
    }

    .altMenuClone {
        display: none;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li > a {
        line-height: 20px;
        margin: 0;
        font-weight: 400;
        text-transform: none;
        text-transform: uppercase;
    }

    .ackapabtn {
        position: absolute;
        background: transparent;
        width: calc(100% - 40px);
        text-align: right;
        z-index: 99;
    }

    .homeProHead, .instashop > span, .kategoriOwl .kategoriOwlHead {
        padding: 20px 0 0;
        font-size: 24px;
        margin: 0;
    }

    .homeImgArea .homeImgAreaBox span {
        font-size: 30px;
    }

    .homeSlider span {
        font-size: 60px;
    }

    .mobilMenu .CloseBtnMenu {
        font-size: 8px;
        line-height: 10px;
        display: flex;
        color: #000;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        position: absolute;
        left: 30px;
        top: 15px;
    }

        .mobilMenu .CloseBtnMenu:before {
            content: "";
            display: block;
            background: url(https://static.ticimax.cloud/9617/CustomCss/images/kapat.svg);
            width: 15px;
            height: 15px;
            margin-bottom: 5px;
        }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl {
        width: 100%;
        display: block !important;
        height: auto;
        margin: 0;
    }
}



@media screen and (max-width: 767px) {
    #lang_flag_container #lang-detail {
        left: 0 !important;
    }
}

.navigation .altMenu .altMenuler .altmenuSol ul li a[href="/kasim-indirimleri-erkek"] {
    font-weight: bold;
    color: #FF0000 !important;
}


.navigation .altMenu .altMenuler .altmenuSol ul li a[href="/kasim-indirimleri-kadin"] {
    font-weight: bold;
    color: #FF0000 !important;
}


.mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li > a[href="/kasim-indirimleri-erkek"] {
    font-weight: bold;
    color: #FF0000 !important;
}


.mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li > a[href="/kasim-indirimleri-kadin"] {
    font-weight: bold;
    color: #FF0000 !important;
}

.HT-topBanner {
    background: #000;
    height: auto;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sayacAlan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
}

p.sayacAlan-text {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    margin: 5px;
    line-height: 1.2;
    text-align: left;
}

    p.sayacAlan-text b {
        color: #FFF;
        font-size: 16px;
        font-weight: 900;
        margin-left: 5px;
    }

a.sayacAlan-link {
    color: #000;
    line-height: 30px;
    background: #fff;
    font-weight: bold;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    margin: 5px;
    font-size: 14px;
    border-radius: 5px;
}

.sayacAlan ul {
    padding: 8px 12px;
    list-style: none;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin: 5px;
}

    .sayacAlan ul li {
        margin: 0 8px;
        text-align: center;
        font-size: 13px;
        font-weight: 900;
        color: #000;
    }

        .sayacAlan ul li span {
            display: block;
            color: #000;
        }

@media (max-width: 768px) {
    .sayacAlan {
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .sayacAlan-text, .sayacAlan-link {
        flex: 1;
        text-align: center;
        margin: 0 5px;
        font-size: 10px !important;
    }

    p.sayacAlan-text {
        margin: 0px !important;
    }

    a.sayacAlan-link {
        padding: 0 0px !important;
    }

    .sayacAlan ul li {
        font-size: 10px !important;
        margin: 0 4px !important;
    }

    .sayacAlan ul {
        flex: 1;
        justify-content: space-around;
        margin: 0;
        padding: 5px;
    }

    .HT-topBanner {
        padding: 10px;
    }

    p.sayacAlan-text b {
        font-size: 13px !important;
        margin-left: 0 !important;
        float: left;
    }

    a.sayacAlan-link {
        padding: 0 8px;
        font-size: 10px !important;
    }
}

a.sayacAlan-link:hover {
    color: #000;
}

.Header-Top .ticiContainer {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffffff33;
    justify-content: center;
}

    #logo {
        width: 133px;
      padding:10px;
    }