@import "fontawesomeall.min.css";
@import "stylesheet.css";

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@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: 0 !important
}

html {
    max-width: 1920px;
    margin: 0 auto;
    -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
}

body {
    font-family: cera pro, sans-serif;
    margin: 0;
    padding: 0;
    font-size: .8rem;
    -webkit-animation: fadein .5s ease-in-out .5s both;
    animation: fadein .5s ease-in-out .5s both
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

textarea {
    overflow: auto
}

input[type, input[type=number]::-webkit-outer-spin-button, number

]
::-webkit-inner-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0
}

input[type=search] {
    -webkit-appearance: none
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

label {
    display: inline-block;
    margin-bottom: 0
}

button, input, select, textarea {
    line-height: inherit
}

img {
    display: block;
    border: none;
    max-width: 100%
}

i {
    font-style: normal
}

[role=button], a, area, 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, color .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
}

input, select {
    font-family: cera pro, sans-serif !important
}

button {
    -moz-appearance: none;
    -webkit-appearance: none
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    transition: background-color 600s ease-in-out 0s
}

textarea {
    resize: vertical;
    overflow: auto
}

#divAdminPopupText {
    float: left;
    width: 100%
}

.ProductList ul {
    margin: 0;
    padding: 0
}

.blokSonYazilar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blogKategori ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blogCenter ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blogRight ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    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: cera pro, 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: cera pro, sans-serif;
    color: #666;
    display: block;
    font-size: 14px;
    width: 100%;
    transition-duration: .2s, .2s;
    -webkit-transition-duration: .2s, .2s
}

.button {
    font-family: cera pro, 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, .validateOrta, .validateSol {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #a94442;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px
}

.validate .validateOk, .validateOrta .validateOrtaOk, .validateSol .validateSolOk {
    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;
    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;
    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%
}

.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;
    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
}

.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: FontAwesomePro;
    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;
    border-style: solid;
    border-width: 1px
}

.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;
    border-style: solid;
    border-width: 1px
}

.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 .validateOrta .validateOrtaOk, .iletisimContent .validateSol .validateSolOk {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ff0d0d;
    border-radius: 2px
}

.iletisimContent .validate, .iletisimContent .validateOrta, .iletisimContent .validateSol {
    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
}

.duslerBottomBlockContent {
    margin-top: 5%
}

.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: FontAwesomePro;
    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 {
    display: inline-block;
    font-size: 14px
}

#divTaksitContainer {
    float: left;
    width: 100%;
    margin-top: 10px
}

.taksitMain {
    margin: 0 -5px
}

.taksitBlok {
    width: 100%;
    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%
}

.bannerFixTxt {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #231f20;
    color: #fff;
    z-index: 9
}

.bannerFixTxt li {
    list-style: none;
    float: left;
    font-size: 12px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    min-width: 200px
}

.bannerFixTxt li:nth-child(2n) {
    color: #c76e5d
}

.bannerFixTxt ul {
    margin: 0;
    padding: 0
}

.bannerFixTxt .owl-item:nth-child(2n) li {
    color: #c76e5d
}

.bannerFixTxt .owl-item:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    border-radius: 100px;
    top: calc(50% - 2px);
    right: 0
}

#header:before {
    content: '';
    display: table
}

#header:after {
    content: '';
    display: table
}

.hoverr:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .45);
    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 {
    width: 100%;
    position: relative;
    float: left;
    z-index: 1000;
    background: #fff
}

#header.searcAcik {
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .09)
}

.headerContent {
    text-align: center;
    padding: 0 100px
}

.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 {
    display: inline-block;
    vertical-align: top;
    margin: 14px 0
}

#logo .logo img {
    display: block;
    max-width: 65%
}

.mycart {
    float: right;
    z-index: 99;
    position: relative;
    margin-top: 15px;
    margin-left: 15px
}

.mycart > a {
    display: block;
    color: #000;
    font-size: 13px;
    padding: 0 5px
}

.mycart > a:before {
    content: '\f290';
    font-family: FontAwesomePro;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    float: left
}

.mycart .sepetTecxt {
    display: none
}

.mycart .sepetUrunSayisi {
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #000;
    border-radius: 100%;
    color: #fff
}

.mycart .sepetUrun {
    display: none
}

.sepetTopTutar {
    display: none !important
}

.CartProduct {
    display: block !important;
    width: 360px;
    background: #fff;
    float: left;
    padding: 10px;
    z-index: 99999;
    position: absolute;
    top: 100%;
    right: -1px;
    margin-left: -150px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    box-shadow: 0 0 16px -10px #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.mycart:after {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 15px;
    content: ''
}

@media screen and (min-width: 768px) {
    .mycart:hover .CartProduct {
        visibility: visible;
        opacity: 1;
        top: 130%
    }
}

.mycart:hover:after {
    display: block
}

.CartProduct:after, .CartProduct:before {
    bottom: 100%;
    right: 2px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.CartProduct:before {
    border-color: transparent;
    border-bottom-color: #f0f0f0;
    border-width: 9px;
    margin-left: -9px
}

.CartProduct:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
    right: 2px
}

.CartProduct ul {
    padding: 0;
    margin: 0
}

.CartProduct p {
    padding: 0;
    margin: 0
}

.CartProduct .SProduct {
    float: left;
    width: 100%;
    max-height: 288px;
    overflow-y: auto;
    overflow-x: hidden
}

.CartProduct .SProduct li {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee
}

.CartProduct .SProduct li a {
    float: left;
    width: 100%;
    text-align: left;
    color: #5b5b5b
}

.CartProduct .SProduct li a img {
    margin-right: 10px;
    float: left
}

.CartProduct .SProduct li a .SepettopAd span {
    font-size: 12px;
    line-height: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.CartProduct .SProduct li a .sepetTopSatisBirimi {
    font-size: 12px;
    line-height: 18px;
    display: inline-block !important;
    float: left;
    margin-right: 5px
}

.CartProduct .SProduct li a .SepetTopAdet {
    font-size: 12px;
    line-height: 18px;
    display: inline-block
}

.CartProduct .SProduct li a .sepetTopFiyat {
    display: block !important;
    font-weight: 600;
    font-size: 14px
}

.CartProduct .SProduct li a:nth-child(2) {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: auto !important;
    font-size: 15px
}

.CartProduct .SProduct li a .sepetTopBirimFiyat {
    display: none !important
}

.CartProduct .SProduct li a .fa-times {
    font-family: FontAwesomePro;
    font-weight: 300
}

.CartProduct .SProduct li a .fa-times:before {
    content: '\f2ed'
}

.CartProduct .SPrice {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 0 10px;
    margin: 20px 0 10px;
    border-top: 1px solid #bbb;
    display: none
}

.CartProduct .SPrice li {
    font-size: 0
}

.CartProduct .SPrice li span {
    float: left;
    color: #5b5b5b;
    font-size: 14px
}

.CartProduct .SPrice .sepetToplamTutar {
    float: right;
    text-align: right;
    font-size: 16px
}

.CartProduct .button {
    margin: 0 5px !important;
    float: left;
    width: calc(50% - 10px);
    font-size: 14px !important;
    line-height: 35px;
    border-radius: 5px;
    padding: 0
}

.CartProduct .headerCartBtn {
    line-height: 35px;
    border: 1px solid #ccc;
    background: 0 0;
    color: #434343;
    font-weight: 600
}

.CartProduct .headerOrderBtn {
    line-height: 37px
}

.CartProduct .headerCartBtn:hover {
    color: #fff
}

.CartProduct.more .SPrice {
    display: block
}

.CartProduct.more .Title {
    display: block
}

.CartProduct.more .cart-footer {
    display: block
}

.CartProduct.more .headerCartBtn {
    display: block !important
}

.CartProduct.more .headerOrderBtn {
    display: block !important
}

.sepetimBody .AllCategory {
    display: none
}

.sepetimBody .linkRebatedProducts {
    margin-left: 0
}

.welcome {
    float: right;
    z-index: 99;
    position: relative;
    margin-top: 15px;
    margin-left: 15px
}

.welcome > div {
    float: left
}

.welcome ul {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0
}

.uyeGirisUyeAdi, .uyeGirisWelcome {
    display: none
}

.headerCikis, .headerHesabim, .headerUyeGiris a, .headerUyeOl a {
    float: left;
    color: #000;
    font-size: 0;
    padding: 0 5px
}

.headerCikis:before, .headerHesabim:before, .headerUyeGiris a:before, .headerUyeOl a:before {
    font-family: FontAwesomePro;
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    float: left
}

.headerUyeGiris a:before {
    content: '\f007'
}

.headerHesabim:before {
    content: '\f007'
}

.headerCikis, .headerUyeOl a {
    display: none
}

.welcome li {
    display: inline-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: FontAwesomeProBrands;
    margin-right: 10px;
    font-size: 12px;
    line-height: 43px;
    vertical-align: top;
    font-weight: 400
}

.usernav {
    display: none
}
@media screen and (min-width: 769px) {
    .arabtn {
		float: right;
		color: #000;
		font-size: 20px;
		cursor: pointer;
		padding: 0 5px;
		margin-top: 15px
	}

	.arabtn i {
		display: inline-block;
		vertical-align: top;
		line-height: 30px
	}
}
@media screen and (max-device-width: 768px) {
    .arabtn {
		display: none;
	}
	#footer .duslerContainer {
		margin-bottom: 40px;
	}
}


.searchContent {
    display: none;
    vertical-align: top;
    width: 100%;
    position: absolute;
    z-index: 10001;
    top: 0;
    bottom: 0;
    left: 0
}

.searchContent.active {
    display: block
}

#divAramaKategori {
    display: none !important;
    position: absolute;
    left: 0;
    top: 5px
}

#divAramaKategori select {
    cursor: pointer;
    background: #f5f5f5;
    display: block;
    height: 60px;
    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 {
    float: left;
    width: 100%;
    position: relative
}

.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: 60px
}

#txtbxArama {
    float: left;
    width: 100%;
    height: 60px;
    border-radius: 0;
    border: none;
    color: #cdcdcd;
    padding-left: 15px;
    padding-right: 60px;
    background: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

#txtbxArama::-webkit-input-placeholder {
    color: #cdcdcd
}

#txtbxArama:-moz-placeholder {
    color: #cdcdcd
}

#txtbxArama::-moz-placeholder {
    color: #cdcdcd
}

#txtbxArama:-ms-input-placeholder {
    color: #cdcdcd
}

#txtbxArama:focus {
    color: #cdcdcd
}

#btnKelimeAra {
    font-family: FontAwesomePro !important;
    background: 0 0;
    width: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 400;
    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;
    list-style: none
}

.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: 100%
}

.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
}

.navigation .navUl ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.navigation .navUl > li {
    display: inline-block!important;
    vertical-align: middle
}

.navigation .navUl > li > a {
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 36px;
    padding: 13px 19px;
}

.navigation .navUl > li:hover > a {
    background: #f5f5f5
}

.navigation .altMenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 35px 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease-in-out;
    transform: translateY(15px) translateZ(0);
    -webkit-transform: translateY(15px) translateZ(0)
}

.navigation .navUl > li:hover > .altMenu {
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    pointer-events: unset;
    -webkit-transform: none;
    transform: none
}

.navigation .altMenu .altmenuSol > span {
    display: none
}

.navigation .altMenu .altMenuler {
    display: block;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto
}

.navigation .altMenu .altMenuler .altMenuSag {
    float: right
}

.navigation .altMenu .altMenuler .altMenuSag > a > img {
    display: none
}

.navigation .altMenu .altMenuler .altmenuSol {
    float: left;
    width: calc(100% - 380px)
}

.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-size: 14px;
    letter-spacing: .6px;
    margin-bottom: 5px
}

.navigation .altMenu .altMenuler .altmenuSol ul li a:hover {
    text-decoration: underline
}

.navigation .altMenu .altMenuler .altmenuSol > ul > li {
    float: left;
    width: 25%
}

.navigation .altMenu.picTrue .altMenuler .altMenuSag {
    width: 380px
}

.navigation .altMenu.picTrue .altMenuler .altmenuSol {
    width: calc(100% - 380px)
}

#header .yanResimliMenu {
    display: none
}

#lang_flag_container {
    top: 0 !important;
    left: 0 !important;
    right: auto;
    bottom: auto;
    z-index: 9999 !important;
    position: relative !important;
    float: right;
    margin-top: 15px;
    margin-right: 15px
}

#lang_flag_container:after {
    position: absolute;
    width: 100%;
    right: 0;
    top: 18px;
    height: 20px;
    content: '';
    display: none
}

#lang_flag_container #lang-detail {
    display: block !important;
    left: auto !important;
    top: 100% !important;
    right: 0;
    border-top: none !important;
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, .3) !important;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .3);
    -webkit-transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

#lang_flag_container:hover #lang-detail {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

#lang_flag_container:hover:after {
    display: block
}

#lang {
    float: left;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 400;
    padding: 0 0 0 25px !important;
    line-height: 13px !important
}

#lang span {
    font-weight: 400;
    float: left;
    line-height: 13px !important
}

#lang span:after {
    content: '\f078';
    font-family: FontAwesomePro;
    margin-left: 5px;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    float: right
}

#lang_flag_container:hover #lang {
    color: #000 !important;
    font-weight: 400
}

#langHover {
    padding: 8.5px 0 !important;
    float: left
}

#langHover.white {
    background: 0 0 !important
}

a#ucSepetim_btnSepetiTemizle {
    margin-top: 28px;
    display: inline-block
}

#lang-detail .language a {
    font-size: 11px !important;
    text-align: left
}

#lang-detail .currency a {
    font-size: 11px !important
}

#lang-detail p {
    font-size: 12px !important
}

#footer {
    float: left;
    width: 100%;
    position: relative
}

.FooterSC {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    margin-top: 50px
}

.FooterTop {
    float: left;
    width: 100%;
    position: relative
}

.FooterMiddle {
    float: left;
    width: 100%;
    position: relative
}

.FooterBottom {
    float: left;
    width: 100%;
    position: relative
}

.ebultenDiv {
    float: left;
    position: relative
}

.ebultenGelecek {
    display: block;
    width: 100%;
    float: left
}

#divNewsLetter {
    float: left;
    width: 100%;
    position: relative;
    display: none
}

.ebultenGelecek #divNewsLetter {
    display: block;
    padding: 0
}

#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: 40px;
    font-size: 12px;
    color: #000;
    padding: 0 40px 0 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: 400;
    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
}

.ebultenDiv .newsbutton {
    color: #000;
    background: 0 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0 !important;
    text-decoration: none
}

.ebultenDiv .newsbutton:hover {
    color: #000;
    background: 0 0
}

#footer .linkler {
    float: left;
    width: 100%;
    position: relative;
    padding: 65px 0 105px;
    text-align: center
}

#footer .linkler .blink {
    float: left;
    width: 100%;
    margin: 0
}

#footer .linkler .blink ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#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;
    width: 33.33%
}

#footer .linkler .blink > ul > li:last-child {
    margin-bottom: 0
}

#footer .linkler .blink > ul li {
    display: block
}

#footer .linkler .blink > ul > li > span {
    display: block;
    clear: left;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 25px;
    position: relative
}

#footer .linkler .blink > ul > li > span .ackapabtn {
    display: none
}

#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: 14px;
    color: #000;
    font-weight: 300;
    margin-bottom: 5px
}

#footer .linkler .blink > ul > li > ul > li:last-child > a {
    margin-bottom: 0
}

#footer .linkler .blink > ul > li > ul > li > a:hover {
    text-decoration: underline
}

@media screen and (min-width: 769px) {
    #footer .linkler .blink > ul > li > ul {
        display: inline-block !important
    }
}

#footer .socialdiv {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px
}

#footer .socialdiv ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top
}

#footer .socialdiv ul li {
    float: left;
    margin-right: 40px
}

#footer .socialdiv ul li:last-child {
    margin-right: 0
}

#footer .socialdiv ul li a {
    float: left;
    color: #000;
    font-size: 18px
}

#footer .socialdiv ul li a i {
    display: inline-block;
    vertical-align: top;
    line-height: 18px
}

.copy {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 14px;
    margin-bottom: 40px
}

#back-to-top {
    float: right;
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 9999;
    display: none
}

#back-to-top a {
    float: left;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 100%;
    font-size: 14px
}

#back-to-top a:after {
    content: '\f077';
    font-family: FontAwesomePro;
    display: inline-block;
    vertical-align: top;
    line-height: 40px
}

.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
}

.categoryContainer .ProductList.PlSc_hrz .ItemOrj {
    width: 100%
}

.categoryContainer .ProductList.PlSc_2 .ItemOrj {
    width: 50%
}

.categoryContainer .ProductList.PlSc_3 .ItemOrj {
    width: 33.33%
}

.categoryContainer .ProductList.PlSc_4 .ItemOrj {
    width: 25%
}

.categoryContainer .ProductList.PlSc_5 .ItemOrj {
    width: 20%
}

.ProductListContent {
    float: left;
    width: 100%
}

.categoryContainer .ProductListContent {
    float: left;
    width: 100%;
    overflow: hidden
}

.categoryContainer .ProductList {
    margin: 0 -20px
}

.categoryContainer .ProductListContent .productItem {
    margin-bottom: 70px
}

.ItemOrj {
    float: left;
    padding: 0 1px
}

.categoryContainer .ProductList.PlSc_3 .ItemOrj:nth-child(7n) {
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
    float: none
}

.productItem {
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 0
}

.productItem .productIcon {
    width: 100%;
    height: 100%
}

.productItem .productImage {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0
}

.productItem .productImage a {
    display: block;
    position: relative;
    padding-bottom: 150%
}

.productItem .productImage.Videolu {
    display: block;
    position: relative;
    padding-bottom: 150%
}

.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;
    will-change: opacity
}

.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;
    will-change: opacity
}

.productItem .productDetail {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    height: 60px;
    padding: 15px 20px 0
}

.productItem .productName {
    position: relative;
    margin: 0 0 10px;
    float: left;
    width: 100%
}

.productItem .productName a {
    float: left;
    width: 100%;
    padding: 0;
    line-height: 20px;
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.productItem .productPrice {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    bottom: 0
}

.productItem .discountPrice {
    display: block;
    float: right
}

.productItem .discountPrice span {
    color: #000;
    font-size: 14px;
    line-height: .8;
    font-weight: 400
}

.productItem .discountKdv, .productItem .regularKdv {
    display: none
}

.productItem .regularPrice {
    display: block !important;
    float: left;
    margin-right: 10px
}

.productItem .regularPrice span {
    font-size: 14px;
    color: #ddd;
    -moz-text-decoration-color: #ddd;
    text-decoration-color: #ddd;
    line-height: .8;
    font-weight: 400;
    text-decoration: line-through
}

.productItem .productMarka, .productItem .productOnYazi {
    display: none !important
}

.productItem .productOnYazi, .productItem .productOnYazi * {
    background: 0 0 !important;
    font-family: cera pro, sans-serif !important;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 25px
}

.cargoIcon, .discountIcon, .discountIcon .discountIcon_s2, .discountIcon div, .examineIcon, .favori, .firsatIcon, .mycartIcon, .newIcon, .urunListStokUyari {
    z-index: 3;
    display: none
}

.discountIcon span, .mycartIcon a span {
    font-weight: 400
}

.examineIcon a, .favori a, .mycartIcon a {
    display: block;
    font-size: 0
}

.discountIcon {
    display: block !important;
    font-size: 13px;
    position: absolute;
    top: 15px;
    right: 20px;
    background: #000;
    color: #fff;
    padding: 5px 10px
}

.examineIcon a:before, .favori a:before, .mycartIcon a:before {
    font-family: FontAwesomePro;
    display: inline-block;
    vertical-align: top
}

.favori a:before {
    content: '\f004'
}

.examineIcon a:before {
    content: '\f002'
}

.mycartIcon a:before {
    content: '\f290'
}

.TukendiIco {
    z-index: 5;
    border-radius: 0;
    background: 0 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: calc(100% - 60px);
    overflow: hidden
}

.TukendiIco span {
    line-height: 40px;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    left: 0;
    bottom: 50%;
    right: 0;
    max-width: 200px;
    border: none;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0 auto
}

.StokYok .cargoIcon, .StokYok .firsatIcon, .StokYok .newIcon {
    display: none !important
}

body .productItem .divVideoPlayButton {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 60px;
    width: 40px;
    height: 40px;
    margin: auto;
    overflow: hidden
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay {
    color: #fff;
    float: left;
    width: 100%;
    height: 100%
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i {
    font-family: FontAwesomePro;
    font-weight: 300;
    font-size: 40px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    text-shadow: 0 0 4px #848484
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i.fa-play-circle-o:before {
    content: '\f144'
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i.fa-pause-circle-o:before {
    content: '\f28b'
}

.boxBedenlerContent, .productIcon .quickViewIco, .productItem .urunListeAdet, .productItem.StokYok .urunListeAdet, .productItem:hover .productIcon .quickViewIco {
    display: none !important
}

.Block_Title {
    display: none
}

.noProduct {
    background: url(../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%
}

.categorydesign .Blok {
    margin: 0
}

.leftBlock .categorydesign {
    display: block
}

.categorydesign strong {
    font-weight: 700
}

.categorydesign strong * {
    font-weight: 700
}

.categorydesign img {
    display: inline-block;
    vertical-align: middle
}

.breadList.breadActive {
    display: none !important
}

.breadcrumbContent {
    float: left
}

body ul.breadcrumb {
    margin: 0 auto;
    display: none !important;
    padding: 0;
    border-radius: 0;
    float: none;
    list-style: none
}

body ul.breadcrumb * {
    color: #000;
    font-size: 12px !important;
    line-height: 70px !important;
    float: left;
    font-weight: 400
}

body ul.breadcrumb li {
    font-size: 0 !important;
    float: none !important;
    vertical-align: middle
}

body ul.breadcrumb li:after {
    content: '/';
    display: inline-block;
    margin: 0 5px;
    color: #000;
    font-size: 12px;
    line-height: 70px;
    float: left;
    font-weight: 400
}

body ul.breadcrumb li:nth-child(1) a:before {
    content: '\f041';
    font-family: FontAwesomePro;
    float: left;
    font-size: 14px;
    line-height: 70px;
    float: left;
    margin-right: 10px;
    font-weight: 300
}

body ul.breadcrumb li:nth-last-of-type(1):after {
    display: none
}

body a#linkOncekiSayfa {
    line-height: 70px;
    display: block;
    color: #000;
    font-size: 12px !important;
    font-weight: 400
}

.leftImage a#linkOncekiSayfa {
    display: none
}

.categoryTitleText {
    float: left;
    width: 100%
}

.categoryTitle {
    float: left;
    width: 100%
}

body #divSayfalamaUst {
    float: right;
    margin: 40px 0 0;
    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%;
    padding: 0 20px
}

.brandlistselection .clear {
    clear: none;
    display: none
}

.brandlistselection ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.brandlistselection .sortingContent {
    background: #ddd
}

.brandlistselection .sortingContent li {
    float: left;
    background: 0 0;
    border-radius: 0 !important
}

.brandlistselection .sortingContent li a {
    background: 0 0;
    border-radius: 0 !important
}

.brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
    float: right
}

.blockSelect .sort_hrz {
    display: none
}

.blockSelect .sort_2 {
    display: none
}

.blockSelect .sort_5 {
    display: none
}

body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
    display: none
}

body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
    display: none
}

.filterBlock .category-vertical-filters.top-filters {
    padding: 0;
    margin: 0
}

.deskFilterbtn {
    float: right;
    line-height: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer
}

.deskFilterbtn:before {
    font-family: FontAwesomePro;
    font-weight: 300;
    margin-right: 5px;
    font-size: 13px;
    line-height: 50px;
    float: left
}

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: FontAwesomePro;
    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: 12px;
    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%
}

body #divSayfalamaUst.Slct .blockSelect {
    float: right;
    margin: 0;
    display: none !important;
    padding: 0
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
    background: 0 0;
    /*float: left*/
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
    float: left;
    height: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background: 0 0;
    border-radius: 0;
    padding: 0
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
    height: auto;
    padding: 0;
    border-radius: 0;
    background: 0 0;
    float: right
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:nth-child(2) {
    display: none
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
    float: left;
    margin-right: 10px
}

body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet {
    margin: 0
}

body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet span {
    color: #000;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    float: left;
    margin: 0;
    text-indent: 0
}

.brandlistselectionBottom {
    margin-bottom: 0;
    display: none
}

#divSayfalamaAlt {
    width: 100%;
    margin: 0
}

.pageNumber {
    float: right;
    text-align: right;
    margin: 0;
    display: none
}

.pageNumberBottom {
    float: right;
    text-align: center;
    margin: 50px 0;
    padding: 0;
    width: 100%;
    display: block;
    vertical-align: middle
}

.pageBorder, .pageNumberContent {
    display: inline-block;
    vertical-align: top
}

.pageBorder a, .pageNumberContent a {
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background: #fff;
    border-radius: 0;
    border: none;
    float: left;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 5px
}

.pageBorder a.butonDisabled, .pageNumberContent a.butonDisabled {
    opacity: 1 !important
}

.pageBorder a:hover, .pageNumberContent a:hover {
    color: #fff;
    background: #333
}

.pageBorder a.SelectedSayfa, .pageNumberContent a.SelectedSayfa {
    color: #fff;
    background: #333
}

.KategoriFilitrelemeContent .Block_Title {
    display: none
}

.RightDetail > .clear {
    clear: none
}

.ProductDetailMain {
    float: left;
    width: 100%
}

.ProductDetailMainRow {
    float: left;
    width: 100%
}

.TopDet {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 50px
}

.leftImage {
    width: calc(100% - 480px);
    float: left;
    position: relative;
    padding: 0
}

.RightDetail {
    width: 480px;
    float: left;
    position: relative;
    padding: 0 45px
}

.UrunDetayLeft {
    margin: 0 !important;
    overflow: hidden
}

#divVideoGoruntulemeAlan, .Images {
    float: right;
    width: 100%;
    padding-bottom: 150%;
    position: relative;
    display: none !important
}

#vdUrunVideo, .Images img {
    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: block !important;
    float: left;
    width: 100%
}

.SmallImages div {
    float: left;
    width: 50%;
    cursor: pointer
}

.SmallImages div img {
    max-width: 100%;
    max-height: 100%
}

.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;
    position: relative;
    margin: 0
}

.ProductName h1 {
    margin: 0;
    float: left;
    width: 100%
}

.ProductName h1 span {
    float: left;
    width: 100%;
    display: inline-block;
    color: #000;
    font-size: 28px;
    font-weight: 500
}

#divUrunKodu {
    float: left;
    clear: left;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    padding: 0;
    margin: 10px 0 0
}

#divUrunKodu span {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    line-height: 13px;
    float: left
}

#divUrunKodu span:after {
    content: ':';
    margin: 0 4px
}

#divTaksitAciklama {
    display: block;
    float: left;
    clear: left;
    margin-top: 10px
}

#divTaksitAciklama .taksitSatir {
    color: #000;
    font-size: 13px;
    line-height: 13px
}

.RightDetail .puanVer {
    float: left;
    clear: left
}

.RightDetail #PuanVer {
    float: left;
    margin-top: 10px
}

.RightDetail .PuanVerSag {
    float: left;
    font-size: 14px;
    color: #2a2929;
    margin-left: 5px;
    font-weight: 600;
    line-height: 17px;
    display: none;
    margin-top: 10px
}

.RightDetail ul.rating {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none
}

.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: FontAwesomePro
}

.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
}

.RightDetail .rating-stars ul > li.star.hover > i.fa, .RightDetail .rating-stars ul > li.star.selected > i.fa, .RightDetail ul.rating li i.starItem, .RightDetail ul.rating li.filled i {
    color: #ff8a00
}

.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: 13px;
    font-weight: 400;
    line-height: 13px
}

#divOnyazi {
    float: left;
    width: 100%
}

#divOnyazi .teksatir {
    margin-top: 10px;
    float: left;
    width: 100%
}

#divOnyazi h2 {
    font-weight: 400;
    font-size: 100%
}

#divOnyazi * {
    font-family: cera pro, sans-serif !important
}

#divOnyazi strong {
    font-weight: 700
}

#divOnyazi strong * {
    font-weight: 700
}

#divOnyazi i {
    font-family: FontAwesomePro !important;
    margin-right: 12px
}

.PriceList {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 15px 0
}

#pnlFiyatlar {
    display: inline-block;
    vertical-align: top;
    float: left
}

#divIndirimliFiyat {
    display: block
}

#divBarkod, #divIndirimOrani, #divMarka, #divParaPuan, #divTahminiTeslimatSuresi, #divTedarikci, #divToplamStokAdedi, #divUrunStokAdedi {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 13px
}

#divBarkod .left_line, #divIndirimOrani .left_line, #divMarka .left_line, #divParaPuan .left_line, #divTahminiTeslimatSuresi .left_line, #divTedarikci .left_line, #divToplamStokAdedi .left_line, #divUrunStokAdedi .left_line {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px
}

#divBarkod .center_line, #divIndirimOrani .center_line, #divMarka .center_line, #divParaPuan .center_line, #divTahminiTeslimatSuresi .center_line, #divTedarikci .center_line, #divToplamStokAdedi .center_line, #divUrunStokAdedi .center_line {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px
}

#divBarkod .right_line, #divIndirimOrani .indirimliOrani, #divIndirimOrani .indirimliOrani *, #divMarka .right_line, #divMarka .right_line *, #divParaPuan .right_line, #divTahminiTeslimatSuresi .right_line, #divTedarikci .right_line, #divTedarikci .right_line *, #divToplamStokAdedi .right_line, #divUrunStokAdedi .right_line {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    width: auto
}

#divTahminiTeslimatSuresi {
    margin-top: 30px;
    margin-bottom: -20px
}

#divTahminiTeslimatSuresi .center_line {
    display: none
}

.PiyasafiyatiContent {
    display: block;
    line-height: .8;
    float: left;
    margin-right: 15px
}

.PiyasafiyatiContent .center_line, .PiyasafiyatiContent .left_line {
    display: none
}

.PiyasafiyatiContent .right_line {
    display: inline-block;
    vertical-align: top
}

.PiyasafiyatiContent .right_line * {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    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 .center_line, .IndirimliFiyatContent .left_line {
    display: none
}

.IndirimliFiyatContent .right_line {
    display: inline-block;
    vertical-align: top
}

.IndirimliFiyatContent .right_line * {
    display: inline-block;
    vertical-align: top;
    line-height: .8
}

.IndirimliFiyatContent .right_line .spanKdv {
    display: none !important;
    vertical-align: bottom;
    font-size: 12px;
    line-height: 1
}

#divTurkLirasiFiyat {
    display: block;
    line-height: .8
}

#divTurkLirasiFiyat .center_line, #divTurkLirasiFiyat .left_line {
    display: none
}

#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 .center_line, #divIndirimsizFiyat .left_line {
    display: none
}

#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: 400
}

#divKDVDahilFiyat .center_line {
    display: none
}

#divKDVDahilFiyat .right_line * {
    display: inline-block !important;
    vertical-align: top
}

.PiyasafiyatiContent .right_line * {
    color: #000;
    font-size: 28px
}

#divIndirimsizFiyat .left_line, #divIndirimsizFiyat .right_line, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line *, #divTurkLirasiFiyat .right_line *, .IndirimliFiyatContent .right_line * {
    color: #000
}

#divIndirimsizFiyat .left_line, #divKDVDahilFiyat .left_line, #divKDVDahilFiyat .right_line * {
    line-height: 28px
}

#divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line *, #divTurkLirasiFiyat .right_line *, .IndirimliFiyatContent .right_line * {
    font-size: 28px;
    font-weight: 500
}

body #divStokYok {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: center;
    padding: 5% 0;
    background-color: #f2f5f6;
    border-radius: 0
}

body #divStokYok:before {
    content: '\f057';
    font-family: FontAwesomePro;
    font-weight: 300;
    width: 100%;
    float: left;
    font-size: 30px;
    margin-bottom: 20px
}

#divEkstraBilgiler {
    float: left;
    clear: left;
    margin-top: 10px
}

#divEkstraBilgiler img {
    max-width: 100%;
    display: block
}

.btnnostok i.fa {
    font-family: FontAwesome
}

#divUrunEkSecenek {
    float: left;
    width: 100%;
    position: relative
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon:first-child {
    display: none
}

#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: 35px;
    color: #000;
    font-size: 14px;
    font-weight: 400
}

#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: 12px;
    position: relative;
    color: #000;
    font-weight: 400;
    margin-right: 10px
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box img {
    width: 100%;
    height: 100%;
    display: block
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line {
    width: 100%
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line select {
    min-width: 100%;
    float: left;
    height: 40px;
    border: 1px solid #d7d7d7;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 0 10px;
    background: #fff;
    border-radius: 0
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon {
    display: none
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box {
    width: 50px;
    border: 1px solid #ccc
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box:hover {
    border-color: #000
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box.selected {
    border-color: #000
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box {
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    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.kutuluvaryasyon .right_line .size_box:hover {
    color: #fff;
    background: #000
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected {
    color: #fff;
    background: #000
}

#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(140deg);
    -webkit-transform: rotate(140deg)
}

#IlgiliUrunDiv {
    float: left;
    width: 100%;
    display: none
}

.TopDet #IlgiliUrunDiv {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 5px;
    padding: 0
}

.TopDet #IlgiliUrunDiv #divIlgiliUrunler {
    padding: 0;
    margin: 0;
    background: 0 0;
    border: none
}

.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 {
    background: 0 0;
    padding: 0 !important;
    margin: 0;
    border: none;
    font-size: 0;
    line-height: 0;
    font-weight: 400;
    color: #000
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold .satir1:before {
    content: 'Renk';
    font-size: 14px;
    line-height: 35px
}

.TopDet #IlgiliUrunDiv .clear {
    display: none
}

.TopDet #IlgiliUrunDiv ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.TopDet #IlgiliUrunDiv ul li {
    float: left;
    width: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    overflow: hidden
}

.TopDet #IlgiliUrunDiv ul li .productItem {
    border: none;
    width: 100%;
    float: left;
    padding: 0;
    box-shadow: none !important;
    border: 1px solid #ccc
}

.TopDet #IlgiliUrunDiv ul li .productItem .productTimer {
    display: none !important
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage {
    padding: 0
}

.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 .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: 40px 0 0;
    padding: 0
}

.BasketBtn {
    float: left;
    position: relative;
    width: 100%
}

#divAdetCombo .right_line, .RightDetail .riSingle {
    width: 90px
}

#divAdetCombo select, #txtbxurunSiparisAdedi, .RightDetail .riSingle a.riDown, .RightDetail .riSingle a.riUp, .basketBtn input, .buyfast input {
    height: 60px !important
}

#divAdetCombo .left_line, #divKombinSatinAl a, .Basketinp p, .RightDetail .riSingle a.riDown, .RightDetail .riSingle a.riDown i, .RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riUp i {
    line-height: 60px
}

#divAdetCombo {
    display: none !important;
    position: relative;
    float: left;
    clear: left
}

#divAdetCombo .center_line {
    display: none !important;
    float: left
}

#divAdetCombo .right_line {
    float: left;
    max-width: 100% !important
}

#divAdetCombo select {
    width: 100%;
    padding: 0 10px;
    text-align: left
}

.RightDetail .riSingle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 0
}

.RightDetail .riSingle a.riDown, .RightDetail .riSingle a.riUp {
    width: 30px !important;
    font-size: 10px;
    color: #000;
    background: 0 0;
    top: 0;
    font-weight: 400;
    position: absolute;
    margin: 0 !important;
    float: left;
    cursor: pointer;
    text-indent: 0;
    text-align: center
}

.RightDetail .riSingle a.riUp {
    left: auto;
    right: 0
}

.RightDetail .riSingle a.riDown {
    left: 0
}

.Basketinp {
    display: none;
    position: relative;
    float: left;
    clear: left
}

.BasketBtn .left_line.lineTitle2, .BasketBtn .pSatisBirimi {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    float: left;
    clear: left;
    display: none
}

#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
}

#divAdetCombo select, #txtbxurunSiparisAdedi {
    background: #fff;
    color: #000;
    border: 1px solid #d7d7d7;
    font-size: 13px;
    font-weight: 500;
    float: left;
    margin: 0;
    border-radius: 0
}

#divKombinSatinAl, .basketBtn, .buyfast {
    float: left;
    margin: 0
}

#divKombinSatinAl a, .basketBtn input, .buyfast input {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    letter-spacing: 0;
    border: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none
}

.basketBtn {
    width: 100%
}

.buyfast {
    width: 100%;
    margin: 20px 0 0;
    display: none
}

#divKombinSatinAl {
    margin: 20px 0 0;
    width: 100%
}

#divKombinSatinAl a {
    font-size: 14px;
    margin: 0 !important
}

.ProductIcon {
    float: left;
    width: 100%;
    margin: 20px 0
}

.ProductIcon .box1 {
    padding: 0;
    margin: 0;
    min-width: 0;
    background: 0 0;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    float: left;
    line-height: 30px
}

.ProductIcon .box1 i {
    font-family: FontAwesomePro;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px
}

.ProductIcon .UGelinceHaberVer .box1 i:before {
    content: '\f0a1'
}

.ProductIcon > div {
    float: left;
    position: relative;
    position: relative;
    margin: 0;
    width: 50%
}

.ProductIcon > div > a {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

#divKargoBedava {
    margin-top: 20px;
    float: left;
    margin-bottom: -20px
}

#divKargoBedava .box1 {
    padding: 0;
    margin: 0;
    min-width: 0;
    background: 0 0;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    float: left;
    line-height: 30px
}

#divKargoBedava .box1 i {
    font-family: fontawesomepro;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px
}

.ProductIcon2 {
    float: left;
    width: 100%
}

.ProductIcon2 .clear {
    clear: none
}

.ProductIcon2 > div {
    float: left
}

.ProductIcon2 > div > a {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 0 10px;
    line-height: 31px;
    background: #ebebeb;
    color: #000
}

.ProductIcon2 > div > a:before {
    font-family: FontAwesomePro;
    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'
}

.ProductIcon2 > div.hidden-phone > a:before {
    content: '\f02f'
}

.ProductIcon2 > div > a:hover {
    color: #fff
}

.TopDet .product_social_icon_wrapper {
    float: left;
    width: 100%;
    display: block !important;
    font-size: 0;
    margin-top: 10px
}

.TopDet .product_social_icon_wrapper .PaylasTit {
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    margin-right: 10px
}

.TopDet .product_social_icon_wrapper ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0
}

.TopDet .product_social_icon_wrapper ul li {
    float: left;
    margin-right: 10px
}

.TopDet .product_social_icon_wrapper ul li:last-child {
    margin-right: 0
}

.TopDet .product_social_icon_wrapper ul li a {
    float: left;
    color: #fff;
    background: #000;
    font-size: 14px;
    border-radius: 100%;
    text-align: center;
    width: 30px
}

.TopDet .product_social_icon_wrapper ul li a i {
    line-height: 30px;
    display: inline-block;
    vertical-align: top
}

.TopDet .product_social_icon_wrapper ul li:nth-child(1) a {
    background: #3b5999
}

.TopDet .product_social_icon_wrapper ul li:nth-child(2) a {
    background: #55acee
}

.TopDet .product_social_icon_wrapper ul li:nth-child(3) a {
    background: #bd081c
}

.TopDet .product_social_icon_wrapper ul li:nth-child(4) a {
    background: #6dc33a
}

.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
}

#yorumYaz, .divYorumYaz {
    min-height: 220px
}

.urunOzellik {
    display: none
}

.urunOzellikTab {
    margin: 25px 0;
    display: block;
    float: left;
    width: 100%
}

.urunOzellikTab .urunTab {
    float: left;
    width: 100%
}

.urunOzellikTab .urunTab > ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.urunOzellikTab .urunTab > ul > li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f6f6f6
}

.urunOzellikTab .urunTab > ul > li > a {
    color: #000;
    font-size: 14px;
    line-height: 45px;
    float: left;
    width: 100%;
    padding: 0;
    font-weight: 500
}

.urunOzellikTab .urunTab > ul > li > a span {
    font-weight: 500
}

.urunOzellikTab .urunTab > ul > li > a:after {
    content: '\f078';
    font-family: FontAwesomePro;
    font-size: 13px;
    float: right
}

.urunOzellikTab .urunTab > ul > li.active > a:after {
    content: '\f077'
}

.urunOzellikTab .urunTab > ul > li.active .urunDetayPanel {
    display: block !important
}

.urunDetayPanel {
    float: left;
    width: 100%;
    clear: none !important;
    border: none;
    padding: 20px 0
}

.urunTabAlt {
    float: left;
    width: 100%
}

.urunTabAlt strong {
    font-weight: 700
}

.urunTabAlt #yorumYaz, .urunTabAlt .divYorumYaz {
    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: cera pro, sans-serif !important;
    padding: 0
}

.urunTabAlt * {
    font-family: cera pro, sans-serif !important
}

.urunTabAlt i {
    font-family: FontAwesome !important
}

.urunTabAlt img {
    max-width: 100% !important
}

.urunTabAlt iframe {
    max-width: 100% !important;
    display: none
}

.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: 5px;
    clear: both
}

.tabUrunOneriler ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.tabUrunOneriler ul li {
    float: left;
    width: 100%
}

.oneriValidate .validate {
    top: 0;
    padding: 5px
}

.urunTabAlt ul li 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
}

#mainHolder_divDesign .JKatAdi.categoryTitle, .JKatAdi {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin: 0 0 35px !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 {
    line-height: 35px;
    color: #000;
    font-size: 26px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    padding: 0 !important;
    position: relative;
    z-index: 1
}

#divInstashopResim .owl-carousel .owl-nav {
    display: block !important
}

#mainHolder_divDesign .owl-carousel .owl-nav, .owl-carousel .owl-nav {
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 40%;
    left: 10px
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext, #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .InstaGallerynext, .owl-carousel .owl-nav .InstaGalleryprev, .owl-carousel .owl-nav .ProductListnext, .owl-carousel .owl-nav .ProductListprev {
    color: #000;
    background: #fff;
    border-radius: 0;
    border: none;
    width: 30px;
    height: 30px;
    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
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .InstaGalleryprev, .owl-carousel .owl-nav .ProductListprev {
    left: 0
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext, .owl-carousel .owl-nav .InstaGallerynext, .owl-carousel .owl-nav .ProductListnext {
    right: 0
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before, #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before, .owl-carousel .owl-nav .InstaGallerynext:before, .owl-carousel .owl-nav .InstaGalleryprev:before, .owl-carousel .owl-nav .ProductListnext:before, .owl-carousel .owl-nav .ProductListprev:before {
    font-family: FontAwesomePro;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before, .owl-carousel .owl-nav .InstaGalleryprev:before, .owl-carousel .owl-nav .ProductListprev:before {
    content: '\f104'
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before, .owl-carousel .owl-nav .InstaGallerynext:before, .owl-carousel .owl-nav .ProductListnext:before {
    content: '\f105'
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:hover, #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:hover, .owl-carousel .owl-nav .InstaGallerynext:hover, .owl-carousel .owl-nav .InstaGalleryprev:hover, .owl-carousel .owl-nav .ProductListnext:hover, .owl-carousel .owl-nav .ProductListprev:hover {
    background: #000;
    color: #fff
}

#mainHolder_divDesign .owl-carousel .owl-dots, .owl-carousel .owl-dots {
    display: none
}

.sliderBannerContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 50px 0
}

.sliderBannerContainer .Block_Link {
    display: none
}

.sliderBannerContainer .ProductList {
    display: block !important;
    margin: 0 auto
}

.sliderBannerContainer .Jbutonlar {
    display: none
}

.sliderBannerContainer .jCarouselLite {
    float: left;
    width: 100%
}

.sliderBannerContainer .owl-carousel .owl-stage {
    padding-left: 45px !important
}

@media screen and(min-width: 1340px) {
    .sliderBannerContainer .owl-carousel .owl-stage {
        padding-left: 45px !important;
        padding-right: 19% !important
    }

    .detaySliderContainer .owl-carousel .owl-stage {
        padding-left: 45px !important;
        padding-right: 19% !important
    }
}

.detaySliderContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 50px 0
}

.detaySliderContainer .ProductList {
    display: block !important;
    margin: 0 auto
}

.detaySliderContainer .Jbutonlar {
    display: none
}

.detaySliderContainer .jCarouselLite {
    float: left;
    width: 100%
}

.detaySliderContainer .owl-carousel .owl-stage {
    padding-left: 45px !important
}

#pnlSlider {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

#pnlSlider ul {
    list-style: none;
    padding: 0;
    margin: 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: 20px;
    right: 0;
    left: 0;
    display: none
}

#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;
    background: #fff
}

#pnlSlider .flex-control-paging li a.flex-active {
    background: #000
}

#pnlSlider .flex-direction-nav {
    position: absolute;
    top: 45%;
    left: 20px;
    right: 20px;
    display: none
}

#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-next, #pnlSlider .flex-direction-nav .flex-prev {
    color: #fff;
    border: none;
    background: 0 0;
    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-next:before, #pnlSlider .flex-direction-nav .flex-prev:before {
    font-family: FontAwesomePro;
    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;
    background: #fff;
    text-align: center
}

#pnlSlider .HPSItems .flex-control-thumbs li {
    display: inline-block;
    vertical-align: top;
    float: none;
    max-width: 100%
}

#pnlSlider .HPSItems .flex-control-thumbs img {
    opacity: 1
}

.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%
}

.markaSlider {
    float: left;
    width: 100%
}

.markaSlider .jCarouselLite {
    display: block;
    margin: 0 auto
}

.markaSlider .owl-carousel {
    float: left;
    width: 100%
}

.markaSlider:before {
    content: '';
    display: table;
    clear: both
}

.markaSlider ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.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)
}

.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: cera pro, sans-serif !important
}

#mainHolder_UrunDetay_imgCookie {
    display: none !important
}

.product_social_icon_wrapper {
    display: none
}

.HesabimContainer .urunDetayPanel {
    max-height: 100%
}

.orders {
    width: 100%
}

.TumKategoriler {
    display: none
}

.mobilMenuAcButton, .mycartClick, .searchClick, .welcomeOpen {
    display: none
}

.userLoginBtn, .userSignBtn {
    border: none !important
}

.magazaTeslimatBilgisiContent {
    display: none
}

#store_region_container {
    display: none
}

#duslerwebCopyright {
    float: left;
    width: 100%
}

section {
    float: left;
    width: 100%
}

.sepetimBody .Basketstep ul li.pasif {
    opacity: 1
}

.sepetimBody ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#divOnyazi::-webkit-scrollbar, .CartProduct .SProduct::-webkit-scrollbar, .ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar, .SepetBlockInfo::-webkit-scrollbar, .SmallImages::-webkit-scrollbar, .UrunGuruplari .Block_Text::-webkit-scrollbar, .leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar, .mobilMenu .menuIcerikAlan::-webkit-scrollbar, .mobilMenu .navUl > li > ul li ul::-webkit-scrollbar, .mobilMenu .navUl > li > ul::-webkit-scrollbar, .searchContent ul::-webkit-scrollbar, .urunTabAlt::-webkit-scrollbar, .yanResimliMenu .KatMenu1::-webkit-scrollbar, body .kombinContent ul::-webkit-scrollbar {
    width: 5px
}

#divOnyazi::-webkit-scrollbar-track, .CartProduct .SProduct::-webkit-scrollbar-track, .ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar-track, .SepetBlockInfo::-webkit-scrollbar-track, .SmallImages::-webkit-scrollbar-track, .UrunGuruplari .Block_Text::-webkit-scrollbar-track, .leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar-track, .mobilMenu .menuIcerikAlan::-webkit-scrollbar-track, .mobilMenu .navUl > li > ul li ul::-webkit-scrollbar-track, .mobilMenu .navUl > li > ul::-webkit-scrollbar-track, .searchContent ul::-webkit-scrollbar-track, .urunTabAlt::-webkit-scrollbar-track, .yanResimliMenu .KatMenu1::-webkit-scrollbar-track, body .kombinContent ul::-webkit-scrollbar-track {
    background: #efefef
}

#divOnyazi::-webkit-scrollbar-thumb, .CartProduct .SProduct::-webkit-scrollbar-thumb, .ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar-thumb, .SepetBlockInfo::-webkit-scrollbar-thumb, .SmallImages::-webkit-scrollbar-thumb, .UrunGuruplari .Block_Text::-webkit-scrollbar-thumb, .leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar-thumb, .mobilMenu .menuIcerikAlan::-webkit-scrollbar-thumb, .mobilMenu .navUl > li > ul li ul::-webkit-scrollbar-thumb, .mobilMenu .navUl > li > ul::-webkit-scrollbar-thumb, .searchContent ul::-webkit-scrollbar-thumb, .urunTabAlt::-webkit-scrollbar-thumb, .yanResimliMenu .KatMenu1::-webkit-scrollbar-thumb, body .kombinContent ul::-webkit-scrollbar-thumb {
    background: #000
}

#AdresContent .button, .BasketPage .OdemeMenu ul li.activeMenu > a, .SepetUst, .baglanButton, .menuUstBolum, .pageNumberContent a:hover, .sepetimBody .Basketstep ul li.aktif, .siparisOzetTakip, .tooltip-inner, .welcome.active, body .button, body.sepetimBody .basketCompletebtn {
    background: #000
}

.OdemeMenu ul li.activeMenu, .iletisimContent .iletisimRight .iletisimbanka .span > .line1:nth-child(n+2), .pageNumberContent a:hover, body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir {
    border-color: #000
}

.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
}

.baglanButton {
    border-color: transparent
}

.Basketstep ul li:before {
    border: 1px solid #000
}

.sepetimBody .Basketstep ul li.aktif:after {
    border-top-color: #000
}

.BasketPage .AdresItemAlt.AdresItemSelected .AdresItemAltLeft label span.check, .BasketPage .Basketstep ul li.pasif i, .BasketPage .cargoInformation div.cargoName span, .BasketPage .faturaAdresBtn.active, .BasketPage .sepetItemB4, .Basketstep ul li.gecti span, .Basketstep ul li.onestepsec span, .Basketstep ul li.pasif i, .TeslimatAdresTittle, .adresAyniBtn.active, .iletisimContent .categoryTitle .categoryTitleText, .sepetTitle .st_1, .sepetTitle .st_1:before, a.YeniAdresEkle, body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span, body #divToplamOdeme, body .BasketRigth ul li.genelToplam .tut, body .sepetTitle2 .st_1, body .sepetTitle2 .st_1:before, body .siparisUrunUyariSecenek .siparisUrunDurumBaslik {
    color: #000
}

#AdresContent .button:hover, .BasketPage #hed div.hediCekForm a:hover, .BasketPage .OdemeMenu ul li:hover > a, .BasketPage .alisverisedevamet:hover, .BasketPage a.YeniAdresEkle:hover, .KasaOnuFirsatlarContent ul li a.button:hover, .ProductIcon2 > div > a:hover, .basketCompletebtn:hover, .button:hover, .userLoginBtn:hover, .userSignBtn:hover {
    background: #000
}

.BasketPage .AdresItemAlt a:hover, .BasketPage .faturaAdresBtn:hover, .BasketPage .sepet-sil:hover:before, .BasketPage .sepetTitle2 a:hover, .BasketPage .sepetiTemizle:hover, .CartProduct .SProduct li a:nth-child(2):hover *, .adresAyniBtn:hover, .baglanButton:hover, .headerSocialConnect .baglanButton a:hover {
    color: #000
}

.BasketPage .OdemeMenu ul li:hover > a, .BasketPage .alisverisedevamet:hover, .BasketPage a.YeniAdresEkle:hover, .CartProduct .headerCartBtn:hover, .OdemeMenu ul li:hover, body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a:hover {
    border-color: #000
}

.siparisOzetTakip {
    color: #fff
}

.BasketDetail table tbody tr td a {
    display: inherit
}

.BasketDetail table tbody tr td:last-child a {
    display: block
}

.sepetimBody #header:after {
    display: none
}

body .alisverisedevamet {
    background: #fff
}

.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
}

body {
    background: #fff
}

.bottomHead {
    display: none
}

#divSliderYani {
    display: none
}

.Blok {
    float: left;
    width: 100%;
    margin: 50px 0
}

.Blok a {
    float: left;
    width: 100%
}

.Blok a img {
    display: block;
    max-width: 100%;
    transition: all 1s ease-in-out
}

.ScRow {
    margin: 0 -10px
}

.Scol1, .Scol2, .Scol3, .Scol4, .Scol5 {
    float: left
}

.Scol1 {
    width: 100%;
    padding: 0
}

.Scol2 {
    width: 50%;
    padding: 0 10px
}

.Scol3 {
    width: 33.33%;
    padding: 0 10px
}

.Scol4 {
    width: 25%;
    padding: 0 10px
}

.Scol5 {
    width: 20%;
    padding: 0 10px
}

.logoArea {
    float: revert;
    width: 100%;
    margin: auto;
    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
}

.logoArea .leftDiv {
    flex: 0 0 20%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start
}

.logoArea .centerDiv {
    flex: 0 0 58%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center
}

.logoArea .rightDiv {
    flex: 0 0 20%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

.htop {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    background: #231f20
}

.GuvenList {
    float: left;
    width: 100%;
    margin-bottom: 40px
}

.GuvenList ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 55px 0 45px;
    margin: 0;
    background: #faf4ea
}

.GuvenList ul li {
    float: left;
    width: 25%;
    text-align: center
}

.GuvenList ul li .gimg {
    float: left;
    width: 100%;
    color: #000;
    font-size: 30px;
    margin-bottom: 5px
}

.GuvenList ul li .gimg i {
    display: inline-block;
    vertical-align: top
}

.GuvenList ul li .gtex {
    float: left;
    width: 100%;
    color: #000;
    font-size: 17px;
    line-height: 25px
}

.LinkList {
    float: left;
    width: 100%;
    margin: 50px 0;
    text-align: center
}

.LinkList ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top
}

.LinkList ul li {
    float: left;
    margin-right: 10px
}

.LinkList ul li:last-child {
    margin-right: 0
}

.LinkList ul li a {
    float: left;
    color: #fff;
    line-height: 30px;
    font-size: 17px;
    padding: 10px 20px;
    background: #000;
    border: 1px solid transparent
}

.LinkList ul li a:hover {
    border-color: #000;
    background: #fff;
    color: #000
}

.OzelNoSlider {
    float: left;
    width: 100%;
    margin: 20px 0 50px
}

.OzelNoSlider .ozelUrunDiv {
    float: left;
    width: 100%;
    overflow: hidden
}

.OzelNoSlider .ozelUrunDiv ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0;
    margin: 0 -20px
}

.OzelNoSlider .ozelUrunDiv ul li {
    float: left;
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 70px
}

.ksfBtn {
    float: left;
    width: 100%;
    text-align: center
}

.ksfBtn a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    padding: 10px 20px;
    background: #000;
    border: 1px solid transparent
}

.ksfBtn a:hover {
    border-color: #000;
    background: #fff;
    color: #000
}

.seoTex {
    float: left;
    width: 100%;
    margin: 50px 0
}

.seoTex .seoContainer {
    max-width: 720px;
    margin: 0 auto;
    display: block
}

.seoTex .seoContainer .seoTextCont {
    float: left;
    width: 100%;
    padding: 0 35px;
    max-height: 200px;
    overflow: hidden;
    position: relative
}

.seoTex .seoContainer .seoTextCont:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    background: linear-gradient(0deg, #fff 5%, rgba(255, 255, 255, 0) 100%)
}

.seoTex .seoContainer .seoBaslik {
    float: left;
    width: 100%;
    color: #000;
    font-size: 20px;
    font-weight: 500
}

.seoTex .seoContainer .seoIcerik {
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 25px
}

.seoTex .clsBtn {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    display: none
}

.seoTex .clsBtn span {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    line-height: 25px;
    text-decoration: underline
}

.seoTex.active .clsBtn {
    display: block
}

.seoTex.active .seoContainer .seoTextCont {
    max-height: 100%
}

.seoTex.active .seoContainer .seoTextCont:after {
    display: none
}

.Blok ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.Blok .listUl {
    float: left;
    width: 100%;
    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
}

.Blok .listUl > li {
    float: left;
    width: 50%
}

.Blok .listUl > li .BannerList {
    float: left;
    width: 100%;
    height: 100%;
    background: #e8e8e8;
    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
}

.Blok .listUl > li .BannerList ul {
    margin: 0 -10px
}

.Blok .listUl > li .BannerList ul li {
    float: left;
    width: 50%
}

.Blok .listUl > li .BannerList ul li:last-child {
    margin-bottom: 0
}

.Blok .listUl > li .BannerList ul li:nth-last-of-type(2) {
    margin-bottom: 0
}

.Blok .listUl > li .BannerList ul li a {
    float: left;
    width: 100%
}

.KategoriAdi {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 26px;
    margin-top: 70px
}

.mobilaf {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .45);
    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 {
}

@media screen and (min-width: 1042px) {
    #header.fixed {
        position: fixed;
        top: -100%;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        z-index: 1000;
        width: 100%;
        border: none;
        transition: top .3s ease-in-out
    }


    #header.fixed.gectop {
        top: 0
    }

    body.margin {
        padding-top: 90px
    }
}

@media screen and (min-width: 1042px) {
    .sortingContent {
        display: block !important
    }

    .col-5li {
        width: 20%
    }

    .mobilMenu {
        display: none
    }
}

.headerContent, .hesabimContent, .navigation > div, .sepetimBody #footer .duslerContainer, .sepetimBody .headerContent, .duslerContainer, .userLoginContent, body ul.breadcrumb {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: block
}

.sliderBannerContainer .ProductList {
    max-width: 100%
}

.detaySliderContainer .ProductList {
    max-width: 100%
}

.homeContainer .ProductListContent .ProductList {
    max-width: 100%
}

.markaSlider .jCarouselLite {
    max-width: 100%
}

.headerContent {
    max-width: 100%;
    border-bottom: 1px solid
}

#footer .duslerContainer {
    max-width: 960px
}

.duslerContainer.homeContainer {

}

.duslerContainer.categoryContainer {
    max-width: 100%;
    padding: 0 5px
}

.duslerContainer.productDetailContainer {
    max-width: 100%
}

body ul.breadcrumb {
    clear: none
}

.sepetimBody .footerSslLogo {
    display: none !important
}

.sepetimBody .headerContent {
    box-shadow: none
}

.centerCount.Middle {
    width: 100%;
    padding: 0
}

.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: 20px
}

.rightBlock {
    float: right;
    width: 25%;
    padding-left: 20px
}

.centerCount {
    float: left;
    width: calc(100% - 300px);
    padding: 0
}

.leftBlock.LeftMiddle {
    width: 300px;
    margin-bottom: 30px
}

.centerCount.LeftMiddle {
    width: calc(100% - 300px)
}

.rightBlock.MiddleRight {
    width: 300px
}

.centerCount.MiddleRight {
    width: calc(100% - 300px)
}

.duslerContainer:after, .duslerContainer:before {
    content: "";
    display: table
}

.duslerContainer:after {
    clear: both
}

.duslerContainer {
    clear: both;
    zoom: 1;
    padding: 20px;
}

@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%
    }
}

@media screen and (min-width: 1160px) and (max-width: 1340px) {
    .headerContent, .hesabimContent, .navigation > div, .sepetimBody #footer .duslerContainer, .sepetimBody .headerContent, .duslerContainer, .userLoginContent, body ul.breadcrumb {
        max-width: 1100px
    }

    .headerContent {
        max-width: 100%
    }

    .duslerContainer.homeContainer {
        max-width: 100%
    }

    .duslerContainer.categoryContainer {
        max-width: 100%
    }

    .duslerContainer.productDetailContainer {
        max-width: 100%
    }

    .navigation .altMenu .altMenuler {
        max-width: 1100px
    }

    .mycart {
        margin-left: 10px
    }

    .welcome {
        margin-left: 10px
    }

    #lang_flag_container {
        margin-right: 10px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1159px) {
    .headerContent, .hesabimContent, .navigation > div, .sepetimBody #footer .duslerContainer, .sepetimBody .headerContent, .duslerContainer, .userLoginContent, body ul.breadcrumb {
        max-width: 960px
    }

    .headerContent {
        max-width: 100%
    }

    .duslerContainer.homeContainer {
        max-width: 100%
    }

    .duslerContainer.categoryContainer {
        max-width: 100%
    }

    .duslerContainer.productDetailContainer {
        max-width: 100%
    }

    .navigation .altMenu .altMenuler {
        max-width: 960px
    }

    .mycart {
        margin-left: 10px
    }

    .welcome {
        margin-left: 10px
    }

    #lang_flag_container {
        margin-right: 10px
    }

    .navigation .navUl > li > a {
        padding: 15px
    }

    .logoArea .rightDiv {
        flex: 0 0 25%
    }

    .logoArea .centerDiv {
        flex: 0 0 55%
    }

    .RightDetail {
        width: 380px;
        padding: 0 25px
    }

    .leftImage {
        width: calc(100% - 380px)
    }
}

@media (min-width: 768px) and (max-width: 1041px) {
    .mobilMenuAcButton {
        float: left;
        margin-top: 0;
        margin-right: 50px;
        color: #000;
        font-size: 30px
    }

    .mobilMenuAcButton span {
        display: block;
        font-size: 11px
    }

    .logoArea .centerDiv {
        flex: 0
    }

    .logoArea .rightDiv {
        flex: 0 0 50%
    }

    .logoArea .leftDiv {
        flex: 0 0 50%
    }

    .logoArea {
        width: calc(100% - 90px);
        float: right
    }

    .RightDetail {
        width: 380px;
        padding: 0 25px
    }

    .leftImage {
        width: calc(100% - 380px)
    }

    .categoryContainer .ProductList.PlSc_3 .ItemOrj:nth-child(7n) {
        max-width: 720px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .headerContent, .hesabimContent, .navigation > div, .sepetimBody #footer .duslerContainer, .sepetimBody .headerContent, .duslerContainer, .userLoginContent, body ul.breadcrumb {
        max-width: 720px
    }

    .headerContent {
        max-width: 100%;
        border-bottom: 1px solid
    }

    .duslerContainer.homeContainer {
        max-width: 100%
    }

    .duslerContainer.categoryContainer {
        max-width: 100%
    }

    .duslerContainer.productDetailContainer {
        max-width: 100%
    }

    .Blok .listUl > li .BannerList {
        padding: 60px
    }

    #footer .duslerContainer {
        max-width: 720px
    }

    .LinkList ul li a {
        font-size: 13px;
        line-height: 20px
    }

    .KategoriAdi {
        margin-top: 40px
    }

    .categoryContainer .ProductList.PlSc_3 .ItemOrj:nth-child(7n) {
        max-width: 720px
    }
}

@media screen and (max-width: 1041px) {
    .navigation {
        display: none
    }

    #divSayfalamaUst .filterBlock {
        display: block !important
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
        border: none;
        width: 100%
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        display: block
    }

    .mobilMenuAcButton {
        display: block
    }

    body #divSayfalamaUst {
        padding: 0;
        margin: 0;
        width: 100%;
        border: none;
        background: 0 0
    }

    .urunListRel {
        width: 100%
    }

    .filterBlock .category-vertical-filters.top-filters {
        display: none;
    }

    .mobilFilterOpenBtn {
        margin: 0 !important;
        width: 100% !important;
        display: none !important
    }

    body .filterBlock .category-vertical-filters.top-filters .list-group.dropdown {
        overflow-y: auto
    }

    .filterBlock {
        width: 360px;
        box-shadow: none
    }

    .centerCount {
        width: 100% !important
    }

    .leftBlock {
        display: none !important
    }

    .rightBlock {
        display: none !important
    }

    .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
    }

    .menuUstBolum {
        width: 100%;
        display: inline-block;
        float: left;
        margin-top: 0;
        border-bottom: 1px solid #e8e8e8
    }

    .menuUstBolum .CloseBtnMenu {
        float: right;
        line-height: 50px;
        color: #fff;
        font-size: 30px;
        width: 50px;
        text-align: center;
        margin: 0;
        cursor: pointer
    }

    .menuUstBolum .CloseBtnMenu i {
        font-weight: 300
    }

    .menuUstBolum .menuBack {
        float: left;
        line-height: 50px;
        color: #fff;
        font-size: 15px;
        text-align: center;
        margin: 0;
        cursor: pointer;
        padding-left: 20px
    }

    .menuUstBolum .menuBack i {
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        line-height: 50px;
        margin-right: 10px
    }

    .mobilMenu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 360px;
        z-index: 99999;
        background: #fff;
        transform: translateX(-360px);
        -webkit-transform: translateX(-360px);
        transition: transform .3s ease-in-out
    }

    .mobilMenu ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .mobilMenu.acik {
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    .mobilMenu .menuIcerikAlan {
        float: left;
        width: 100%;
        height: calc(100% - 51px);
        position: absolute;
        top: 51px;
        right: 0;
        left: 0
    }

    .mobilMenu .navUl {
        float: left;
        width: 100%;
        height: 100%
    }

    .mobilMenu .navUl > li, .mobilMenu .navUl > li > ul li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        padding: 0 0 0 5px
    }

    .mobilMenu .navUl > li > a, .mobilMenu .navUl > li > ul li a {
        color: #000;
        font-size: 17px;
        font-weight: 400;
        line-height: 60px;
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
        z-index: 2;
        position: relative;
        width: 100%
    }

    .mobilMenu .navUl .ulVar > a {
        width: auto
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliDown2, .mobilMenu .navUl > li .ResimliDown, .mobilMenu .navUl > li .ResimsizDown, .mobilMenu .navUl > li > ul li .ResimsizDown2 {
        float: right;
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        z-index: 1;
        padding-right: 20px;
        cursor: pointer
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliDown2 i, .mobilMenu .navUl > li .ResimliDown i, .mobilMenu .navUl > li .ResimsizDown i, .mobilMenu .navUl > li > ul li .ResimsizDown2 i {
        line-height: 60px;
        font-size: 20px;
        float: right
    }

    .mobilMenu .altMenu .altMenuMarkalar, .mobilMenu .altMenu .altMenuler {
        float: left;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        top: 0;
        right: 0;
        left: 0
    }

    .mobilMenu .altMenu .altMenuSag {
        display: none
    }

    .mobilMenu .altMenu .altmenuSol {
        float: left;
        width: 100%;
        height: 100%
    }

    .mobilMenu .navUl > li ul.over {
        overflow-y: hidden
    }

    .mobilMenu .altMenu, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl, .mobilMenu .navUl > li > ul, .mobilMenu .navUl > li > ul li ul {
        position: fixed;
        left: -100%;
        top: 51px;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 3;
        transition: all .3s ease-in-out
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl.active, .mobilMenu .altMenu.active, .mobilMenu .navUl > li > ul li ul.active, .mobilMenu .navUl > li > ul.active {
        left: 0
    }

    .mobilMenu .altMenu .altMenuMarkalar > span, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > 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: 18px;
        font-weight: 600;
        line-height: 55px;
        padding-left: 55px;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        float: left;
        width: 100%
    }

    .mobilMenu .altMenu .altMenuMarkalar > span a, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span a, .mobilMenu .altMenu .altmenuSol > span a, .mobilMenu .navUl > li > ul > span span {
        z-index: 0;
        position: relative
    }

    .mobilMenu .altMenu .altMenuMarkalar > span .UpBtn, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span .DownBtn, .mobilMenu .altMenu .altmenuSol > span .UpBtn, .mobilMenu .navUl > li > ul li ul > span .NoiBack2, .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 .altMenuMarkalar > span .UpBtn i, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span .DownBtn i, .mobilMenu .altMenu .altmenuSol > span .UpBtn i, .mobilMenu .navUl > li > ul li ul > span .NoiBack2 i, .mobilMenu .navUl > li > ul > span .NoiBack i {
        font-weight: 400
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li, .mobilMenu .navUl > li > ul li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        position: relative
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li > a, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li > a, .mobilMenu .navUl > li > ul li a {
        color: #282f36;
        font-size: 17px;
        font-weight: 500;
        line-height: 60px;
        display: inline-block;
        vertical-align: top;
        padding: 0 13px;
        z-index: 2;
        position: relative
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl, .mobilMenu .menuIcerikAlan, .mobilMenu .navUl > li > ul, .mobilMenu .navUl > li > ul li ul {
        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
    }
}

@media screen and (max-width: 1024px) {
    body .filterBlock .category-vertical-filters.top-filters .panel {
        margin: 0;
        margin-bottom: 15px
    }

    body .filterBlock .category-vertical-filters.top-filters .panel .panel-heading a {
    }

    .Block_item.filterBlock.active .category-vertical-filters.top-filters {
        display: none;
    }

    .filterBlock .category-vertical-filters.top-filters {
        padding-bottom: 50px !important
    }
}

@media screen and (max-width: 767px) {
    #divSayfalamaUst .filterBlock {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 15px !important
    }

    .filterBlock .category-vertical-filters.top-filters {
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        display: none !important
    }

    body.overflow {
        overflow: hidden;
        min-height: 100%;
        position: fixed;
        left: 0;
        right: 0;
        top: 0
    }

    #divIcerik.homepage {
        margin: 0 auto
    }

    body {
        padding-top: 96px
    }

    body.sepetimBody {
        padding-top: 0
    }

    #lang_flag_container {
        display: none
    }

    .userContainer .userLeftBox, .userContainer .userRightBox {
        padding: 0
    }

    .userContainer .userRightBox {
        /*margin-top: 20px*/
    }

    .SifremiUnuttumContent .userWrapper.SifremiUnuttum {
        width: 100%;
        padding: 0 10px
    }

    .headerContent {
        margin: 0 auto
    }

    #divIcerik {
        padding: 0 10px;
        margin: 0 auto
    }

    .proCategoryTitle.categoryTitleText {
        padding: 0 10px
    }

    #footer .duslerContainer {
        padding: 0 10px
    }

    #divDuslerwebCopyrightContent {
        text-align: center;
        float: left;
        width: 100%
    }

    #divDuslerwebCopyrightContent a {
        display: inline-block
    }

    #logo {
        float: none;
        position: static;
        display: block;
        border: none;
        width: auto;
        padding: 0;
        background: 0 0;
        margin: 0
    }

    #logo:after {
        display: none
    }

    #logo .logo {
        margin: 0 auto;
        width: 118px;
        float: none;
        padding: 12px 0;
        text-align: center;
        display: block;
        background: 0 0
    }

    #logo .logo img {
        max-width: 100%;
        display: inline-block
    }

    .mycart {
        top: 25px;
        right: 5px;
        width: 15px;
        height: 15px;
        z-index: 2
    }

    .mycart .sepetUrunSayisi {
        background: #000;
        color: #fff;
        width: 15px;
        height: 15px;
        line-height: 15px
    }

    .mobilMenuAcButton {
        display: block;
        position: absolute;
        top: 0;
        left: 10px;
        font-size: 22px;
        color: #000
    }

    .btn {
        cursor: pointer;
        border: 0;
        background-color: #00c753;
        border-radius: 3px;
        display: inline-block;
        text-decoration: none;
        line-height: 34px;
        padding: 0 20px;
        margin-left: 20px;
        font-size: 14px;
        color: #fff;
    }

    .searchClick {
        display: block;
        position: absolute;
        top: 0;
        left: 50px;
        font-size: 22px;
        color: #000
    }

    .welcomeOpen {
        display: block;
        position: absolute;
        top: 0px;
        right: 43px;
        font-size: 22px;
        color: #000;
    }

    .mycartClick {
        display: block;
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 22px;
        color: #000
    }

    .mobilMenuAcButton span {
        font-size: 9px;
        display: block;
        line-height: 9px;
        display: none
    }

    .mobilMenuAcButton i {
        display: inline-block;
        vertical-align: top;
        line-height: 49px
    }

    .searchClick i {
        display: inline-block;
        vertical-align: top;
        line-height: 49px
    }

    .welcomeOpen i {
        display: inline-block;
        vertical-align: top;
        line-height: 49px
    }

    .mycartClick i {
        display: inline-block;
        vertical-align: top;
        line-height: 49px
    }

    .mobilMenu {
        width: 100%;
        bottom: 50px;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%)
    }

    .menuUstBolum {
        margin-top: 0
    }

    .SepetUst {
        float: left;
        width: 100%;
        text-align: center;
        color: #fff;
        line-height: 50px;
        font-size: 16px;
        margin-bottom: 10px
    }

    .SepetUst span {
        display: inline-block;
        vertical-align: top
    }

    .SepetUst .seClose {
        float: left;
        width: 40px;
        font-size: 22px;
        position: absolute;
        left: 0
    }

    .SepetUst .seClose i {
        display: inline-block;
        vertical-align: top;
        line-height: 50px
    }

    .CartProduct {
        background: #fafafa;
        background-size: 100%;
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        height: calc(100% - 50px);
        padding: 0 0 5px;
        display: block !important;
        border: none;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        opacity: 1;
        visibility: visible;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        box-shadow: none
    }

    .CartProduct .SPrice {
        text-align: center;
        padding: 20px 10px 10px
    }

    .CartProduct:before {
        display: none
    }

    .CartProduct:after {
        display: none
    }

    .CartProduct.animated {
        right: 0
    }

    .CartProduct .SProduct {
        float: left;
        width: 100%;
        max-height: calc(100% - 180px);
        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;
        float: left
    }

    .CartProduct .SProduct li a .sepetTopSatisBirimi {
        display: inline-block;
        vertical-align: top;
        margin-top: 28px;
        margin-right: 0;
        float: left
    }

    .CartProduct .SProduct li a .sepetTopFiyat {
        float: right;
        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;
        width: auto;
        margin: 0
    }

    .CartProduct .button {
        padding: 0;
        line-height: 30px;
        font-size: 12px !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
    }

    .mycart {
        background: 0 0 !important;
        padding: 0;
        margin: 0;
        border: none;
        position: absolute;
        left: auto;
        bottom: auto;
        z-index: auto
    }

    .mycart:before {
        display: none
    }

    .mycart:after {
        display: none
    }

    .mycart .sepetTopTutar {
        display: none !important
    }

    .mycart .sepetUrun {
        display: none !important
    }

    .mycart .sepetTecxt {
        display: none !important
    }

    .mycart .sepetUrunSayisi {
        display: block !important;
        border-radius: 100%;
        text-align: center;
        font-size: 12px;
        border: none;
        position: static;
        margin: 0
    }

    .mycart .sepetUrunSayisi:before {
        display: none
    }

    .mycart .sepetUrunSayisi:after {
        display: none
    }

    .mycart > a {
        display: block;
        width: auto;
        height: auto;
        padding: 0;
        border: none;
        margin: 0;
        background: 0 0
    }

    .mycart > a:before {
        display: none
    }

    .mycart > a:after {
        display: 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%
    }

    .resimliYanMenu {
        display: none
    }

    .navigation {
        display: none
    }

    #header {
        border: none;
        margin-bottom: 0 !important;
        padding-top: 0;
        box-shadow: none;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0
    }

    #header:before {
        display: none
    }

    #header.homeHeader {
        border: none
    }

    .headerContent {
        text-align: left
    }

    .homeHeader .searchContent {
        display: block
    }

    .searchContent {
        display: block;
        width: 100%;
        margin: 0;
        height: 0;
        background: #fff;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0;
        border: none;
        transition: all .1s ease;
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        -o-transition: all .1s ease
    }

    .searchContent.active {
        height: 40px;
        padding: 0;
        overflow: visible;
        width: 100%;
        left: 0;
        right: 0
    }

    .search {
        margin: 0;
        max-width: 100%;
        width: 100%;
        position: relative;
        padding: 0;
        display: block
    }

    .search:after {
        display: none
    }

    .search:before {
        display: none
    }

    .search .crossclick {
        display: none
    }

    #divAramaKategori {
        top: 0;
        left: 0
    }

    #divAramaKategori select {
        width: 70px;
        padding-left: 5px;
        font-size: 10px;
        height: 40px
    }

    #txtbxArama {
        height: 40px;
        padding-right: 30px;
        padding-left: 10px;
        width: 100%;
        box-shadow: none;
        font-size: 12px;
        border-radius: 0;
        margin: 0;
        border: 1px solid #f1f1f1
    }

    .searchContent.active #txtbxArama {
        padding: 0 35px 0 10px
    }

    #btnKelimeAra {
        width: 40px;
        height: 40px;
        right: 0;
        top: 0;
        line-height: 40px;
        text-indent: 0;
        padding: 0;
        left: auto;
        background-position: center center;
        background-image: none;
        border: none;
        border-radius: 0;
        font-size: 15px;
        text-align: center;
        background: 0 0
    }

    .ButtonMic {
        right: 40px;
        height: 40px
    }

    .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;
        transition: all .1s ease;
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        -o-transition: all .1s ease
    }

    .welcome.active {
        height: 40px
    }

    .welcome > div {
        width: 100%;
        position: static;
        padding: 0;
        box-shadow: none;
        display: block;
        background: 0 0;
        margin: 0
    }

    .welcome > ul {
        margin: 0
    }

    .welcome > div:before {
        display: none
    }

    .welcome:before {
        display: none
    }

    .mobilMenu .welcome {
        display: block
    }

    .welcome ul {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0
    }

    .welcome li {
        float: none;
        display: inline-block !important;
        width: auto;
        vertical-align: top
    }

    .headerSocialConnect {
        margin-left: 0
    }

    .headerSocialConnect .baglanButton {
        margin-left: 10px
    }

    .headerSocialConnect .baglanButton a {
        line-height: 40px;
        font-size: 13px;
        color: #fff;
        padding: 0
    }

    .headerSocialConnect .baglanButton a:before {
        line-height: 40px
    }

    .headerCikis, .headerHesabim, .headerUyeGiris a, .headerUyeOl a {
        float: none;
        display: inline-block !important;
        font-size: 13px;
        line-height: 40px;
        color: #fff;
        border: none;
        padding: 0;
        width: auto;
        height: auto;
        margin: 0;
        font-weight: 500
    }

    .headerHesabim, .headerUyeGiris a {
        background: 0 0;
        margin-right: 10px
    }

    .headerCikis:after, .headerCikis:before, .headerHesabim:after, .headerHesabim:before, .headerUyeGiris a:after, .headerUyeGiris a:before, .headerUyeOl a:after, .headerUyeOl a:before {
        display: none
    }

    .ProductIcon {
        position: static;
        width: 100%;
        margin: 5px 0 0;
        float: left;
        padding: 5px 0;
        border: none
    }

    .ProductIcon .box1 {
        font-size: 12px;
        width: 100% !important;
        line-height: 35px !important;
        text-align: left;
        border: none;
        border-radius: 0
    }

    .ProductIcon .box1 i {
        float: left;
        line-height: 35px;
        width: 35px;
        height: 35px;
        margin-right: 5px;
        margin-bottom: 0
    }

    .ProductIcon > div {
        float: left;
        width: 100%;
        margin: 5px 0 0;
        max-width: 100% !important
    }

    .ProductIcon > div > a {
        float: left;
        width: 100%;
        margin-bottom: 0;
        transition: all .2s ease
    }

    .ProductIcon .box1:before {
        display: none !important
    }

    .ProductIcon a:hover {
        padding-left: 25px
    }

    .ProductIcon2 > div {
        width: 33.33%;
        padding: 0 2.5px
    }

    .ProductIcon2 > div > a {
        margin-right: 0;
        padding: 0 5px;
        width: 100%;
        font-size: 11px
    }

    .ProductIcon2 > div.YorumYazbtnContent > a {
        margin-right: 0
    }

    .ProductIcon2 > div > a:before {
        margin-right: 4px;
        font-size: 12px
    }

    .ProductIcon2 > div#divSocialButtons {
        width: 100%;
        margin: 10px 0 !important
    }

    .ProductIcon2 > div#divSocialButtons > iframe {
        float: left;
        margin: 0 5px 0 0
    }

    .ProductIcon2 > div#divSocialButtons > div {
        float: left;
        margin: 0 5px
    }

    .TopDet .product_social_icon_wrapper {
        text-align: center;
        margin: 20px 0 0
    }

    .TopDet .product_social_icon_wrapper .PaylasTit {
        display: none
    }

    .bottomHead {
        float: left;
        width: 100%;
        position: sticky;
        bottom: -3px;
        left: 0;
        right: 0;
        z-index: 1002;
        background: #fff;
        border-top: 1px solid #cecece;
        display: block
    }

    .bottomHead ul {
        margin: 0;
        list-style: none;
        padding: 0
    }

    .bottomHead ul li {
        float: left;
        width: 25%
    }

    .bottomHead ul li a {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding: 5px 0;
        color: #000;
        position: relative;
        height: 49px
    }

    .bottomHead ul li a i {
        display: block;
        margin: 0 auto 3px;
        font-size: 18px
    }

    #footer .linkler {
        padding: 0
    }

    #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 #d6d6d6
    }

    #footer .linkler .blink > ul > li > span {
        float: left;
        width: 100%;
        margin: 0;
        line-height: 60px;
        border-bottom: 1px solid #d6d6d6
    }

    #footer .linkler .blink > ul > li > span .ackapabtn {
        float: right;
        font-size: 15px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: right
    }

    #footer .linkler .blink > ul > li {
        float: left;
        width: 100%
    }

    #footer .linkler .blink > ul > li > ul > li {
        float: left;
        width: 100%
    }

    #footer .linkler .blink > ul > li > ul > li > a {
        margin-bottom: 0;
        line-height: 40px
    }

    .ebultenDiv {
        width: 100%;
        padding: 0;
        margin: 0
    }

    .ebultenGelecek {
        margin-top: 10px
    }

    #divDuslerwebCopyrightContent {
        float: left;
        width: 100%;
        margin-bottom: 40px
    }

    #divDuslerwebCopyrightContent img {
        display: inline-block;
        vertical-align: top
    }

    #duslerwebCopyright {
        margin-top: 5px !important;
        font-size: 11px
    }

    #back-to-top {
        bottom: 11%;
        right: 2%
    }

    #back-to-top a {
        width: 30px;
        height: 30px
    }

    #back-to-top a:after {
        line-height: 30px
    }

    #footer .socialdiv {
        margin: 0;
        text-align: center;
        margin: 10px 0
    }

    #footer .socialdiv ul {
        display: inline-block;
        vertical-align: top
    }

    #footer .store {
        margin: 0;
        text-align: center;
        margin: 10px 0
    }

    #footer .store ul {
        display: inline-block;
        vertical-align: top
    }

    .categoryContainer .categoryTitleText {
        padding: 0;
        margin: 0
    }

    .ProductBody .categoryTitle {
        padding: 0;
        margin: 0
    }

    body .category-vertical-filters.top-filters {
        width: 85%;
        height: calc(100% - 50px);
        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: FontAwesomePro;
        font-weight: 300;
        line-height: 40px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: top
    }

    body ul.breadcrumb * {
        line-height: 40px !important;
        font-size: 12px !important;
        max-width: 25px;
        text-decoration: none
    }

    body ul.breadcrumb li:after {
        line-height: 40px;
        font-size: 12px !important;
        content: '...';
        margin: 0 2px
    }

    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: 100%
    }

    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: 0 !important
    }

    body ul.breadcrumb li a span:after {
        content: '\f105';
        font-family: FontAwesomePro;
        font-size: 14px !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: FontAwesomePro;
        font-size: 10px;
        position: absolute;
        left: -5px;
        top: 8px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

    .breadList .mBread ul li a span {
        font-weight: 400;
        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
    }

    .categoryContainer .breadList .clbtn {
        right: -5px
    }

    .categoryContainer .ProductList.PlSc_hrz .ItemOrj {
        width: 100%
    }

    .categoryContainer .ProductList.PlSc_2 .ItemOrj {
        width: 50%
    }

    .categoryContainer .ProductList.PlSc_3 .ItemOrj {
        width: 50%
    }

    .categoryContainer .ProductList.PlSc_4 .ItemOrj {
        width: 50%
    }

    .categoryContainer .ProductList.PlSc_5 .ItemOrj {
        width: 50%
    }

    body:not(.sepetimBody) .ItemOrj {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 1px
    }

    .categoryContainer .ProductList {
        margin: 0 -5px
    }

    .categoryContainer .ProductListContent .productItem {
        margin-bottom: 10px
    }

    body .mobilFilterOpenBtn .button {
        font-size: 13px
    }

    .leftImage {
        float: left;
        width: 100%
    }

    .RightDetail {
        width: 100%;
        padding: 10px 0 0
    }

    body a#linkOncekiSayfa {
        display: none
    }

    body .leftImage a#linkOncekiSayfa {
        position: absolute;
        top: 0;
        left: 0;
        width: 35px;
        background: #fff;
        text-align: center;
        font-size: 0 !important;
        font-family: FontAwesomePro;
        color: #000;
        z-index: 5;
        line-height: 35px;
        display: block
    }

    body .leftImage a#linkOncekiSayfa:before {
        content: '\f053';
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        line-height: 35px
    }

    #divUrunKodu {
        clear: left;
        float: left;
        line-height: 14px
    }

    #divUrunKodu span {
        line-height: 14px
    }

    #divTaksitAciklama {
        clear: left;
        float: left
    }

    .Basketinp {
        width: 120px
    }

    #divAdetCombo .right_line, .RightDetail .riSingle {
        width: 120px
    }

    .Basketinp p {
        margin-right: 0;
        width: 100%
    }

    .buyfast {
        width: 100%;
        margin: 10px 0 0
    }

    #divKombinSatinAl {
        width: 100%;
        margin: 10px 0 0
    }

    #divAdetCombo select, #txtbxurunSiparisAdedi, .RightDetail .riSingle a.riDown, .RightDetail .riSingle a.riUp, .basketBtn input, .buyfast input {
        height: 50px !important
    }

    #divAdetCombo .left_line, #divKombinSatinAl a, .Basketinp p, .RightDetail .riSingle a.riDown, .RightDetail .riSingle a.riDown i, .RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riUp i {
        line-height: 50px
    }

    .taksitBlok {
        width: 100%
    }

    .detaySliderContainer {
        margin: 10px 0
    }

    .sliderBannerContainer {
        margin: 10px 0
    }

    .htop {
        line-height: 15px;
        font-size: 12px;
        padding: 5px 0
    }

    .GuvenList {
        margin-bottom: 10px
    }

    .GuvenList ul {
        padding: 10px 0
    }

    .GuvenList ul li .gimg {
        font-size: 20px
    }

    .GuvenList ul li .gtex {
        font-size: 12px;
        line-height: 20px
    }

    .LinkList {
        margin: 10px 0
    }

    .LinkList ul li {
        margin-bottom: 10px;
        float: none;
        display: inline-block;
        vertical-align: top
    }

    .OzelNoSlider {
        margin: 10px 0
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle, .JKatAdi {
        margin-bottom: 10px !important
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1 {
        font-size: 21px
    }

    .OzelNoSlider .ozelUrunDiv ul {
        margin: 0 -5px
    }

    .OzelNoSlider .ozelUrunDiv ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px
    }

    .productItem .productDetail {
        padding: 10px 4px 0px
    }

    .ksfBtn a {
        line-height: 20px;
        font-size: 12px;
        padding: 10px
    }

    .Blok {
        margin: 10px 0
    }

    .sliderBannerContainer .owl-carousel .owl-stage {
        padding-left: 0 !important
    }

    .detaySliderContainer .owl-carousel .owl-stage {
        padding-left: 0 !important
    }

    .Blok .listUl {
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -o-flex-direction: column
    }

    .Blok .listUl > li {
        width: 100%;
        margin-bottom: 10px
    }

    .Blok .listUl > li .BannerList ul li {
        padding: 0 5px;
        margin-bottom: 10px
    }

    .Blok .listUl > li .BannerList ul {
        margin: 0 -5px
    }

    .Blok .listUl > li .BannerList {
        padding: 10px
    }

    .seoTex {
        margin: 10px 0
    }

    .seoTex .seoContainer .seoTextCont {
        padding: 0 10px
    }

    .FooterSC {
        margin-top: 10px
    }

    .KategoriAdi {
        margin-top: 0
    }

    .brandlistselection {
        padding: 0;
        display: none
    }

    body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet span {
        font-size: 13px
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
        font-size: 13px
    }

    .deskFilterbtn {
        font-size: 13px
    }
}

.navigation .altMenu .altMenuler .altmenuSol > ul > li > a[title='FIRSAT ÜRÜNLERİ'] {
    color: red;
    font-style: italic;
    margin-bottom: 15px
}

.navigation .altMenu .altMenuler .altmenuSol ul li a[title='EN YENİLER'] {
    font-style: italic;
    margin-bottom: 15px
}

.navigation .altMenu .altMenuler .altmenuSol ul li a[title='50TL Altı Modeller'] {
    font-style: italic;
    margin-bottom: 15px
}

.navigation .altMenu .altMenuler .altmenuSol ul li a[title='80TL Altı T-shirtler'] {
    font-style: italic;
    margin-bottom: 15px
}

.navigation .altMenu .altMenuler .altmenuSol ul li a[title='100TL Altı Sweatshirtler'] {
    font-style: italic;
    margin-bottom: 56px;
    height: 30px
}

.navigation .altMenu .altMenuler .altmenuSol ul li a[title='Düz Renk Sweatshirt'] {
    height: 15px;
    margin-bottom: 32px
}

.navigation .altMenu .altMenuler .altmenuSol ul li a[title='Düz Renk T-shirt'] {
    height: 100px;
    margin-bottom: 63px
}

.footerAltGorsel {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%
}

.footerAltGorsel img {
    width: auto !important;
    height: 80px !important;
    margin: 10px;
    margin-bottom: 30px
}

@media screen and (min-width: 1042px) {
    .leftBlock .category-vertical-filters {
        float: left;
        width: 100%;
        border: none;
        border-radius: 0;
        overflow: hidden;
        margin: 0 0 20px;
        text-align: center;
        padding: 30px 30px 20px;
        background: 0 0
    }

    .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: 22px;
        font-size: 15px;
        color: #212529;
        font-weight: 600;
        padding: 0 0 10px
    }

    .leftBlock .panel-heading a:after {
        content: '\f067';
        font-family: fontawesomepro;
        float: right;
        font-weight: 400;
        font-size: 13px
    }

    .leftBlock .panel-heading.active a:after {
        content: '\f068'
    }

    .leftBlock .category-vertical-filters > div {
        width: 100%;
        padding: 30px 30px 20px;
        float: left;
        display: inline-block;
        border-bottom: 1px solid #e9e9e9;
        background: #fff !important
    }

    .leftBlock .category-vertical-filters > div:last-child {
        margin-bottom: 0;
        border: none
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group {
        float: left;
        text-align: left;
        padding: 2px 0 15px;
        margin: 0;
        width: 100%;
        top: 100%;
        display: block;
        border: none
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group li, .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item {
        float: left;
        margin: 0 0 6px;
        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: 13px;
        color: #212529;
        display: inline-block;
        line-height: 18px;
        font-weight: 400;
        width: calc(100% - 28px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .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.fiyat .list-group-item:before {
        border-radius: 100%;
        background: #f2f2f3;
        border: 1px solid #dcdcdc !important
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group.fiyat .list-group-item.selected:before {
        border-color: #f663a9 !important;
        background: #f663a9
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
        background-size: 25px 25px !important;
        background-position: 0 0 !important;
        background-repeat: no-repeat !important;
        float: left;
        width: 25px;
        height: 25px;
        overflow: hidden;
        border-radius: 100%;
        margin-right: 5px
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image.selected {
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image:nth-child(6n) {
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image a {
        padding: 0;
        font-size: 0;
        width: 100%;
        height: 100%
    }

    .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: 9px;
        width: 18px;
        height: 18px;
        border: 2px solid #d6d6d6 !important;
        border-radius: 3px;
        background: #fff;
        display: inline-block !important;
        margin-top: 0;
        text-align: center;
        line-height: 13px;
        color: #ff;
        -webkit-transition: background-color .25s ease-out, border-color .25s ease-out;
        transition: background-color .25s ease-out, border-color .25s ease-out
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item:hover:before {
        border-color: #d6d6d6 !important;
        background: #fff;
        color: #fff
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before {
        border-color: #f663a9 !important;
        background: #f663a9;
        content: '\2713';
        color: #fff;
        font-size: 8px;
        font-weight: 400;
        line-height: 14px
    }

    body .leftBlock .slider-range {
        float: left;
        width: 100%;
        border: none;
        border-radius: 0;
        padding: 0;
        margin: 20px 0;
        height: 2px;
        background: #ddd
    }

    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 .category-vertical-filters .FiyatTextBox input[type=text] {
        width: 33%;
        border: 1px solid #e2e2e2;
        height: 30px;
        padding: 0 8px;
        font-size: 12px;
        color: #4b4b4b;
        border-radius: 3px;
        background: #fafafa
    }

    body .leftBlock .category-vertical-filters .FiyatTextBox button[name=SolFiltreFiyatAraligiFiltre] {
        height: 30px;
        line-height: 29px;
        width: 28%
    }

    body .leftBlock .GizleTuken {
        float: left;
        width: 100%
    }

    body .leftBlock .GizleTuken .filterOrderInStock {
        position: relative;
        font-size: 14px;
        color: #212529;
        display: none
    }

    body .leftBlock .GizleTuken .filterOrderInStock span {
        float: right;
        position: relative;
        display: inline-block;
        width: 42px;
        height: 22px;
        background: #f2f2f2;
        border: 1px solid #eee;
        border-radius: 50px;
        transition: all .3s ease-in-out
    }

    body .leftBlock .GizleTuken .filterOrderInStock small {
        position: absolute;
        display: block;
        width: 50%;
        height: 100%;
        background: #fff;
        border-radius: 50%;
        transition: all .3s ease-in-out;
        left: 0;
        box-shadow: 0 5px 10px -7px #000
    }

    body .leftBlock .GizleTuken .filterOrderInStock.selected span {
        background: #fabfd9;
        border-color: #fabfd9
    }

    body .leftBlock .GizleTuken .filterOrderInStock.selected small {
        left: 50%
    }
}

@media screen and (max-width: 1042px) {
    body .category-vertical-filters.top-filters {
        display: block !important;
        width: 360px;
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        z-index: 9999;
        background: #f3f5f8;
        margin: 0;
        padding: 0;
        border: none;
        transition: all .3s ease;
        overflow-y: auto;
        overflow-x: hidden;
        max-width: 85%
    }

    body .category-vertical-filters.top-filters ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    body .filterBlock.active .category-vertical-filters.top-filters {
        right: 0
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreUst {
        float: left;
        width: 100%;
        line-height: 50px;
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
        padding: 0 10px;
        position: relative;
        text-align: center;
        display: block;
        background: #000
    }

    body .category-vertical-filters.top-filters .FiltreUst span {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    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
    }

    body .category-vertical-filters.top-filters .FiltreUst a.active {
        display: block
    }

    body .category-vertical-filters.top-filters .FiltreUst a i {
        color: #fff;
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        line-height: 50px;
        margin-left: 5px
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        padding: 0 10px;
        display: block
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock {
        float: left;
        width: 100%;
        line-height: 50px;
        font-size: 14px;
        color: #262324;
        text-align: left;
        padding: 0 0 0 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;
        right: 10px
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
        position: absolute;
        right: 40px;
        top: 0;
        bottom: 0;
        line-height: 50px;
        font-size: 15px;
        color: #000;
        display: block
    }

    body .category-vertical-filters.top-filters .panel {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 10px
    }

    body .category-vertical-filters.top-filters .list-group.dropdown {
        border: none;
        position: static;
        box-shadow: none
    }

    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;
        line-height: 16px
    }

    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: 0;
        display: inline-block !important;
        width: 16px;
        height: 16px
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before {
        border-color: #000;
        background: #000
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
        background: 0 0 !important;
        height: auto
    }

    body .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
        width: 100%;
        margin: 20px 0
    }

    body .mobilFilterOpenBtn .button {
        padding: 0;
        margin: 0;
        color: #000;
        border: 1px solid #c3c3c3;
        width: calc(50% - 5px);
        float: left;
        line-height: 38px;
        background: #fff;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        font-weight: 500
    }

    body .mobilFilterOpenBtn .button:before {
        content: '';
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: top;
        line-height: 38px;
        margin-right: 5px;
        font-weight: 300
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn {
        float: left
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn {
        float: right
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn:before {
        content: '\f1de'
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn:before {
        content: '\f15d'
    }

    body .mobilFilterOpenBtn {
        margin: 0;
        padding: 0
    }

    .categorydesign .uNo {
        float: right;
        color: #999a9d;
        font-size: 12px
    }

    body #divSayfalamaUst .filterDeleteContent {
        display: none
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:nth-child(1):after {
        display: none
    }

    body #divSayfalamaUst.Slct .brandlistselection {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        background: 0 0;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        display: block;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
        width: 100%;
        background: 0 0;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
        width: 100%;
        height: 40px;
        text-indent: 0;
        border: none;
        color: #000;
        font-weight: 500;
        min-width: auto;
        border-radius: 0;
        background: 0 0;
        -webkit-appearance: none;
        -moz--appearance: none;
        text-align: center
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select option {
        font-size: 14px
    }

    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
    }

    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
    }

    .deskFilterbtn {
        padding: 0;
        margin: 0;
        color: #000;
        border: 1px solid #c3c3c3;
        width: calc(50% - 5px);
        float: left;
        background: #fff;
        font-size: 14px;
        display: flex;
        vertical-align: top;
        font-weight: 500;
        align-items: center;
        justify-content: center;
        margin-right: 5px;
        line-height: 35px
    }

    .results {
        float: left;
        padding: 12px!important;
        text-align: center;
        width: 100%
    }

    ul.sortingContent {
        padding: 0;
        margin: 0;
        color: #000;
        border: 1px solid #c3c3c3 !important;
        width: calc(50% - 5px) !important;
        float: left;
        background: #fff !important;
        font-size: 14px;
        display: flex !important;
        vertical-align: top;
        font-weight: 500;
        align-items: center;
        justify-content: center;
        height: 35px;
        margin-left: 0px;
    }
}


.uyelikBilgilerim > div .icerikIkiliBlok:nth-child(1) .satirBlok3, .uyelikBilgilerim > div .icerikIkiliBlok:nth-child(1) .satirBlok4, .uyelikBilgilerim > div .icerikIkiliBlok:nth-child(2) .cinsiyetSatir, .uyelikBilgilerim > div .icerikIkiliBlok:nth-child(2) .satirBlok12 {
       /* display: none; */
    }
.ArkadasiniDavetetBlock .Block_Text {
	background-color: #fff;
	padding: 0 10% 20px;
}
.cinsiyetSatir {
	display: none !important;
}
@media screen and (max-width: 767px) {
	.q8c6tt-2.jxPOhn {
		position: absolute !important;
		bottom: 80px !important;
		right: 0 !important;
	}

	.sc-7dvmpp-1.fprIlH {
		bottom: 100px !important;
	}
}


.hazirSablonlar-34 .trow * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#enhep {
	float: left;
	height: 720px;
	margin-bottom: 40px;
}

.hepsi {
	margin: auto;
	max-width: 380px;
	position: relative;
	float: left;
}

.hepsi2 {
	margin: auto;
	max-width: 900px;
	position: relative;
	float: left;
}

.hepsi2 .kadin {
	margin-left: 42px;
}

.urunozl {
	display: flex;
	max-width: 730px;
	height: 95.25px;
}

.urunozl .fiyatlar {
	max-width: 20%;
	float: left;
	margin-left: 8%;
}

.urunozl .urun {
	max-width: 80%;
	float: left;
	margin-top: 14px;
}

.kutu {
	max-width: 150px;
	margin: auto;
}

.kutucuk {
	max-width: 150px;
	line-height: 46px;
	border: 1px solid rgba(0, 0, 0, 1);
	margin: auto;
	text-align: center;
}

.kutu1:hover .kutucuk {
	color: #ffffff;
}

.kutu1:hover .kutu {
	background-color: #000000;
}

.fiyatli {
	position: relative;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
}

.fiyatli:after {
	clear: both;
	display: table;
	content: "";
}

.fiyatli .silk2 {
	display: none;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
}

.fiyatli:hover .silk2 {
	display: inline;
}


@media (max-width: 540px) {
	#enhep {
		float: left;
		height: 1020px;
	}

	.fiyatli {
		display: block;
	}

	.urunozl {
		margin-left: 1%;
		margin-right: 1%;
	}

	.hepsi {
		margin: auto;
		max-width: 100%;
		float: unset;
	}

	.hepsi .silk1 {
		margin: auto;
		max-width: 100%;
		float: left;
	}

	.hepsi2 {
		margin: auto;
		max-width: 100%;
		float: left;
		height: 720px;
	}

	.hepsi2 .kadin {
		margin-left: 0px;
		margin-top: 5%;
	}

	.kutu {
		max-width: 140px;
	}

	.kutucuk {
		max-width: 140px;
		line-height: 23px;
	}

	.urunozl .fiyatlar {
		max-width: 30%;
		float: left;
		margin-left: 16%;
	}

	.urunozl .urun {
		max-width: 70%;
		float: left;
	}
}


.hazirSablonlar-14 .trow * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hazirSablonlar-14 .trow .margin-bottom30 {
	margin-bottom: 20px;
}

.hazirSablonlar-14 .trow .img-responsive {
	min-width: 100%;
	max-width: 100%;
}

.hazirSablonlar-14 .trow:after {
	clear: both;
	display: table;
	content: "";
}

.hazirSablonlar-14 .trow {
	margin-left: -10px;
	margin-right: -10px;
}

.hazirSablonlar-14 .trow .tcol {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.hazirSablonlar-14 .trow .tcol-lg-1 {
	width: 16.66666666%;
}

.hazirSablonlar-14 .trow .tcol-lg-2 {
	width: 16.6666666667%;
}

.hazirSablonlar-14 .trow .tcol-lg-3 {
	width: 25%;
}

.hazirSablonlar-14 .trow .tcol-lg-4 {
	width: 33.33333333%;
}

.hazirSablonlar-14 .trow .tcol-lg-5 {
	width: 41.66666667%;
}

.hazirSablonlar-14 .trow .tcol-lg-6 {
	width: 50%;
}

.hazirSablonlar-14 .trow .tcol-lg-7 {
	width: 58.33333333%;
}

.hazirSablonlar-14 .trow .tcol-lg-8 {
	width: 66.66666666%;
}

.hazirSablonlar-14 .trow .tcol-lg-12 {
	width: 100%;
}

.hazirSablonlar-14 .promobanner {
	position: relative;
	overflow: hidden;
}

.hazirSablonlar-14 .promobanner a {
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
}

.hazirSablonlar-14 .promobanner a img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

.hazirSablonlar-14 .promobanner a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

@media (max-width: 540px) {
	.hazirSablonlar-14 .trow .margin-bottom30 {
		margin-bottom: 10px;
	}

	.hazirSablonlar-14 .trow {
		margin-left: -5px;
		margin-right: -5px;
	}

	.hazirSablonlar-14 .trow .tcol {
		padding-right: 5px;
		padding-left: 5px;
	}

	.hazirSablonlar-14 .trow .tcol-xs-12 {
		width: 100%;
	}

	.hazirSablonlar-14 .trow .tcol-xs-6 {
		width: 50%;
	}
}

.hazirSablonlar-7 .trow * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hazirSablonlar-7 .trow .margin-bottom30 {
	margin-bottom: 30px;
}

.hazirSablonlar-7 .trow .img-responsive {
	min-width: 100%;
	max-width: 100%;
}

.hazirSablonlar-7 .trow:after {
	clear: both;
	display: table;
	content: "";
}

.hazirSablonlar-7 .trow {
	margin-left: -15px;
	margin-right: -15px;
}

.hazirSablonlar-7 .trow .tcol {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}

.hazirSablonlar-7 .trow .tcol-lg-3 {
	width: 25%;
}

.hazirSablonlar-7 .trow .tcol-lg-4 {
	width: 33.33333333%;
}

.hazirSablonlar-7 .trow .tcol-lg-6 {
	width: 50%;
}

.hazirSablonlar-7 .trow .tcol-lg-12 {
	width: 100%;
}

.hazirSablonlar-7 .promobanner {
	position: relative;
	overflow: hidden;
}

.hazirSablonlar-7 .promobanner a {
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
}

.hazirSablonlar-7 .promobanner a img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

.hazirSablonlar-7 .promobanner a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}


@media (max-width: 540px) {
	.hazirSablonlar-7 .trow .margin-bottom30 {
		margin-bottom: 10px;
	}

	.hazirSablonlar-7 .trow {
		margin-left: -5px;
		margin-right: -5px;
	}

	.hazirSablonlar-7 .trow .tcol {
		padding-right: 5px;
		padding-left: 5px;
	}

	.hazirSablonlar-7 .trow .tcol-xs-12 {
		width: 100%;
	}

	.hazirSablonlar-7 .trow .tcol-xs-6 {
		width: 50%;
	}
}

.hazirSablonlar-7 .trow * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hazirSablonlar-7 .trow .margin-bottom30 {
	margin-bottom: 30px;
}

.hazirSablonlar-7 .trow .img-responsive {
	min-width: 100%;
	max-width: 100%;
}

.hazirSablonlar-7 .trow:after {
	clear: both;
	display: table;
	content: "";
}

.hazirSablonlar-7 .trow {
	margin-left: -15px;
	margin-right: -15px;
}

.hazirSablonlar-7 .trow .tcol {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.hazirSablonlar-7 .trow .tcol-lg-3 {
	width: 25%;
}

.hazirSablonlar-7 .trow .tcol-lg-4 {
	width: 33.33333333%;
}

.hazirSablonlar-7 .trow .tcol-lg-6 {
	width: 50%;
}

.hazirSablonlar-7 .trow .tcol-lg-12 {
	width: 100%;
}

.hazirSablonlar-7 .promobanner {
	position: relative;
	overflow: hidden;
}

.hazirSablonlar-7 .promobanner a {
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
}

.hazirSablonlar-7 .promobanner a img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

.hazirSablonlar-7 .promobanner a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}


@media (max-width: 540px) {
	.hazirSablonlar-7 .trow .margin-bottom30 {
		margin-bottom: 10px;
	}

	.hazirSablonlar-7 .trow {
		margin-left: -5px;
		margin-right: -5px;
	}

	.hazirSablonlar-7 .trow .tcol {
		padding-right: 5px;
		padding-left: 5px;
	}

	.hazirSablonlar-7 .trow .tcol-xs-12 {
		width: 100%;
	}

	.hazirSablonlar-7 .trow .tcol-xs-6 {
		width: 50%;
	}
}

.cocukmenu {
	float: left;
}

.cocukmenu1 {
	margin-bottom: 5px;
}

.altmenuSol ul {
	display: none!important;
}
.altMenu {
	display: none!important;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-spin {
    animation: a 2s infinite linear
}

.fa-pulse {
    animation: a 1s infinite steps(8)
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-address-card:before {
    content: ""
}

.fa-alarm-clock:before {
    content: ""
}

.fa-algolia:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-allergies:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-app-store:before {
    content: ""
}

.fa-app-store-ios:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-arrow-alt-circle-down:before {
    content: ""
}

.fa-arrow-alt-circle-left:before {
    content: ""
}

.fa-arrow-alt-circle-right:before {
    content: ""
}

.fa-arrow-alt-circle-up:before {
    content: ""
}

.fa-arrow-alt-down:before {
    content: ""
}

.fa-arrow-alt-from-bottom:before {
    content: ""
}

.fa-arrow-alt-from-left:before {
    content: ""
}

.fa-arrow-alt-from-right:before {
    content: ""
}

.fa-arrow-alt-from-top:before {
    content: ""
}

.fa-arrow-alt-left:before {
    content: ""
}

.fa-arrow-alt-right:before {
    content: ""
}

.fa-arrow-alt-square-down:before {
    content: ""
}

.fa-arrow-alt-square-left:before {
    content: ""
}

.fa-arrow-alt-square-right:before {
    content: ""
}

.fa-arrow-alt-square-up:before {
    content: ""
}

.fa-arrow-alt-to-bottom:before {
    content: ""
}

.fa-arrow-alt-to-left:before {
    content: ""
}

.fa-arrow-alt-to-right:before {
    content: ""
}

.fa-arrow-alt-to-top:before {
    content: ""
}

.fa-arrow-alt-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-arrow-from-bottom:before {
    content: ""
}

.fa-arrow-from-left:before {
    content: ""
}

.fa-arrow-from-right:before {
    content: ""
}

.fa-arrow-from-top:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-square-down:before {
    content: ""
}

.fa-arrow-square-left:before {
    content: ""
}

.fa-arrow-square-right:before {
    content: ""
}

.fa-arrow-square-up:before {
    content: ""
}

.fa-arrow-to-bottom:before {
    content: ""
}

.fa-arrow-to-left:before {
    content: ""
}

.fa-arrow-to-right:before {
    content: ""
}

.fa-arrow-to-top:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-arrows-alt-h:before {
    content: ""
}

.fa-arrows-alt-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-barcode-alt:before {
    content: ""
}

.fa-barcode-read:before {
    content: ""
}

.fa-barcode-scan:before {
    content: ""
}

.fa-bars:before {
    content: ""
}

.fa-bed:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bimobject:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-bity:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-blanket:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-book-heart:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-box-alt:before {
    content: ""
}

.fa-box-check:before {
    content: ""
}

.fa-box-fragile:before {
    content: ""
}

.fa-box-full:before {
    content: ""
}

.fa-box-heart:before {
    content: ""
}

.fa-box-open:before {
    content: ""
}

.fa-box-up:before {
    content: ""
}

.fa-box-usd:before {
    content: ""
}

.fa-boxes:before {
    content: ""
}

.fa-boxes-alt:before {
    content: ""
}

.fa-boxing-glove:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-briefcase-medical:before {
    content: ""
}

.fa-browser:before {
    content: ""
}

.fa-btc:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-burn:before {
    content: ""
}

.fa-buromobelexperte:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-calendar-alt:before {
    content: ""
}

.fa-calendar-check:before {
    content: ""
}

.fa-calendar-edit:before {
    content: ""
}

.fa-calendar-exclamation:before {
    content: ""
}

.fa-calendar-minus:before {
    content: ""
}

.fa-calendar-plus:before {
    content: ""
}

.fa-calendar-times:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-camera-alt:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-capsules:before {
    content: ""
}

.fa-car:before {
    content: ""
}

.fa-caret-circle-down:before {
    content: ""
}

.fa-caret-circle-left:before {
    content: ""
}

.fa-caret-circle-right:before {
    content: ""
}

.fa-caret-circle-up:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-caret-square-down:before {
    content: ""
}

.fa-caret-square-left:before {
    content: ""
}

.fa-caret-square-right:before {
    content: ""
}

.fa-caret-square-up:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-chart-area:before {
    content: ""
}

.fa-chart-bar:before {
    content: ""
}

.fa-chart-line:before {
    content: ""
}

.fa-chart-pie:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-double-down:before {
    content: ""
}

.fa-chevron-double-left:before {
    content: ""
}

.fa-chevron-double-right:before {
    content: ""
}

.fa-chevron-double-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-chevron-square-down:before {
    content: ""
}

.fa-chevron-square-left:before {
    content: ""
}

.fa-chevron-square-right:before {
    content: ""
}

.fa-chevron-square-up:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-circle-notch:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-clipboard-check:before {
    content: ""
}

.fa-clipboard-list:before {
    content: ""
}

.fa-clock:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-closed-captioning:before {
    content: ""
}

.fa-club:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-code-branch:before {
    content: ""
}

.fa-code-commit:before {
    content: ""
}

.fa-code-merge:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cog:before {
    content: ""
}

.fa-cogs:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-comment-alt:before {
    content: ""
}

.fa-comment-alt-check:before {
    content: ""
}

.fa-comment-alt-dots:before {
    content: ""
}

.fa-comment-alt-edit:before {
    content: ""
}

.fa-comment-alt-exclamation:before {
    content: ""
}

.fa-comment-alt-lines:before {
    content: ""
}

.fa-comment-alt-minus:before {
    content: ""
}

.fa-comment-alt-plus:before {
    content: ""
}

.fa-comment-alt-slash:before {
    content: ""
}

.fa-comment-alt-smile:before {
    content: ""
}

.fa-comment-alt-times:before {
    content: ""
}

.fa-comment-check:before {
    content: ""
}

.fa-comment-dots:before {
    content: ""
}

.fa-comment-edit:before {
    content: ""
}

.fa-comment-exclamation:before {
    content: ""
}

.fa-comment-lines:before {
    content: ""
}

.fa-comment-minus:before {
    content: ""
}

.fa-comment-plus:before {
    content: ""
}

.fa-comment-slash:before {
    content: ""
}

.fa-comment-smile:before {
    content: ""
}

.fa-comment-times:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-comments-alt:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-compress-alt:before {
    content: ""
}

.fa-compress-wide:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-container-storage:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-conveyor-belt:before {
    content: ""
}

.fa-conveyor-belt-alt:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-couch:before {
    content: ""
}

.fa-cpanel:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-credit-card-blank:before {
    content: ""
}

.fa-credit-card-front:before {
    content: ""
}

.fa-cricket:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-curling:before {
    content: ""
}

.fa-cut:before {
    content: ""
}

.fa-cuttlefish:before {
    content: ""
}

.fa-d-and-d:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-deaf:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-deploydog:before {
    content: ""
}

.fa-deskpro:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-desktop-alt:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-diagnoses:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-digital-ocean:before {
    content: ""
}

.fa-discord:before {
    content: ""
}

.fa-discourse:before {
    content: ""
}

.fa-dna:before {
    content: ""
}

.fa-dochub:before {
    content: ""
}

.fa-docker:before {
    content: ""
}

.fa-dollar-sign:before {
    content: ""
}

.fa-dolly:before {
    content: ""
}

.fa-dolly-empty:before {
    content: ""
}

.fa-dolly-flatbed:before {
    content: ""
}

.fa-dolly-flatbed-alt:before {
    content: ""
}

.fa-dolly-flatbed-empty:before {
    content: ""
}

.fa-donate:before {
    content: ""
}

.fa-dot-circle:before {
    content: ""
}

.fa-dove:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-draft2digital:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-dumbbell:before {
    content: ""
}

.fa-dyalog:before {
    content: ""
}

.fa-earlybirds:before {
    content: ""
}

.fa-ebay:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-edit:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-elementor:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-h-alt:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-ellipsis-v-alt:before {
    content: ""
}

.fa-ember:before {
    content: ""
}

.fa-empire:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-erlang:before {
    content: ""
}

.fa-ethereum:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-euro-sign:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-exchange-alt:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-exclamation-square:before {
    content: ""
}

.fa-exclamation-triangle:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-expand-alt:before {
    content: ""
}

.fa-expand-arrows:before {
    content: ""
}

.fa-expand-arrows-alt:before {
    content: ""
}

.fa-expand-wide:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-external-link-alt:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-external-link-square-alt:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-dropper:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-facebook-messenger:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-field-hockey:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-film-alt:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-first-aid:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-first-order-alt:before {
    content: ""
}

.fa-firstdraft:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-flipboard:before {
    content: ""
}

.fa-fly:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-freebsd:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-gitter:before {
    content: ""
}

.fa-glass-martini:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-gofore:before {
    content: ""
}

.fa-golf-ball:before {
    content: ""
}

.fa-golf-club:before {
    content: ""
}

.fa-goodreads:before {
    content: ""
}

.fa-goodreads-g:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-google-drive:before {
    content: ""
}

.fa-google-play:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-google-plus-g:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-graduation-cap:before {
    content: ""
}

.fa-gratipay:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-gripfire:before {
    content: ""
}

.fa-grunt:before {
    content: ""
}

.fa-gulp:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-hdd:before {
    content: ""
}

.fa-heading:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-heart-circle:before {
    content: ""
}

.fa-heart-square:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-hexagon:before {
    content: ""
}

.fa-hips:before {
    content: ""
}

.fa-hire-a-helper:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-hockey-puck:before {
    content: ""
}

.fa-hockey-sticks:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-home-heart:before {
    content: ""
}

.fa-hooli:before {
    content: ""
}

.fa-hospital:before {
    content: ""
}

.fa-hospital-alt:before {
    content: ""
}

.fa-hospital-symbol:before {
    content: ""
}

.fa-hotjar:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-start:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-hubspot:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-id-card:before {
    content: ""
}

.fa-id-card-alt:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-inbox-in:before {
    content: ""
}

.fa-inbox-out:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-industry-alt:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-info-square:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-inventory:before {
    content: ""
}

.fa-js:before {
    content: ""
}

.fa-js-square:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-keybase:before {
    content: ""
}

.fa-keyboard:before {
    content: ""
}

.fa-keycdn:before {
    content: ""
}

.fa-kickstarter:before {
    content: ""
}

.fa-kickstarter-k:before {
    content: ""
}

.fa-korvue:before {
    content: ""
}

.fa-lamp:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-laravel:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-leaf-heart:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-lemon:before {
    content: ""
}

.fa-less:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-level-down-alt:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-up-alt:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-lightbulb:before {
    content: ""
}

.fa-line:before {
    content: ""
}

.fa-link:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-linkedin-in:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-lira-sign:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-lock-alt:before {
    content: ""
}

.fa-lock-open:before {
    content: ""
}

.fa-lock-open-alt:before {
    content: ""
}

.fa-long-arrow-alt-down:before {
    content: ""
}

.fa-long-arrow-alt-left:before {
    content: ""
}

.fa-long-arrow-alt-right:before {
    content: ""
}

.fa-long-arrow-alt-up:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-loveseat:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-luchador:before {
    content: ""
}

.fa-lyft:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-mandalorian:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-map-marker-alt:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mastodon:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-medapps:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-medium-m:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-medrt:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.fa-meh:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-alt:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-microsoft:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-minus-hexagon:before {
    content: ""
}

.fa-minus-octagon:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-mix:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-mizuni:before {
    content: ""
}

.fa-mobile:before {
    content: ""
}

.fa-mobile-alt:before {
    content: ""
}

.fa-mobile-android:before {
    content: ""
}

.fa-mobile-android-alt:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-monero:before {
    content: ""
}

.fa-money-bill:before {
    content: ""
}

.fa-money-bill-alt:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-newspaper:before {
    content: ""
}

.fa-notes-medical:before {
    content: ""
}

.fa-npm:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-octagon:before {
    content: ""
}

.fa-old-republic:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-osi:before {
    content: ""
}

.fa-outdent:before {
    content: ""
}

.fa-page4:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-palfed:before {
    content: ""
}

.fa-pallet:before {
    content: ""
}

.fa-pallet-alt:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-parachute-box:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-paste:before {
    content: ""
}

.fa-patreon:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-pen:before {
    content: ""
}

.fa-pen-alt:before {
    content: ""
}

.fa-pen-square:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-pencil-alt:before {
    content: ""
}

.fa-pennant:before {
    content: ""
}

.fa-people-carry:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-periscope:before {
    content: ""
}

.fa-person-carry:before {
    content: ""
}

.fa-person-dolly:before {
    content: ""
}

.fa-person-dolly-empty:before {
    content: ""
}

.fa-phabricator:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-phone-plus:before {
    content: ""
}

.fa-phone-slash:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-phone-volume:before {
    content: ""
}

.fa-php:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-pied-piper-hat:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-piggy-bank:before {
    content: ""
}

.fa-pills:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-plane-alt:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-playstation:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-plus-hexagon:before {
    content: ""
}

.fa-plus-octagon:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-poo:before {
    content: ""
}

.fa-portrait:before {
    content: ""
}

.fa-pound-sign:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-prescription-bottle:before {
    content: ""
}

.fa-prescription-bottle-alt:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-procedures:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-pushed:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-python:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-question-square:before {
    content: ""
}

.fa-quidditch:before {
    content: ""
}

.fa-quinscape:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-r-project:before {
    content: ""
}

.fa-racquet:before {
    content: ""
}

.fa-ramp-loading:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-react:before {
    content: ""
}

.fa-readme:before {
    content: ""
}

.fa-rebel:before {
    content: ""
}

.fa-rectangle-landscape:before {
    content: ""
}

.fa-rectangle-portrait:before {
    content: ""
}

.fa-rectangle-wide:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-red-river:before {
    content: ""
}

.fa-redo:before {
    content: ""
}

.fa-redo-alt:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-rendact:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-repeat:before {
    content: ""
}

.fa-repeat-1:before {
    content: ""
}

.fa-repeat-1-alt:before {
    content: ""
}

.fa-repeat-alt:before {
    content: ""
}

.fa-reply:before {
    content: ""
}

.fa-reply-all:before {
    content: ""
}

.fa-replyd:before {
    content: ""
}

.fa-researchgate:before {
    content: ""
}

.fa-resolving:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-retweet-alt:before {
    content: ""
}

.fa-ribbon:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-rocketchat:before {
    content: ""
}

.fa-rockrms:before {
    content: ""
}

.fa-route:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-scanner:before {
    content: ""
}

.fa-schlix:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-scrubber:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-searchengin:before {
    content: ""
}

.fa-seedling:before {
    content: ""
}

.fa-sellcast:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-servicestack:before {
    content: ""
}

.fa-share:before {
    content: ""
}

.fa-share-all:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-shekel-sign:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-shield-alt:before {
    content: ""
}

.fa-shield-check:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-shipping-fast:before {
    content: ""
}

.fa-shipping-timed:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-shuttlecock:before {
    content: ""
}

.fa-sign:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-sign-in-alt:before {
    content: ""
}

.fa-sign-language:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-sign-out-alt:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-sistrix:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-sith:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-slack-hash:before {
    content: ""
}

.fa-sliders-h:before {
    content: ""
}

.fa-sliders-h-square:before {
    content: ""
}

.fa-sliders-v:before {
    content: ""
}

.fa-sliders-v-square:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-smile:before {
    content: ""
}

.fa-smile-plus:before {
    content: ""
}

.fa-smoking:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-snowflake:before {
    content: ""
}

.fa-sort:before {
    content: ""
}

.fa-sort-alpha-down:before {
    content: ""
}

.fa-sort-alpha-up:before {
    content: ""
}

.fa-sort-amount-down:before {
    content: ""
}

.fa-sort-amount-up:before {
    content: ""
}

.fa-sort-down:before {
    content: ""
}

.fa-sort-numeric-down:before {
    content: ""
}

.fa-sort-numeric-up:before {
    content: ""
}

.fa-sort-up:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-spade:before {
    content: ""
}

.fa-speakap:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-spinner-third:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-square-full:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-exclamation:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-staylinked:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-steam-symbol:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-sticker-mule:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stopwatch:before {
    content: ""
}

.fa-strava:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-stripe:before {
    content: ""
}

.fa-stripe-s:before {
    content: ""
}

.fa-studiovinari:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-sun:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-supple:before {
    content: ""
}

.fa-sync:before {
    content: ""
}

.fa-sync-alt:before {
    content: ""
}

.fa-syringe:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-table-tennis:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-tablet-alt:before {
    content: ""
}

.fa-tablet-android:before {
    content: ""
}

.fa-tablet-android-alt:before {
    content: ""
}

.fa-tablet-rugged:before {
    content: ""
}

.fa-tablets:before {
    content: ""
}

.fa-tachometer:before {
    content: ""
}

.fa-tachometer-alt:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-tape:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-teamspeak:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-telegram-plane:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-tennis-ball:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbtack:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-ticket-alt:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-times-hexagon:before {
    content: ""
}

.fa-times-octagon:before {
    content: ""
}

.fa-times-square:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-trade-federation:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-trash-alt:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-tree-alt:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-triangle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-trophy-alt:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-truck-container:before {
    content: ""
}

.fa-truck-couch:before {
    content: ""
}

.fa-truck-loading:before {
    content: ""
}

.fa-truck-moving:before {
    content: ""
}

.fa-truck-ramp:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-tv:before {
    content: ""
}

.fa-tv-retro:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-typo3:before {
    content: ""
}

.fa-uber:before {
    content: ""
}

.fa-uikit:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-undo:before {
    content: ""
}

.fa-undo-alt:before {
    content: ""
}

.fa-uniregistry:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-university:before {
    content: ""
}

.fa-unlink:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-untappd:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-usd-circle:before {
    content: ""
}

.fa-usd-square:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-user-alt:before {
    content: ""
}

.fa-user-alt-slash:before {
    content: ""
}

.fa-user-astronaut:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-clock:before {
    content: ""
}

.fa-user-cog:before {
    content: ""
}

.fa-user-edit:before {
    content: ""
}

.fa-user-friends:before {
    content: ""
}

.fa-user-graduate:before {
    content: ""
}

.fa-user-lock:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-user-minus:before {
    content: ""
}

.fa-user-ninja:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-user-shield:before {
    content: ""
}

.fa-user-slash:before {
    content: ""
}

.fa-user-tag:before {
    content: ""
}

.fa-user-tie:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-users:before {
    content: ""
}

.fa-users-cog:before {
    content: ""
}

.fa-ussunnah:before {
    content: ""
}

.fa-utensil-fork:before {
    content: ""
}

.fa-utensil-knife:before {
    content: ""
}

.fa-utensil-spoon:before {
    content: ""
}

.fa-utensils:before {
    content: ""
}

.fa-utensils-alt:before {
    content: ""
}

.fa-video:before {
    content: ""
}

.fa-video-plus:before {
    content: ""
}

.fa-video-slash:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-vimeo-v:before {
    content: ""
}

.fa-volleyball-ball:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-mute:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-warehouse:before {
    content: ""
}

.fa-warehouse-alt:before {
    content: ""
}

.fa-watch:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-weight:before {
    content: ""
}

.fa-weixin:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-whatsapp-square:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-whistle:before {
    content: ""
}

.fa-whmcs:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-window:before {
    content: ""
}

.fa-window-alt:before {
    content: ""
}

.fa-window-close:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-wine-glass:before {
    content: ""
}

.fa-won-sign:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-x-ray:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-y-combinator:before {
    content: ""
}

.fa-yandex-international:before {
    content: ""
}

.fa-youtube:before, .fa-youtube-play:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.fa.fa-facebook:before {
    content: ""
}

.fa.fa-money:before {
    content: ""
}

.fa.fa-refresh:before {
    content: ""
}

.fa-turkish-lira:before, .fa-try:before {
    content: ""
}

.fa-euro:before, .fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-rupee:before, .fa-inr:before {
    content: ""
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: ""
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: ""
}

.fa-won:before, .fa-krw:before {
    content: ""
}

@font-face {
    font-family: FontAwesomeBrands;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../Scripts/FontAwesome-Pro/fa-brands-400.eot?);
    src: url(../Scripts/FontAwesome-Pro/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../Scripts/FontAwesome-Pro/fa-brands-400.woff2) format("woff2"), url(../Scripts/FontAwesome-Pro/fa-brands-400.woff) format("woff"), url(../Scripts/FontAwesome-Pro/fa-brands-400.ttf) format("truetype"), url(../Scripts/FontAwesome-Pro/fa-brands-400.svg#fontawesome) format("svg")
}

.fab, .fa.fa-facebook, .fa.fa-whatsapp, .fa.fa-twitter, .fa.fa-google-plus, .fa.fa-instagram, .fa.fa-google, .fa.fa-apple, .fa.fa-google-play, .fa.fa-linkedin, .fa.fa-youtube, .fa.fa-pinterest, .fa.fa-youtube-play, .fa.fa-pinterest-p {
    font-family: FontAwesomeBrands
}

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../Scripts/FontAwesome-Pro/fa-light-300.eot?);
    src: url(../Scripts/FontAwesome-Pro/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../Scripts/FontAwesome-Pro/fa-light-300.woff2) format("woff2"), url(../Scripts/FontAwesome-Pro/fa-light-300.woff) format("woff"), url(../Scripts/FontAwesome-Pro/fa-light-300.ttf) format("truetype"), url(../Scripts/FontAwesome-Pro/fa-light-300.svg#fontawesome) format("svg")
}

.fal {
    font-weight: 300
}

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../Scripts/FontAwesome-Pro/fa-regular-400.eot?);
    src: url(../Scripts/FontAwesome-Pro/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../Scripts/FontAwesome-Pro/fa-regular-400.woff2) format("woff2"), url(../Scripts/FontAwesome-Pro/fa-regular-400.woff) format("woff"), url(../Scripts/FontAwesome-Pro/fa-regular-400.ttf) format("truetype"), url(../Scripts/FontAwesome-Pro/fa-regular-400.svg#fontawesome) format("svg")
}

.fal, .far {
    font-family: FontAwesome
}

.far {
    font-weight: 400
}

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../Scripts/FontAwesome-Pro/fa-solid-900.eot?);
    src: url(../Scripts/FontAwesome-Pro/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../Scripts/FontAwesome-Pro/fa-solid-900.woff2) format("woff2"), url(../Scripts/FontAwesome-Pro/fa-solid-900.woff) format("woff"), url(../Scripts/FontAwesome-Pro/fa-solid-900.ttf) format("truetype"), url(../Scripts/FontAwesome-Pro/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-family: FontAwesome;
    font-weight: 900
}

.sliderOpacity {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.sliderOpacity.owl-loaded {
    display: block
}

.RightDetail .sliderOpacity {
    display: block
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.sliderOpacity .owl-item img {
    display: block
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded, .sliderOpacity.owl-loaded {
    display: block
}

.owl-carousel.owl-loading, .sliderOpacity.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden, .sliderOpacity.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 300ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

.owl-carousel .fadeIn {
    animation-name: fadeIn
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../plugins/owl-carousel/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.jq-ry-container {
    position: relative;
    padding: 0 5px;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    direction: ltr
}

.jq-ry-container[readonly=readonly] {
    cursor: default
}

.jq-ry-container > .jq-ry-group-wrapper {
    position: relative;
    width: 100%
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
    position: relative;
    line-height: 0;
    z-index: 10;
    white-space: nowrap
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
    display: inline-block
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
    width: 100%
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
    width: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333
}

.autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6
}

.autocomplete-suggestion.selected {
    background: #f0f0f0
}

@keyframes drift-loader-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }
    50% {
        transform: translate(-50%, -50%) rotate(-180deg)
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@-webkit-keyframes drift-fadeZoomIn {
    0% {
        -webkit-transform: scale(1);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes drift-fadeZoomOut {
    0% {
        -webkit-transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes drift-loader-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@-webkit-keyframes drift-loader-before {
    0% {
        -webkit-transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.2) translateX(6px)
    }
    25% {
        -webkit-transform: scale(1.3) translateX(8px)
    }
    40% {
        -webkit-transform: scale(1.2) translateX(6px)
    }
    50% {
        -webkit-transform: scale(1)
    }
    60% {
        -webkit-transform: scale(.8) translateX(6px)
    }
    75% {
        -webkit-transform: scale(.7) translateX(8px)
    }
    90% {
        -webkit-transform: scale(.8) translateX(6px)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes drift-loader-after {
    0% {
        -webkit-transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.2) translateX(-6px)
    }
    25% {
        -webkit-transform: scale(1.3) translateX(-8px)
    }
    40% {
        -webkit-transform: scale(1.2) translateX(-6px)
    }
    50% {
        -webkit-transform: scale(1)
    }
    60% {
        -webkit-transform: scale(.8) translateX(-6px)
    }
    75% {
        -webkit-transform: scale(.7) translateX(-8px)
    }
    90% {
        -webkit-transform: scale(.8) translateX(-6px)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

.drift-zoom-pane.drift-opening {
    animation: drift-fadeZoomIn 200ms ease-out;
    -webkit-animation: drift-fadeZoomIn 200ms ease-out
}

.drift-zoom-pane.drift-closing {
    animation: drift-fadeZoomOut 10ms ease-in;
    -webkit-animation: drift-fadeZoomOut 10ms ease-in
}

.drift-zoom-pane.drift-inline {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .3)
}

.drift-loading .drift-zoom-pane-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    animation: drift-loader-rotate 1800ms infinite linear;
    -webkit-animation: drift-loader-rotate 1800ms infinite linear
}

.drift-zoom-pane-loader:before, .drift-zoom-pane-loader:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .9)
}

.drift-zoom-pane-loader:before {
    left: 0;
    animation: drift-loader-before 1800ms infinite linear;
    -webkit-animation: drift-loader-before 1800ms infinite linear
}

.drift-zoom-pane-loader:after {
    right: 0;
    animation: drift-loader-after 1800ms infinite linear;
    -webkit-animation: drift-loader-after 1800ms infinite linear;
    animation-delay: -900ms;
    -webkit-animation-delay: -900ms
}

.drift-bounding-box {
    background-color: rgba(0, 0, 0, .4)
}

.drift-container {
    position: absolute;
    top: 1px;
    min-height: 300px
}

.drift-container.drift-index {
    z-index: 9999
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none;
    border-radius: 10px
}

.fancybox-opened {
    z-index: 10001
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../Scripts/fancybox/fancybox_sprite.png')
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../Scripts/fancybox/fancybox_loading.gif') center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -16px;
    right: -17px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3)
}

.fancybox-close:after {
    content: "x";
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
    line-height: 34px;
    color: #000
}

.fancybox-close:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    background: #eee
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../Scripts/fancybox/blank.gif');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../Scripts/fancybox/fancybox_overlay.png')
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    z-index: 9999
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .fancybox-close {
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        background-color: transparent
    }

    .fancybox-close:after {
        color: #000;
        line-height: 20px
    }
}

.ProductGallery {
    position: relative
}

.leftImage .ProductGallery {
    float: left;
    width: 100%
}

.leftImage .ProductGallery .gallery-container {
    float: left;
    width: 100%
}

.leftImage .ProductGallery .gallery-container .GalleryArea .owl-carousel {
    display: block
}

.leftImage .ProductGallery .gallery-container .GalleryArea .owl-carousel .zoom-js {
    display: none
}

.leftImage .ProductGallery .gallery-container .GalleryArea .owl-carousel .owl-item:nth-child(1) .zoom-js, .leftImage .ProductGallery .gallery-container .GalleryArea .owl-carousel .owl-item.active .zoom-js {
    display: block
}

.leftImage .ProductGallery .gallery-container .GalleryArea .owl-carousel .owl-item .zoom-js img, .leftImage .ProductGallery .galleryOwl-thumb img {
    max-width: 100%
}

.ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav {
    position: absolute;
    top: 50%;
    height: 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px
}

.ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav button:focus {
    outline: none
}

.ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav span {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    font-size: 49px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .6);
    color: rgba(255, 255, 255, .6);
    transition: .3s
}

.ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav span:hover {
    color: #fff;
    border-color: #fff
}

.ProductGallery .galleryOwl-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 5px);
    z-index: 2;
    background-color: #fff;
    width: 110px;
    border: 1px solid #f3f3f3;
    display: -webkit-flex;
    display: flex;
    flex-direction: column
}

.ProductGallery .galleryOwl-thumb .thumb-list {
    overflow-y: scroll;
    padding: 10px
}

.ProductGallery .galleryOwl-thumb .thumb-list::-webkit-scrollbar {
    width: 5px;
    background-color: #f1f1f1
}

.ProductGallery .galleryOwl-thumb .thumb-list::-webkit-scrollbar-thumb {
    background: #c9c9c9;
    border-radius: 10px
}

.ProductGallery .galleryOwl-thumb .thumb-list::-webkit-scrollbar-thumb:window-inactive {
    background: #d6d6d6
}

.ProductGallery .galleryOwl-thumb .thumb-list .thumb-item {
    overflow: hidden;
    margin-bottom: 15px;
    position: relative
}

.ProductGallery .galleryOwl-thumb .thumb-list .thumb-item.thumb-video::after {
    font-family: misszenne !important;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px
}

.ProductGallery .galleryOwl-thumb .thumb-list .thumb-item.active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #f767b0
}

.ProductGallery .galleryOwl-thumb .thumb-bottom {
    text-align: center;
    padding: 15px 0
}

.ProductGallery .galleryOwl-thumb .thumb-bottom > .item {
    padding: 11px 5px;
    font-size: 22px;
    color: #717171;
    cursor: pointer;
    transition: .3s
}

.ProductGallery .galleryOwl-thumb .thumb-bottom > .item:hover {
    color: #000
}

.ProductGallery .galleryOwl-thumb .thumb-bottom > .item > p {
    font-size: 12px;
    font-weight: 600;
    margin-top: 6px
}

.ProductGallery .galleryOwl-thumb .thumb-bottom > .item.StopVideo {
    display: none
}

.modal-js.ShareModal {
    background-color: #fff;
    padding: 0
}

.modal-js.ShareModal .ShareImg {
    padding: 30px 30px 0
}

.modal-js.ShareModal .ShareImg > img {
    width: 100%;
    max-width: 270px
}

.modal-js.ShareModal .ShareTitle {
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    font-size: 16px
}

.modal-js.ShareModal .ShareList {
    padding: 15px;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.modal-js.ShareModal .ShareList > .item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 25%
}

.modal-js.ShareModal .ShareList > .item > .ShareLink {
    width: 100%;
    text-align: center;
    display: block
}

.modal-js.ShareModal .ShareList > .item > .ShareLink span {
    display: block;
    margin-top: 9px;
    color: #717171
}

.modal-js.ShareModal .ShareList > .item > .ShareLink::before {
    content: "";
    font-family: denizbutik !important;
    display: inline-block;
    background-color: #f00;
    text-align: center;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff
}

.modal-js.ShareModal .ShareList > .item > .ShareLink.Fb::before {
    content: "";
    background-color: #3b5999;
    font-size: 19px
}

.modal-js.ShareModal .ShareList > .item > .ShareLink.Tw::before {
    content: "";
    background-color: #55acee
}

.modal-js.ShareModal .ShareList > .item > .ShareLink.Wp::before {
    content: "";
    background-color: #25d366;
    font-size: 21px
}

.modal-js.ShareModal .ShareList > .item > .ShareLink.Gp::before {
    content: "";
    background-color: #dd4b39;
    font-size: 23px
}

@media only screen and (max-width: 768px) {
    .modal-js.ShareModal .close-modal {
        right: 0;
        top: 0
    }
}

.ProductGallery .gallery-container .GalleryArea {
    position: relative;
    margin-left: 125px
}

.ProductGallery .gallery-container .GalleryArea .Badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00b65f;
    z-index: 2;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 3px 7px
}

.ProductGallery .gallery-container .GalleryArea .Badge2 {
    position: absolute;
    bottom: 6px;
    right: 0;
    background-color: #cc242e;
    z-index: 2;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    padding: 5px 10px;
    font-weight: 700
}

.ProductGallery .owl-carousel.galleryOwl .owl-dots {
    width: auto;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, .24);
    border-radius: 60px;
    padding: 1px 12px 2px
}

.ProductGallery .owl-carousel.galleryOwl .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 2px;
    line-height: 12px
}

.ProductGallery .owl-carousel.galleryOwl .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff
}

.ProductGallery .owl-carousel.galleryOwl .owl-dots .owl-dot.active span {
    background-color: #fff
}

.ProductGallery .ProductVideo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 4px;
    background-color: #f1f1f1;
    opacity: 0;
    visibility: hidden;
    z-index: 2
}

.ProductGallery .ProductVideo.ShowVideo {
    opacity: 1;
    visibility: visible
}

.ProductGallery .ProductVideo video {
    width: 100%;
    height: 100%
}

.wm-zoom-box, .wm-zoom-container {
    position: relative
}

img.wm-zoom-default-img {
    height: auto
}

.wm-zoom-lens {
    display: none;
    left: 0;
    position: absolute;
    top: 0
}

.wm-zoom-hight {
    display: none;
    overflow: hidden;
    position: absolute
}

.wm-zoom-hight img {
    left: 0;
    position: absolute;
    top: 0
}

img.wm-zoom-loader {
    z-index: 1
}

img.wm-zoom-hight-img {
    z-index: 2;
    max-width: inherit !important
}

.wm-zoom-lens {
    background: #fff;
    opacity: .3;
    filter: alpha(opacity=30)
}

.wm-zoom-hight {
    background: #f4f4f4;
    z-index: 999999;
    height: 100% !important
}

@media only screen and (max-width: 767px) {
    .wm-zoom-lens, .wm-zoom-hight {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important
    }

    .ProductGallery .gallery-container .GalleryArea {
        margin-left: 0
    }
}

.duslerDialog {
    overflow-y: hidden;
    height: 100%;
    position: absolute;
    max-height: 100%;
    top: 0;
    width: 100%
}

.duslerDialog .duslerwebDialogContent {
    z-index: 99999;
    transform: scale(1)
}

.duslerwebDialogContent {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background: rgba(0, 0, 0, .5)
}

.duslerwebDialogContainer {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.duslerDialog .duslerwebDialogContainer {
    animation: fadeIn .5s cubic-bezier(.165, .84, .44, 1) forwards
}

.duslerDialog .duslerwebDialogTxt {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.duslerwebDialogTxt {
    font-weight: 300;
    position: relative;
    display: flex;
    min-width: 280px;
    max-width: 500px;
    margin: auto;
    padding: 15px;
    border-radius: 5px;
    flex-wrap: wrap;
    background: linear-gradient(87deg, #00e676 0, #00c853 100%) !important;
    z-index: 999999999999
}

.duslerwebDialogTxt p {
    display: block;
    text-align: center;
    font-size: 13px;
    width: 100%;
    margin: 1px auto 15px;
    color: #fff;
    letter-spacing: .4px;
    font-weight: 600
}

.duslerDialog .duslerwebDialogTxt > div {
    display: block;
    width: 100%
}

.duslerDialog .duslerwebDialogTxt > div:after {
    clear: both;
    display: table;
    content: ""
}

.duslerwebDialog-default {
    background: #fff !important
}

.duslerwebDialog-default p {
    color: #000
}

.duslerwebDialog-default:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    color: #000;
    margin: 15px auto
}

.duslerwebDialog-default a.duslerNotyBtn {
    cursor: pointer;
    width: 100%;
    display: block;
    line-height: normal;
    border-radius: 2px;
    position: relative;
    background-color: #00c853;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 8px 0
}

.duslerwebDialog-default a.duslerNotyBtn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #00c853
}

.duslerwebDialog-success {
    background: #fff !important
}

.duslerwebDialog-success p {
    color: #00c853
}

.duslerwebDialog-success:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    color: #00c853;
    margin: 15px auto
}

.duslerwebDialog-success a.duslerNotyBtn {
    cursor: pointer;
    width: 100%;
    display: block;
    line-height: normal;
    border-radius: 2px;
    position: relative;
    background-color: #00c853;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 8px 0
}

.duslerwebDialog-success a.duslerNotyBtn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #00c853
}

.duslerwebDialog-danger {
    background: #fff !important
}

.duslerwebDialog-danger:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    color: #f00;
    margin: 15px auto
}

.duslerwebDialog-danger p {
    color: #f00
}

.duslerwebDialog-danger a.duslerNotyBtn {
    cursor: pointer;
    width: 100%;
    display: block;
    line-height: normal;
    border-radius: 2px;
    position: relative;
    background-color: #f00;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 8px 0
}

.duslerwebDialog-danger a.duslerNotyBtn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f00
}

.duslerwebDialog-warning {
    background: #fff !important
}

.duslerwebDialog-warning p {
    color: #eeb516
}

.duslerwebDialog-warning:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    color: #eeb516;
    margin: 15px auto
}

.duslerwebDialog-warning a.duslerNotyBtn {
    cursor: pointer;
    width: 100%;
    display: block;
    line-height: normal;
    border-radius: 2px;
    position: relative;
    background-color: #eeb516;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 8px 0
}

.duslerwebDialog-warning a.duslerNotyBtn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #eeb516
}

.duslerwebDialog-info {
    background: #fff !important
}

.duslerwebDialog-info p {
    color: #00bce6
}

.duslerwebDialog-info:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 50px;
    text-align: center;
    color: #00bce6;
    margin: 15px auto
}

.duslerwebDialog-info a.duslerNotyBtn {
    cursor: pointer;
    width: 100%;
    display: block;
    line-height: normal;
    border-radius: 2px;
    position: relative;
    background-color: #00bce6;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 8px 0
}

.duslerwebDialog-info a.duslerNotyBtn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #00bce6
}

.duslerNotyBtnCancel {
    display: inline-block;
    width: 49%;
    float: left;
    cursor: pointer;
    background: #f00;
    color: #fff;
    padding: 5px 0;
    border-radius: 2px
}

.duslerNotyBtnConfirm {
    display: inline-block;
    float: right;
    width: 49%;
    padding: 5px 0;
    background: #00c853;
    color: #fff;
    border-radius: 2px;
    cursor: pointer
}

.duslerwebDialogContainer.dialogSiparis {
    max-width: 95%;
    width: 400px;
    border-radius: 0
}

.duslerDialog .dialogSiparis .duslerwebDialogTxt {
    border-radius: 0
}

.dialogSiparis .duslerwebDialog-success p {
    margin-bottom: 50px
}

.dialogSiparis .duslerNotyBtnCancel {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 12px 0;
    background-color: #eaeaea !important;
    font-family: sans-serif;
    color: #5e5e5e
}

.dialogSiparis .duslerNotyBtnConfirm {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 12px 0;
    background-color: #56be67 !important;
    color: #fff !important;
    font-family: sans-serif;
    color: #5e5e5e
}

.dialogSiparis .dusler-noty-notification-close-btn {
    border: 1px solid #909090;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 2px;
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
    color: #909090;
    position: absolute;
    right: 10px;
    top: 10px
}

@media screen and (max-width: 767px) {
    div.duslerwebDialogContent {
        height: calc(100% + 200px)
    }

    div.duslerwebDialogContent .duslerwebDialogContainer {
        margin-top: -100px
    }
}

body {
    animation: none !important
}

img:not([src]) {
    visibility: hidden
}

.clear {
    clear: both
}

.mobilDuslerwebLogo {
    display: none;
    text-align: center;
    line-height: 1;
    margin-top: 10px
}

.hidden {
    display: none !important
}

.lineThrough {
    text-decoration: line-through
}

@media screen and (min-width: 767px) {
    .hideWeb {
        display: none !important
    }
}

@media screen and (max-width: 767px) {
    .hideMobile {
        display: none !important
    }
}

@media (max-width: 480px) {
    .mobilDuslerwebLogo {
        display: block
    }

    .mobilDuslerwebLogo > img {
        width: 70px
    }
}

.navigation ul {
    list-style-type: none
}

.ProductList ul {
    list-style-type: none
}

.welcome ul {
    list-style-type: none
}

.urunTab > ul li {
    list-style-type: none
}

ul.breadcrumb {
    list-style-type: none
}

ul.sortingContent {
    list-style-type: none
}

.usernav ul {
    list-style-type: none
}

.CartProduct ul {
    list-style-type: none
}

.ProductDetail .product-social-icon-wrapper ul {
    list-style-type: none
}

ul#ulDuyurularTemplateData, ul#ulDovizKurlariTemplateData ul, ul#ulEncokSatilanUrunlerData {
    list-style-type: none
}

#footer ul {
    list-style-type: none
}

.ProductListContent:before {
    clear: both;
    display: table;
    content: ""
}

.ProductList:after {
    clear: both;
    display: table;
    content: ""
}

.popupSepet .hediyeCekiBtn {
    display: none
}

.sepetTopTutar {
    display: none
}

.CartProduct .SProduct li a span.sepetTopBirimFiyat {
    display: none !important
}

.SifremiUnuttum .line:after {
    clear: both;
    display: table;
    content: ""
}

.TempMenu li {
    list-style-type: none
}

#divNextProduct {
    height: 100%;
    text-align: center
}

#divNextProduct .productItem {
    margin: 0;
    background-color: #fff;
    padding: 0;
    border: 1px solid #f0f0f0
}

#divNextProduct .productItem:hover {
    background-color: #f0f0f0
}

#divNextProduct a {
    display: block;
    padding: 30px
}

#divNextProduct a:hover span {
    color: #333
}

#divNextProduct a .divNextProductButtonAlan {
    font-size: 40px;
    font-weight: 600
}

#divNextProduct span {
    display: block;
    font-weight: 600;
    font-size: 14px
}

#divNextProduct span.divNextProductWorld {
    display: inline-block
}

#divNextProduct span.divNextProductCount {
    display: inline-block
}

.insider-opt-in-notification {
    width: 422px;
    padding: 0 20px 10px 20px;
    border: 1px solid #bababa;
    border-radius: 3px;
    box-shadow: 0 4px 4px -2px #888;
    background-color: #fbfbfb;
    font-family: Arial, sans-serif;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -211px;
    z-index: 9999999999999
}

.insider-opt-in-notification-inner-container {
    margin: 0;
    padding: 0 20px 10px 20px
}

.insider-opt-in-notification-image-container {
    float: left;
    margin: 13px 15px 0 0
}

.insider-opt-in-notification-image-container img {
    width: 65px;
    height: 65px
}

.insider-opt-in-notification-text-container {
    position: relative !important;
    padding: 10px 0 0 0 !important;
    color: #000 !important;
    text-align: left !important;
    margin: 0 !important;
    line-height: 1.4em !important
}

.insider-opt-in-notification-title {
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    color: #000;
    word-break: break-word;
    overflow: hidden
}

.insider-opt-in-notification-description {
    font-size: 12px;
    line-height: 1.4em;
    margin: 10px 0;
    padding: 0;
    text-align: left;
    word-break: break-word;
    overflow: hidden
}

.insider-brand-logo {
    float: left;
    font-size: 10px;
    margin-top: 8px;
    line-height: 18px
}

.insider-brand-logo img {
    width: 38px;
    margin-left: 3px;
    float: right
}

.insider-opt-in-notification-button-container {
    float: right !important
}

.insider-opt-in-notification-button {
    width: 90px;
    line-height: 18px;
    margin-left: 3px;
    padding: 5px;
    background: #f9f9f9;
    border: 1px solid #bababa;
    border-radius: 1px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    box-sizing: content-box
}

.insider-opt-in-allow-button {
    background: #00c33d;
    color: #fff;
    border-color: #059833
}

@media all and (max-width: 421px) {
    .insider-opt-in-notification {
        width: 100%;
        left: 0;
        margin: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-top: 0
    }
}

#lang_flag_container {
    position: absolute;
    left: auto;
    top: 0;
    z-index: 96
}

#langHover {
    padding: 13px 5px
}

#lang {
    line-height: 13px;
    font-size: 12px;
    color: #8d8d8d;
    padding: 0 0 0 37px;
    position: relative
}

#langHover.white {
    background-color: #fff;
    cursor: default
}

#lang-detail {
    background-color: #fff;
    position: absolute;
    top: 39px;
    left: 0;
    border-top: 1px solid #e9e9e9;
    width: 318px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .4);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .4);
    z-index: 992
}

#lang-detail .language, #lang-detail .currency {
    padding: 15px 10px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%
}

#lang-detail p {
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 18px
}

#lang-detail .language a {
    display: block;
    height: 15px;
    line-height: 15px;
    padding-left: 24px;
    font-size: 12px;
    color: #8d8d8d;
    opacity: .5;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    #lang-detail .language a:hover {
        opacity: 1;
        color: #2b2b2b
    }

    #lang-detail .language a.active {
        opacity: 1;
        color: #2b2b2b;
        cursor: text
    }
}

@media (max-width: 767px) {
    #lang-detail .language a {
        opacity: 1;
        color: #2b2b2b
    }
}

#divAvailableCountries {
    clear: both;
    padding: 0 10px 10px 10px
}

#teslimatUlkeSec p {
    padding: 5px 0;
    margin: 0 !important;
    font-weight: 600;
    font-size: 12px !important;
    text-align: left
}

#txtHeaderSeciliUlke {
    border: 1px solid #ddd;
    background: url(../Scripts/images/comboarrow.svg) no-repeat 95% center;
    width: 100%;
    padding: 0 5px;
    font-size: 12px
}

.teslimatUlkeSecUl {
    display: none;
    height: 120px;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    background: #fff;
    left: 10px;
    right: 10px;
    border: 1px solid #eee
}

#txtHeaderSeciliUlke.active + .teslimatUlkeSecUl {
    display: block
}

.teslimatUlkeSecUl li {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    padding-left: 24px;
    height: 25px;
    cursor: pointer;
    text-align: left
}

.teslimatUlkeSecUl li:hover {
    background-color: #eee
}

.flag {
    background: url(../Scripts/images/sprites_countryFlag_s_fix_2.png) no-repeat
}

.flag-ae {
    background-position: 0 -78px
}

.flag-af {
    background-position: 0 -158px
}

.flag-ag {
    background-position: 0 -240px
}

.flag-ai {
    background-position: 0 -318px
}

.flag-aj {
    background-position: 0 -398px
}

.flag-al {
    background-position: 0 -480px
}

.flag-am {
    background-position: 0 -558px
}

.flag-an {
    background-position: 0 -640px
}

.flag-ao {
    background-position: 0 -720px
}

.flag-aq {
    background-position: 0 -800px
}

.flag-as {
    background-position: 0 -958px
}

.flag-at {
    background-position: 0 -1040px
}

.flag-au {
    background-position: 0 -1118px
}

.flag-aw {
    background-position: 0 -1200px
}

.flag-az {
    background-position: 0 -1278px
}

.flag-ba {
    background-position: 0 -1360px
}

.flag-bb {
    background-position: 0 -1440px
}

.flag-bd {
    background-position: 0 -1520px
}

.flag-be {
    background-position: 0 -1600px
}

.flag-bf {
    background-position: 0 -1680px
}

.flag-bg {
    background-position: 0 -1760px
}

.flag-bh {
    background-position: 0 -1840px
}

.flag-bi {
    background-position: 0 -1920px
}

.flag-bj {
    background-position: 0 -2000px
}

.flag-bk {
    background-position: 0 -2078px
}

.flag-bm {
    background-position: 0 -2158px
}

.flag-bn {
    background-position: 0 -2238px
}

.flag-bo {
    background-position: 0 -2320px
}

.flag-bp {
    background-position: 0 -2400px
}

.flag-br {
    background-position: 0 -2480px
}

.flag-bs {
    background-position: 0 -2558px
}

.flag-bt {
    background-position: 0 -2640px
}

.flag-bv {
    background-position: 0 -2720px
}

.flag-bw {
    background-position: 0 -2800px
}

.flag-by {
    background-position: 0 -2878px
}

.flag-bz {
    background-position: 0 -2960px
}

.flag-ca {
    background-position: 0 -3038px
}

.flag-cc {
    background-position: 0 -3118px
}

.flag-cd {
    background-position: 0 -3200px
}

.flag-ce {
    background-position: 0 -3278px
}

.flag-cf {
    background-position: 0 -3360px
}

.flag-cg {
    background-position: 0 -3440px
}

.flag-ch {
    background-position: 0 -3520px
}

.flag-ci {
    background-position: 0 -3600px
}

.flag-ck {
    background-position: 0 -3678px
}

.flag-cl {
    background-position: 0 -3760px
}

.flag-cm {
    background-position: 0 -3840px
}

.flag-cn {
    background-position: 0 -3920px
}

.flag-co {
    background-position: 0 -4000px
}

.flag-cq {
    background-position: 0 -4078px
}

.flag-cr {
    background-position: 0 -4160px
}

.flag-cs {
    background-position: 0 -4240px
}

.flag-cu {
    background-position: 0 -4318px
}

.flag-cv {
    background-position: 0 -4400px
}

.flag-cw {
    background-position: 0 -4478px
}

.flag-cx {
    background-position: 0 -4558px
}

.flag-cy {
    background-position: 0 -4640px
}

.flag-cz {
    background-position: 0 -4720px
}

.flag-da {
    background-position: 0 -4800px
}

.flag-de {
    background-position: 0 -4880px
}

.flag-dj {
    background-position: 0 -4960px
}

.flag-dk {
    background-position: 0 -5038px
}

.flag-dm {
    background-position: 0 -5118px
}

.flag-do {
    background-position: 0 -5200px
}

.flag-dr {
    background-position: 0 -5280px
}

.flag-dz {
    background-position: 0 -5360px
}

.flag-ec {
    background-position: 0 -5438px
}

.flag-ee {
    background-position: 0 -5520px
}

.flag-eg {
    background-position: 0 -5600px
}

.flag-eh {
    background-position: 0 -5678px
}

.flag-ek {
    background-position: 0 -5760px
}

.flag-er {
    background-position: 0 -5918px
}

.flag-es {
    background-position: 0 -6000px
}

.flag-et {
    background-position: 0 -6080px
}

.flag-ez {
    background-position: 0 -6160px
}

.flag-fi {
    background-position: 0 -6238px
}

.flag-fj {
    background-position: 0 -6318px
}

.flag-fk {
    background-position: 0 -6398px
}

.flag-fm {
    background-position: 0 -6480px
}

.flag-fo {
    background-position: 0 -6560px
}

.flag-fr {
    background-position: 0 -6640px
}

.flag-fx {
    background-position: 0 -6720px
}

.flag-ga {
    background-position: 0 -6800px
}

.flag-gd {
    background-position: 0 -6960px
}

.flag-ge {
    background-position: 0 -7040px
}

.flag-gf {
    background-position: 0 -7120px
}

.flag-gg {
    background-position: 0 -7200px
}

.flag-gh {
    background-position: 0 -7280px
}

.flag-gi {
    background-position: 0 -7358px
}

.flag-gl {
    background-position: 0 -7440px
}

.flag-gm {
    background-position: 0 -7520px
}

.flag-gn {
    background-position: 0 -7600px
}

.flag-gp {
    background-position: 0 -7680px
}

.flag-gq {
    background-position: 0 -7760px
}

.flag-gr {
    background-position: 0 -7840px
}

.flag-gs {
    background-position: 0 -7918px
}

.flag-gt {
    background-position: 0 -8000px
}

.flag-gu {
    background-position: 0 -8078px
}

.flag-gv {
    background-position: 0 -8160px
}

.flag-gw {
    background-position: 0 -8240px
}

.flag-gy {
    background-position: 0 -8320px
}

.flag-ha {
    background-position: 0 -8400px
}

.flag-hk {
    background-position: 0 -8480px
}

.flag-hm {
    background-position: 0 -8558px
}

.flag-hn {
    background-position: 0 -8638px
}

.flag-hr {
    background-position: 0 -8718px
}

.flag-ht {
    background-position: 0 -8800px
}

.flag-hu {
    background-position: 0 -8880px
}

.flag-ic {
    background-position: 0 -8960px
}

.flag-id {
    background-position: 0 -9040px
}

.flag-ie {
    background-position: 0 -9118px
}

.flag-il {
    background-position: 0 -9200px
}

.flag-in {
    background-position: 0 -9280px
}

.flag-io {
    background-position: 0 -9358px
}

.flag-ku {
    background-position: 0 -9440px
}

.flag-ir {
    background-position: 0 -9520px
}

.flag-is {
    background-position: 0 -9600px
}

.flag-it {
    background-position: 0 -9680px
}

.flag-iv {
    background-position: 0 -9760px
}

.flag-ja {
    background-position: 0 -9840px
}

.flag-jm {
    background-position: 0 -9918px
}

.flag-jo {
    background-position: 0 -9998px
}

.flag-jp {
    background-position: 0 -10080px
}

.flag-ke {
    background-position: 0 -10160px
}

.flag-kg {
    background-position: 0 -10240px
}

.flag-kh {
    background-position: 0 -10320px
}

.flag-ki {
    background-position: 0 -10400px
}

.flag-km {
    background-position: 0 -10480px
}

.flag-kn {
    background-position: 0 -10560px
}

.flag-kp {
    background-position: 0 -10638px
}

.flag-kr {
    background-position: 0 -10720px
}

.flag-ks {
    background-position: 0 -10800px
}

.flag-kw {
    background-position: 0 -10878px
}

.flag-ky {
    background-position: 0 -10958px
}

.flag-kz {
    background-position: 0 -11040px
}

.flag-la {
    background-position: 0 -11120px
}

.flag-lb {
    background-position: 0 -11200px
}

.flag-lc {
    background-position: 0 -11278px
}

.flag-le {
    background-position: 0 -11360px
}

.flag-lg {
    background-position: 0 -11440px
}

.flag-lh {
    background-position: 0 -11520px
}

.flag-li {
    background-position: 0 -11600px
}

.flag-lk {
    background-position: 0 -11678px
}

.flag-lr {
    background-position: 0 -11758px
}

.flag-ls {
    background-position: 0 -11840px
}

.flag-lt {
    background-position: 0 -11920px
}

.flag-lu {
    background-position: 0 -12000px
}

.flag-lv {
    background-position: 0 -12080px
}

.flag-ly {
    background-position: 0 -12158px
}

.flag-ma {
    background-position: 0 -12240px
}

.flag-mb {
    background-position: 0 -12320px
}

.flag-mc {
    background-position: 0 -12400px
}

.flag-md {
    background-position: 0 -12478px
}

.flag-mg {
    background-position: 0 -12560px
}

.flag-mh {
    background-position: 0 -12638px
}

.flag-mi {
    background-position: 0 -12720px
}

.flag-mk {
    background-position: 0 -12800px
}

.flag-ml {
    background-position: 0 -12880px
}

.flag-mm {
    background-position: 0 -12958px
}

.flag-mn {
    background-position: 0 -13038px
}

.flag-mo {
    background-position: 0 -13120px
}

.flag-mo_old {
    background-position: 0 -13200px
}

.flag-mp {
    background-position: 0 -13278px
}

.flag-mq {
    background-position: 0 -13360px
}

.flag-mr {
    background-position: 0 -13440px
}

.flag-ms {
    background-position: 0 -13518px
}

.flag-mt {
    background-position: 0 -13600px
}

.flag-mu {
    background-position: 0 -13680px
}

.flag-mv {
    background-position: 0 -13760px
}

.flag-mw {
    background-position: 0 -13840px
}

.flag-mx {
    background-position: 0 -13920px
}

.flag-my {
    background-position: 0 -13998px
}

.flag-mz {
    background-position: 0 -14080px
}

.flag-na {
    background-position: 0 -14160px
}

.flag-nc {
    background-position: 0 -14240px
}

.flag-ne {
    background-position: 0 -14320px
}

.flag-nf {
    background-position: 0 -14398px
}

.flag-ng {
    background-position: 0 -14478px
}

.flag-nh {
    background-position: 0 -14560px
}

.flag-ni {
    background-position: 0 -14640px
}

.flag-nl {
    background-position: 0 -14720px
}

.flag-no {
    background-position: 0 -14800px
}

.flag-np {
    background-position: 0 -14880px
}

.flag-nr {
    background-position: 0 -14958px
}

.flag-nt {
    background-position: 0 -15040px
}

.flag-nu {
    background-position: 0 -15118px
}

.flag-nz {
    background-position: 0 -15198px
}

.flag-om {
    background-position: 0 -15280px
}

.flag-pa {
    background-position: 0 -15360px
}

.flag-pe {
    background-position: 0 -15440px
}

.flag-pf {
    background-position: 0 -15520px
}

.flag-pg {
    background-position: 0 -15600px
}

.flag-ph {
    background-position: 0 -15678px
}

.flag-pk {
    background-position: 0 -15760px
}

.flag-pl {
    background-position: 0 -15840px
}

.flag-pm {
    background-position: 0 -15920px
}

.flag-pn {
    background-position: 0 -15998px
}

.flag-po {
    background-position: 0 -16080px
}

.flag-pr {
    background-position: 0 -16160px
}

.flag-pt {
    background-position: 0 -16320px
}

.flag-pw {
    background-position: 0 -16400px
}

.flag-py {
    background-position: 0 -16480px
}

.flag-qa {
    background-position: 0 -16558px
}

.flag-re {
    background-position: 0 -16640px
}

.flag-rm {
    background-position: 0 -16718px
}

.flag-ro {
    background-position: 0 -16800px
}

.flag-ru {
    background-position: 0 -16880px
}

.flag-rw {
    background-position: 0 -16960px
}

.flag-ar {
    background-position: 0 -17040px
}

.flag-sb {
    background-position: 0 -17120px
}

.flag-sc {
    background-position: 0 -17198px
}

.flag-sd {
    background-position: 0 -17278px
}

.flag-se {
    background-position: 0 -17360px
}

.flag-sf {
    background-position: 0 -17440px
}

.flag-sg {
    background-position: 0 -17520px
}

.flag-sh {
    background-position: 0 -17598px
}

.flag-si {
    background-position: 0 -17678px
}

.flag-sj {
    background-position: 0 -17760px
}

.flag-sk {
    background-position: 0 -17840px
}

.flag-sl {
    background-position: 0 -17920px
}

.flag-sm {
    background-position: 0 -18000px
}

.flag-sn {
    background-position: 0 -18080px
}

.flag-so {
    background-position: 0 -18160px
}

.flag-sp {
    background-position: 0 -18240px
}

.flag-sr {
    background-position: 0 -18400px
}

.flag-srb {
    background-position: 0 -18400px
}

.flag-st {
    background-position: 0 -18478px
}

.flag-sv {
    background-position: 0 -18560px
}

.flag-sw {
    background-position: 0 -18640px
}

.flag-sy {
    background-position: 0 -18720px
}

.flag-sz {
    background-position: 0 -18800px
}

.flag-tc {
    background-position: 0 -18878px
}

.flag-td {
    background-position: 0 -18960px
}

.flag-tf {
    background-position: 0 -19040px
}

.flag-tg {
    background-position: 0 -19120px
}

.flag-th {
    background-position: 0 -19200px
}

.flag-tj {
    background-position: 0 -19278px
}

.flag-tk {
    background-position: 0 -19358px
}

.flag-tm {
    background-position: 0 -19438px
}

.flag-tn {
    background-position: 0 -19520px
}

.flag-to {
    background-position: 0 -19598px
}

.flag-tp {
    background-position: 0 -19680px
}

.flag-tr {
    background-position: 0 -19760px
}

.flag-ts {
    background-position: 0 -19840px
}

.flag-tt {
    background-position: 0 -19920px
}

.flag-tu {
    background-position: 0 -20000px
}

.flag-tv {
    background-position: 0 -20078px
}

.flag-tw {
    background-position: 0 -20160px
}

.flag-tw_old {
    background-position: 0 -20240px
}

.flag-tx {
    background-position: 0 -20318px
}

.flag-tz {
    background-position: 0 -20400px
}

.flag-ua {
    background-position: 0 -20480px
}

.flag-ug {
    background-position: 0 -20560px
}

.flag-en {
    background-position: 0 -20638px
}

.flag-um {
    background-position: 0 -20720px
}

.flag-up {
    background-position: 0 -20800px
}

.flag-us {
    background-position: 0 -20880px
}

.flag-uy {
    background-position: 0 -20960px
}

.flag-uz {
    background-position: 0 -21038px
}

.flag-va {
    background-position: 0 -21120px
}

.flag-vc {
    background-position: 0 -21200px
}

.flag-ve {
    background-position: 0 -21280px
}

.flag-vg {
    background-position: 0 -21358px
}

.flag-vi {
    background-position: 0 -21440px
}

.flag-vm {
    background-position: 0 -21520px
}

.flag-vn {
    background-position: 0 -21600px
}

.flag-vt {
    background-position: 0 -21680px
}

.flag-vu {
    background-position: 0 -21760px
}

.flag-wa {
    background-position: 0 -21840px
}

.flag-wf {
    background-position: 0 -21920px
}

.flag-ws {
    background-position: 0 -21998px
}

.flag-wz {
    background-position: 0 -22080px
}

.flag-ye {
    background-position: 0 -22160px
}

.flag-yt {
    background-position: 0 -22240px
}

.flag-yu {
    background-position: 0 -22320px
}

.flag-za {
    background-position: 0 -22400px
}

.flag-zm {
    background-position: 0 -22480px
}

.flag-zr {
    background-position: 0 -22560px
}

.flag-zw {
    background-position: 0 -22638px
}

.flag-mne {
    background-position: 0 -22720px
}

.clear-both {
    clear: both
}

#lang-detail .currency a {
    display: block;
    line-height: 20px;
    padding-left: 0;
    font-size: 12px;
    color: #8d8d8d;
    text-align: left;
    margin-bottom: 10px;
    opacity: .5;
    margin-bottom: 8px;
    display: block
}

#lang-detail .currency a i {
    width: 30px;
    height: 20px;
    line-height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin-right: 5px
}

#lang-detail .currency a:hover {
    opacity: 1;
    color: #2b2b2b
}

#lang-detail .currency a.active {
    opacity: 1;
    color: #2b2b2b;
    cursor: text
}

i.fa.fa-iqd:before {
    content: "د.ع";
    margin-top: -2px;
    display: block
}

.currency-ron .fa {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px
}

.currency-ron .fa:before {
    content: "RON";
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px
}

.currency-aed .fa {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px
}

.currency-aed .fa:before {
    content: "AED";
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px
}

.currency-bhd .fa {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px
}

.currency-bhd .fa:before {
    content: "BHD";
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px
}

.currency-jod .fa {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px
}

.currency-jod .fa:before {
    content: "JOD";
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px
}

.currency-kwd .fa {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px
}

.currency-kwd .fa:before {
    content: "KWD";
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px
}

.currency-omr .fa {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px
}

.currency-omr .fa:before {
    content: "OMR";
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px
}

.currency-azn .fa {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px
}

.currency-azn .fa:before {
    content: "AZN";
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px
}

.currency-qar .fa {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px
}

.currency-qar .fa:before {
    content: "QAR";
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px
}

.currency-sar .fa {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px
}

.currency-sar .fa:before {
    content: "SAR";
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px
}

.currency-aud .fa {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px
}

.currency-aud .fa:before {
    content: "AUD";
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px
}

#store_region_container {
    position: absolute;
    top: 2px
}

#divMagazaBolge {
    min-width: 320px
}

.divMagazaBolgeTittle {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

#divMagazaBolgeUlke {
    margin-bottom: 15px
}

#divMagazaBolgeUlke label {
    display: block;
    font-weight: normal;
    display: block;
    color: #666
}

#divMagazaBolgeUlke select {
    display: block;
    width: 100%;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 1;
    height: auto
}

#divMagazaBolgeSehir {
    margin-bottom: 15px
}

#divMagazaBolgeSehir label {
    display: block;
    margin-bottom: 5px
}

#divMagazaBolgeSehir select {
    display: block;
    width: 100%;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 1;
    height: auto
}

#divMagazaBolgeIlce {
    margin-bottom: 15px
}

#divMagazaBolgeIlce label {
    display: block;
    margin-bottom: 5px
}

#divMagazaBolgeIlce select {
    display: block;
    width: 100%;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 1;
    height: auto
}

#divMagazaBolgeSemt {
    margin-bottom: 15px
}

#divMagazaBolgeSemt label {
    display: block;
    margin-bottom: 5px
}

#divMagazaBolgeSemt select {
    display: block;
    width: 100%;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 1;
    height: auto
}

#divMagazaBolge a {
    display: block;
    text-align: center
}

.divMagazaBolgeAdres {
    margin-top: 10px;
    max-height: 200px;
    overflow-y: auto
}

.divMagazaBolgeAdresTitle {
    font-size: 15px;
    font-weight: bold
}

.divMagazaBolgeAdres li {
    display: flex;
    flex-direction: row;
    margin-top: 10px
}

.divMagazaBolgeAdres li > input {
    margin-top: auto;
    margin-bottom: auto
}

.divMagazaBolgeAdres li > div {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    font-size: 12px
}

.divMagazaBolgeAdres .AdresTanim {
    font-weight: bold;
    font-size: 13px
}

table.duslerwebTable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px
}

.duslerwebTable tr {
    background-color: #f2f2f0
}

.duslerwebTable tbody tr {
    border-bottom: 10px solid #fff
}

.duslerwebTable th {
    background: #fff;
    font-size: 13px;
    font-weight: 600
}

.duslerwebTable td, .duslerwebTable th {
    padding: 9px;
    text-align: left
}

.duslerwebTable thead tr th {
    border: 0
}

@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px) {
    .duslerwebTable table, .duslerwebTable thead, .duslerwebTable tbody, .duslerwebTable th, .duslerwebTable td, .duslerwebTable tr {
        display: block
    }

    .duslerwebTable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .duslerwebTable tr {
        border: 1px solid #ccc
    }

    .duslerwebTable td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }

    .duslerwebTable td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap
    }
}

@media screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px) {
    table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold
    }
}

.textalignCenter {
    text-align: center !important
}

.adreslerimBaslikRenk {
    color: #f68428
}

.lbMapPoint {
    width: 30px;
    height: 30px;
    background: url(../images/lookbookIco.png) no-repeat center center transparent;
    cursor: pointer
}

#lbUrunView {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px
}

#lbUrunView .lbSpanUrunAdi {
    display: block;
    font-size: 22px;
    color: #000
}

#lbUrunView .lbSpanUrunFiyat {
    display: block;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px
}

#lbUrunView .lbSpanUrunSatinAl {
    display: block
}

#lbUrunView .lbSpanUrunSatinAl a {
    color: #000;
    font-size: 16px
}

.uyegirisPopup a.fancybox-close {
    background: #fff;
    color: #000;
    right: 0
}

.uyegirisPopup a.fancybox-close:after {
    color: #000
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

#mainHolder_txtbxSifre {
    padding-right: 30px
}

[ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important
}

.translate-cloak {
    display: none
}

.alert {
    padding: 3px;
    margin: 5px 0;
    border: 1px solid transparent;
    display: block;
    font-weight: bold;
    width: 100%
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.sayfaYukleniyor {
    position: relative
}

.sayfaYukleniyor:after {
    content: '';
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.sayfaYukleniyor:before {
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 50px;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin-left: -25px;
    margin-top: -25px;
    color: #000;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.butonDisabled {
    opacity: .6;
    cursor: not-allowed !important
}

a {
    cursor: pointer
}

#divStokYok {
    display: block;
    background-color: #dfdfdf;
    text-align: center;
    padding: 10px 0;
    line-height: normal;
    margin: 15px 0;
    border-radius: 4px;
    float: left;
    width: 100%;
    clear: left
}

#divStokYok:after {
    clear: both;
    display: table;
    content: ""
}

.eksecenekLine.kutuluvaryasyon {
    overflow: inherit
}

.size_box.nostok {
    position: relative;
    pointer-events: none;
    cursor: default;
    opacity: .5
}

.btnnostok {
    text-align: center;
    position: absolute;
    display: none;
    background-color: #ddd;
    color: #000;
    padding: 5px 2px;
    font-size: 10px;
    left: -120%;
    right: -120%;
    line-height: 14px !important;
    top: 100%;
    z-index: 10000000;
    margin-top: 6px
}

.btnnostok:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    border-bottom: 6px solid #ddd;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -6px
}

.btnnostok i {
    display: block;
    font-size: 16px;
    margin-top: 5px
}

.size_box.nostok:hover .btnnostok {
    display: block !important
}

.btnnostok.selected {
    background-color: #f1b9bc;
    border-color: #e89296;
    color: #f00 !important
}

.btnnostok.selected:after {
    border-bottom-color: #f1b9bc
}

.btnnostok:before {
    background-color: transparent;
    height: 6px;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: -6px
}

.btnnostok.selected i {
    color: #f00 !important
}

.SmallImages .AltVideoThumb {
    position: relative
}

.SmallImages .AltVideoThumb i {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 28px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

#divThumpVideo {
    position: relative
}

#divThumpVideo i {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 28px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

#vdUrunVideo {
    max-width: 100%
}

.ProductList .productImage a.videoProduct {
    height: auto;
    padding-bottom: 0
}

.productItem .productImage video {
    width: 100%;
    height: 100%;
    margin: auto;
    transition: ease-in-out .3s all;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.videoAutoPlayFalse .divVideoPlayButton {
    display: block
}

.videoAutoPlayTrue .divVideoPlayButton {
    display: none
}

.productItem .productImage a.urunListeVideoPlay {
    position: absolute;
    left: 10px;
    top: 0;
    padding: 0;
    height: 0;
    margin: 0;
    display: inline-block;
    width: auto;
    z-index: 999999
}

.productItem .productImage a.urunListeVideoPlay i {
    font-size: 20px
}

#txtbxurunSiparisAdedi-error {
    display: none !important
}

.urunsecoverlay {
    position: fixed;
    background-color: #000;
    opacity: .5;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.urunsecbody #divUrunEkSecenek {
    background-color: #fff;
    position: relative;
    z-index: 1000000;
    padding: 5px;
    border-radius: 5px
}

.urunsecbody #divUrunEkSecenek .tooltipp {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -130px;
    background-color: #f00;
    width: 260px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px
}

.eksecenekLine {
    clear: both;
    display: block;
    margin-bottom: 3px
}

.detayEdit {
    position: fixed;
    left: 0;
    z-index: 9999;
    top: 300px;
    -webkit-box-shadow: 3px 3px 8px 0 rgba(186, 179, 186, 1);
    -moz-box-shadow: 3px 3px 8px 0 rgba(186, 179, 186, 1);
    box-shadow: 3px 3px 8px 0 rgba(186, 179, 186, 1)
}

.btnEdit {
    padding: 5px;
    background-color: #fff;
    color: #000;
    display: block;
    border-radius: 2px;
    position: relative;
    cursor: pointer
}

.editUl {
    display: none
}

.editUl a {
    display: block;
    background-color: #fff;
    border-radius: 2px;
    line-height: 34px;
    padding: 0 80px 0 5px;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    margin: 5px 0 5px 0
}

.editUl a:hover {
    background-color: #f1f1f1
}

.btnEdit:hover .editUl {
    display: block;
    padding: 5px 0
}

.whatsApp {
    position: relative;
    color: #fff;
    cursor: pointer;
    background-color: #6dc33a;
    border-radius: 3px;
    box-sizing: border-box;
    line-height: 20px;
    display: inline-block;
    width: 93px;
    text-align: center
}

.whatsApp:hover, whatsApp label:hover, .whatsApp i:hover {
    color: #fff
}

.telegram {
    position: relative;
    color: #fff;
    cursor: pointer;
    background-color: #34abe0;
    border-radius: 3px;
    box-sizing: border-box;
    line-height: 20px;
    display: inline-block;
    width: 93px;
    text-align: center
}

.telegram:hover, telegram label:hover, .telegram i:hover {
    color: #fff
}

.rating {
    color: #a9a9a9;
    margin: 0;
    padding: 0
}

ul.rating {
    display: inline-block
}

.rating li {
    list-style-type: none;
    display: inline-block;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    width: 19px;
    height: 20px;
    position: relative;
    margin-right: 3px
}

ul.rating li i.starItem {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}

ul.rating li i.starItem:hover {
    font-size: 20px
}

.rating .filled {
    color: #ffd700
}

.taksitWrapper .taksitBlock {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 10px 20px 10px
}

.taksitWrapper .taksitBlock .taksitLogo {
    height: 30px;
    margin: 0 auto 10px auto;
    display: block
}

.taksitWrapper .taksitBlock .taksitBlockContent {
    width: 100%;
    max-width: 330px;
    margin: 0 auto
}

.taksitWrapper .taksitBlock .taksitBlockContent table {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-spacing: 0;
    border-radius: 3px;
    overflow: hidden
}

.taksitWrapper .taksitBlock .taksitBlockContent table thead {
    color: #fff
}

.taksitWrapper .taksitBlock .taksitBlockContent thead tr {
    background: #0f3a54;
    color: #fff
}

.taksitWrapper .taksitBlock .taksitBlockContent table tr {
    height: 40px;
    line-height: 40px
}

.taksitWrapper .taksitBlock .taksitBlockContent table tbody tr:nth-child(even) {
    background: #eee
}

.taksitWrapper .taksitBlock .taksitBlockContent tr td {
    padding: 0 5px
}

.taksitWrapper .taksitBlock .taksitBlockContent tr td.taksitAdet {
    max-width: 100px;
    font-weight: 500
}

.taksitWrapper .taksitBlock .taksitBlockContent tr td {
    padding: 5px;
    line-height: 20px
}

.taksitWrapper .taksitBlock .taksitBlockContent table tbody tr:hover {
    background: #ddd
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-1 {
    background: #7cc242
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-2 {
    background: #fdbf57
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-3 {
    background: #6950a2
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-4 {
    background: #e01d6e
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-5 {
    background: #ed1c24
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-6 {
    background: #00a6d4
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-7 {
    background: #ee3623
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-9 {
    background: #a3a3a3
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-10 {
    background: #2484c6
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-11 {
    background: #056bb6
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-12 {
    background: #221f1f
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-13 {
    background: #0053a0
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-14 {
    background: #fdb813
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-15 {
    background: #036647
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-16 {
    background: #00c3b3
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-17 {
    background: #e8ce00
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-18 {
    background: #e9690e
}

.taksitWrapper .taksitBlock .taksitBlockContent thead .taksitColor-19 {
    background: #009862
}

div.odemeSecenekItem {
    background: #dfecd4;
    width: 100%;
    max-width: 200px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #9ec77f;
    font-size: 12px;
    color: #656565;
    float: left;
    margin: 0 10px 10px 0
}

div.odemeSecenekItem b {
    font-size: 18px;
    display: block;
    padding-top: 3px
}

@media (min-width: 550px) and (max-width: 990px) {
    .taksitWrapper .taksitBlock {
        width: 50%
    }

    .taksitWrapper .taksitBlock:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .taksitWrapper .taksitBlock {
        width: 33%
    }

    .taksitWrapper .taksitBlock:nth-child(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 1200px) {
    .taksitWrapper .taksitBlock {
        width: 25%
    }

    .taksitWrapper .taksitBlock:nth-child(4n+1) {
        clear: left
    }
}

.riSingle {
    display: inline-block;
    white-space: nowrap;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    vertical-align: middle
}

.riSingle a.riUp {
    display: inline-block;
    height: 8px;
    width: 15px;
    vertical-align: top
}

.riSingle a.riDown {
    display: inline-block;
    height: 8px;
    width: 15px;
    vertical-align: top;
    margin-left: -15px;
    vertical-align: bottom
}

.RadInput a {
    display: block;
    overflow: hidden;
    position: relative;
    outline: 0;
    z-index: 2;
    text-indent: -2222px;
    text-align: center;
    text-decoration: none
}

.quickViewIco {
    display: none;
    position: absolute;
    left: 20px;
    top: 30%;
    right: 20px;
    text-align: center
}

.productItem:hover .quickViewIco {
    display: block
}

.globalSelect {
    font-size: 11px;
    border: 1px solid #eaeaea;
    padding: 3px;
    width: 120px
}

#divTemaOnizleme {
    margin: 0 auto;
    background-color: #000;
    padding: 5px 20px;
    overflow: hidden;
    display: flex
}

#divTemaOnizleme select {
    border: 1px solid #ccc;
    padding: 6px 12px;
    height: 34px;
    width: 100%;
    color: #555;
    margin: 5px 0;
    background-color: #fff;
    background-image: none;
    border-radius: 4px
}

#divTemaOnizleme span {
    margin: 0 auto;
    color: #fff
}

#btnTemaOnizlemeIptal {
    margin-top: 4px;
    float: right;
    line-height: 34px;
    padding: 0 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 4px;
    cursor: pointer
}

.noProduct {
    background: #fff;
    border-radius: 50%;
    width: 212px;
    height: 212px;
    border: 1px solid #c6c8ca;
    color: #b1b3b7;
    text-align: center;
    font-family: sans-serif;
    padding-top: 40px;
    margin: 20px auto;
    box-sizing: border-box
}

.noProduct span {
    display: block;
    margin-top: 15px;
    font-weight: 700;
    font-size: 16px
}

.noProduct img {
    margin-left: -7px
}

.baglanButton {
    line-height: 34px;
    background-color: #ef233c;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
    padding: 5px 0
}

.baglanButton a {
    border: none;
    width: 100%;
    height: 100%;
    line-height: 1;
    display: block;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 15px 0
}

#divFacebookLoginContainer.baglanButton {
    background: #3b5998
}

#divTwitterLoginContainer.baglanButton {
    background: #2ba9e1
}

#divGoogleLoginContainer.baglanButton {
    background: #dd4b39;
    margin-bottom: 10px
}

.asortiListItem {
    display: block
}

.asortiListItem:after {
    clear: both;
    display: table;
    content: ""
}

.asortiListItem > div {
    float: left;
    padding: 5px 0
}

.asortiMiktar {
    min-width: 20%
}

.asortiAyrac {
    min-width: 5%
}

ul.breadcrumb {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    float: left;
    margin: 0;
    font-size: 13px
}

ul.breadcrumb:after {
    clear: both;
    display: table;
    content: ""
}

ul.breadcrumb li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 13px;
    float: left
}

ul.breadcrumb li:first-child a {
    font-size: 13px
}

ul.breadcrumb li a {
    display: inline-block;
    line-height: normal;
    font-size: 13px
}

ul.breadcrumb li a span {
    font-size: 13px
}

.proCategoryTitle:after {
    clear: both;
    display: table;
    content: ""
}

a#linkOncekiSayfa {
    display: inline-block;
    float: right;
    line-height: normal;
    padding: 0;
    margin: 0;
    position: relative;
    color: #000;
    font-size: 13px
}

.taksitBaslik1 {
    background: none center center no-repeat #7cc242
}

.taksitBaslik2 {
    background: none center center no-repeat #fdbf57
}

.taksitBaslik3 {
    background: none center center no-repeat #6950a2
}

.taksitBaslik4 {
    background: none center center no-repeat #e01d6e
}

.taksitBaslik5 {
    background: none center center no-repeat #ed1c24
}

.taksitBaslik6 {
    background: none center center no-repeat #00a6d4
}

.taksitBaslik7 {
    background: none center center no-repeat #ee3623
}

.taksitBaslik8 {
    background: none center center no-repeat #00aedb
}

.taksitBaslik9 {
    background: none center center no-repeat #a3a3a3
}

.taksitBaslik10 {
    background: none center center no-repeat #2e3192
}

.taksitBaslik11 {
    background: none center center no-repeat #056bb6
}

.taksitBaslik12 {
    background: none center center no-repeat #221f1f
}

.taksitBaslik13 {
    background: none center center no-repeat #0053a0
}

.taksitBaslik14 {
    background: none center center no-repeat #ffdf00
}

.taksitBaslik15 {
    background: none center center no-repeat #024d39
}

.taksitBaslik16 {
    background: none center center no-repeat #8c1639
}

.taksitBaslik17 {
    background: none center center no-repeat #e9690e
}

.taksitBaslik18 {
    background: none center center no-repeat #e9690e
}

.taksitBaslik19 {
    background: none center center no-repeat #fff
}

.taksitBaslik20 {
    background: none center center no-repeat #7cc242
}

.taksitBaslik21 {
    background: none center center no-repeat #ffdf00
}

.taksitBaslik23 {
    background: none center center no-repeat #e01d6e
}

.taksitBaslik img {
    display: inline-block
}

ul.breadcrumb {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    float: left
}

ul.breadcrumb li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 13px;
    float: left
}

ul.breadcrumb li:first-child a {
    font-size: 13px
}

ul.breadcrumb li a {
    display: inline-block;
    line-height: normal;
    font-size: 13px
}

ul.breadcrumb li a span {
    font-size: 13px
}

.proCategoryTitle:after {
    clear: both;
    display: table;
    content: ""
}

a#linkOncekiSayfa {
    display: inline-block;
    float: right;
    line-height: normal;
    padding: 0;
    margin: 0;
    position: relative;
    color: #000;
    font-size: 13px
}

.flex-caption {
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 14px;
    line-height: 18px
}

.jautoImages {
    background-color: #fff;
    z-index: 9999
}

.jautoImages .ui-menu-item {
    height: 52px;
    overflow: hidden;
    padding: 0 !important;
    margin-bottom: 10px !important
}

.jautoImages .ui-menu-item:after {
    clear: both;
    display: table;
    content: ""
}

.jautoImages .complate_image {
    float: left;
    width: 20%;
    height: 50px;
    display: block;
    margin-right: 10px;
    text-align: center
}

.jautoImages .complate_image img {
    max-width: 100%;
    max-height: 100%
}

.jautoImages .complate_text {
    float: left;
    width: 70%;
    display: block;
    line-height: 1;
    font-size: 12px;
    padding: 5px 0 0 0;
    vertical-align: middle;
    color: #000;
    text-align: left
}

#divMobileImageList .owl-dots {
    text-align: center;
    position: relative;
    margin-top: 10px
}

#divMobileImageList .owl-dots .owl-dot {
    background: #000;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px
}

#divMobileImageList .owl-dots .owl-dot.active {
    background: #d9d9d9
}

.istekListeAra {
    min-width: 320px;
    max-width: 400px;
    margin: 0 auto
}

.istekListeAraTittle {
    font-size: 22px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-top: 40px;
    margin-bottom: 40px
}

.istekListeAra .button {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    min-height: 0;
    line-height: normal;
    padding: 12px 0;
    display: block
}

.istekListeAra .textbox {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    min-height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #f3f3f3;
    border: 1px solid #e1e1e1
}

.istekListeAra .validate {
    margin-top: 10px
}

.istekListeSonuc {
    border: 1px solid #e1e1e1;
    padding: 10%
}

.istekListeSonuc .istekListeItemTittle {
    text-align: center;
    font-size: 16px
}

.istekDetayGeri {
    text-align: center;
    display: block;
    margin-bottom: 40px
}

.istekDetayGeri .button {
    display: inline-block;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #2b2b2b;
    padding-left: 30px;
    padding-right: 30px
}

.istekDetayGeri:after {
    clear: both;
    display: table;
    content: ""
}

.istekDetayIcerik .ProductList:after {
    clear: both;
    display: table;
    content: ""
}

.istekDetayIcerik .productItem {
    overflow: inherit
}

.istekUrunDetay .urunBaslik {
    color: #2b2b2b;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 8px;
    overflow: hidden;
    display: block
}

.istekUrunDetay .satinAl {
    display: block
}

.istekUrunDetay .satinAl:after {
    clear: both;
    display: table;
    content: ""
}

.istekUrunDetay .satinAl .button {
    padding: 8px 20px;
    border-radius: 4px;
    display: inline-block
}

.istekUrunDetay .istekUrunFiyat {
    color: #2b2b2b;
    font-size: 13px;
    margin-bottom: 20px;
    height: 15px;
    overflow: hidden;
    display: block
}

.istekUrunDetay .istekUrunDurum {
    font-weight: bold;
    font-size: 14px
}

.ArkadasiniDavetetBlock ul {
    list-style-type: none
}

.ArkadasiniDavetetBlock button.accordion {
    color: #2b2b2b;
    background-color: transparent;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 0;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 14px;
    transition: .4s
}

.ArkadasiniDavetetBlock .Block_Text {
    background-color: #fff;
    padding: 0 10% 20px
}

.ArkadasiniDavetetBlock .button.linkOlustur {
    background-color: #f3f3f3;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    color: #2b2b2b
}

.ArkadasiniDavetetBlock .button {
    margin: 10px 0 0 0
}

.ArkadasiniDavetetBlock .textbox {
    background-color: #f3f3f3;
    border: 1px solid #e1e1e1;
    box-shadow: none
}

.ArkadasiniDavetetBlock hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e1e1e1;
    margin: 20px 0 0 0;
    padding: 0
}

.divOzellestirmeContent {
    background-color: #fff;
    max-width: 360px;
    padding: 20px;
    min-width: 360px
}

.ozellestirmeTittle {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 8px;
    margin-bottom: 10px
}

.ozellestirmeTittle .colLeft {
    text-align: left;
    width: 100%;
    font-weight: 600;
    color: #000;
    font-size: 18px
}

.ozellestirmeTittle .colLeft span {
    font-weight: 600;
    color: #000;
    font-size: 18px
}

.ozellestirmeTittle .colLeft span i {
    margin-right: 5px;
    font-size: 14px
}

.ozellestirmeTittle .colCenter {
    float: left;
    width: 33%;
    font-weight: 600;
    color: #000;
    font-size: 18px
}

.ozellestirmeTittle .colRight {
    float: left;
    width: 33%;
    font-weight: 600;
    color: #000;
    font-size: 18px
}

.ozellestirmeTittle:after {
    clear: both;
    display: table;
    content: ""
}

.ozellestirmeitem:after {
    clear: both;
    display: table;
    content: ""
}

.ozellestirmeitem div {
    text-align: left;
    float: left;
    font-weight: 600;
    color: #000;
    font-size: 13px
}

.ozellestirmeitem .colLeft {
    color: #000;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    line-height: 1.5
}

.ozellestirmeitem .colRight {
    color: #3d3a3a;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5
}

.ozellestirmeUcret {
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 0;
    margin: 10px 0
}

.ozellestirmeUcret .colLeft {
    text-align: left;
    font-weight: 700;
    color: #000;
    font-size: 14px
}

.ozellestirmeUcret .colLeft i {
    margin-right: 5px;
    font-size: 14px
}

.ozellestirmeUcret .colRight span {
    color: #000;
    font-size: 13px;
    font-weight: 600
}

.brand-list {
    width: 100%
}

.brands-head {
    width: 100%;
    line-height: 58px;
    color: #111;
    font-size: 14px;
    font-weight: 900
}

.brands-head:after {
    clear: both;
    display: table;
    content: ""
}

#allletters {
    background-color: #ddd;
    margin-bottom: 20px;
    padding: 5px;
    margin-top: 10px;
    list-style-type: none
}

#allletters:after {
    clear: both;
    display: table;
    content: ""
}

#allletters li {
    float: left;
    margin-right: 5px;
    text-align: center;
    width: 39px;
    height: 25px;
    background-color: #fff
}

#allletters li a {
    float: left;
    width: 100%;
    float: left;
    line-height: 25px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase
}

.brands-wrapper .brands-block {
    background-color: #ddd;
    min-height: 335px;
    padding: 20px 20px 20px 160px;
    position: relative
}

.brands-wrapper .brand-letter {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 100%;
    padding: 0
}

.brands-wrapper .brand-letter > h4 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 0
}

.brands-wrapper .brand-letter > h4 > a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 160px;
    line-height: 1.2;
    text-indent: 0
}

.brands-wrapper .brand-name-list {
    float: left;
    width: 100%;
    max-height: 295px;
    overflow-y: auto;
    overflow-x: hidden
}

.brands-wrapper .brand-name-list::-webkit-scrollbar {
    width: 4px
}

.brands-wrapper .brand-name-list::-webkit-scrollbar-track {
    background: #e5e5e5
}

.brands-wrapper .brand-name-list::-webkit-scrollbar-thumb {
    background: #000
}

.brands-wrapper .brand-name-list .fl {
    float: left;
    width: 100%;
    list-style-type: none
}

.brands-wrapper .brand-name-list .fl li {
    float: left;
    width: 25%
}

.brands-wrapper .brand-name-list .fl li a {
    background: #fff;
    color: #000;
    font-size: 12px;
    padding: 0 11px;
    line-height: 25px;
    float: left;
    margin-bottom: 5px
}

@media (max-width: 768px) {
    .brands-wrapper .brands-block {
        min-height: 175px;
        height: 175px;
        padding: 20px 20px 20px 95px
    }

    .brands-wrapper .brand-letter {
        width: 85px
    }

    .brands-wrapper .brand-letter > h4 > a {
        font-size: 98px
    }

    .brands-wrapper .brand-name-list .fl li {
        width: 100%
    }

    #allletters li {
        width: 29px;
        margin-bottom: 5px
    }

    #allletters li a {
        font-size: 15px
    }
}

#divMagazaStok {
    float: left;
    margin: 0 0 0 0
}

#divMagazalar {
    max-width: 460px;
    padding: 30px 20px
}

#divMagazalar:after {
    clear: both;
    display: table;
    content: ""
}

#divMagazalar .divMagazalarTittle {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #000;
    width: 100%
}

#divMagazalar .divMagazalarTittle i {
    font-size: 14px;
    margin-right: 8px
}

#divMagazalar .adresDetayItemContent {
    display: flex;
    margin-left: -5px;
    margin-right: -5px
}

#divMagazalar .adresDetayUlkeItem, .adresDetaySehirItem, .adresDetayIlceItem {
    margin: 5px;
    flex-grow: 3
}

#divMagazalar select {
    border: 1px solid #e1e1e1;
    height: 40px;
    background-color: #fff;
    display: block;
    padding: 0;
    margin: 0
}

#divMagazalar .divMagazaHeader {
    width: 100%;
    float: left;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 0 0
}

#divMagazalar .divMagazaHeader:after {
    clear: both;
    display: table;
    content: ""
}

#divMagazalar .divMagazaHeader > div {
    width: 25%;
    float: left;
    margin-right: 0;
    text-align: center;
    font-size: 12px;
    color: #000;
    font-weight: 500
}

#divMagazalar .divMagazaContent {
    float: left;
    width: 100%;
    border: 1px solid #e1e1e1;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden
}

#divMagazalar .divMagazaContent:after {
    clear: both;
    display: table;
    content: ""
}

#divMagazalar .divMagazaItem {
    float: left;
    display: block;
    width: 100%;
    background-color: #f5f4f4;
    padding: 0 0
}

#divMagazalar .divMagazaItem:nth-child(2n) {
    background-color: #fff
}

#divMagazalar .divMagazaItem:after {
    clear: both;
    display: table;
    content: ""
}

#divMagazalar .divMagazaItem > div {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #000
}

#divMagazalar .divMagazaItem > div.span-1 {
    padding: 15px 0;
    line-height: normal
}

#divMagazalar .divMagazaItem > div.span-2 {
    padding: 15px 0;
    line-height: normal
}

#divMagazalar .divMagazaItem > div.span-3 {
    padding: 15px 0;
    line-height: normal
}

#divMagazalar .divMagazaItem > div.span-4 {
    padding: 15px 0;
    line-height: normal
}

#divMagazalar .divMagazaItem > div.span-4 a {
    line-height: normal;
    font-size: 12px
}

@media (max-width: 768px) {
    #divMagazalar > div {
        width: 100%;
        font-size: 11px;
        margin-bottom: 8px
    }
}

@media (max-width: 991px) {
    .leftImage img {
        max-width: 100%
    }
}

.categoryOverlay {
    visibility: visible;
    background: #000;
    opacity: .5;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    height: 100%
}

.categoryOverlay #loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #000;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.productItem .productTimer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #f1efef;
    padding: 10px 0;
    z-index: 9
}

.productItem .productTimer span.productTimerContent {
    display: inline-block;
    min-width: 45px
}

.productItem .productTimer span.productTimerContent span {
    font-size: 17px;
    color: #282929;
    text-align: center;
    font-weight: 600;
    border-right: 1px solid #ded6d6;
    display: block
}

.productItem .productTimer span.productTimerContent span:last-child {
    display: block;
    font-size: 12px;
    color: #919191;
    line-height: 1;
    font-weight: 400;
    border-right: 0
}

.productItem .productTimer span.productTimerContent .productTimerSecond {
    border-right: 0
}

.productItem .productPrice.showLastDayCounter {
    display: block;
    float: none;
    position: relative;
    text-align: center;
    height: auto
}

.productItem .productPrice.showLastDayCounter .discountPrice {
    display: block;
    float: none;
    position: relative;
    text-align: center
}

.productItem .productPrice.showLastDayCounter .discountPrice span {
    display: inline-block;
    font-size: 12px;
    text-decoration: line-through;
    font-weight: 400
}

.productItem .productPrice.showLastDayCounter .regularPrice {
    display: block;
    float: none;
    position: relative;
    text-align: center
}

.productItem .productPrice.showLastDayCounter .regularPrice span {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600
}

.siparisTakipDetayi .siparisTutucu .siparisBilgi .siparisBilgiSag span.siparisTakipDurum {
    font-weight: 600;
    color: #000;
    padding: 5px 0
}

.leftImage .productTimer {
    z-index: 99;
    background: rgba(6, 6, 6, .5) !important;
    width: 100%;
    padding: 6px 0 !important;
    text-align: center
}

.leftImage .productTimer > span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 40px;
    min-width: 0 !important
}

.leftImage .productTimer > span:after {
    content: ':';
    color: #fff;
    float: right;
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0
}

.leftImage .productTimer > span:last-child:after {
    display: none
}

.leftImage .productTimer > span span {
    display: block;
    clear: both;
    text-align: center;
    width: 100%;
    color: #fff !important
}

.leftImage .productTimer > span span:last-child {
    font-size: 10px
}

.leftImage .productTimer span.productTimerContent span {
    border-right: 0 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    transform: none !important
}

.centerCount .Block_item.blokUrunArama {
    width: 300px;
    margin: 0 auto;
    float: none
}

.centerCount .Block_item.blokUrunArama .Block_Title {
    margin: 0 0 10px 0;
    padding: 10px 0
}

.centerCount .Block_item.blokUrunArama .textbox.blokAramaText {
    margin: 0 0 10px 0
}

.centerCount .Block_item.SepetBlock {
    width: 300px;
    margin: 0 auto;
    float: none
}

.centerCount .Block_item.SepetBlock .Block_Title {
    margin: 0 0 10px 0;
    padding: 10px 0
}

.centerCount .Block_item.Anket {
    width: 300px;
    margin: 0 auto;
    float: none
}

.centerCount .Block_item.Anket .Block_Title {
    margin: 0 0 10px 0;
    padding: 10px 0
}

.centerCount .Block_item.ArkadasiniDavetetBlock {
    width: 300px;
    margin: 0 auto;
    float: none
}

.centerCount .Block_item.ArkadasiniDavetetBlock .Block_Title {
    margin: 0 0 10px 0;
    padding: 10px 0
}

.centerCount .Block_item.ArkadasiniDavetetBlock .Block_Text {
    padding: 0
}

.centerCount .Block_item.DovizKurlari {
    width: 300px;
    margin: 0 auto;
    float: none
}

.centerCount .Block_item.DovizKurlari .Block_Title {
    margin: 0 0 10px 0;
    padding: 10px 0
}

.centerCount .Block_item.Duyurular {
    width: 300px;
    margin: 0 auto;
    float: none
}

.centerCount .Block_item.Duyurular .Block_Title {
    margin: 0 0 10px 0;
    padding: 10px 0
}

.centerCount .Block_item.EmailListesi {
    width: 300px;
    margin: 0 auto;
    float: none
}

.centerCount .Block_item.EmailListesi .Block_Title {
    margin: 0 0 10px 0;
    padding: 10px 0
}

.centerCount .Block_item.EmailListesi .textbox#txtBlokEBultenKaydet {
    margin: 0 0 10px 0
}

.centerCount .Block_item.Haberler {
    width: 300px;
    margin: 0 auto;
    float: none
}

.centerCount .Block_item.Haberler .Block_Title {
    margin: 0 0 10px 0;
    padding: 10px 0
}

.centerCount .Block_item.YanUyeGirisi {
    width: 300px;
    margin: 0 auto;
    float: none
}

.centerCount .Block_item.YanUyeGirisi .Block_Title {
    margin: 0 0 10px 0;
    padding: 10px 0
}

.centerCount .Block_item.YanUyeGirisi .textbox#txtUyeGirisEmail {
    margin: 0 0 10px 0
}

.centerCount .Block_item.YanUyeGirisi .textbox#txtGuvenlikKodu {
    margin: 0 0 10px 0
}

.userWrapper.xIDDiv img {
    display: inline-block
}

.userWrapper.xIDDiv a {
    display: inline-block;
    line-height: normal
}

.xIDSifreDegistir img {
    display: inline-block
}

.xIDSifreDegistir a {
    display: inline-block;
    line-height: normal
}

.centerCount .Block_item.YanUyeGirisi .textbox#txtUyeGirisPassword {
    margin: 0 0 10px 0
}

.centerCount .Block_item.Istatistik {
    width: 300px;
    margin: 0 auto;
    float: none
}

.centerCount .Block_item.Istatistik .Block_Title {
    margin: 0 0 10px 0;
    padding: 10px 0
}

.centerCount .Block_item.SonEklenenUrunler {
    width: 300px;
    margin: 0 auto;
    float: none
}

.centerCount .Block_item.SonEklenenUrunler .Block_Title {
    margin: 0 0 10px 0;
    padding: 10px 0
}

.fancybox-inner #dinamikFormPopup {
    width: 320px;
    padding: 15px
}

.dinamikFormContainer * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dinamikFormContainer h3 {
    padding: 10px 0;
    display: block;
    border-bottom: 1px dotted #efefef;
    font-weight: normal;
    font-size: 16px;
    margin-top: 20px
}

.dinamikFormContainer label {
    font-size: 13px;
    color: #000;
    font-weight: bold;
    display: block;
    clear: both;
    padding: 10px 0;
    overflow: hidden;
    font-size: 12px
}

.dinamikFormContainer fieldset label {
    float: left;
    width: auto;
    margin-right: 20px
}

.dinamikFormContainer fieldset label.imageboxRadio {
    float: left;
    width: 100px;
    clear: right
}

.dinamikFormContainer fieldset label.imageboxRadio img {
    max-width: 100%
}

.dinamikFormContainer fieldset {
    border: 0;
    padding: 0;
    margin: 0
}

.dinamikFormContainer .textbox {
    width: 100%;
    border: solid 1px #e5e5e5;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    float: none
}

.dinamikFormContainer select {
    width: 100%;
    border: solid 1px #e5e5e5;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    float: none
}

.dinamikFormContainer textarea {
    width: 100%;
    border: solid 1px #e5e5e5;
    min-height: 80px;
    line-height: 20px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    float: none
}

.dinamikFormContainer .form_validation {
    color: #f00
}

.dinamikFormContainer button {
    display: block;
    margin: 20px 0;
    background-color: #000;
    text-align: center;
    color: #fff;
    box-shadow: none;
    border: 0;
    padding: 10px 0;
    width: 100%;
    cursor: pointer
}

.dinamikFormContainer .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 48px !important;
    margin-left: 0;
    transition: background-color 100ms ease-out;
    width: 100%;
    width: 100%;
    border: solid 1px #e5e5e5;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    float: none;
    color: #666;
    font-size: 14px
}

.blogCenter {
    width: 73%;
    float: left;
    margin-top: 20px
}

.blogRight {
    width: 25%;
    float: right;
    margin-top: 20px
}

.dusler-blok-ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px
}

.dusler-blok-ul:after {
    clear: both;
    display: table;
    content: ""
}

.dusler-blok-ul li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dusler-blok-ul li:first-child {
    float: left;
    width: 100%
}

.dusler-blok-ul li:nth-child(2n+2) {
    clear: left
}

.dusler-blok-ul .pi-picture {
    height: 0;
    position: relative;
    background: #fff;
    padding-bottom: 56%;
    overflow: hidden;
    width: 100%;
    border-bottom: 0
}

.dusler-blok-ul .pi-picture a {
    display: block;
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 56%
}

.dusler-blok-ul .pi-picture a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
    visibility: visible;
    background-color: rgba(28, 28, 28, .7);
    content: '';
    opacity: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    pointer-events: none !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.dusler-blok-ul .pi-picture a img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.dusler-blok-ul li:hover .pi-picture > a:before {
    visibility: visible;
    opacity: 1
}

.dusler-blok-ul .pi-titles {
    margin: 8px 0;
    height: 45px;
    overflow: hidden
}

.dusler-blok-ul .pi-titles h3 {
    letter-spacing: -.045em;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    display: block;
    color: #282828
}

.dusler-blok-ul .pi-titles h3 a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    display: block;
    color: #282828
}

.dusler-blok-ul .pi-titles h3 a:hover {
    text-decoration: underline
}

.dusler-blok-ul .pi-categories {
    margin: 8px 0
}

.dusler-blok-ul .pi-categories * {
    line-height: 20px;
    font-size: 12px !important;
    color: #9c9b9b
}

.dusler-blok-ul .pi-categories .pi-cat {
    text-decoration: underline
}

.dusler-blok-ul .pi-text {
    overflow: hidden;
    height: 80px
}

.dusler-blok-ul .pi-text p * {
    line-height: 20px;
    font-size: 13px !important
}

.dusler-blok-ul .pi-etiket {
    margin: 8px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.dusler-blok-ul .pi-etiket span {
    line-height: 18px;
    font-size: 12px !important;
    color: #9c9b9b
}

.dusler-blok-ul .pi-link {
    margin-top: 10px
}

.dusler-blok-ul .pi-link a {
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    display: inline-block
}

.blog-sayfalama ul {
    display: block;
    text-align: center;
    margin: 20px 0
}

.blog-sayfalama ul:After {
    clear: both;
    display: table;
    content: ""
}

.blog-sayfalama ul li {
    display: inline-block;
    margin: 0 5px 8px 5px
}

.blog-sayfalama ul li a {
    padding: 5px 8px;
    background-color: #eee;
    line-height: 25px
}

.blog-sayfalama ul li a:hover {
    background-color: #000;
    color: #fff
}

.blog-sayfalama ul li a.active {
    background-color: #000;
    color: #fff
}

.blogkategoribaslik {
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
    display: block;
    padding: 0 0 10px 0;
    margin-bottom: 10px
}

.blogKategori ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.blogKategori ul li a {
    text-decoration: underline
}

.bloksonyazilarbaslik {
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
    display: block;
    padding: 0 0 10px 0;
    margin-bottom: 10px
}

.blokSonYazilar ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.blokSonYazilar ul li a {
    text-decoration: underline
}

.blog-h1 {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
    display: block;
    text-decoration: underline
}

.blog-img {
    max-width: 100%;
    margin-bottom: 20px;
    display: block
}

.blog-img img {
    max-width: 100%
}

.yayintarih {
    text-align: left;
    display: block;
    font-size: 13px;
    margin: 10px 0;
    text-decoration: underline
}

.blog-listeyedon {
    color: #000;
    font-size: 13px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
    font-weight: 600
}

@media (max-width: 768px) {
    .blogCenter {
        width: 100%
    }

    .blogRight {
        display: none
    }

    .dusler-blok-ul li {
        width: 100%
    }
}

.favoriListelerimBlokContent {
    margin: 20px 0
}

.favoriListelerimBlokContent:after {
    clear: both;
    display: table;
    content: ""
}

.favoriListelerimBlokContent .favoriBlokTittle {
    font-size: 16px;
    display: block;
    margin-bottom: 20px
}

.favoriListelerimBlokContent .tab {
    overflow: hidden;
    border-bottom: 2px solid #4c4c4c;
    position: relative
}

.favoriListelerimBlokContent .tab:after {
    clear: both;
    display: table;
    content: ""
}

.favoriListelerimBlokContent .tab .tablinks {
    font-weight: 500;
    background-color: transparent;
    border: 0;
    padding: 10px 25px;
    font-size: 14px;
    float: left;
    cursor: pointer;
    color: #b2b2b2;
    letter-spacing: .5px;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent
}

.favoriListelerimBlokContent .tab .tablinks.active {
    color: #4c4c4c;
    border-left: 2px solid #4c4c4c;
    border-top: 2px solid #4c4c4c;
    border-right: 2px solid #4c4c4c
}

.favoriListelerimBlokContent .tab #aFavoriGrupEklemeAlanGoster {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #b2b2b2;
    padding: 4px 20px
}

.favoriListelerimBlokContent .tab #aFavoriGrupEklemeAlanGoster:hover {
    background-color: #4c4c4c;
    color: #fff
}

.favoriListelerimBlokContent .tabcontent {
    display: none;
    margin-top: 30px
}

.favoriListelerimBlokContent #divFavoriGroup:after {
    clear: both;
    display: table;
    content: ""
}

.favoriGrupItem {
    float: left;
    width: 100%;
    border-bottom: 2px solid #b2b2b2;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.favoriGrupItemName {
    float: left;
    width: 30%;
    padding: 9px 0
}

.favoriGrupItemAdet {
    float: left;
    width: 14%;
    padding: 9px 0
}

.favoriGrupItemImg {
    float: left;
    width: 35%
}

.favoriGrupItemSepeteekle {
    float: right;
    margin-top: 5px
}

.favoriGrupItemSepeteekle a {
    padding: 5px 30px;
    border: 1px solid #ddd;
    background-color: #ddd;
    position: relative;
    display: block
}

.favoriGrupItemSepeteekle a i {
    position: absolute;
    right: 10px;
    top: 10px
}

.favoriGrupItemSepeteekle a:hover {
    background-color: #4c4c4c;
    color: #fff
}

.favoriListelerimBlokContent .favoriGrupItemImg ul li {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: block;
    margin-right: 10px
}

.favoriListelerimBlokContent .favoriGrupItemImg ul li img {
    max-width: 100%
}

.siparisGrupItem {
    float: left;
    width: 100%;
    border-bottom: 2px solid #b2b2b2;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.siparisGrupItem:after {
    clear: both;
    display: table;
    content: ""
}

.siparisGrupItem .siparisGrupStok {
    float: left;
    width: 15%;
    padding: 9px 0
}

.siparisGrupItem .siparisGrupTarih {
    float: left;
    width: 15%;
    padding: 9px 0
}

.siparisGrupItem .siparisGrupFiyat {
    float: left;
    width: 35%;
    padding: 9px 0
}

.siparisGrupItem .siparisGrupsepetekle {
    float: right;
    margin-top: 5px
}

.siparisGrupItem .siparisGrupsepetekle a {
    padding: 5px 30px;
    border: 1px solid #ddd;
    background-color: #ddd;
    position: relative;
    display: block;
    color: #4c4c4c
}

.siparisGrupItem .siparisGrupsepetekle a i {
    position: absolute;
    right: 10px;
    top: 10px
}

.siparisGrupItem .siparisGrupsepetekle a:hover {
    background-color: #4c4c4c;
    color: #fff
}

#divFavoriGrupEklemeAlan {
    float: right
}

#divFavoriGrupEklemeAlan:after {
    clear: both;
    display: table;
    content: ""
}

.FavoriGrupEklemeAlanTxtbox {
    float: left
}

.FavoriGrupEklemeAlanTxtbox input {
    background-color: #fff;
    padding: 8px 20px 8px 5px
}

.FavoriGrupEklemeAlanEkle {
    float: left;
    margin-left: 5px
}

.FavoriGrupEklemeAlanEkle a {
    display: block;
    padding: 8px 15px;
    background-color: #ddd;
    line-height: normal;
    border: 1px solid #ddd;
    background-color: #ddd;
    color: #4c4c4c
}

.FavoriGrupEklemeAlanEkle a:hover {
    background-color: #4c4c4c;
    color: #fff
}

.FavoriGrupEklemeAlanKapat {
    float: left;
    margin-left: 5px
}

.FavoriGrupEklemeAlanKapat a {
    display: block;
    padding: 8px 15px;
    background-color: #ddd;
    line-height: normal;
    border: 1px solid #ddd;
    background-color: #ddd;
    color: #4c4c4c
}

.FavoriGrupEklemeAlanKapat a:hover {
    background-color: #4c4c4c;
    color: #fff
}

.favori-modal-content {
    width: 700px
}

.divFavoriGrupDetayTop {
    background-color: #ddd;
    padding: 3px 10px;
    color: #4c4c4c;
    position: relative
}

.divFavoriGrupDetayTopTarih {
    position: absolute;
    right: 10px;
    top: 13px
}

.divFavoriGrupDetayTop:after {
    clear: both;
    display: table;
    content: ""
}

.divFavoriGrupDetayTop #spnGrupAdi {
    margin: 6px 0;
    display: block;
    line-height: 22px;
    float: left
}

.divFavoriGrupDetayTop #btnShowGrupAdiDuzenle i {
    margin-left: 10px;
    color: #4c4c4c;
    margin-top: 10px;
    float: left
}

.divFavoriGrupDetayTop #inptGrupAdi {
    float: left;
    width: 300px;
    margin: 0;
    float: left;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd
}

.divFavoriGrupDetayTop #btnGrupAdiKaydet {
    display: block;
    float: left;
    margin-left: 10px;
    font-size: 13px;
    padding: 8px 15px;
    background-color: #ddd;
    line-height: normal;
    border: 1px solid #ddd;
    background-color: #4c4c4c;
    color: #fff
}

#divFavoriUrunAraContent {
    margin-top: 10px
}

#divFavoriUrunAraContent input {
    display: block;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 10px
}

#favoriGrupUrunler:after {
    clear: both;
    display: table;
    content: ""
}

.favoriGrupUrunItem:after {
    clear: both;
    display: table;
    content: ""
}

.favoriGrupUrunItem {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-bottom: 2px solid #ddd;
    display: block;
    padding-bottom: 10px
}

.favoriGrupUrunItem .favoriGrupUrunItemImg {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative
}

.favoriGrupUrunItem .favoriGrupUrunItemImg .favoriGrupUrunItemBirim {
    position: absolute;
    background-color: #000;
    width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 16px;
    right: 5px;
    text-align: center;
    top: 5px;
    font-size: 11px;
    line-height: 18px
}

.favoriGrupUrunItemImg img {
    max-width: 100%
}

.favoriGrupUrunItem .favoriGrupUrunItemName {
    float: left;
    width: 40%
}

.favoriGrupUrunItem .favoriGrupUrunItemName .favoriGrupUrunItemNameAdetBirim {
    display: block;
    font-size: 13px;
    color: #b2b2b2
}

.favoriGrupUrunItem .favoriGrupUrunItemPrice {
    float: left;
    width: 30%
}

.favoriGrupUrunItem .favoriGrupUrunBtnGrup {
    float: right;
    width: 10%;
    display: block;
    text-align: right
}

.favoriGrupUrunItem .favoriGrupUrunBtnGrup > div {
    display: inline-block;
    margin-left: 15px
}

.divFavoriGrupDetayBottom {
    display: block;
    margin-top: 10px;
    text-align: right
}

.divFavoriGrupDetayBottom div {
    display: inline-block
}

.divFavoriGrupDetayBottom div a {
    display: block;
    border: 1px solid #ddd;
    background-color: #ddd;
    color: #4c4c4c;
    padding: 2px 15px
}

.divFavoriGrupDetayBottom div a:hover {
    background-color: #4c4c4c;
    color: #fff
}

.standartFavoriBlok {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.standartFavoriBlok:after {
    clear: both;
    display: table;
    content: ""
}

.standartFavoriBlok .standartFavoriBlokTittle {
    border: 1px solid #ddd;
    display: block;
    padding: 8px;
    background-color: #fff;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer
}

.standartFavoriBlok .standartFavoriBlokTittle:after {
    clear: both;
    display: table;
    content: ""
}

.standartFavoriBlok .standartFavoriBlokTittle div > span {
    float: left;
    line-height: 27px
}

.standartFavoriBlok .standartFavoriBlokTittle a {
    display: block;
    float: right;
    padding: 5px 15px;
    background-color: #ddd;
    line-height: normal;
    border: 1px solid #ddd;
    background-color: #ddd;
    color: #4c4c4c;
    font-size: 13px
}

.standartFavoriBlok .standartFavoriBlokTittle a:hover {
    border: 1px solid #4c4c4c;
    background-color: #4c4c4c;
    color: #fff
}

.standartFavoriBlok .standartFavoriBlokContent .favoriGrupUrunItemContent {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    background-color: #fff
}

.standartFavoriBlok .standartFavoriBlokContent .favoriGrupUrunItemContent .favoriGrupUrunItem {
    border-bottom: 0
}

.standartFavoriBlok .standartFavoriBlokContent .favoriGrupUrunItemContent:after {
    clear: both;
    display: table;
    content: ""
}

.detayFavoriListesiContent {
    width: 100%
}

#divGrupOlusturContent .item {
    display: block;
    width: 100%
}

.detayFavoriListItem {
    display: block;
    width: 100%;
    padding: 8px 0 8px 5px;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 5px
}

.detayFavoriListItem button {
    display: block;
    padding: 5px 15px;
    background-color: #ddd;
    line-height: normal;
    border: 1px solid #ddd;
    background-color: #ddd;
    color: #4c4c4c;
    position: absolute;
    right: 6px;
    top: 3px;
    font-size: 13px;
    cursor: pointer
}

.detayFavoriListItem button:hover {
    border: 1px solid #4c4c4c;
    background-color: #4c4c4c;
    color: #fff
}

.divGrupOlusturContentBottom input {
    display: block;
    width: 100%;
    padding: 8px 0
}

.detayFavoriListesiContent #btnGrupOlusturGoster {
    display: block;
    padding: 5px 15px;
    background-color: #ddd;
    line-height: normal;
    border: 1px solid #ddd;
    margin-top: 5px;
    background-color: #ddd;
    color: #4c4c4c;
    font-size: 13px;
    cursor: pointer;
    width: 100%
}

.divGrupOlusturContentBottom button {
    display: block;
    padding: 5px 15px;
    background-color: #ddd;
    line-height: normal;
    border: 1px solid #ddd;
    margin-top: 5px;
    background-color: #ddd;
    color: #4c4c4c;
    font-size: 13px;
    cursor: pointer;
    width: 100%
}

.divGrupOlusturContentBottomError {
    padding: 5px 0;
    color: #f00
}

@media (max-width: 768px) {
    .favori-modal-content {
        width: 100%
    }
}

.magazaTeslimatBilgisiContent {
    margin: 15px 0
}

.magazaTeslimatKargoBilgisi {
    width: 50%;
    float: left;
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 10PX;
    min-height: 93px
}

.magazaTeslimatKargoBilgisi .magazaTeslimatKargo strong {
    font-size: 13px;
    color: #3e3e3e
}

.magazaTeslimatKargoBilgisi .magazaTeslimatAdresBilgisi {
    font-size: 13px;
    color: #3e3e3e;
    display: block
}

.magazaTeslimatKargoBilgisi .magazaTeslimatAdresBilgisi span {
    margin-left: 5px
}

.magazaTeslimatKargoBilgisi .magazaTeslimatAdresBilgisi span a {
    font-size: 13px;
    color: #4f8ee3;
    font-weight: 500
}

.magazaTeslimatKargoBilgisi .magazaTeslimatAdresBilgisi span a i {
    margin-right: 0
}

.magazaTeslimatKargoBilgisi .magazaTeslimatSaatBilgisi {
    font-size: 13px
}

.magazaTeslimatKargoBilgisi .magazaTeslimatSaatBilgisi a {
    font-size: 13px;
    color: #4f8ee3;
    font-weight: 500;
    margin-left: 5px
}

.magazaTeslimatKargoBilgisi .magazaTeslimatSaatBilgisi a i {
    margin-right: 0
}

.magazaTeslimatMagazaBilgisi {
    float: left;
    width: 50%;
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 10PX;
    border-left: 0;
    min-height: 93px
}

.magazaTeslimatMagazaBilgisi .magazaTeslimatMagaza strong {
    font-size: 13px;
    color: #3e3e3e
}

.magazaTeslimatMagazaBilgisi .magazaTeslimatMagaza span {
    font-size: 11px;
    color: #fff;
    background-color: #ffb007;
    display: inline-block;
    padding: 2px;
    border-radius: 2px;
    line-height: normal;
    margin-top: -5px
}

.magazaTeslimatMagazaBilgisi .magazaTeslimatMagazaAdresBilgisi {
    font-size: 13px;
    color: #3e3e3e;
    line-height: normal
}

.magazaTeslimatMagazaBilgisi .magazaTeslimatMagazaAdresBilgisi a {
    font-size: 13px;
    color: #4f8ee3;
    font-weight: 500;
    margin-left: 5px
}

.magazaTeslimatMagazaBilgisi .magazaTeslimatMagazaAdresBilgisi a i {
    margin-right: 0
}

.sutunsContent {
    width: 700px;
    background-color: #fff;
    padding: 10px;
    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
}

.sutunsContent .sutun {
    float: left
}

.sutunsContent .baslik {
    text-align: center;
    border: 1px solid #ebebeb;
    font-size: 13px;
    font-weight: 600
}

.sutunsContent .sutun .satir {
    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;
    height: 50px;
    border: 1px solid #ebebeb;
    color: #3e3e3e;
    font-size: 13px
}

.global_body .teslimatSaatiContent {
    width: 600px;
    padding: 10px
}

.global_body .teslimatSaatiContentBaslik p:first-child {
    font-size: 17px;
    font-weight: 600
}

.global_body .teslimatSaatiContentBaslik p:last-child {
    font-size: 13px;
    font-weight: 400;
    padding: 10px 0
}

.global_body .teslimatSaatiContent .teslimatSaatiRow {
    flex-wrap: wrap;
    display: flex
}

.global_body .teslimatSaatiContent .teslimatSaatiRow .teslimatSaatiCol {
    width: 14.285714%;
    cursor: pointer;
    text-align: center;
    border: 2px solid #ebebeb;
    border-right: 0;
    font-size: 12px;
    color: #3e3e3e
}

.global_body .teslimatSaatiContent .teslimatSaatiRow .teslimatSaatiCol.active {
    border: 2px solid #3e3e3e
}

.global_body .teslimatSaatiContent .teslimatSaatiCol span {
    display: block;
    padding: 3px 0
}

.global_body .teslimatSaatiContent .teslimatSaatiTabContent .satirTab.hidden {
    display: none
}

.global_body .teslimatSaatiContent .teslimatSaatiTabContent .satirTab .satir {
    font-size: 12px;
    margin-top: 10px;
    border: 2px solid #ebebeb;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 0;
    margin-right: -1px;
    margin-bottom: -1px;
    height: 50px;
    display: block;
    font-size: 12px;
    color: #3e3e3e;
    font-weight: 600;
    cursor: pointer;
    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
}

.global_body .teslimatSaatiContent .teslimatSaatiTabContent .satirTab .satir span {
    width: 49%;
    display: inline-block;
    color: #3e3e3e
}

.global_body .teslimatSaatiContent .teslimatSaatiTabContent .satirTab .satir span:last-child {
    text-align: right
}

.global_body .teslimatSaatiContent .teslimatSaatiTabContent .satirTab .satir span.pasif {
    color: #ccc
}

.fb_dialog_mobile {
    bottom: 10px !important;
    right: 0 !important
}

#topMessage {
    position: fixed;
    margin: 0;
    background: #e6e6e6;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0
}

#topMessage #topMessageContainer {
    display: block;
    max-width: 768px;
    margin: 0 auto
}

#topMessage #browserUpdate, #topMessage #browserUpdateIE9 {
    overflow: hidden;
    padding: 15px
}

.browser-update-close {
    float: right;
    display: block;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 13px;
    cursor: pointer
}

.browser-update-close:hover {
    color: #f00
}

#browserUpdate strong, #browserUpdateIE9 strong {
    color: #333;
    font-size: 18px;
    display: block;
    margin-bottom: 10px
}

#browserUpdate ul, #browserUpdateIE9 ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    overflow: hidden;
    font-size: 0
}

#browserUpdate ul li, #browserUpdateIE9 ul li {
    zoom: 1;
    margin-left: 10px;
    min-width: 25%;
    display: inline-block;
    vertical-align: text-bottom
}

#browserUpdate ul li:first-child, #browserUpdateIE9 ul li:first-child {
    margin-left: 0
}

#browserUpdate ul li a, #browserUpdateIE9 ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 45px;
    background: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

#browserUpdate ul li a span, #browserUpdateIE9 ul li a span {
    display: inline-block;
    cursor: pointer
}

#browserUpdate ul li a i, #browserUpdateIE9 ul li a i {
    line-height: 45px;
    margin-right: 11px;
    font-size: 27px;
    vertical-align: top;
    color: #666
}

#browserUpdate ul li a:hover, #browserUpdateIE9 ul li a:hover {
    background: #eee
}

.displayNone {
    display: none
}

.cerezPopupUyari {
    display: none;
    background-color: rgba(32, 32, 32, .95);
    max-width: 430px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    color: #c9c9c9;
    font-size: 12px;
    line-height: 17px;
    position: fixed;
    left: 5px;
    right: auto;
    bottom: 45px;
    z-index: 6;
    border-radius: 0
}

.cerezPopupUyari .closeBtn {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 8px;
    top: 5px;
    z-index: 1;
    font-size: 18px
}

.cerezPopupUyari .closeBtn i {
    font-size: 16px
}

.cerezPopupUyari .title {
    font-size: 17px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff
}

@media (max-width: 540px) {
    .cerezPopupUyari {
        width: 75%;
        bottom: 45px
    }
}

.zorunluSecimBorder {
    border: 3px solid #f00;
    padding: 3px;
    border-radius: 5px
}

.urunListeAdet > label.error {
    display: none !important
}

.aIsDisabled {
    cursor: not-allowed;
    opacity: .5;
    color: currentColor;
    display: inline-block;
    pointer-events: none;
    text-decoration: none
}

.aIsDisabled .fa-spin {
    display: inherit !important
}

.searchContent .ui-menu {
    min-width: 360px;
    padding: 5px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff
}

.searchContent .ui-menu:after {
    clear: both;
    display: table;
    content: ""
}

.searchContent .ui-menu .ui-menu-item:after {
    clear: both;
    display: table;
    content: ""
}

.searchContent .ui-menu .ui-menu-item a {
    display: block;
    text-align: left;
    padding: 5px 0;
    float: left;
    width: 100%
}

.searchContent .ui-menu .ui-menu-item .complate_image {
    width: 50px !important;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-right: 5px
}

.searchContent .ui-menu .ui-menu-item .complate_image img {
    width: 50px !important;
    height: 50px !important
}

.searchContent .ui-menu .ui-menu-item .complate_text {
    min-width: 200px;
    padding-left: 0;
    float: left;
    max-width: 210px;
    line-height: 16px;
    font-size: 12px
}

.searchContent .ui-menu .ui-menu-item .complate_productPrice {
    width: 59px;
    font-size: 11px;
    padding-left: 5px;
    float: right;
    text-align: right;
    font-weight: 600;
    font-size: 12px
}

.kombinContent ul:after {
    clear: both;
    display: table;
    content: ""
}

.kombinContent ul li.kombinToplamTutar {
    display: flex;
    margin-bottom: 15px
}

.kombinContent ul li.kombinToplamTutar div {
    border: 1px solid #efefef;
    padding: 10px;
    background-color: #fdfdfd
}

.kombinContent ul li.kombinToplamTutar div.kombinTopluSatinAlimFiyatcizgili span:last-child {
    text-decoration: line-through;
    color: #afafaf
}

.kombinContent ul li.kombinToplamTutar div:last-child {
    margin-left: auto
}

.kombinContent ul li.kombinToplamTutar div:first-child {
    margin-right: 15px
}

.kombinContent ul li.kombinToplamTutar div span {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-size: 18px
}

.kombinContent ul li.kombinToplamTutar div span.title {
    font-size: 13px
}

.kombinItem {
    background-color: #fff;
    border: 1px solid #efefef;
    margin: 0 0 15px 0;
    padding: 10px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex
}

.kombinItem .kombinleftImage {
    width: 96px;
    float: left;
    overflow: hidden
}

.kombinItem .kombinImages img {
    max-width: 96px;
    border: 1px solid #e8e8e8
}

.kombinItem .kombinImages .selectedImagesLink {
    font-size: 12px;
    color: #000;
    text-decoration: underline;
    line-height: 1.5
}

.kombinItem .kombinRightDetail {
    padding-left: 10px;
    float: right;
    width: 400px
}

.kombinFormline .kombinright_line {
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

#divFiyatAlanlari .kombinFormline {
    font-size: 13px;
    line-height: 1.5
}

#divFiyatAlanlari .kombinFiyat1 {
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
    color: #afafaf
}

#divFiyatAlanlari .kombinFiyat2 {
    font-size: 18px;
    font-weight: 500;
    color: #000
}

#divFiyatAlanlari .kombinFiyat3 {
    font-size: 24px;
    font-weight: 500
}

#divFiyatAlanlari .kombinFiyat1 span {
    font-size: 12px;
    color: #000
}

#divFiyatAlanlari .kombinFiyat2 span {
    font-size: 12px;
    color: #000
}

#divFiyatAlanlari .kombinFiyat3 span {
    font-size: 12px;
    color: #000
}

.kombinleft_line {
    padding: 0 0 5px 0
}

.kombinright_line select {
    padding: 4px 8px;
    border: 1px solid #e8e8e8
}

.kombinright_line a {
    border: solid 1px #d1d1d1;
    background-color: #fff;
    line-height: 32px;
    float: left;
    display: block;
    margin-right: 3px;
    cursor: pointer;
    min-height: 32px;
    min-width: 32px;
    text-align: center
}

.kombinFormline .size_box.selected {
    border: solid 1px #000;
    background-color: #fff;
    color: #000
}

.kombinFormline .size_box.nostok {
    border: solid 1px #ececec !important;
    background-color: #ececec !important;
    color: #9a9a9a !important;
    position: relative
}

.kombinFormline .size_box.nostok img {
    opacity: .4
}

.kombinEksecenekUyari {
    background-color: #fff;
    position: relative;
    z-index: 1000000;
    padding: 5px;
    border-radius: 5px
}

.urunsecoverlay {
    position: fixed;
    background-color: #000;
    opacity: .5;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%
}

.kombinurunsecbody #divKombinUrunEkSecenek .tooltipp {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -130px;
    background-color: #000;
    width: 260px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px
}

.KombinTopluSatinAlimBtn {
    display: flex
}

.KombinTopluSatinAlimBtn a {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold
}

.TopluSatinAlimBtn {
    float: left;
    width: 45%
}

.TopluSatinAlimFiyat {
    float: left;
    width: 45%;
    padding: 12px 0
}

.TopluSatinAlimFiyat span {
    font-weight: 600;
    display: inline-block;
    font-size: 15px;
    margin-right: 5px
}

.hrzRow {
    margin-left: -10px;
    margin-right: -10px;
    clear: both;
    display: block
}

.hrzRow:before, .hrzRow:after {
    content: '';
    display: table;
    clear: both
}

.hrzCol {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;
    min-height: 1px
}

.hrzCol-3 {
    width: 25%
}

.hrzCol-4 {
    width: 33.33333333%
}

.hrzCol-5 {
    width: 41.66666667%
}

.hrzCol-6 {
    width: 50%
}

.hrzCol-7 {
    width: 58.33333333%
}

.hrzCol-9 {
    width: 75%
}

.hrzCol-12 {
    width: 100%
}

.ItemOrjHrz {
    margin-bottom: 20px
}

.ProductItemHrz {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 10px 0
}

.ProductItemHrz::after {
    clear: both;
    display: table;
    content: ""
}

.ProductItemHrz .hrzLeft a.hrzLeftLink {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%
}

.ProductItemHrz .hrzLeft a .hrzDiscountIco {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #000;
    z-index: 9;
    font-weight: bold
}

.ProductItemHrz .hrzLeft a .hrzImage {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    align-items: center
}

.ProductItemHrz .hrzLeft a .hrzImage img {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.ProductItemHrz .hrzLeft .hrzProductStar {
    padding-top: 20px
}

.ProductItemHrz .hrzRight .hrzProductDetail {
    margin-bottom: 10px
}

.hrzName {
    font-size: 19px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px
}

.hrzOnyazi {
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px
}

.hrzDahaFazla {
    font-weight: 600;
    font-size: 12px
}

.hrzSecenekTittle {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.hrzSecenekTittle > div {
    padding: 10px 0
}

.hrzSecenekTittle > div div {
    font-weight: 500;
    color: #000;
    font-size: 14px
}

.hrzSecenekItem {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px
}

.hrzSecenekList, .hrzSecenekPrice {
    line-height: 30px
}

.hrzSecenekItem .urunListeAdet {
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    display: flex;
    height: 33px;
    margin-left: 0
}

.hrzSecenekItem .urunListeAdet a {
    display: block;
    width: 100%;
    text-align: center;
    height: 31px;
    line-height: 31px;
    border: 0;
    background-color: #ddd;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.hrzSecenekItem .urunListeAdet a:hover {
    background-color: #000;
    color: #fff
}

.hrzSecenekItem .urunListeAdet input {
    height: 30px;
    text-align: center;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    text-transform: uppercase;
    box-shadow: none;
    padding: 0;
    line-height: normal;
    margin: 0
}

.hrzTukendi {
    line-height: normal;
    display: block;
    font-weight: 600;
    background-color: #f7f7f7;
    padding: 10px 40px;
    letter-spacing: 1px
}

.hrzSepeteEkle a {
    line-height: 30px;
    width: 100%;
    text-align: center;
    display: block;
    background-color: #ddd;
    border: 1px solid #ddd;
    font-size: 13px;
    border-radius: 2px
}

.hrzSepeteEkle a i {
    margin-right: 10px
}

.hrzSepeteEkle a:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff
}

.hrzSatir2 {
    color: #666;
    font-size: 12px;
    text-decoration: line-through
}

.hrzSatir1 {
    font-weight: bold;
    color: #000;
    font-size: 14px
}

.hrzProductbottom {
    padding-top: 10px
}

.hrzProductbottom:after, .hrzProductSecenek:after {
    clear: both;
    display: table;
    content: ""
}

.hrzProductIcons > div {
    display: inline-block;
    padding: 0 10px;
    line-height: 32px;
    margin-right: 5px;
    background-color: #ddd
}

.hrzProductIcons > div.hrzIcons {
    padding: 5px;
    background-color: #666;
    color: #fff;
    line-height: normal;
    margin-right: 0;
    margin-bottom: 5px;
    display: table;
    font-size: 12px;
    float: none;
    clear: left;
    font-weight: 500;
    border-radius: 8px 0 8px 0
}

.dinamikFormContainer label.imageboxRadio > input, label.imageboxRadio > span.radioButtonText {
    visibility: hidden;
    position: absolute
}

.dinamikFormContainer label.imageboxRadio > img {
    cursor: pointer;
    border: 2px solid transparent
}

.dinamikFormContainer label.radioChecked > img {
    border: 2px solid #f00 !important
}

.favoriButtonKapali {
    display: none !important
}

.displayNone {
    display: none
}

.flex-viewport {
    display: block !important
}

#divInstashopPopup {
    min-width: 900px;
    background-color: #fff
}

#divInstashopPopup .AddGalleryModal .AddGalleryModalTittle {
    display: block;
    padding: 30px;
    color: #222;
    font-size: 20px;
    -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .15)
}

#divInstashopPopup .AddGalleryModal .instaPopupBox {
    background-color: #fff;
    margin-top: 23px
}

#divInstashopPopup .AddGalleryModal .instaPopupBox:after {
    clear: both;
    display: table;
    content: ""
}

#divInstashopPopup .AddGalleryModal .instaPopupBox .popupLeft {
    float: left;
    width: 450px
}

#divInstashopPopup .AddGalleryModal .instaPopupBox .popupLeft img {
    max-width: 100%
}

#divInstashopPopup .AddGalleryModal .popupRight {
    float: right;
    width: 395px
}

#divInstashopPopup .AddGalleryModal .popupList {
    margin-top: 30px
}

#divInstashopPopup .AddGalleryModal .popopItem:after {
    clear: both;
    display: table;
    content: ""
}

#divInstashopPopup .AddGalleryModal .popopItem .popup-left {
    float: left;
    max-width: 100px;
    height: 133px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 33.33333333%
}

#divInstashopPopup .AddGalleryModal .popopItem .popup-left img {
    display: block
}

#divInstashopPopup .AddGalleryModal .popopItem .popup-right {
    float: left;
    width: 63.66666667%;
    margin-left: 3%
}

#divInstashopPopup .AddGalleryModal .popup-right-link {
    font-weight: 500;
    font-size: 15px;
    padding: 0 0 5px 0;
    cursor: pointer;
    display: block
}

#divInstashopPopup .AddGalleryModal .popup-right-btn {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
    padding: 6px 30px;
    margin-top: 15px;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer
}

#divInstashopPopup .AddGalleryModal .popup-right-btn:hover {
    background-color: #222;
    border: 1px solid #222;
    color: #fff
}

#divInstashopPopup .AddGalleryModal .AddGalleryModalFooter {
    display: block;
    padding: 30px;
    color: #222;
    font-size: 20px;
    -webkit-box-shadow: 0 -15px 15px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -15px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 -15px 15px 0 rgba(0, 0, 0, .15);
    text-align: right
}

#divInstashopPopup .AddGalleryModal .AddGalleryModalFooter:after {
    clear: both;
    display: table;
    content: ""
}

#divInstashopPopup .AddGalleryModal .instafooter-right {
    float: right
}

#divInstashopPopup .AddGalleryModal .AddGalleryModalFooter ul {
    float: left
}

#divInstashopPopup .AddGalleryModal .AddGalleryModalFooter ul li {
    float: left;
    margin-right: 30px
}

#divInstashopPopup .AddGalleryModal .AddGalleryModalFooter ul li a i {
    font-size: 18px;
    color: #222
}

#divInstashopPopup .AddGalleryModal .AddGalleryModalFooter p {
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-right: 30px
}

@media screen and (min-width: 1199px) {
    #divInstashopPopup .AddGalleryModal .popupList {
        margin-top: 30px;
        max-height: 400px;
        overflow-y: auto;
        margin-right: 15px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 991px) {
    #divInstashopPopup .AddGalleryModal {
        width: 100%;
        min-width: 100%
    }

    #divInstashopPopup .AddGalleryModal .popupRight {
        width: 340px
    }
}

@media screen and (max-width: 768px) {
    #divInstashopPopup .AddGalleryModal {
        width: 100%
    }

    #divInstashopPopup .AddGalleryModal .popupRight {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    #divInstashopPopup .AddGalleryModal .AddGalleryModalTittle, #divInstashopPopup .AddGalleryModal .AddGalleryModalFooter {
        padding: 10px;
        box-shadow: none
    }

    #divInstashopPopup .AddGalleryModal .instaPopupBox {
        margin-top: 0
    }

    #divInstashopPopup .AddGalleryModal .instaPopupBox .popupLeft {
        width: 100%
    }
}

#divGaleriPopup {
    min-width: 900px;
    background-color: #fff
}

#divGaleriPopup .AddGalleryModal .AddGalleryModalTittle {
    display: block;
    padding: 30px;
    color: #222;
    font-size: 20px;
    -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .15)
}

#divGaleriPopup .AddGalleryModal .instaPopupBox {
    background-color: #fff;
    margin-top: 23px
}

#divGaleriPopup .AddGalleryModal .instaPopupBox:after {
    clear: both;
    display: table;
    content: ""
}

#divGaleriPopup .AddGalleryModal .instaPopupBox .popupLeft {
    float: left;
    width: 450px
}

#divGaleriPopup .AddGalleryModal .instaPopupBox .popupLeft img {
    max-width: 100%
}

#divGaleriPopup .AddGalleryModal .popupRight {
    float: right;
    width: 395px
}

#divGaleriPopup .AddGalleryModal .popupList {
    margin-top: 30px
}

#divGaleriPopup .AddGalleryModal .popopItem:after {
    clear: both;
    display: table;
    content: ""
}

#divGaleriPopup .AddGalleryModal .popopItem .popup-left {
    float: left;
    max-width: 100px;
    height: 133px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 33.33333333%
}

#divGaleriPopup .AddGalleryModal .popopItem .popup-left img {
    display: block
}

#divGaleriPopup .AddGalleryModal .popopItem .popup-right {
    float: left;
    width: 63.66666667%;
    margin-left: 3%
}

#divGaleriPopup .AddGalleryModal .popup-right-link {
    font-weight: 500;
    font-size: 15px;
    padding: 0 0 5px 0;
    cursor: pointer;
    display: block
}

#divGaleriPopup .AddGalleryModal .popup-right-btn {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
    padding: 6px 30px;
    margin-top: 15px;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer
}

#divGaleriPopup .AddGalleryModal .popup-right-btn:hover {
    background-color: #222;
    border: 1px solid #222;
    color: #fff
}

#divGaleriPopup .AddGalleryModal .AddGalleryModalFooter {
    display: block;
    padding: 30px;
    color: #222;
    font-size: 20px;
    -webkit-box-shadow: 0 -15px 15px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -15px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 -15px 15px 0 rgba(0, 0, 0, .15);
    text-align: right
}

#divGaleriPopup .AddGalleryModal .AddGalleryModalFooter:after {
    clear: both;
    display: table;
    content: ""
}

#divGaleriPopup .AddGalleryModal .instafooter-right {
    float: right
}

#divGaleriPopup .AddGalleryModal .AddGalleryModalFooter ul {
    float: left
}

#divGaleriPopup .AddGalleryModal .AddGalleryModalFooter ul li {
    float: left;
    margin-right: 30px
}

#divGaleriPopup .AddGalleryModal .AddGalleryModalFooter ul li a i {
    font-size: 18px;
    color: #222
}

#divGaleriPopup .AddGalleryModal .AddGalleryModalFooter p {
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-right: 30px
}

@media screen and (min-width: 1199px) {
    #divGaleriPopup .AddGalleryModal .popupList {
        margin-top: 30px;
        max-height: 400px;
        overflow-y: auto;
        margin-right: 15px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 991px) {
    #divGaleriPopup .AddGalleryModal {
        width: 100%;
        min-width: 100%
    }

    #divGaleriPopup .AddGalleryModal .popupRight {
        width: 340px
    }
}

@media screen and (max-width: 768px) {
    #divGaleriPopup .AddGalleryModal {
        width: 100%
    }

    #divGaleriPopup .AddGalleryModal .popupRight {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    #divGaleriPopup .AddGalleryModal .AddGalleryModalTittle, #divGaleriPopup .AddGalleryModal .AddGalleryModalFooter {
        padding: 10px;
        box-shadow: none
    }

    #divGaleriPopup .AddGalleryModal .instaPopupBox {
        margin-top: 0
    }

    #divGaleriPopup .AddGalleryModal .instaPopupBox .popupLeft {
        width: 100%
    }
}

.galeri-modal {
    display: none;
    position: fixed;
    z-index: 99999999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.galeri-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888
}

#smartbanner {
    position: absolute;
    left: 0;
    top: -82px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 78px;
    font-family: 'Helvetica Neue', sans-serif;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none
}

#smartbanner .sb-container {
    margin: 0 auto
}

#smartbanner .sb-close {
    position: absolute;
    left: 5px;
    top: 8px;
    display: block;
    width: 14px;
    height: 14px;
    font-family: 'ArialRoundedMTBold', Arial;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    border-radius: 14px;
    border: 0;
    color: #8b8b8b;
    font-size: 20px
}

#smartbanner .sb-close:active {
    font-size: 13px;
    color: #aaa
}

#smartbanner .sb-icon {
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
    width: 57px;
    height: 57px;
    background: rgba(0, 0, 0, .6);
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

#smartbanner.no-icon .sb-icon {
    display: none
}

#smartbanner .sb-info {
    position: absolute;
    left: 98px;
    top: 18px;
    width: 44%;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: bold;
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8)
}

#smartbanner #smartbanner.no-icon .sb-info {
    left: 34px
}

#smartbanner .sb-info strong {
    display: block;
    font-size: 13px;
    color: #4d4d4d;
    line-height: 18px
}

#smartbanner .sb-info > span {
    display: block
}

#smartbanner .sb-info em {
    font-style: normal;
    text-transform: uppercase
}

#smartbanner .sb-button {
    float: right;
    display: block;
    background-color: #f27a1a;
    color: #fff;
    padding: 2px 10px 2px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    min-width: 12%;
    position: absolute;
    right: 28px;
    top: 24px;
    font-size: 13px
}

#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
    background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%)
}

#smartbanner .sb-icon.gloss:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    border-top: 1px solid rgba(255, 255, 255, .8);
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .2) 100%);
    border-radius: 10px 10px 12px 12px
}

#smartbanner.android .sb-close:active {
    color: #666
}

#smartbanner.android .sb-info strong {
    color: #666
}

#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
    background: none
}

.btnUrundetayKombin {
    display: inline-block;
    float: left;
    margin-right: 10px;
    background-color: #f00;
    border: 0
}

.ulRootAltListe {
    display: none
}

.tamamlayiciUrunContent {
    background-color: #fff;
    width: 800px
}

.tamamlayiciUrunWrapper {
    clear: both;
    width: 100%;
    display: block;
    overflow: hidden
}

.tamamlayiciUrunWrapper .tamamlayiciUrurnItem img {
    width: 100%;
    object-fit: contain
}

.tamamlayiciUrunWrapper .tamamlayiciUrurnItem span.productTitle {
    display: block;
    text-transform: capitalize;
    font-weight: 600
}

.tamamlayiciUrunContainer {
    padding: 0
}

.tamamlayiciUrunContainer p {
    text-align: center;
    font-weight: 600;
    display: block;
    padding: 20px 0;
    color: #000
}

.tamamlayiciUrunContainer > ul {
    margin: 0 30px;
    max-height: 530px;
    overflow-y: auto
}

.tamamlayiciUrunContainer ul ul {
    margin: 0;
    padding: 0 0 0 50px
}

.tamamlayiciUrunContainer ul li {
    margin: 0;
    padding: 0 0 0 0;
    display: block
}

.tamamlayiciUrunContainer ul li .tamamlayiciUrurnItem {
    background-color: #f4f4f4;
    padding: 15px
}

.tamamlayiciUrunContainer ul li span {
    vertical-align: top;
    font-size: 12px;
    display: inline-block;
    padding: 0
}

.tamamlayiciUrunContainer ul li li {
    background-color: #fff;
    vertical-align: top
}

.tamamlayiciUrunContainer ul li li .tamamlayiciUrurnItem {
    background-color: #fff;
    padding: 5px
}

.tamamlayiciUrunContainer ul li li .tamamlayiciUrurnItem .tamamlayiciUrunItemSol {
    float: left
}

.tamamlayiciUrunContainer ul li li .tamamlayiciUrurnItem .tamamlayiciUrunItemSag {
    float: left
}

.tamamlayiciUrunContainer ul li img {
    max-width: 80px;
    display: block;
    max-height: 80px;
    margin: 0
}

.tamamlayiciHeader {
    background-color: #ff671c;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px
}

.tamamlayiciFooter {
    text-align: center;
    margin: 15px 0 15px 0
}

.tamamlayiciFooter button {
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    background-color: #ff671c;
    text-align: center;
    color: #fff;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin: 0 auto
}

.tamamlayiciFooter button:hover {
    background-color: #000
}

.tamamlayiciFooter button:disabled:hover {
    background-color: #ff671c;
    cursor: default
}

.tamamlayiciUrunWrapper .tamamlayiciUrunList {
    float: left;
    width: 75%;
    display: block
}

.tamamlayiciUrunWrapper .tamamlayiciUrunList li {
    float: left;
    width: 50%;
    display: block;
    overflow: hidden
}

.tamamlayiciUrunWrapper .tamamlayiciUrunList li .tamamlayiciUrurnItem {
    width: calc(100% - 10px);
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    margin: 0 10px 10px 0
}

.tamamlayiciUrunWrapper .tamamlayiciUrunList li .tamamlayiciUrurnItem img {
    float: left;
    border-radius: 3px
}

.tamamlayiciUrunWrapper .tamamlayiciUrunList li .tamamlayiciUrurnItem div.tamamlayiciUrunItemSag {
    float: left;
    display: block;
    width: calc(100% - 80px);
    padding-left: 10px
}

.tamamlayiciUrunWrapper .tamamlayiciUrunList li .tamamlayiciUrurnItem div.tamamlayiciUrunItemSag span {
    display: block
}

.tamamlayiciUrunWrapper .tamamlayiciUrunList li .tamamlayiciUrurnItem div.tamamlayiciUrunItemSag span:first-child {
    font-weight: 600
}

.tamamlayiciUrunWrapper .tamamlayiciUrurnItem {
    float: left;
    width: 25%;
    padding: 10px
}

.duslerwebTab ._tabHead ul {
    display: inline-block;
    vertical-align: top
}

.duslerwebTab ._tabHead li {
    float: left;
    margin-right: 5px;
    max-width: 150px;
    min-width: 150px
}

.duslerwebTab ._tabHead li span {
    float: left;
    width: 100%;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    border: 1px solid #adadad;
    color: #606060;
    font-size: 15px;
    position: relative
}

.duslerwebTab ._tabHead li.tabUrunActive span {
    background: #ff671b;
    color: #fff;
    border-color: #ff671b
}

.duslerwebTab .divAnasayfaTabAlt {
    width: 100%;
    padding: 0 16px;
    float: left;
    height: 0;
    overflow: hidden;
    position: relative
}

.duslerwebTab .divAnasayfaTabAlt.tabUrunActive {
    overflow: visible;
    height: 100%;
    -webkit-animation: fadein .5s;
    -moz-animation: fadein .5s;
    -ms-animation: fadein .5s;
    -o-animation: fadein .5s;
    animation: fadein .5s
}

.pageNumber .divMoreProducts {
    text-align: center
}

.pageNumber .getMoreProducts {
    margin-top: 10px
}

.pageNumber .productCountInfo {
    line-height: 1.5
}

.pageNumber .productCountBar {
    height: 6px;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    margin: 8px 0;
    border-radius: 8px
}

.pageNumber .productCountProgress {
    height: 100%;
    background-color: #ccc
}

.pageNumber .divMoreProducts .button {
    margin: 0;
    width: auto;
    height: auto;
    cursor: pointer;
    display: inline-block
}

.productImage .relatedProducts {
    z-index: 20;
    position: absolute;
    bottom: 0;
    right: 15px
}

.modal {
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}


.modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    overflow-x: hidden;
}

.modal .modal-content:after {
    clear: both;
    display: table;
    content: ""
}

.modal .modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: normal
}

.modal .modal-close:hover, .modal .modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.ulRelatedProducts {
    display: flex;
    flex-direction: row;
    margin-top: 20px
}

.ulRelatedProducts li {
    margin: 5px;
    width: 18%
}

.divRelatedProductsPopup h3 {
    text-align: center
}

#anasayfaPopup.modal {
    max-width: 100%
}

#anasayfaPopup.modal .modal-content {
    position: relative;
    width: 650px !important;
    max-width: 90%;
    padding: 0;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

#anasayfaPopup.modal .modal-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 32px;
    color: #000;
    cursor: pointer
}

.ebultenPopupSection {
    width: 650px;
    max-width: 100%
}

.ebultenPopupSection .content-body {
    margin: 0 auto;
    text-align: center;
    padding: 20px
}

.ebultenPopupSection .content-heading {
    text-align: center;
    padding: 30px 30px 0 30px
}

.ebultenPopupSection .content-heading .h2 {
    font-size: 20px;
    color: #000;
    margin: 20px 0 0;
    padding: 0
}

.ebultenPopupSection .content-heading p {
    font-size: 16px;
    color: #000;
    margin: 15px 0;
    padding: 0;
    line-height: 1.5
}

.ebultenPopupSection .input-text-content {
    display: block;
    position: relative
}

.ebultenPopupSection .input-text-content {
    margin-bottom: 10px
}

.ebultenPopupSection .input-text-content input {
    width: 100%;
    border: 1px solid #eaeaea;
    box-shadow: none;
    padding: 0 0 0 15px;
    margin: 0;
    height: 40px;
    color: #000;
    font-size: 14px;
    line-height: 1.4
}

.ebultenPopupSection .input-text-content .dusler-valid-error, .ebultenPopupSection .input-chck-content .dusler-valid-error, .ebultenPopupSection .userSozlesmeDiv .dusler-valid-error {
    font-size: 0;
    position: absolute;
    left: -15px;
    top: 2px;
    margin: 0;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    font-weight: 300;
    background-color: transparent;
    text-align: center;
    padding: 0 0 0 0;
    border: 0
}

.ebultenPopupSection .input-text-content .dusler-valid-error:after, .ebultenPopupSection .input-chck-content .dusler-valid-error:after, .ebultenPopupSection .userSozlesmeDiv .dusler-valid-error:after {
    content: '*';
    font-size: 20px;
    z-index: 999;
    color: #f00;
    border: 0;
    margin: 0;
    background-color: transparent;
    font-family: Helvetica, sans-serif;
    line-height: 1;
    font-weight: 500
}

.ebultenPopupSection .input-text-content input::-webkit-input-placeholder {
    color: #000
}

.ebultenPopupSection .input-text-content input::-moz-placeholder {
    color: #000
}

.ebultenPopupSection .input-text-content input:-ms-input-placeholder {
    color: #000
}

.ebultenPopupSection .input-text-content input:-moz-placeholder {
    color: #000
}

.ebultenPopupSection .intl-tel-input input {
    border: 1px solid #eaeaea !important;
    color: #000 !important;
    font-size: 14px;
    line-height: 1.4
}

.ebultenPopupSection .intl-tel-input input::-webkit-input-placeholder {
    color: #000 !important
}

.ebultenPopupSection .intl-tel-input input::-moz-placeholder {
    color: #000 !important
}

.ebultenPopupSection .intl-tel-input input:-ms-input-placeholder {
    color: #000 !important
}

.ebultenPopupSection .intl-tel-input input:-moz-placeholder {
    color: #000 !important
}

.ebultenPopupSection .input-chck-content, .ebultenPopupSection .userSozlesmeDiv {
    text-align: left;
    color: #000 !important;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 5px
}

.ebultenPopupSection .userSozlesmeDiv a {
    text-decoration: underline;
    color: #000 !important;
    font-size: 14px;
    line-height: 1.4
}

.ebultenPopupSection .send-button {
    margin-top: 20px
}

.ebultenPopupSection .send-button input {
    width: 100%;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    height: 40px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.4
}

.tamamlayiciUrunWrapper .tamamlayiciUrunList li:nth-child(odd) {
    clear: both
}

@media screen and (max-width: 860px) {
    .tamamlayiciUrunContent {
        width: 100%
    }

    .tamamlayiciUrunWrapper .tamamlayiciUrurnItem {
        width: 30%
    }

    .tamamlayiciUrunWrapper .tamamlayiciUrunList {
        width: 70%
    }
}

@media screen and (max-width: 600px) {
    .tamamlayiciUrunWrapper .tamamlayiciUrunList {
        width: 100%;
        padding-left: 10px
    }

    .tamamlayiciUrunWrapper .tamamlayiciUrunList li {
        width: 100%
    }

    .tamamlayiciUrunWrapper > .tamamlayiciUrurnItem {
        display: none
    }
}

@media (max-width: 767px) {
    .ebultenPopupSection .content-heading {
        padding: 10px 10px 0 10px
    }

    .ebultenPopupSection .content-body {
        padding: 5px
    }

    .ebultenPopupSection .content-heading .h2 {
        font-size: 16px
    }

    .ebultenPopupSection .content-heading p {
        font-size: 14px
    }

    .ebultenPopupSection .input-chck-content:after, .ebultenPopupSection .userSozlesmeDiv:after {
        clear: both;
        display: table;
        content: ""
    }

    .ebultenPopupSection .input-chck-content input {
        width: 5%;
        float: left;
        margin: 0 5px 0 0
    }

    .ebultenPopupSection .input-chck-content label {
        width: 92%;
        float: left;
        line-height: 1;
        font-size: 12px
    }

    .ebultenPopupSection .userSozlesmeDiv input {
        width: 5%;
        float: left;
        margin: 0 5px 0 0
    }

    .ebultenPopupSection .userSozlesmeDiv label {
        width: 92%;
        float: left;
        line-height: 1;
        font-size: 12px
    }

    .ebultenPopupSection .userSozlesmeDiv a {
        font-size: 12px
    }
}

.productList-Image-Owl .imageItem {
    display: none
}

.productList-Image-Owl .imageItem:first-child {
    display: block
}

.productList-Image-Owl.owl-hidden, .productList-Image-Owl.owl-carousel {
    opacity: 1;
    display: block !important
}

.productList-Image-Owl .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0
}

.productList-Image-Owl .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.productList-Image-Owl .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.productList-Image-Owl .owl-dots .owl-dot.active span, .productList-Image-Owl .owl-dots .owl-dot:hover span {
    background: #869791
}

#txtQuickEmail, #txtMailAdres {
    text-transform: lowercase !important
}

.productPoints .rating {
    margin: 5px 0
}

.productPoints .rating i {
    display: inline-block;
    color: #cacaca;
    font-style: normal;
    line-height: 1
}

.productPoints [data-rating^='1'] .star-1 {
    color: #000
}

.productPoints [data-rating^='1.5'] .star-2 {
    background: -webkit-linear-gradient(left, #000 50%, #cacaca 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.productPoints [data-rating^='2'] .star-1 {
    color: #000
}

.productPoints [data-rating^='2'] .star-2 {
    color: #000
}

.productPoints [data-rating^='2.5'] .star-3 {
    background: -webkit-linear-gradient(left, #000 50%, #cacaca 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.productPoints [data-rating^='3'] .star-1 {
    color: #000
}

.productPoints [data-rating^='3'] .star-2 {
    color: #000
}

.productPoints [data-rating^='3'] .star-3 {
    color: #000
}

.productPoints [data-rating^='3.5'] .star-4 {
    background: -webkit-linear-gradient(left, #000 50%, #cacaca 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.productPoints [data-rating^='4'] .star-1 {
    color: #000
}

.productPoints [data-rating^='4'] .star-2 {
    color: #000
}

.productPoints [data-rating^='4'] .star-3 {
    color: #000
}

.productPoints [data-rating^='4'] .star-4 {
    color: #000
}

.productPoints [data-rating^='4.5'] .star-5 {
    background: -webkit-linear-gradient(left, #000 50%, #cacaca 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.productPoints [data-rating="5"] i {
    color: #000
}

@media print {
    .productPoints .rating {
        -webkit-print-color-adjust: exact
    }

    .productPoints .rating i {
        text-shadow: none
    }
}

@media print {
    .productPoints .rating {
        -webkit-print-color-adjust: exact
    }

    .productPoints .rating i {
        text-shadow: none
    }
}

.uyegirisPopup .userLeftBox {
    width: 450px;
    max-width: 100%
}

.userContainer:after {
    clear: both;
    display: table;
    content: ""
}

.spanTittle {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600
}

.userDivRow:after {
    clear: both;
    display: table;
    content: ""
}

.userDivLeft, .userDivRight {
    width: 50%;
    float: left
}

.userDivRight {
    float: right
}

.userWrapper {
    margin-bottom: 10px
}

.userWrapper:after {
    clear: both;
    display: table;
    content: ""
}

.userWrapper input {
    letter-spacing: .3px;
    background-color: #fff;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 0;
    border: 1px solid #eee;
    font-weight: normal;
    color: #555;
    width: 100%;
    text-indent: 15px;
    line-height: 1
}

.userLoginBtn, .userSignBtn {
    cursor: pointer;
    border: 0;
    border-radius: 0;
    height: auto;
    padding: 12px 0;
    line-height: normal;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: .6px;
    float: none;
    width: 100%;
    display: block;
    margin: 10px 0 0 0
}

.userLoginBtn:hover, .userSignBtn:hover {
    background-color: #333;
    color: #fff
}

.userLoginBtn {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 20px;
    clear: left;
    line-height: 1.5 !important;
    padding: 15px 0
}

.userPassBtn, .userSignBtn, .userSignUp, .userLogin {
    display: block;
    text-align: left;
    text-decoration: underline;
    font-size: 13px;
    margin-top: 10px
}

.userSignUp {
    display: block;
    text-align: center;
    border: 1px solid #666;
    padding: 12px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    clear: left
}

.userLogin {
    text-decoration: none;
    text-align: center;
    color: #000;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    clear: left;
    margin-top: 15px;
    border-top: 1px solid #eee;
    font-style: italic
}

.userLogin p.backBtn {
    font-style: normal;
    display: block;
    text-align: center;
    border: 1px solid #666;
    padding: 12px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    clear: left;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 0;
    margin-top: 15px
}

.userLogin p:last-child:hover {
    background-color: #000;
    color: #fff
}

.userSignUp:hover {
    background-color: #000;
    color: #fff
}

.userPassBtn {
    margin: 10px 0;
    display: inline-block;
    float: right;
    line-height: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px
}

.uyeGirisBeniHatirla {
    float: left;
    margin: 10px 0;
    line-height: normal;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.socialMediaLoginButtons {
    clear: both
}

.userMail, .userSms, .userSozlesmeDiv {
    width: 100%;
    margin-bottom: 5px
}

.userMail:after, .userSms:after, .userSozlesmeDiv:after {
    clear: both;
    display: table;
    content: ""
}

.userMail input, .userSms input, .userSozlesmeDiv input {
    float: left;
    width: 17px;
    margin-top: 0;
    margin-left: 0
}

.userMail label, .userSms label, .userSozlesmeDiv label {
    float: left;
    width: 90%;
    line-height: 12px;
    font-size: 11px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.userSozlesmeDiv label a {
    line-height: 12px;
    font-size: 11px
}

.baglanButton {
    padding: 0;
    line-height: normal;
    margin: 10px 0 0 0;
    height: auto;
    width: 100%;
    border-radius: 0;
    margin: 10px 0 0 0
}

.baglanButton a {
    cursor: pointer;
    display: block;
    padding: 15px 0
}

.alert-danger {
    background-color: transparent;
    border: 0;
    color: #f00;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    margin: 0
}

.popupContent {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.popupContent .userLeftBox, .popupContent .userRightBox {
    margin: 0
}

.popupContent .userLogin {
    margin: 0 auto;
    text-align: center
}

#txtUyeGirisEmail-error {
    display: none !important
}

#txtUyeGirisPassword-error {
    display: none !important
}

@media (max-width: 767px) {
    .userDivLeft, .userDivRight {
        width: 100%
    }

    .userLeftBox, .userRightBox {
        margin: 0;
        padding: 5px;
        border: 0
    }
}

.productItemVariantDetail {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #efefef;
    padding: 10px;
    opacity: 0;
    display: none
}

.productItemVariantDetail.active {
    opacity: 1;
    display: block
}

.productItemVariantDetail .ekSecenek {
    margin-bottom: 12px
}

.productItemVariantDetail .ekSecenek:after {
    clear: both;
    display: table;
    content: ""
}

.productItemVariantDetail .ekSecenekValues.selected .size_box {
    background-color: #ddd;
    color: #333
}

.productItemVariantDetail .btnVaryasyonSepeteEkle {
    width: 100%
}

.ekSecenekValues.noStock {
    opacity: .4;
    border-color: #ccc;
    cursor: default;
    position: relative;
    pointer-events: none
}

body.modalOpen {
    padding-right: 17px
}

#globalLiteCart {
    overflow: auto
}

#globalLiteCart .modal-close {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    z-index: 100;
    display: block !important
}

#globalLiteCart .modal-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100% !important;
    border: 0;
    padding: 0;
    background-color: transparent
}

#globalLiteCart .modal-content-html {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    overflow: hidden
}

.miniCartBos {
    padding: 1rem;
    font-size: 26px;
    letter-spacing: 3px;
    line-height: 30px;
    text-align: center;
    margin: 1rem 0;
    padding: 1rem 0;
    display: block
}

#divCartMiniContent .miniCartLeftProductIem .productIcon, #divCartMiniContent .miniCartLeftProductIem .productMarka, #divCartMiniContent .miniCartLeftProductIem .productPoints, #divCartMiniContent .miniCartLeftProductIem .TukendiIco, #divCartMiniContent .miniCartLeftProductIem .productOnYazi {
    display: none
}

.miniCartLeftTitle {
    width: 100%;
    color: #000;
    text-align: center;
    padding: .9rem
}

.miniCartLeftTitle .modal-close {
    text-decoration: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: static
}

.miniCartLeftTitle .modal-close svg {
    width: 12px;
    height: 12px
}

.miniCartLeftProduct .miniCartLeftProductIem {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    padding: 0 20px;
    float: left;
    margin-bottom: 10px;
    width: 100%
}

.miniCartLeftProduct .miniCartLeftProductIem .productPrice {
    display: flex;
    flex-direction: column;
    float: left
}

.miniCartLeftProduct .miniCartLeftProductIem .regularPrice {
    order: -1;
    font-size: 11px;
    line-height: 17px;
    letter-spacing: .04em;
    text-transform: inherit;
    text-decoration: line-through;
    margin-right: 15px
}

.miniCartLeftProduct .miniCartLeftProductIem .regularPrice .regularKdv, .miniCartLeftProduct .miniCartLeftProductIem .discountPrice .discountKdv {
    display: none
}

.miniCartRigthHeader {
    background: #232323;
    width: 100%;
    height: 46px;
    position: fixed;
    z-index: 200
}

.miniCartRigthHeader .spnCartTxt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    text-align: center
}

.miniCartRigthHeader .header-close-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    cursor: pointer
}

.miniCartRigthHeader .header-close-btn svg {
    width: 16px;
    height: 16px;
    fill: #fff
}

.miniCartRigthScroll {
    height: 100vh;
    overflow: auto;
    padding-top: 46px
}

.miniCartSatir1 {
    width: 100%;
    min-height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .5rem;
    border-bottom: 1px solid #e1e1e1
}

.miniCartSatir1.bottom {
    border-top: 1px solid #e1e1e1
}

.miniCartSatir2 {
    padding: 1rem .5rem 1rem .5rem;
    line-height: 21px;
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1
}

.miniCartSatir2 .signInButton {
    display: block;
    width: 100%;
    text-align: center;
    padding: 11px 0;
    margin-bottom: .5rem;
    background-color: #000;
    color: #fff
}

.miniCartSatir2 .checkoutAsGuestButton {
    display: block;
    width: 100%;
    text-align: center;
    padding: 11px 0;
    background-color: #000;
    color: #fff;
    border: 0;
    cursor: pointer
}

.miniCartLeftProduct:After, .miniCartRigth:After {
    clear: both;
    display: table;
    content: ""
}

#divCartMiniContent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    overflow: hidden
}

.miniCartLeftProduct {
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translateX(130%);
    width: 224px;
    right: 376px;
    top: 46px;
    bottom: 0;
    background-color: #f5f5f5;
    transition: all 500ms cubic-bezier(.65, .05, .36, 1) 0s;
    z-index: 101
}

.miniCartRigth, .miniCartGiftCodeContent {
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(130%);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    overflow-y: hidden;
    width: 376px;
    height: 100%;
    transition: all 500ms cubic-bezier(.65, .05, .36, 1) 0s;
    z-index: 101
}

.hediyeCekiBtnContent {
    background-color: #f5f5f5;
    padding: .5rem 0
}

.hediyeCekiBtnContent a {
    background-color: #fff;
    padding: 15px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    text-decoration: none
}

.hediyeCekiBtnContent a .offers-tab span {
    font-weight: 500;
    color: #000
}

.hediyeCekiBtnContent a .offers-tab svg {
    vertical-align: text-bottom;
    height: .75rem;
    width: 1rem
}

.hediyeCekiBtnContent a .offers-content svg {
    margin-left: .5rem;
    vertical-align: text-bottom;
    width: 8px;
    height: 14px
}

body.modalOpen .miniCartGiftCodeContent {
    overflow: visible;
    opacity: 1;
    visibility: visible;
    overflow-y: hidden;
    z-index: 152;
    transform: translateX(130%);
    opacity: 0;
    visibility: hidden
}

#divCartMiniContent.transForm .miniCartGiftCodeContent.active {
    transition: all 500ms cubic-bezier(.65, .05, .36, 1) 0s;
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

body.modalOpen .miniCartGiftCodeContent.active {
    overflow: visible;
    opacity: 1;
    visibility: visible;
    overflow-y: hidden;
    z-index: 153;
    transform: translateX(130%);
    opacity: 0;
    visibility: hidden
}

body.modalOpen .miniCartLeftProduct {
    opacity: 1;
    visibility: visible;
    opacity: 0;
    visibility: hidden;
    transform: translateX(130%)
}

#divCartMiniContent.transForm .miniCartRigth.active {
    transition: all 500ms cubic-bezier(.65, .05, .36, 1) 0s;
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

#divCartMiniContent.transForm .miniCartLeftProduct.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.miniCartContent {
    padding: 1rem .5rem
}

.miniCartItem {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse wrap
}

.miniCartItem .miniCartRight {
    max-width: calc(148px - 5px);
    flex: 0 1 calc(40% - 5px)
}

.miniCartItem .miniCartLeft {
    max-width: calc(60% - 5px);
    display: flex;
    flex-basis: calc(59% - 5px);
    flex-direction: column;
    justify-content: space-between
}

.miniCartItem .miniCartLeft a {
    position: relative;
    text-decoration: none;
    display: inline-block
}

.miniCartItem .miniCartLeft a img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom;
    width: calc(148px - 5px)
}

.miniCartHr {
    margin: 1rem 0;
    background: #e1e1e1;
    border: 0;
    height: 1px
}

.miniCartContent .miniCartHr:last-child {
    display: none
}

.miniCartDetail {
    flex: 0 1 calc(33% - 5px);
    max-width: 100%;
    position: relative
}

.miniCartDetail span {
    display: block
}

.miniCartDetail span.minimarka {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .2em
}

.miniCartDetail span.miniurunAdi {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .04em
}

.miniCartDetail span.ministokKodu {
    font-size: 11px;
    line-height: 17px;
    letter-spacing: .04em
}

.miniCartButtonSil {
    display: block;
    margin-top: .5rem
}

.miniCartButtonSil a {
    flex: 1 0 0%;
    max-width: 50%;
    text-decoration: none;
    display: inline-block
}

.miniCartButtonSil svg {
    width: 6px;
    height: 8px
}

#sepetEkleModal {
    padding-top: 0
}

#sepetEkleModal .modal-content {
    width: 515px;
    border: 1px solid #000;
    left: auto;
    right: 40px;
    top: 46px;
    padding: 0;
    margin: 0;
    background: #fff;
    overflow: auto;
    position: absolute
}

#sepetEkleModal .modal-content {
    transform: translateY(-130%);
    transition: all 500ms cubic-bezier(.645, .045, .355, 1) 0s;
    opacity: 0
}

#sepetEkleModal.transForm .modal-content {
    transition: all 500ms cubic-bezier(.65, .05, .36, 1) 0s;
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

#sepetEkleModal .modal-content .modal-close {
    display: none
}

#sepetEkleModal .divEklenenUrun {
    padding: 1rem
}

#sepetEkleModal .divEklenenUrunRow {
    padding: 1rem 0;
    display: flex;
    padding-top: 0;
    border-top: none
}

#sepetEkleModal .divEklenenUrunRow .divCol1 {
    flex: 0 0 100px;
    position: relative;
    margin-right: 1rem
}

#sepetEkleModal .divEklenenUrunRow .divCol1 img {
    display: block
}

#sepetEkleModal .divEklenenUrunRow .divCol2 {
    flex: 1 1 100px
}

#sepetEkleModal .divEklenenUrunRow .divCol2 h4 {
    font-size: 14px;
    line-height: 18px;
    text-transform: inherit;
    margin: 0;
    padding: 0
}

#sepetEkleModal .divEklenenUrunRow .divCol2 .divStokKodu {
    margin: .5rem 0 5px
}

#sepetEkleModal .divEklenenUrunRow .divCol2 .divOzelAlan {
    margin: 0;
    padding: 0
}

#sepetEkleModal .divEklenenUrunRow .divCol3 {
    text-align: right;
    flex: 0 0 95px
}

#sepetEkleModal .divEklenenUrunRow .divCol3 h3 {
    font-size: 14px;
    line-height: 18px;
    text-transform: inherit
}

#sepetEkleModal .divEklenenSepetToplam {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

#sepetEkleModal .divEklenenSepetToplam p {
    margin: 0;
    padding: 0
}

#sepetEkleModal .divAltButonlar {
    padding: 1rem;
    display: flex
}

#sepetEkleModal .divAltButonlar a {
    text-align: center;
    display: block;
    text-decoration: none;
    padding: .8rem 2rem;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    line-height: 1
}

#sepetEkleModal .divAltButonlar a.modalDevamEtBTn {
    flex: 1 1 185px;
    margin-right: .75rem
}

#sepetEkleModal .divAltUrunler {
    padding: 1rem
}

#sepetEkleModal .divAltUrunlertitle {
    line-height: 27px;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
    display: block;
    text-align: center;
    vertical-align: top;
    padding: 0 !important;
    position: relative;
    z-index: 1
}

#sepetEkleModal .divAltUrunlertitle:after {
    clear: both;
    display: table;
    content: ""
}

#sepetEkleModal .divAltUrunler {
    display: block;
    width: 100%
}

#sepetEkleModal .divAltUrunler .divAltUrunlerList {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#sepetEkleModal .divAltUrunler .divAltUrunlerList .productItem {
    width: 100%;
    margin: 0;
    float: none;
    display: block
}

#sepetEkleModal .divAltUrunler .divAltUrunlerList li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    width: calc(100% / 3 - 20px);
    float: none;
    margin: 0 5px
}

#sepetEkleModal .divAltUrunler .divAltUrunlerList.owl-carousel li {
    width: auto;
    margin: 0
}

#sepetEkleModal .divAltUrunler .productItem .productDetail {
    height: auto;
    position: relative;
    padding: 0;
    float: none;
    display: block
}

#sepetEkleModal .divAltUrunler .productItem .productDetail .productPrice {
    height: auto;
    position: relative;
    padding: 0;
    float: none;
    text-align: left
}

#sepetEkleModal .divAltUrunler .productItem .productPoints, #sepetEkleModal .divAltUrunler .productItem .TukendiIco, #sepetEkleModal .divAltUrunler .productItem .productOnYazi, #sepetEkleModal .divAltUrunler .productItem .ozelAlan1, #sepetEkleModal .divAltUrunler .productItem .ozelAlan2, #sepetEkleModal .divAltUrunler .productItem .ozelAlan3, #sepetEkleModal .divAltUrunler .productItem .ozelAlan4, #sepetEkleModal .divAltUrunler .productItem .ozelAlan5, #sepetEkleModal .divAltUrunler .productItem .urunListeAdet, #sepetEkleModal .divAltUrunler .productItem .productIcon {
    display: none
}

@media (max-width: 767px) {
    body.modalOpen {
        padding: 0
    }

    #sepetEkleModal .modal-content {
        width: 100%;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0
    }

    #sepetEkleModal .divAltUrunler .divAltUrunlerList {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap
    }

    #sepetEkleModal .divAltUrunler .divAltUrunlerList.owl-carousel {
        overflow: visible;
        white-space: normal
    }

    #sepetEkleModal .divAltUrunler .divAltUrunlerList li {
        width: calc(100% / 2 - 20px)
    }

    #sepetEkleModal .divAltButonlar {
        padding: 1rem;
        display: flex;
        flex-direction: column
    }

    #sepetEkleModal .divAltButonlar a {
        width: 100%;
        margin-top: 10px;
        flex: 1
    }

    #sepetEkleModal .divAltButonlar a.modalDevamEtBTn {
        width: 100%;
        margin: 0;
        flex: 1
    }
}

#quickViewV2 .ekSecenekGrup.nostok:before {
    content: '';
    top: 50%;
    left: 0;
    background: #ccc;
    height: 1px;
    width: 100%;
    position: absolute;
    transform: rotate(45deg)
}

#quickViewV2 .ekSecenekGrup.nostok {
    cursor: default
}

#quickViewV2 .modal-content {
    width: 700px !important
}

#quickViewV2 .ekSecenekGrup {
    min-width: 50px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    padding: 0 5px;
    cursor: pointer;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #000;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    display: block;
    border-radius: 3px
}

#quickViewV2 .ekSecenekGrup.selected {
    background: #ccc;
    border-color: #ccc
}

.modal-content .ProductDetailMainRow {
    display: flex;
    margin-bottom: 1.5rem;
    flex-wrap: wrap
}

.modal-content .leftImage {
    flex: 0 0 255px;
    margin-right: 1rem;
    flex-direction: column;
    justify-content: flex-start
}

.modal-content .leftImage .Images {
    height: 340px;
    width: 255px;
    text-align: center;
    position: relative
}

.modal-content .leftImage .SmallImages {
    width: 100%;
    margin-top: 20px;
    display: block
}

.modal-content .leftImage .SmallImages .AltImgCapSmallImg {
    display: inline-block;
    margin: 0 10px 10px 0;
    position: relative
}

.modal-content .RightDetail {
    flex: 1 1 100px;
    z-index: 0;
    padding: 0
}

.modal-content .RightDetail .buyfast {
    display: none !important
}

.modal-content .ItemV3_NameSpn {
    display: block;
    font-family: BentonSansBook, Helvetica, Arial, sans-serif;
    font-feature-settings: "liga" 0;
    font-size: 11px;
    line-height: 17px
}

.cloudzoom-lens {
    border: 5px solid #888;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    cursor: crosshair;
    z-index: 9999
}

.cloudzoom-zoom {
    background-color: #fff;
    border: 1px solid #888;
    width: 500px;
    height: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none
}

.cloudzoom-caption {
    display: none;
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px
}

.cloudzoom-blank {
    background-image: url(/../scripts/plugins/cloudzoom/blank.png)
}

.cloudzoom-ajax-loader {
    background-image: url(https://cdn.duslerweb.com/scripts/ajax-loader.gif);
    width: 32px;
    height: 32px
}

.duslerweb-search-content {
    background-color: #fff;
    width: 800px;
    font-size: 0;
    display: flex;
    box-sizing: border-box;
    z-index: 99999;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .4);
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    text-align: left;
    min-height: 642px
}

.duslerweb-search-content .quickSearchContent {
    display: flex;
    width: 100%
}

.duslerweb-search-content .quickSearchContent > .products {
    width: 100%
}

.duslerweb-search-sidebar {
    width: 30%;
    background-color: #f5f6f6;
    padding: 20px 0;
    font-size: 14px;
    overflow-y: auto;
    box-sizing: border-box
}

.duslerweb-sidebar-item h3 {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    color: #58585a;
    font-size: 15px;
    margin-bottom: 9px;
    margin-top: 0;
    text-transform: capitalize
}

.duslerweb-sidebar-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    margin-bottom: 20px;
    display: block
}

.duslerweb-sidebar-item ul li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #58585a;
    display: block;
    padding: 5px 20px 5px 20px;
    cursor: default;
    font-size: 12px
}

.duslerweb-search-products {
    font-size: 14px;
    box-sizing: border-box;
    padding: 20px;
    overflow-y: auto;
    width: 70%;
    background-color: #fff;
    vertical-align: top;
    position: relative;
    padding-bottom: 55px;
    padding-bottom: 20px;
    max-height: unset
}

.duslerweb-search-products-title h3 {
    color: #58585a;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 9px;
    margin-top: 0;
    text-transform: capitalize
}

.products {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    margin-top: 20px
}

.products li {
    width: calc(50% - 6px);
    display: inline-block;
    margin-bottom: 10px;
    color: unset;
    text-decoration: none
}

.products li:nth-child(2n-1) {
    margin-right: 10px
}

.products li a {
    font-size: 12px;
    transition: all 200ms ease;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none
}

.products li:hover a {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    overflow: hidden;
    transform: scale(1.02)
}

.duslerweb-search-content .duslerweb-search-product-image {
    float: left;
    min-width: 114px;
    height: 100px;
    position: relative;
    overflow: hidden;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 70px
}

.duslerweb-search-content .duslerweb-search-product-image img {
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    left: 0
}

.duslerweb-search-content .duslerweb-search-product-info {
    padding-left: 10px;
    overflow: hidden
}

.duslerweb-search-content .duslerweb-search-product-info-name, .duslerweb-search-content .duslerweb-search-product-info-category {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: inherit;
    display: block;
    -webkit-text-size-adjust: none
}

.duslerweb-search-content .duslerweb-search-product-info-category {
    color: #a8a9ac;
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.duslerweb-search-content .duslerweb-search-product-info-name {
    color: #58585a;
    font-size: 13px;
    margin-bottom: 2px;
    line-height: 18px
}

.duslerweb-search-content .duslerweb-search-product-info-price {
    color: #818285;
    font-size: 11px;
    -webkit-text-size-adjust: none
}

.duslerweb-search-content span.duslerweb-search-product-info-oldPrice {
    text-decoration: line-through;
    color: #d1d2d4;
    margin-left: 5px;
    -webkit-text-size-adjust: none
}

.noRecordsFound {
    text-align: center;
    padding-top: 50px;
    font-size: 18px
}

.sTemp2.duslerweb-search-content, .sTemp4.duslerweb-search-content {
    width: 400px;
    right: 0;
    left: auto;
    min-height: 200px
}

.sTemp2 .duslerweb-search-products, .sTemp4 .duslerweb-search-products {
    width: 100%;
    max-height: 300px
}

.sTemp2 .products li, .sTemp4 .products li {
    width: 100%
}

.sTemp2 .products li .duslerweb-search-product-image, .sTemp4 .products li .duslerweb-search-product-image {
    height: 60px;
    min-width: 40px
}

.sTemp3.duslerweb-search-content {
    width: 100%;
    right: 0;
    left: auto;
    min-height: 200px
}

.sTemp3 .duslerweb-search-products {
    width: 100%;
    padding: 5px
}

.sTemp3 .products {
    margin-top: 0
}

.sTemp3 .products li {
    width: 100%;
    margin-bottom: 0
}

.sTemp3 .products li a {
    border: 0
}

.sTemp3 .products li:hover a {
    box-shadow: 0 0 0;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    overflow: hidden;
    transform: none;
    text-decoration: underline
}

.sTemp3 .duslerweb-search-product-info-name {
    line-height: 2
}

.duslerweb-search-mobil-close-btn {
    display: none
}

.sTemp3 .products {
    margin-top: 0
}

.ProductListGroup {
    width: 100%;
    position: relative;
    clear: right;
    float: left
}

.ProductListGroupTitle {
    text-align: center;
    margin-bottom: 20px
}

.ProductListGroupTitle .span1 {
    font-size: 26px;
    font-weight: bold
}

.ProductListGroupTitle .span2 {
    font-size: 13px;
    font-weight: bold
}

@media screen and (max-width: 801px) {
    #divAramaSonuc .isMobilInputContent, #divAramaAlani .isMobilInputContent {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 10px 20px 0
    }

    #divAramaSonuc .duslerwebSearchInput, #divAramaAlani .duslerwebSearchInput {
        align-self: flex-start;
        width: 85%;
        border: 1px solid #efefef;
        border-radius: 0;
        box-shadow: none;
        background: #efefef;
        margin: 0;
        padding: 5px;
        line-height: 1
    }

    body.topAutocompleteActive {
        overflow: hidden
    }

    .sTemp2 .duslerweb-search-products, .sTemp4 .duslerweb-search-products {
        max-height: none
    }

    #divAramaSonuc .duslerweb-search-mobil-close-btn, #divAramaAlani .duslerweb-search-mobil-close-btn {
        display: block;
        font-size: 13px;
        color: #58585a
    }

    .duslerweb-search-content {
        width: 100vw !important;
        height: 100vh !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        overflow: auto !important;
        display: block
    }

    .duslerweb-search-sidebar {
        width: 100% !important;
        display: block !important;
        background-color: #fff;
        padding-bottom: 10px !important
    }

    .duslerweb-search-products {
        width: 100% !important;
        display: block !important;
        padding-top: 20px !important
    }

    .duslerweb-search-products .products li {
        width: 100% !important
    }

    .duslerweb-search-products .products li:nth-child(2n-1) {
        margin-right: 0 !important
    }

    .duslerweb-search-content.sTemp3 .products {
        margin: 10px
    }

    .duslerweb-search-content.sTemp4 .products {
        margin: 0
    }

    .duslerweb-search-content {
        padding: 10px 0 140px 0
    }

    .duslerweb-search-content .quickSearchContent {
        display: block
    }
}

body.favoriBody {
    padding: 0;
    margin: 0
}

body.favoriBody #tb_Tbody {
    height: 200px;
    overflow: auto
}

body.favoriBody .favoriTitle {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #676767
}

body.favoriBody #tb_Tbody .detayFavoriListItem {
    border: 0;
    padding: 0 10px 0 12px;
    width: calc(100% - 23px);
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    font-family: sans-serif;
    margin: 0
}

body.favoriBody .detayFavoriListItem button {
    height: 28px;
    margin: 5px 0;
    position: inherit;
    float: right;
    top: 0;
    right: 0;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #eee
}

body.favoriBody .divGrupOlusturContentBottom input#txtFavoriGrup {
    float: left;
    width: 200px;
    border: 1px solid #efefef;
    padding: 0;
    height: 32px;
    padding-left: 10px
}

body.favoriBody .divGrupOlusturContentBottom #btnFavoriGrupKaydet {
    float: right;
    width: 80px;
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff
}

body.favoriBody .detayFavoriListesiContent {
    height: 300px
}

body.favoriBody #divGrupOlusturContent {
    padding: 5px 10px;
    overflow: hidden
}

body.favoriBody #tb_Tbody .detayFavoriListItem button {
    display: none
}

body.favoriBody #tb_Tbody .detayFavoriListItem:hover {
    background: #eee
}

body.favoriBody #tb_Tbody .detayFavoriListItem:hover button {
    display: block;
    color: #000
}

.pageSifremiUnuttum.SifremiUnuttumContent .SifremiUnuttumContentHata {
    color: #f00
}

.pageSifremiUnuttum.SifremiUnuttumContent.userDivLeft {
    width: 100%;
    margin: 40px auto;
    min-height: 350px
}

.pageSifremiUnuttum.SifremiUnuttumContent .userWrapper {
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto
}

.pageSifremiUnuttum.SifremiUnuttumContent .userWrapper:after {
    clear: both;
    display: table;
    content: ""
}

.pageSifremiUnuttum.SifremiUnuttumContent .userWrapper input {
    letter-spacing: .3px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 0;
    border: 1px solid #eee;
    font-weight: 400;
    width: 100%;
    text-indent: 15px
}

.pageSifremiUnuttum.SifremiUnuttumContent .userLoginBtn {
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 0;
    height: auto;
    padding: 15px 0;
    line-height: normal;
    font-weight: 500;
    font-size: 16px;
    float: none;
    width: 100%;
    display: block;
    margin: 10px 0 0 0
}

.pageSifremiUnuttum.SifremiUnuttumContent .userLoginBtn:hover {
    background-color: #000;
    color: #fff
}

.SifremiUnuttumSucces {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: normal
}

@media (max-width: 767px) {
    .pageSifremiUnuttum.SifremiUnuttumContent.userDivLeft {
        width: 100%
    }
}

.pageSifremiUnuttum .userWrapper .Left {
    padding: 8px 0
}

.pageSifremiUnuttum #mainHolder_DuslerCaptcha_ImgCaptcha {
    width: auto
}

.pageSifremiUnuttum .alert, #mainHolder_txtSifre2, #mainHolder_cvSifre2 {
    height: auto;
    line-height: normal;
    background-color: transparent;
    color: #f00;
    font-size: 13px;
    font-weight: 600;
    border: 0;
    margin: 0;
    padding: 10px 0
}

.pageSifremiUnuttum .pageSifremiUnuttum div#divSifremiUnuttum {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: block
}

.pageSifremiUnuttum .pageSifremiUnuttum .userWrapper {
    width: 100%
}

.pageSifremiUnuttum .userLoginBtn {
    max-width: 450px;
    margin: 0 auto
}

.pageSifremiUnuttum .SifremiUnuttumContentDesc {
    max-width: 740px;
    margin: 0 auto 20px auto;
    text-align: center;
    width: 100%
}

.pageSifremiUnuttum #divSifremiUnuttum {
    max-width: 450px;
    margin: 0 auto
}

.pageSifremiUnuttum .hataliGuvenlikKodu {
    width: 100%;
    overflow: hidden
}

.sifremiUnuttumCaptcha {
    float: right;
    width: 50%
}

.sifremiUnuttumCaptcha img {
    height: 45px;
    width: 170px;
    background: #eee
}

.sifremiUnuttumCaptchaInput {
    float: left;
    width: 50%;
    padding-right: 10px
}

#divSifreDegistir .userWrapper.newPassword, #divSifreDegistir .userWrapper.newPasswordAgain {
    float: left;
    width: 50%
}

#divSifreDegistir .userWrapper.newPassword {
    padding-right: 10px
}

.iti-mobile .iti--container {
    z-index: 9999 !important
}

.hediyeIpucuGonder a {
    display: block;
    width: 100%;
    overflow: hidden
}

#sendGiftModal {
    padding-top: 50px;
    padding-bottom: 50px
}

#sendGiftModal.modal .modal-content {
    width: 80%;
    max-width: 420px;
    padding: 0;
    position: relative
}

#sendGiftModal.modal #frmGiftHint {
    padding: 20px
}

#sendGiftModal.modal #frmGiftHint .frmGiftLine {
    margin-bottom: 10px
}

#sendGiftModal.modal #frmGiftHint .frmGiftLine label {
    width: 100%;
    display: block;
    font-size: 12px;
    padding-bottom: 2px;
    font-weight: 500
}

#sendGiftModal.modal #frmGiftHint .frmGiftLine input {
    width: 100%
}

#sendGiftModal.modal .giftImage {
    width: 100%
}

#sendGiftModal.modal .modal-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px
}

#sendGiftModal.modal .btnGiftSend {
    height: 43px;
    width: 100%;
    display: block;
    background: #bf215d;
    line-height: 43px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    margin-top: 10px
}

#sendGiftModal.modal .btnGiftSend:hover {
    opacity: .7
}

.btnCatSorting {
    cursor: pointer
}

.productItem .divVideoPlayButton {
    z-index: 10
}

​ .productItem .productImage video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

​ .miniCartDetay .txtMiniSepetAdet {
    height: 30px;
    line-height: 30px;
    width: 60px;
    float: none;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    border-radius: 0
}

.miniCartDetay .adettanim3 label {
    display: block
}

#hizliBakisCinsiyet {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0 0 10px 0
}

#hizliBakisCinsiyet > span.labelRow {
    float: left;
    margin-right: 10px
}

#hizliBakisCinsiyet > span.labelRow label {
    height: 20px;
    line-height: 20px
}

#hizliBakisCinsiyet #divCinsiyetAlan {
    float: left
}

#hizliBakisCinsiyet .uyeOlCol {
    height: 20px;
    float: left;
    line-height: 20px;
    margin-right: 10px
}

#hizliBakisCinsiyet .uyeOlCol input {
    float: left;
    width: 20px;
    height: 20px
}

#hizliBakisCinsiyet .uyeOlRow {
    width: 100%;
    display: block;
    overflow: hidden
}

#userLoginTab {
    width: 100vw;
    margin: 10px 0 20px -10px;
    overflow: hidden
}

#userLoginTab > a {
    width: 50%;
    text-align: center;
    display: block;
    float: left;
    font-size: 17px;
    font-weight: 500;
    color: #909090;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #ccc
}

#userLoginTab > a.btnActive {
    color: #000;
    border-color: #000
}

#ProductDetailMain span.size_box.nostok {
    pointer-events: auto;
    opacity: 1
}

span.size_box.nostok .btnnostok {
    cursor: pointer
}

.size_box.nostok.show .btnnostok {
    display: block !important
}

.soruSorContentDiv {
    float: left;
    width: 100%
}

.soruSorContentDiv .content-heading {
    float: left;
    width: 100%
}

.soruSorContentDiv .urunSorContent {
    float: left;
    width: 100%
}

.soruSorContentDiv .urunSorUrun {
    float: left;
    width: 100%;
    margin: 20px 0 30px
}

.soruSorContentDiv .urunSorimg {
    float: left
}

.soruSorContentDiv .urunSorDetail {
    float: left
}

.soruSorContentDiv .urunSorName {
    float: left;
    clear: left;
    margin-bottom: 10px;
    font-size: 15px
}

.soruSorContentDiv .urnFiyat {
    float: left;
    clear: left;
    margin-bottom: 10px;
    font-size: 14px
}

.soruSorContentDiv .uGbtn {
    float: left;
    clear: left
}

.soruSorContentDiv .uGbtn > div {
    float: left;
    margin-right: 10px
}

.soruSorContentDiv .UrunSoruList {
    float: left;
    width: 100%;
    margin-bottom: 50px
}

.soruSorContentDiv .urunSorDivList {
    float: left;
    width: 100%
}

.soruSorContentDiv .urunSorDivList {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.soruSorContentDiv .divListCont {
    float: left;
    width: 100%
}

.soruSorContentDiv .divListSoru {
    float: left;
    border-radius: 3px;
    padding: 20px;
    border: 2px solid #f2f2f2
}

.soruSorContentDiv .divListCevap {
    background: #f2f2f2;
    border-radius: 3px;
    color: #202020;
    float: left;
    display: inline-block;
    margin-left: 10px;
    margin-top: 15px;
    padding: 20px;
    clear: left;
    position: relative
}

.soruSorContentDiv .divListCevap:before {
    content: '';
    font-family: 'FontAwesome';
    font-weight: bold;
    color: #f2f2f2;
    position: absolute;
    top: -14px;
    left: 25px;
    font-size: 35px
}

.soruSorContentDiv .divListTitle {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px
}

.soruSorContentDiv .divListTitle .left_line {
    float: left;
    font-weight: bold
}

.soruSorContentDiv .divListTitle .center_line {
    float: left;
    margin: 0 3px
}

.soruSorContentDiv .divListTitle .right_line {
    float: left
}

.soruSorContentDiv .divListUye {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #808080
}

.soruSorContentDiv .divListUye .left_line {
    float: left
}

.soruSorContentDiv .divListUye .center_line {
    float: left;
    margin: 0 5px
}

.soruSorContentDiv .divListUye .right_line {
    float: left
}

.soruSorContentDiv .cevapSure {
    float: left;
    width: 100%;
    font-size: 12px
}

/* Modal Start */
.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

.modal.fade {
    z-index: 10000 !important;
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}
.modal-close-icon {
    position: absolute;
    top: 0px;
    right: -4px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: #fff;
    text-align: center;
    border-radius: 50%;
}
.modal-close-icon:after {
    content: "x";
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
    line-height: 34px;
    color: #000;
}
.modal-header button {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    padding: 0;
}
.modal-header button span {
    font-size: 20px;
}

.btn {
    cursor: pointer;
    border: 0;
    background-color: #00c753;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    line-height: 34px;
    padding: 0 20px;
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
}


.results {
    float: left;
    padding: 17px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* Modal End */

/* @group Cookie*/

.cookie{
    position: fixed;
    padding: 15px;
    z-index: 99999;
    width: 100%;
    overflow: hidden;
    background: #fff;
    bottom: 35px!important;
}

.cookie .content{
    float: left;
}

.cookie .content p{
    margin: 0;
}

.cookie .operations{
    float: right;
    width: 400px;
    text-align: right;
}


.cookie .operations .dont-show-label{
    display: inline-block;
}

.cookie .operations .dont-show-label label > span{
    position: relative;
    top: 1px;
}


.cookie .operations .dont-show-label label{
    cursor: pointer;
}

.cookie .operations .button{
    display: inline-block;
    cursor: pointer;
    margin-left: 30px;
}

/* @end group */

