/* ==================== */
* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*reset Css*/
[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 {
    line-height: 15px;
    height: 30px;
    display: block;
    opacity: 1;
    visibility: visible;
}

[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;
}

[tabindex="-1"]:focus {
    outline: none !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: 'Helvetica Neue';
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    font-weight: normal;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

textarea {
    overflow: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

input, button, select, textarea {
    line-height: inherit;
}

img {
    display: block;
    border: none;
    max-width: 100%;
}

i {
    font-style: normal;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

a {
    text-decoration: none;
    color: #666;
    transition: background .1s ease-in-out,color .1s ease-in-out;
}

a:active, a:hover {
    outline-width: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #000;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #000;
}

select, input {
    font-family: 'Helvetica Neue' !important;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 600s ease-in-out 0s;
}

textarea {
    resize: vertical;
    overflow: auto;
}

#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;
}

.blogCenter, .blogCenter * {
    font-size: 14px!important;
    font-family: 'Helvetica Neue' !important;
}

.blogRight ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*colgrid*/
.pull-center {
    display: inline-block;
    vertical-align: top;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.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%;
}

/*colgrid*/
.fa-facebook-f:before {
    content: "\f39e"!important;
}

.hesabimBolumuTutucu i {
    vertical-align: middle;
    font-weight: 300;
}

.adminUserLoginBody #mainHolder_Panel1 .newuserForm > div {
    margin: 0 !important;
}

#cb3DSecureOdeme {
    margin-right: 8px;
}

#txtbxCep {
    border: solid 1px #a9a9a9;
    height: 26px;
    color: #777777;
    background-color: transparent;
}

.clear {
    clear: both;
}

.textarea {
    font-family: 'Helvetica Neue';
    border: solid 1px #a9a9a9;
    padding: 4px;
    width: 100%;
    height: 80px;
    resize: none;
    color: #777777;
    background-color: transparent;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
}

.textbox {
    font-family: 'Helvetica Neue';
    color: #666666;
    display: block;
    font-size: 14px;
    width: 100%;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
}

.button {
    font-family: 'Helvetica Neue';
    cursor: pointer;
    color: #fff;
    padding: 4px 5px;
    transition: all 0.3s ease 0s;
    border: none;
    text-align: center;
}

.selectboxx {
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    background-color: none !important;
    width: 100%;
    margin-bottom: 4px;
}

.validate, .validateSol, .validateOrta {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #a94442;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
}

.validate .validateOk, .validateSol .validateSolOk, .validateOrta .validateOrtaOk {
    background-color: #a94442;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    display: block;
    border-radius: 0 0 5px 5px;
}

.cloudzoom-zoom {
    z-index: 999;
}

.clearfix {
    content: '';
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.clearfix:after, .clearfix:before {
    content: '';
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.KasaOnuFirsatlarContent ul li a.button {
    border: none!important;
}

/* -----------------------------------Magaza Sayfasi--------------------------------------------*/
.Magazalar .magazaSelect {
    background: #fff;
    border: 1px solid #eeeff0;
    color: #222222;
    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: #222222;
    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: 500!important;
    color: #222;
    font-size: 18px;
}

/*------------------------------------iletisim--------------------------------------------*/
.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: 500;
    line-height: 80px;
    text-align: left;
}

.iletisimContent .categoryTitle:after {
    clear: left;
    content: '';
    width: 70px;
    height: 1px;
    background: #e5e5e5;
    float: left;
}

.iletisimContent .iletisimLeft .Left {
    display: none;
}

.iletisimContent .iletisimLeft .Center {
    display: none;
}

.iletisimContent .iletisimLeft .span {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.iletisimContent .iletisimLeft .Right {
    display: block;
    color: #343434;
    font-size: 14px;
    line-height: 20px;
}

.iletisimContent .iletisimLeft .Right:before {
    color: #bababa;
    font-size: 20px;
    font-family: 'FontAwesome';
    width: 35px;
    text-align: left;
    font-weight: 300;
    float: left;
}

.iletisimContent .iletisimLeft .span.iletisimLeftFirmaAdi .Right {
    font-size: 20px;
    font-weight: 500;
}

.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: #222222;
    font-weight: 500;
    line-height: 30px;
}

.iletisimContent .iletisimForm .rowLeft .span .Right {
    display: block;
    position: relative;
}

.iletisimContent .iletisimForm .rowLeft .span .Right input {
    height: 40px;
    border-color: #e3e3e3;
    background: transparent;
    width: 100%;
    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: #222222;
    font-weight: 500;
    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: transparent;
    padding: 0 10px;
    border-style: solid;
    border-width: 1px;
}

.iletisimContent .iletisimForm .rowRight .span .Right textarea {
    border-color: #e3e3e3;
    background: transparent;
    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: normal;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.iletisimContent .validate .validateOk, .iletisimContent .validateSol .validateSolOk, .iletisimContent .validateOrta .validateOrtaOk {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ff0d0d;
    border-radius: 2px;
}

.iletisimContent .validate, .iletisimContent .validateSol, .iletisimContent .validateOrta {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    display: block;
    border-radius: 2px;
}

/*------------------------------------Uye Ol--------------------------------------------*/
.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: 0.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: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
}

.uyeOlContainer .uyeOlCol select.selectboxx {
    font-size: 14px;
    display: block;
    letter-spacing: 0.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: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.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;
}

.uyeOlContainer .socialUserSozlesmeDiv .socialChkSozlesme {
    font-weight: 400;
}

.userContainer {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.userContainer .userDivLeft, .userContainer .uyeDegilsenUyeOl, .userContainer .userDivRight {
    padding: 0;
    margin: 0;
    width: 50%;
}

.userContainer .uyeDegilsenUyeOl > .userDivRight {
    width: 100%;
}

.userContainer .userMail, .userContainer .userSms, .userContainer .userSozlesmeDiv {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}

.userContainer .userMail label, .userContainer .userSms label, .userContainer .userSozlesmeDiv label {
    width: 85%;
    float: left;
    font-family: 'Helvetica Neue';
    line-height: 16px;
    font-weight: 400;
}

.userContainer #chkSozlesme+label {
    width: 85%;
    float: left;
    font-family: 'Helvetica Neue';
}

.userContainer .userLeftBox, .userContainer .userRightBox {
    width: 100%;
    float: left;
    margin: 0;
    padding: 25px;
}

.userContainer .userLoginBtn, .userContainer .userSignBtn {
    float: left;
    width: 100%;
    font-family: 'Helvetica Neue';
}

.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;
}

body .uyeOlContainer {
    width: 882px;
    margin: auto;
    max-width: 90%;
}

body .uyeOlContainer .FormTitle {
    font-size: 16px;
    margin: 20px 0 0;
}

body .uyeOlContainer #FrmYeniUye>.uyeOlCol {
    margin: 10px 20px 0 0;
    border: 0;
    padding: 0 20px;
}

body .uyeOlContainer .uyeOlCol label {
    font-size: 12px;
    margin-bottom: 0;
}

body .uyeOlContainer .uyeOlCol input.textbox {
    font-size: 12px;
    padding: 9px 0;
}

body .uyeOlContainer .uyeOlCol select.selectboxx {
    padding: 7px 0;
}

body.UyeGiris .otpSmsDiv .userSmsOtpBtn, body.UyeOl .uyeolotpSms .userSmsOtpBtn {
    font-size: 11px;
    padding: 0;
    height: 34px;
}

body .uyeOlContainer .uyeol {
    height: 34px;
    line-height: 34px;
}

body .uyeOlContainer .uyeOlCol .TcxPassEye {
    top: 6px!important;
}

.sepetimBody #cbMesafeliSatisSozlesme {
    margin-top: 5px;
}

body.UyeGiris .otpSmsDiv, body.UyeOl .uyeolotpSms {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

body.UyeGiris .otpSmsDiv .userSmsOtpBtn, body.UyeOl .uyeolotpSms .userSmsOtpBtn {
    margin-left: 10px;
    background: #000;
    color: #FFF;
    font-size: 12px;
    width: 35%;
    height: 40px;
}

body.UyeGiris .otpSmsDiv .userSmsOtpBtn span, body.UyeOl .uyeolotpSms userSmsOtpBtn span {
    font-family: 'Helvetica Neue';
}

body.UyeGiris .otpSmsDiv .userSmsOtpBtn:hover, body.UyeOl .uyeolotpSms .userSmsOtpBtn:hover {
    background: #000000;
}

body.UyeGiris .userSozlesmeDiv a {
    color: #000!important;
}

body.UyeOl .uyeOlColItem a {
    color: #000!important;
}

.UyeGiris .userMail input, .UyeGiris .userSms input, .UyeGiris .userSozlesmeDiv input, .UyeGiris .socialUserSozlesmeDiv input {
    margin: 0;
    appearance: none;
    width: auto;
    height: auto;
}

/*.UyeGiris .userMail label:before,
.UyeGiris .userSms label:before,
.UyeGiris .userSozlesmeDiv label:before,
.UyeGiris .socialMediaLoginButtons .socialUserSozlesmeDiv label:before{content:'';float:left;width:17px;height:17px;flex:0 0 17px;background:#fff;border-radius:50%;border:1px solid #707070;margin-right:10px;position: absolute;top: 0;left: 0;display:none;}
.UyeGiris .userMail.active label:before,
.UyeGiris .userSms.active label:before,
.UyeGiris .userSozlesmeDiv.active label:before,
.UyeGiris .socialMediaLoginButtons .socialUserSozlesmeDiv.active label:before{content:'\f111';font-family:'FontAwesome';text-align:center;line-height:15px;color:#000;font-weight:600;font-size:12px;display:none;}
*/
/* ------------------------------------Sifremi Unuttum--------------------------------------------*/
.pageSifremiUnuttum.SifremiUnuttumContent .SifremiUnuttum p {
    line-height: 25px;
}

.pageSifremiUnuttum.SifremiUnuttumContent .SifremiUnuttum .userWrapper {
    float: left;
    margin-bottom: 20px;
}

/* ------------------------------------Uye Ol Basarili--------------------------------------------*/
.userLogin {
    float: left;
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik {
    display: inline-block;
    vertical-align: top;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title {
    color: #000;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    display: block;
    font-size: 40px;
    color: #097d2d;
    font-weight: 500;
    margin-bottom: 10px;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title h4 {
    font-size: 25px;
    font-style: normal;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title span {
    font-size: 15px;
    font-style: normal;
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik p {
    font-style: normal;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik a {
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-style: normal;
}

/* ------------------------------------Taksit Secenekleri--------------------------------------------*/
#divTaksitContainer {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.urunOzellik .taksitWrapper .taksitBlock .taksitBlockContent {
    max-width: 100%;
}

.sepetimBody .AllCategory {
    display: none;
}

.sepetimBody .linkRebatedProducts {
    margin-left: 0;
}

.sepetimBody .searchContent {
}

.sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth {
    max-height: 400px;
    overflow: auto;
    padding-right: 10px !important;
}

.sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth::-webkit-scrollbar {
    width: 3px;
}

.sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth::-webkit-scrollbar-thumb {
    background: #000;
}

/*dilsecenegi*/
#headerNew .header-dil-content #lang_flag_container {
    z-index: 1!important;
    position: absolute!important;
    left: auto!important;
    padding: 0 24px;
}

#headerNew .header-dil-content #lang_flag_container:hover {
    z-index: 100!important;
}

#headerNew .header-dil-content #lang_flag_container #lang-detail {
    background-color: #FAF8F5;
    left: auto !important;
    top: -2px!important;
    right: 10px;
    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);
    transform: translateY(30px);
}

#headerNew .header-dil-content #lang_flag_container #lang {
    float: left;
    font-weight: normal;
    padding: 8px 0!important;
    background: transparent;
}

#headerNew .header-dil-content #lang_flag_container #lang span {
    font-weight: normal;
    float: left;
}

#headerNew .header-dil-content #lang_flag_container #lang span:after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 5px;
}

#headerNew .header-dil-content #lang-detail .language a {
    color: #000000!important;
    opacity: 1!important;
}

#headerNew .header-dil-content #lang-detail .language a.active {
    display: none!important;
}

#headerNew .header-dil-content #lang_flag_container:hover #lang {
    color: #fff !important;
    font-weight: normal;
}

#headerNew .header-dil-content #lang_flag_container #langHover {
    float: left;
    padding: 0!important;
}

#headerNew .header-dil-content #langHover.white {
    background: transparent !important;
}

a#ucSepetim_btnSepetiTemizle {
    margin-top: 28px;
    display: inline-block;
}

#lang-detail {
    width: unset!important;
    min-width: 210px;
}

#lang-detail .language a {
    font-size: 11px!important;
    text-align: left;
}

#lang-detail .currency a {
    font-size: 11px!important;
}

#lang-detail .language, #lang-detail .currency {
    width: 100%!important;
}

#lang-detail p {
    font-size: 12px!important;
    text-align: left;
}

#lang-detail .language, #lang-detail .currency {
    padding: 0 10px!important;
}

div#divAvailableCurrencies p {
    margin-top: 0;
}

/*yukaribtn*/
#back-to-top {
    float: right;
    position: fixed;
    right: 26px;
    bottom: 115px;
    z-index: 999;
    display: none;
}

#back-to-top a {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #000;
    fill: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

#back-to-top a svg {
    height: 25px;
}

/* ------------------------------------Vitrin urunleri--------------------------------------------*/
.homeContainer .ProductListContent {
    float: left;
    width: 100%;
    margin: 30px 0;
    position: relative;
}

.homeContainer .ProductListContent .ProductList {
    display: block;
    margin: 0 auto;
}

.homeContainer .ProductListContent .ItemOrj {
    padding: 0 20px;
    margin-bottom: 36px;
    width: 25%;
    max-width: 25%;
}

.homeContainer .ProductListContent .productItem {
    margin-bottom: 0;
}

/****************************************URUN KART*********************************/
.categoryContainer .ProductList.PlSc_hrz .ItemOrj {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.categoryContainer .ProductList.PlSc_2 .ItemOrj {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.categoryContainer .ProductList.PlSc_3 .ItemOrj {
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}

.categoryContainer .ProductList.PlSc_4 .ItemOrj {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.categoryContainer .ProductList.PlSc_5 .ItemOrj {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.ProductListContent {
    float: left;
    width: 100%;
}

.categoryContainer .ProductListContent {
    float: left;
    width: 100%;
}

.categoryContainer .ProductList {
    margin: 0;
    padding: 0 4px;
}

.categoryContainer .ProductListContent .productItem {
    margin-bottom: 36px;
}

.ItemOrj {
    float: left;
    padding: 0 20px;
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.ItemOrj .productItem .productImage a img[src*="/load.gif"] {
    opacity: 0;
}

.ItemOrj .productItem .productImage a:not(.Videolu) video {
    opacity: 0;
}

/*urun*/
.productItem {
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
}

.productItem .productIcon {
    width: 100%;
    float: left;
}

.productItem .productIcon > div {
    display: none;
}

/*urunresim*/
.productItem .productImage {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    float: left;
}

.productItem .productImage a, body .productItem .productImage a.Videolu {
    display: block;
    position: relative;
    padding-bottom: 149.5%;
}

.productItem .productImage img, .productItem .productImage .Videolu video {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.productItem.StokYok .productImage img, .productItem.StokYok .productImage .Videolu video {
    opacity: 0.5
}

/**/
.productItem .productList-Image-Owl .owl-dots {
    display: flex;
    gap: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.productItem .productList-Image-Owl .owl-dots .owl-dot {
    width: 100%;
    height: 3px;
    border: 0;
    border-radius: 0;
    background: rgba(255,255,255,0.3);
    margin: 0 !important;
}

.productItem .productList-Image-Owl .owl-dots .owl-dot.active {
    background: #2D2D2D;
}

.productItem .productList-Image-Owl .owl-dots .owl-dot span {
    display: none !important
}

body .productItem .productList-Image-Owl .owl-nav {
    position: absolute;
    left: 8px;
    right: 8px;
    top: calc(50% - 7px);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s
}

body .productItem:hover .productList-Image-Owl .owl-nav {
    opacity: 1;
    visibility: visible;
}

body .productItem .productList-Image-Owl .owl-nav .owl-prev {
    left: 0;
}

body .productItem .productList-Image-Owl .owl-nav .owl-next {
    right: 0;
}

body .productItem .productList-Image-Owl .owl-nav .owl-prev, body .productItem .productList-Image-Owl .owl-nav .owl-next {
    background: transparent;
    border-radius: 0;
    border: none;
    width: 8px;
    height: 14px;
    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;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

body .productItem .productList-Image-Owl .owl-nav .owl-prev:before {
    content: '\f053';
}

body .productItem .productList-Image-Owl .owl-nav .owl-next:before {
    content: '\f054';
}

body .productItem .productList-Image-Owl .owl-nav .owl-prev:hover:before, body .productItem .productList-Image-Owl .owl-nav .owl-next:hover:before {
    color: #0A0909;
}

body .productItem .productList-Image-Owl .owl-nav .owl-prev:before, body .productItem .productList-Image-Owl .owl-nav .owl-next:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #0A0909;
    line-height: normal;
    font-weight: 300;
}

body .productItem .productList-Image-Owl .owl-nav .owl-prev span, body .productItem .productList-Image-Owl .owl-nav .owl-next span {
    display: none;
}

/*urunaciklama*/
.productItem .productDetail {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    padding: 12px 0;
}

.productDetailTop {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 6px;
    gap: 6px;
}

.productDetailLeft {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    position: relative;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productDetailRight {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: left;
    gap: 10px;
    white-space: nowrap
}

/*urunad*/
.productItem .productName {
    position: relative;
    margin: 0;
    float: left;
    width: 100%;
    transition: 0.5s
}

.productItem .productName a {
    float: left;
    width: 100%;
    padding: 0;
    line-height: 17px;
    height: 17px;
    font-weight: 350;
    font-size: 14px;
    color: #0A0909;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productItem:hover .productDetailLeft.bedenleractive .productName {
    opacity: 0;
    visibility: hidden;
}

/*urunfiyat*/
.productItem .productPrice {
    display: inline-flex;
    vertical-align: top;
    position: relative;
    margin: 0;
    bottom: 0;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px;
}

.productItem .discountPrice {
    display: block;
    float: right;
}

.productItem .discountPrice span {
    color: #0A0909;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
}

.productItem .productPrice.IndirimVar .discountPrice span {
    color: #0A0909
}

.productItem .discountKdv, .productItem .regularKdv {
    display: none;
}

.productItem .regularPrice {
    display: block !important;
    float: left
}

.productItem .regularPrice span {
    font-size: 12px;
    color: #0A0909;
    -moz-text-decoration-color: #0A0909;
    text-decoration-color: #0A0909;
    line-height: 17px;
    font-weight: 300;
    text-decoration: line-through;
}

/*urunpuan*/
.productItem .productPoints {
    float: left;
    width: 100%;
    clear: none;
    margin-bottom: 5px;
}

.productItem .productPoints .rating {
    margin: 0;
}

.productItem .productPoints .rating i {
    color: #cacaca;
    font-size: 17px;
    margin-right: 1px;
}

.productItem .productPoints .rating i:last-child {
    margin-right: 0;
}

.productItem .productPoints [data-rating^='1'] .star-1 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='1,5'] .star-2, .productItem .productPoints [data-rating^='1.5'] .star-2, .productItem .productPoints [data-rating^='1,6'] .star-2, .productItem .productPoints [data-rating^='1.6'] .star-2, .productItem .productPoints [data-rating^='1,7'] .star-2, .productItem .productPoints [data-rating^='1.7'] .star-2, .productItem .productPoints [data-rating^='1,8'] .star-2, .productItem .productPoints [data-rating^='1.8'] .star-2, .productItem .productPoints [data-rating^='1,9'] .star-2, .productItem .productPoints [data-rating^='1.9'] .star-2 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='2'] .star-1 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='2'] .star-2 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating*='2,5'] .star-3, .productItem .productPoints [data-rating*='2.5'] .star-3, .productItem .productPoints [data-rating*='2,6'] .star-3 .productItem .productPoints [data-rating*='2.6'] .star-3, .productItem .productPoints [data-rating*='2,7'] .star-3, .productItem .productPoints [data-rating*='2.7'] .star-3, .productItem .productPoints [data-rating*='2,8'] .star-3, .productItem .productPoints [data-rating*='2.8'] .star-3, .productItem .productPoints [data-rating*='2,9'] .star-3, .productItem .productPoints [data-rating*='2.9'] .star-3 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='3'] .star-1 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='3'] .star-2 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='3'] .star-3 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='3,5'] .star-4, .productItem .productPoints [data-rating^='3.5'] .star-4, .productItem .productPoints [data-rating^='3,6'] .star-4, .productItem .productPoints [data-rating^='3.6'] .star-4, .productItem .productPoints [data-rating^='3,7'] .star-4, .productItem .productPoints [data-rating^='3.7'] .star-4, .productItem .productPoints [data-rating^='3,8'] .star-4, .productItem .productPoints [data-rating^='3.8'] .star-4, .productItem .productPoints [data-rating^='3,9'] .star-4, .productItem .productPoints [data-rating^='3.9'] .star-4 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='4'] .star-1 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='4'] .star-2 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='4'] .star-3 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='4'] .star-4 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='4,5'] .star-5, .productItem .productPoints [data-rating^='4.5'] .star-5, .productItem .productPoints [data-rating^='4,6'] .star-5, .productItem .productPoints [data-rating^='4.6'] .star-5, .productItem .productPoints [data-rating^='4,7'] .star-5, .productItem .productPoints [data-rating^='4.7'] .star-5, .productItem .productPoints [data-rating^='4,8'] .star-5, .productItem .productPoints [data-rating^='4.8'] .star-5, .productItem .productPoints [data-rating^='4,9'] .star-5, .productItem .productPoints [data-rating^='4.9'] .star-5 {
    color: #ff8a00
}

.productItem .productPoints [data-rating="5"] i {
    color: #ff8a00;
}

/*Urun Iconlari*/
.examineIcon,.discountIcon div, .discountIcon .discountIcon_s2, .mycartIcon {
    z-index: 3;
    display: none;
}

.discountIcon span,.mycartIcon a span {
    font-weight: normal;
}

.examineIcon a, .mycartIcon a {
    display: block;
}

/*tukendi*/
.TukendiIco {
    z-index: 5;
    border-radius: 0;
    background: transparent;
    position: absolute;
    left: 8px;
    top: 8px
}

.TukendiIco span {
    line-height: 24px;
    background: #fff;
    border: none;
    color: #0A0909;
    font-size: 11px;
    font-weight: 400;
    padding: 0 10px;
    border-radius: 0;
}

/*stokyok*/
.StokYok .cargoIcon, .StokYok .firsatIcon, .StokYok .newIcon {
    display: none!important;
}

/*playbuton*/
body .productItem .divVideoPlayButton {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    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: 'FontAwesome';
    font-weight: 300;
    font-size: 40px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    text-shadow: 0 0 4px #848484;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i.fa-play-circle-o:before {
    content: '\f144';
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i.fa-pause-circle-o:before {
    content: '\f28b';
}

/*ekbutonlar*/
.productItem .urunListeAdet, .productItem.StokYok .urunListeAdet,.productItem .productDetail .itemCategory {
    display: none !important;
}

/*******************************************KATEGORi**********************************/
.Block_Title {
    display: none;
}

.noProduct {
    background: url('https://static.ticimax.cloud/52168/Uploads/Images/urunyok.png') center center no-repeat !important;
    width: 212px;
    height: 214px;
}

.noProduct * {
    display: none !important;
}

#divUstFiltreKategori {
    display: none;
}

#divUstFiltreMarka {
    display: none;
}

/*kategoriAciklama*/
.categorydesign {
    float: left;
    width: 100%;
}

.categorydesign .Blok {
    margin: 0;
}

.leftBlock .categorydesign {
    display: block;
}

.categorydesign * {
}

.categorydesign strong {
    font-weight: 500;
}

.categorydesign strong * {
    font-weight: 500;
}

.categorydesign img {
    display: inline-block;
    vertical-align: middle;
}

/*breadcrumb*/
.breadList.breadActive {
    display: none!important;
}

.breadcrumbContent {
    float: left;
}

body ul.breadcrumb {
    margin: 0 auto;
    display: block!important;
    padding: 0;
    border-radius: 0;
    float: none;
    list-style: none;
    clear: none;
}

body ul.breadcrumb * {
    color: #B8B8B8;
    font-size: 12px!important;
    line-height: 19px!important;
    float: left;
    font-weight: 400;
}

body ul.breadcrumb li {
    font-size: 0!important;
    float: none!important;
    vertical-align: middle;
}

body ul.breadcrumb li a {
    position: relative;
}

body ul.breadcrumb li:after {
    content: '/';
    display: inline-block;
    margin: 0 10px;
    color: #B8B8B8;
    font-size: 12px ;
    line-height: 19px;
    float: left;
    font-weight: 400;
}

body ul.breadcrumb li:nth-last-of-type(1):after {
    display: none;
}

body ul.breadcrumb li:nth-last-of-type(1) span {
    font-weight: 400;
    color: #0A0909;
}

body ul.breadcrumb li:nth-last-of-type(1) a {
    pointer-events: none;
}

body a#linkOncekiSayfa {
    line-height: 19px ;
    display: none;
    color: #B8B8B8 ;
    font-size: 12px!important;
    font-weight: normal;
}

.leftImage a#linkOncekiSayfa {
    display: none;
}

/*ustalan*/
.categoryTitleText {
    float: left;
    width: 100%;
}

.categoryTitle {
    float: left;
    width: 100%;
    margin: 0 0 24px;
}

.CategoryBody #ProductListMainContainer .categoryTitle {
    position: sticky;
    top: 78px;
    z-index: 9;
    background-color: #fff
}

.CategoryBody #ProductListMainContainer .categoryTitle:has(.filterBlock.active), .CategoryBody #ProductListMainContainer .categoryTitle:has(.filterBlock.siralaactive) {
    z-index: inherit;
    background-color: transparent;
    top: auto;
    position: relative;
}

body.ProductBody .categoryTitle {
    margin: 15px 0;
    padding: 0 24px;
}

body #divSayfalamaUst {
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
    position: static;
}

.urunListRel {
    width: 100%;
    float: left;
    position: relative;
}

.brandlistselection {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0;
    width: 100%;
}

.brandlistselection .clear {
    clear: none;
    display: none;
}

.brandlistselection ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.brandlistselection .sortingContent {
    background: #ddd;
}

.brandlistselection .sortingContent li {
    float: left;
    background: transparent;
    border-radius: 0!important;
}

.brandlistselection .sortingContent li a {
    background: transparent;
    border-radius: 0!important;
}

.brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
    float: right;
}

.blockSelect .sort_hrz {
    display: none;
}

.blockSelect .sort_3 {
    display: none;
}

.category-vertical-filters .vertical-filter-panel .list-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-vertical-filters .vertical-filter-panel .list-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreUst {
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn {
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
    display: none;
}

/*filtresecili*/
body #divSayfalamaUst .filterDeleteContent {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    order: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter {
    padding: 0;
    margin: 0;
    height: auto;
    background: transparent;
    border: 1px solid #0A0909;
    width: auto;
    border-radius: 2px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a {
    width: 25px;
    margin: 0;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i {
    font-family: 'FontAwesome';
    line-height: 30px;
    color: #0A0909;
    font-size: 15px;
    font-weight: 300;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i:before {
    content: '\f00d';
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span {
    color: #0A0909;
    font-size: 12px;
    text-align: left;
    margin-top: 7px;
    font-weight: normal;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span+span {
    color: #0A0909;
    margin-top: 3px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span.filterColorBg {
    display: none;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir {
    display: block;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a {
    width: 100%;
    background: transparent;
    line-height: 1;
    margin: 0;
    padding: 0 5px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span {
    line-height: 30px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    margin: 0;
    width: 100%;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
    background: transparent;
    float: right;
    display: inline-flex !important
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
    float: left;
    height: 47px;
    color: #0A0909;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-radius: 0;
    padding: 0;
    max-width: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
    height: auto;
    padding: 0 0 0 24px;
    border-radius: 0;
    background: transparent;
    float: left;
    position: relative;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.FiltrelemeUrunAdet {
    float: right;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent > li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 19px;
    width: 1px;
    height: 8px;
    background-color: #B8B8B8
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent > li:nth-child(2):before {
    display: none;
    padding-left: 0
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent > li:first-child {
    margin: 0 0 0 24px;
}

body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet span {
    color: #0A0909;
    font-size: 12px;
    line-height: 47px;
    font-weight: normal;
    float: left;
    margin: 0;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock {
    padding: 0;
    background: transparent;
    color: #000000;
    font-size: 15px;
    display: none;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock span {
    line-height: 40px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #D3D3D3;
    border-radius: 0;
    float: left;
    margin: 19px 10px 0 0;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock.selected:before {
    background: #D3D3D3;
    border-color: #D3D3D3;
}

/*sayfalama*/
.brandlistselectionBottom {
    margin-bottom: 0;
    display: none;
}

#divSayfalamaAlt {
    width: 100%;
    margin: 0;
}

.pageNumber {
    float: right;
    text-align: right;
    margin: 0;
    display: none;
}

.pageNumber a {
}

.pageNumberContent {
}

.pageNumberBottom {
    float: right;
    text-align: center;
    margin: 50px 0;
    padding: 0;
    width: 100%;
    display: block;
    vertical-align: middle;
}

.pageNumberContent, .pageBorder {
    display: inline-block;
    vertical-align: top;
}

.pageNumberContent a, .pageBorder a {
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    background: #fff;
    border-radius: 0;
    border: none;
    float: left;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 5px;
}

.pageNumberContent a.butonDisabled, .pageBorder a.butonDisabled {
    opacity: 1!important;
}

.pageNumberContent a:hover, .pageBorder a:hover {
    color: #fff;
    background: #333333;
}

.pageNumberContent a.SelectedSayfa, .pageBorder a.SelectedSayfa {
    color: #fff;
    background: #333333;
}

.KategoriFilitrelemeContent .Block_Title {
    display: none;
}

/*******************************************KATEGORi**********************************/
/*******************************************URUN DETAY********************************/
.RightDetail > .clear {
    clear: none;
}

.ProductDetailMain {
    float: left;
    width: 100%;
}

.ProductDetailMainRow {
    float: left;
    width: 100%;
}

.TopDet {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 0 40px;
}

.leftImage {
    width: 50%;
    float: left;
    position: relative;
    padding: 0;
}

.RightDetail {
    width: 50%;
    float: left;
    position: relative;
    padding: 0 0 0 40px;
    max-width: 554px
}

/*Urun Resim*/
.leftImage .ProductGallery {
    float: left;
    width: 100%;
}

.leftImage .ProductGallery .gallery-container {
    float: left;
    width: 100%;
    position: relative;
}

.leftImage .ProductGallery .gallery-container .GalleryArea {
    float: right;
    width: calc(100% - 139px);
    margin: 0;
    padding: 0;
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb {
    float: left;
    width: 139px;
    border: none;
    background: transparent;
    height: 100%;
    display: block;
    padding-right: 40px
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .AltVideoThumb, .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .thumb-item {
    float: left;
    clear: left;
    width: 100%;
}

.leftImage .ProductGallery .owl-carousel.galleryOwl .owl-dots {
    display: none;
}

.UrunDetayLeft {
    margin: 0 !important;
    overflow: hidden;
}

.Images,#divVideoGoruntulemeAlan {
    float: right;
    width: calc(100% - 139px);
    position: relative;
}

.Images img,#vdUrunVideo {
    max-width: 100%;
    max-height: 100%;
}

.cloudzoom-blank > div:last-child {
    display: none !important;
}

.SmallImages {
    display: block !important;
    float: left;
    width: 139px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 40px
}

.SmallImages div {
    float: left;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.SmallImages div.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    border: 1px solid #0A0909;
}

.SmallImages div img {
    max-width: 100%;
    max-height: 100%;
}

.leftImage .productTimer {
    display: none!important;
}

.DetayYeniUrun {
    display: none!important;
}

/*sagalan*/
.RightDetail .TopList {
    float: left;
    width: 100%;
    position: relative;
}

.RightDetail .TopList .TopListtop {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    gap: 10px;
}

.RightDetail .TopList .TopListtop .TopListtopLeft {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 12px;
}

.RightDetail .TopList .TopListtop .TopListtopRight {
}

.RightDetail .MiddleList {
    float: left;
    width: 100%;
    position: relative;
}

.RightDetail .BottomList {
    float: left;
    width: 100%;
    position: relative;
}

/*urunadi*/
.ProductName {
    float: left;
    position: relative;
    margin: 0;
    width: 100%;
}

.ProductName h1 {
    margin: 0;
    float: left;
    width: 100%;
}

.ProductName h1 span {
    float: left;
    width: 100%;
    display: inline-block;
    color: #0A0909;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3
}

.StokInfo {
    float: left;
    width: 100%;
    font-size: 11px;
    margin: 0 0 10px;
    display: block;
}

/*stokkodu*/
#divUrunKodu {
    float: left;
    clear: left;
    color: #616161;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    padding: 0;
    margin: 10px 0 10px 0;
}

#divUrunKodu span {
    display: inline-block;
    vertical-align: top;
    color: #616161;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    position: relative;
    float: left;
}

#divUrunKodu span:after {
    content: ':';
    margin: 0 4px;
}

/*taksitaciklama*/
#divTaksitAciklama {
    display: block;
    float: left;
    clear: left;
    margin-top: 10px;
}

#divTaksitAciklama .taksitSatir {
    color: #000;
    font-size: 14px;
    line-height: 14px;
}

/*paunver*/
.RightDetail .puanVer {
    float: left;
    clear: left;
}

.RightDetail #PuanVer {
    float: left;
    margin-top: 10px;
}

.RightDetail .PuanVerSag {
    float: left;
    color: #000;
    font-size: 15px;
    line-height: 15px;
    margin: 10px 0 0 10px;
}

.RightDetail ul.rating {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.RightDetail ul.rating li {
    float: left;
    margin-right: 0;
    width: auto;
    height: auto;
    padding: 0 2px 0 0;
    font-size: 0;
}

.RightDetail ul.rating li i.starItem {
    font-size: 15px;
    line-height: 15px;
    height: auto;
    font-weight: 300;
    font-family: 'FontAwesome';
    position: static;
}

.RightDetail ul.rating li i.starItem:before {
    content: '\f005';
}

.RightDetail ul.rating li i.starItem:hover {
    font-size: 15px;
    font-weight: 500;
}

.RightDetail ul.rating li.filled i {
    font-weight: 500;
}

.RightDetail .rating-stars ul>li.star.hover>i.fa {
    font-weight: 500;
}

.RightDetail .rating-stars ul>li.star.selected>i.fa {
    font-weight: 500;
}

.RightDetail ul.rating li i.starItem, .RightDetail ul.rating li.filled i, .RightDetail .rating-stars ul>li.star.hover>i.fa, .RightDetail .rating-stars ul>li.star.selected>i.fa {
    color: #ff8a00;
}

/*markaresmi*/
.markaresmi {
    float: left;
    position: relative;
    z-index: 1;
    display: none!important;
}

.markaresmi a {
    float: left;
}

.markaresmi img {
    max-width: 100%;
    float: left;
}

/*magazastok*/
#divMagazaStok {
    float: left;
    margin: 0!important;
    width: 50%;
}

#divMagazaStok a {
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

#divMagazaStok a span {
    display: inline-block;
    float: left;
    line-height: 80px;
}

#divMagazaStok a span:before {
    display: inline-block;
    content: '\f3c5';
    font-family: 'FontAwesome';
    margin: 0 10px 0 0;
    font-weight: 100;
    font-size: 16px;
}

#inStockModal #stoktakiMagazalar .searchLine > select {
    height: 40px;
    padding: 0 10px;
    width: calc(50% - 10px);
    border-radius: 0 !important;
    border: 1px solid #D7D7D8;
}

#inStockModal #stoktakiMagazalar .searchLine >h3 {
    font-weight: 500;
    font-size: 18px;
}

#inStockModal #stoktakiMagazalar > h2 {
    text-transform: uppercase;
}

/**/
.detayteslimat {
    float: left;
    width: 100%;
}

.detayteslimat a {
    text-decoration: underline;
    color: #000;
}

.teslimatpopup {
    float: left;
    width: 100%;
    padding: 20px;
}

/*on yazi*/
#divOnyazi {
    float: left;
    width: 100%;
    display: none;
}

#divOnyazi .teksatir {
    margin-top: 10px;
    float: left;
    width: 100%;
}

#divOnyazi h2 {
    font-weight: normal;
    font-size: 100%;
}

#divOnyazi * {
    font-family: 'Helvetica Neue' !important;
    font-weight: normal;
}

#divOnyazi strong {
    font-weight: 500;
}

#divOnyazi strong * {
    font-weight: 500;
}

#divOnyazi i {
    font-family: 'FontAwesome'!important;
    margin-right: 12px;
}

.ProductDetailMain > #divOnyazi {
    display: block;
}

/*fiyatlar*/
.urunDetayFiyatContainer {
}

.PriceList {
    float: left;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0
}

#pnlFiyatlar {
    display: inline-block;
    vertical-align: top;
    float: left;
}

#divIndirimliFiyat {
    display: block;
    text-align: right;
    float: left;
    width: 100%;
}

/*ekbilgi*/
#divMarka, #divTedarikci, #divUrunStokAdedi, #divToplamStokAdedi, #divBarkod, #divParaPuan, #divTahminiTeslimatSuresi, #divIndirimOrani {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 14px;
}

#divMarka .left_line, #divTedarikci .left_line, #divUrunStokAdedi .left_line, #divToplamStokAdedi .left_line, #divBarkod .left_line, #divParaPuan .left_line, #divTahminiTeslimatSuresi .left_line, #divIndirimOrani .left_line {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divMarka .center_line, #divTedarikci .center_line, #divUrunStokAdedi .center_line, #divToplamStokAdedi .center_line, #divBarkod .center_line, #divParaPuan .center_line, #divTahminiTeslimatSuresi .center_line, #divIndirimOrani .center_line {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divMarka .right_line,#divMarka .right_line *, #divTedarikci .right_line, #divTedarikci .right_line *, #divUrunStokAdedi .right_line, #divToplamStokAdedi .right_line, #divBarkod .right_line, #divParaPuan .right_line, #divTahminiTeslimatSuresi .right_line,#divIndirimOrani .indirimliOrani, #divIndirimOrani .indirimliOrani * {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    width: auto;
}

#divUrunStokAdedi {
    display: none!important;
}

#divToplamStokAdedi {
    display: none!important;
}

/*piyasa fiyati*/
.PiyasafiyatiContent {
    display: block;
    float: left;
    margin-right: 10px
}

.PiyasafiyatiContent .left_line, .PiyasafiyatiContent .center_line {
    display: none;
}

.PiyasafiyatiContent .right_line {
    display: inline-block;
    vertical-align: top;
}

.PiyasafiyatiContent .right_line * {
    color: #0A0909;
    font-size: 12px;
    line-height: 17px !important;
    font-weight: 300;
    text-decoration: line-through;
}

.PiyasafiyatiContent .right_line .spanKdv {
    display: none!important;
    vertical-align: top;
}

/*indirimli fiyati*/
.IndirimliFiyatContent {
    display: block;
    float: left;
    margin: 0
}

.IndirimliFiyatContent .left_line, .IndirimliFiyatContent .center_line {
    display: none;
}

.IndirimliFiyatContent .right_line {
    display: inline-block;
    vertical-align: top;
}

.IndirimliFiyatContent .right_line * {
    display: inline-block;
    vertical-align: top;
}

.IndirimliFiyatContent .right_line .spanKdv {
    display: none!important;
    vertical-align: bottom;
    font-size: 12px;
    line-height: 1;
}

/*turk lirasi fiyati*/
#divTurkLirasiFiyat {
    display: block;
}

#divTurkLirasiFiyat .left_line, #divTurkLirasiFiyat .center_line {
    display: none;
}

#divTurkLirasiFiyat .right_line {
    display: inline-block;
}

#divTurkLirasiFiyat .right_line * {
    display: inline-block!important;
    vertical-align: top;
}

/*indirimsiz fiyati*/
#divIndirimsizFiyat {
    display: block;
}

#divIndirimsizFiyat .left_line, #divIndirimsizFiyat .center_line {
    display: none;
}

#divIndirimsizFiyat .right_line {
    display: inline-block;
    font-weight: normal;
}

#divIndirimsizFiyat .right_line * {
    display: inline-block!important;
    vertical-align: top;
}

#divIndirimsizFiyat .right_line .spanKdv {
    display: none!important;
    vertical-align: top;
}

/*kdv dahil fiyati*/
#divKDVDahilFiyat {
    display: block;
    float: left;
    margin-top: 8px;
}

#divKDVDahilFiyat .left_line {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    margin-right: 5px;
}

#divKDVDahilFiyat .center_line {
    display: none;
}

#divKDVDahilFiyat .right_line * {
    display: inline-block!important;
    vertical-align: top;
}

/*fiyatrenk*/
.PiyasafiyatiContent .right_line * {
    color: #0A0909;
    font-size: 12px;
    line-height: 17px !important;
    font-weight: 300;
}

.IndirimliFiyatContent .right_line *, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line *, #divIndirimsizFiyat .right_line, #divIndirimsizFiyat .left_line {
    color: #0A0909;
}

.IndirimliFiyatContent .right_line *, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line * {
    font-size: 14px;
    font-weight: 300;
}

#divKDVDahilFiyat .left_line,#divKDVDahilFiyat .right_line *,#divIndirimsizFiyat .left_line,.IndirimliFiyatContent,.IndirimliFiyatContent .right_line *, .PiyasafiyatiContent,.PiyasafiyatiContent .right_line *,#divTurkLirasiFiyat ,#divTurkLirasiFiyat .right_line *,#divIndirimsizFiyat,#divKDVDahilFiyat {
    line-height: 17px;
}

/*Stok yok*/
body #divStokYok {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 14px;
    color: #242424;
    font-weight: normal;
    text-align: center;
    padding: 3% 0;
    background-color: #f2f5f6;
    border-radius: 0;
}

body #divStokYok:before {
    content: '\f057';
    font-family: 'FontAwesome';
    font-weight: 300;
    width: 100%;
    float: left;
    font-size: 30px;
    margin-bottom: 20px;
    display: none;
}

body .StokFalse #divStokYok {
    display: none!important;
}

/*Urun ekstrabilgileri*/
#divEkstraBilgiler {
    float: left;
    clear: left;
    margin-top: 10px;
}

#divEkstraBilgiler img {
    max-width: 100%;
    display: block;
}

.btnnostok i.fa {
    font-family: 'FontAwesome';
}

/*varyasyonlar*/
#divUrunEkSecenek {
    float: left;
    width: 100%;
    position: relative;
}

#divUrunEkSecenek .eksecenekLine {
    clear: none !important;
    margin: 0 0 28px 0;
    float: left;
    width: 100%;
}

#divUrunEkSecenek .eksecenekLine:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 90px
}

#divUrunEkSecenek .eksecenekLine .left_line {
    float: left;
    width: 100%;
    line-height: 35px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: none;
}

#divUrunEkSecenek .eksecenekLine .center_line {
    display: none;
}

#divUrunEkSecenek .eksecenekLine .right_line {
    display: inline-block;
    vertical-align: top;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box {
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: relative;
    font-weight: 400;
    margin-right: 16px;
    margin-bottom: 5px;
    color: #0A0909;
    position: relative;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box img {
    width: 100%;
    height: 100%;
    display: block;
}

/*selectvaryasyon*/
#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line {
    width: 100%;
    border: 1px solid #D7D7D8;
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line select {
    width: 100%;
    float: left;
    height: 40px;
    padding: 0 10px;
    color: #0A0909;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
    border: none;
    line-height: 43px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/select-icon.svg");
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: 97% 50%;
}

/*resimlivaryasyon*/
#divUrunEkSecenek .eksecenekLine.resimlivaryasyon {
    display: none;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box img {
    width: 100%;
    border-radius: 50%
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box:hover, #divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box.selected {
    padding: 2px;
    border: 1px solid #0A0909;
}

/*kutuvaryasyon*/
#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box {
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:before {
    content: '';
    position: absolute;
    left: 3px;
    right: 3px;
    background-color: #0A0909;
    height: 1px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:last-child {
    margin-right: 0;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:hover {
    color: #0A0909;
    background: #fff;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected {
    color: #0A0909;
    background: #fff;
    font-weight: 500
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected:before {
    opacity: 1;
    visibility: visible;
}

/*stokyokvaryasyon*/
#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok {
    position: relative;
    color: #B8B8B8!important;
}

#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: #B8B8B8;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
}

/*ilgili Urunler*/
#IlgiliUrunDiv {
    float: left;
    width: 100%;
}

#IlgiliUrunDiv #divIlgiliUrunler {
}

.TopDet #IlgiliUrunDiv {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.TopDet #IlgiliUrunDiv #divIlgiliUrunler {
    padding: 0;
    margin: 0;
    background: transparent;
    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: transparent;
    padding: 0!important;
    margin: 0;
    border: none;
    font-size: 13px;
    line-height: 40px;
    font-weight: normal;
    color: #000;
}

.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:hover {
}

.TopDet #IlgiliUrunDiv ul li .productItem {
    border: none;
    width: 100%;
    float: left;
    padding: 0;
    box-shadow: none!important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productTimer {
    display: none!important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage {
    padding: 0;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage a {
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage a:before {
    display: none!important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage img {
}

.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;
}

/*satinal*/
#divSatinAl {
    float: left;
    width: 100%;
    margin: 28px 0 0;
    padding: 0;
}

.RightDetail.StokYok #divSatinAl {
    display: none!important;
}

.BasketBtn {
    float: left;
    position: relative;
    width: 100%;
}

#divAdetCombo .right_line,.RightDetail .riSingle {
    width: 90px;
}

#txtbxurunSiparisAdedi, #divAdetCombo select,.RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riDown,.basketBtn input, .buyfast input {
    height: 48px!important;
}

.Basketinp p,#divKombinSatinAl a, #divAdetCombo .left_line,.RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riDown {
    line-height: 48px;
}

/*Adet Select*/
#divAdetCombo {
    display: block!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;
}

/*Adet input*/
.RightDetail .riSingle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
}

.RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riDown {
    width: 30px !important;
    font-size: 0;
    background: transparent;
    top: 0;
    font-weight: normal;
    position: absolute;
    margin: 0 !important;
    float: left;
    cursor: pointer;
    text-indent: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.RightDetail .riSingle a.riUp svg, .RightDetail .riSingle a.riDown svg {
    width: 10px;
}

.RightDetail .riSingle a.riUp path, .RightDetail .riSingle a.riDown path {
    fill: #000;
}

.RightDetail .riSingle a.riUp {
    left: auto;
    right: 0;
}

.RightDetail .riSingle a.riDown {
    left: 0;
}

/*adetveselect*/
.Basketinp {
    display: block;
    position: relative;
    float: left;
    clear: left;
    display: none;
}

.BasketBtn .pSatisBirimi, .BasketBtn .left_line.lineTitle2 {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    float: left;
    clear: left;
    line-height: 40px;
}

#txtbxurunSiparisAdedi_wrapper {
    float: left;
    width: 100% !important;
    position: relative;
    padding: 0 !important;
}

#txtbxurunSiparisAdedi {
    width: 100% !important;
    text-align: center;
    display: inline-block;
    padding: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#txtbxurunSiparisAdedi, #divAdetCombo select {
    background: #fff;
    color: #000;
    border: 1px solid #d7d7d7;
    font-size: 13px;
    font-weight: 500;
    float: left;
    margin: 0;
    border-radius: 0;
}

/*sepete Ekle*/
#divKombinSatinAl, .basketBtn , .buyfast {
    float: left;
    margin: 0
}

#divKombinSatinAl a, .buyfast input, .basketBtn input {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.basketBtn {
    width: 100%
}

/*Hemen Al*/
.buyfast {
    width: 100%;
    display: none;
}

.buyfast input {
}

/*kombin Al*/
#divKombinSatinAl {
    margin: 20px 0 0 0;
    width: 100%;
}

#divKombinSatinAl a {
    font-size: 13px;
    margin: 0!important;
}

/*Iconlar*/
.ProductIcon {
    float: left;
    width: 100%;
    display: none;
}

.ProductIcon .box1 {
    padding: 0;
    margin: 0;
    min-width: 0;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
}

.ProductIcon .box1 i {
    display: none;
}

.ProductIcon .boxIcon {
    fill: #000;
    width: 50px;
    height: 50px;
    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;
}

.ProductIcon .boxIcon svg {
    height: 22px;
}

.UGelinceHaberVer .box1 {
    padding: 0;
    margin: 0;
    min-width: 0;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
}

.UGelinceHaberVer .box1 i {
    display: none;
}

.UGelinceHaberVer .boxIcon {
    fill: #000;
    width: 50px;
    height: 50px;
    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;
}

.UGelinceHaberVer .boxIcon svg {
    height: 22px;
}

.UGelinceHaberVer {
    float: left;
    position: relative;
    position: relative;
    margin: 0px;
    width: 33.33%;
}

.UGelinceHaberVer > a {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.ProductIcon > div {
    float: left;
    position: relative;
    position: relative;
    margin: 0 0 15px;
    width: 33.33%;
}

.ProductIcon > div > a {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

/*yazdiryorumtavsiye*/
.ProductIcon2 {
    float: left;
    width: 100%;
    display: none;
}

.ProductIcon2 .clear {
    display: none;
}

.ProductIcon2 #divSocialButtons {
    width: 100%;
}

.ProductIcon2 > div {
    float: left;
    width: 33.33%;
    margin-bottom: 15px;
    position: relative;
}

.ProductIcon2 > div > a {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: transparent;
    color: #000;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.ProductIcon2 > div > a:hover {
    color: #000;
    background: transparent!important;
}

.ProductIcon2 .boxIcon {
    fill: #000;
    width: 50px;
    height: 50px;
    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;
}

.ProductIcon2 .boxIcon svg {
    height: 22px;
}

/*paylas*/
.TopDet .product_social_icon_wrapper {
    float: left;
    width: 100%;
    display: block!important;
}

.TopDet .product_social_icon_wrapper .PaylasTit {
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

.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;
}

.TopDet .product_social_icon_wrapper ul li:last-child {
    margin-right: 0;
}

.TopDet .product_social_icon_wrapper ul li a {
    float: left;
    color: #000000;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    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;
}

.TopDet .product_social_icon_wrapper ul li a svg {
    width: 15px;
}

.TopDet .product_social_icon_wrapper .UWhatsApp {
    float: left;
    margin-right: 0
}

.TopDet .product_social_icon_wrapper .UWhatsApp .whatsApp {
    float: left;
    color: #000000;
    font-size: 0;
    border-radius: 100%;
    text-align: center;
    width: 30px;
}

.TopDet .product_social_icon_wrapper .UWhatsApp .whatsApp i {
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

/*whatsapp*/
.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;
}

/*urun ozellik Bolumu*/
.urunOzellik {
    float: left;
    width: 100%;
    margin: 20px 0;
    display: block;
}

.urunOzellik .urunTab {
    float: left;
    width: 100%;
    display: none;
}

.urunOzellik .urunTab ul {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.urunOzellik .urunTab >ul > li {
    float: left;
}

.urunOzellik .urunTab >ul > li:last-child {
    margin-right: 0;
}

.urunOzellik .urunTab >ul > li > a {
    cursor: pointer;
    color: #000;
    font-size: 16px;
    float: left;
    font-weight: normal;
}

.urunOzellik .urunTab >ul > li > a span {
    font-weight: normal;
}

.urunOzellik .urunTab >ul > li.active > a {
}

.urunDetayPanel {
    float: left;
    width: 100%;
    clear: none !important;
    border: none;
    padding: 0;
    display: block!important;
}

.urunTabAlt strong {
    font-weight: 500;
}

.urunTabAlt #txtOneriMail {
    margin: 0;
    height: 30px;
    padding: 0 10px;
    width: 100%!important;
    border-width: 1px;
}

.urunTabAlt #txtOneriNot {
    margin: 0;
    padding: 10px;
    width: 100%!important;
    background: #fff;
}

.urunTabAlt {
    font-family: 'Helvetica Neue' !important;
    padding: 15px 0 25px;
    width: 100%;
}

.urunTabAlt * {
    font-family: 'Helvetica Neue' !important;
}

.urunTabAlt i {
    font-family: 'FontAwesome' !important;
}

.urunTabAlt img {
    max-width: 100% !important;
}

.urunTabAlt img.webhide {
    display: none!important;
}

.urunTabAlt iframe {
    max-width: 100% !important;
}

.urunTabAlt .button {
    padding: 10px 5px;
    color: #fff;
}

body .teknikDetay {
    border: 0;
}

.tabUrunOneriler ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabUrunOneriler ul li {
    float: left;
    width: 100%;
}

.oneriValidate .validate {
    top: 0;
    padding: 5px;
}

.urunTabAlt ul li {
    margin-bottom: 5px;
    clear: both
}

.urunTabAlt ul li input {
    float: left;
    margin-right: 5px;
    width: auto !important;
}

.urunTabAlt ul li label {
    float: left;
    width: auto !important;
    line-height: normal;
}

.urunTabAlt ul li input[type="checkbox"] {
    margin-top: 0;
}

.urunOzellikTab {
    margin: 40px 0;
    display: block;
    float: left;
    width: 100%;
}

.urunOzellikTab .urunTab {
    float: left;
    width: 100%;
}

.urunOzellikTab .urunTab >ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(10, 9, 9, 0.1);
}

.urunOzellikTab .urunTab >ul >li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(10, 9, 9, 0.1);
}

.urunOzellikTab .urunTab >ul >li#liTabYorumlar {
    display: none;
}

.urunOzellikTab .urunTab >ul >li > a {
    color: #0A0909;
    font-size: 14px;
    line-height: 56px;
    float: left;
    width: 100%;
    padding: 0;
    font-weight: 400;
    position: relative;
}

.urunOzellikTab .urunTab >ul >li > a span {
    font-weight: 400;
}

.urunOzellikTab .urunTab >ul >li > a:after {
    content: '\f078';
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: 300;
    float: right;
    color: #0A0909;
    transition: 0.5s
}

.urunOzellikTab .urunTab >ul >li .urunDetayPanel {
    display: none!important;
}

.urunOzellikTab .urunTab >ul >li[onofftip="true"] .urunDetayPanel {
    display: block!important;
}

.urunOzellikTab .urunTab >ul >li[onofftip="true"] > a:after {
    transform: rotate(180deg);
}

.urunOzellikTab .taksitWrapper .taksitBlock {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.urunOzellikTab .taksitWrapper .taksitBlock .taksitBlockContent {
    max-width: 100%;
}

.urunOzellikTab .urunTab >ul >li .urunDetayPanel#divTabYorumlar {
    display: block!important;
}

/*------------------------------------Etiketler--------------------------------------------*/
#divEtiketler {
    float: left;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    background: #fff;
    text-align: left;
}

#divEtiketler .productModuleTitle {
    float: left;
    color: #202122;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin: 10px 0;
    display: none;
}

#divEtiketler a {
    color: #000000;
    font-size: 11px;
    padding: 0 10px;
    margin-right: 10px;
    background: #F3F3F3;
    font-weight: 400;
    line-height: 23px;
    float: left;
    transition: all .3s ease-in-out;
}

#divEtiketler span {
    display: none;
}

#divEtiketler a:hover {
    color: #FFF;
    background: #000000;
}

/****************************************Slider Alanlar*********************************/
/*Baslik*/
#mainHolder_divDesign .JKatAdi.categoryTitle, .JKatAdi {
    float: left;
    position: relative;
    width: 100%;
    padding: 0!important;
    margin: 0!important;
}

#mainHolder_divDesign .JKatAdi.categoryTitle .bold, .JKatAdi .bold {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

#mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1 {
    line-height: 20px;
    color: #0A0909;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 30px;
    text-transform: initial;
    display: inline-block;
    vertical-align: top;
    padding: 0!important;
    position: relative;
    z-index: 1;
}

/*ilerigeributon*/
#divInstashopResim .owl-carousel .owl-nav {
    display: block!important;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .InstaGalleryprev {
    left: 0;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext, .owl-carousel .owl-nav .ProductListnext,.owl-carousel .owl-nav .InstaGallerynext {
    right: 0;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListnext,.owl-carousel .owl-nav .InstaGalleryprev, .owl-carousel .owl-nav .InstaGallerynext, #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext {
    border-radius: 100%;
    border: none;
    width: 40px;
    height: 40px;
    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;
    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;
    font-family: 'FontAwesome';
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:hover, .owl-carousel .owl-nav .InstaGalleryprev:hover, .owl-carousel .owl-nav .ProductListprev:hover {
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:hover, .owl-carousel .owl-nav .InstaGallerynext:hover, .owl-carousel .owl-nav .ProductListnext:hover {
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before,.owl-carousel .owl-nav .ProductListprev:before,.owl-carousel .owl-nav .ProductListnext:before,.owl-carousel .owl-nav .InstaGalleryprev:before,.owl-carousel .owl-nav .InstaGallerynext:before,#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before {
}

#mainHolder_divDesign .owl-carousel .owl-dots, .owl-carousel .owl-dots {
    display: none;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

body #mainHolder_divDesign .owl-carousel .owl-dots .owl-dot,body .owl-carousel .owl-dots .owl-dot {
    background: #ddd;
    margin: 0 7.5px!important;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}

#mainHolder_divDesign .owl-carousel .owl-dots .owl-dot span, .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    transition: all .5s ease-in-out;
    border-color: #ddd;
    background: #ddd;
}

body #mainHolder_divDesign .owl-carousel .owl-dots .owl-dot.active span,body .owl-carousel .owl-dots .owl-dot.active span {
    width: 10px;
    background: #fff;
    border-color: #fff;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before, .owl-carousel .owl-nav .ProductListprev:before,.owl-carousel .owl-nav .InstaGalleryprev:before {
    content: '\f053';
    color: #FFFFFF;
    font-weight: 200;
    font-size: 14px;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:hover:before, .owl-carousel .owl-nav .ProductListprev:hover:before,.owl-carousel .owl-nav .InstaGalleryprev:hover:before {
    color: #000;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before, .owl-carousel .owl-nav .ProductListnext:before,.owl-carousel .owl-nav .InstaGallerynext:before {
    content: '\f054';
    color: #FFFFFF;
    font-weight: 200;
    font-size: 14px;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:hover:before, .owl-carousel .owl-nav .ProductListnext:hover:before,.owl-carousel .owl-nav .InstaGallerynext:hover:before {
    color: #000;
}

#mainHolder_divDesign .sliderArea .owl-dots {
    display: block!important;
}

#mainHolder_divDesign .sliderArea .owl-nav {
    display: block!important;
}

#mainHolder_divDesign .sliderArea .owl-carousel .owl-nav.disabled {
    display: none!important;
}

#mainHolder_divDesign .sliderArea .owl-nav .ProductListprev, #mainHolder_divDesign .sliderArea .owl-nav .ProductListnext {
    background: transparent;
}

#mainHolder_divDesign .sliderArea .owl-nav .ProductListprev:before, #mainHolder_divDesign .sliderArea .owl-nav .ProductListnext:before {
    font-size: 20px;
    font-weight: 100;
}

/*urunslider*/
.sliderBannerContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.sliderBannerContainer .Block_Link {
    display: none;
}

.sliderBannerContainer .ProductList {
    display: block !important;
    margin: 0 auto;
}

.sliderBannerContainer .Jbutonlar {
    display: none;
}

.sliderBannerContainer .jCarouselLite {
    float: left;
    width: 100%;
}

/*detayurunslider*/
.detaySliderContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.detaySliderContainer .ProductList {
    display: block !important;
    margin: 0 auto;
}

.detaySliderContainer .Jbutonlar {
    display: none;
}

.detaySliderContainer .jCarouselLite {
    float: left;
    width: 100%;
}

/*pnlSlider*/
#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;
}

#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;
    left: 20px;
    right: 20px;
    top: 45%;
}

#pnlSlider .flex-direction-nav li {
    display: inline-block;
    vertical-align: top;
}

#pnlSlider .flex-direction-nav .flex-nav-prev {
    float: left;
}

#pnlSlider .flex-direction-nav .flex-nav-next {
    float: right;
}

#pnlSlider .flex-direction-nav .flex-prev, #pnlSlider .flex-direction-nav .flex-next {
    color: #fff;
    border: none;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    top: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    opacity: 1;
    font-size: 0;
    position: relative;
    text-shadow: none;
    text-align: center;
}

#pnlSlider .flex-direction-nav .flex-prev {
    left: 0;
}

#pnlSlider .flex-direction-nav .flex-next {
    right: 0;
}

#pnlSlider .flex-direction-nav .flex-prev:before, #pnlSlider .flex-direction-nav .flex-next:before {
    font-size: 0;
}

#pnlSlider .flex-direction-nav .flex-prev:before {
}

#pnlSlider .flex-direction-nav .flex-next:before {
}

#pnlSlider .flex-direction-nav .flex-prev:hover, #pnlSlider .flex-direction-nav .flex-next:hover {
}

#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;
}

#pnlSlider .HPSItems .flex-control-thumbs .flex-active {
}

.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%;
}

/*sitekodlari*/
.hesabimAnasayfaMenuler ul li a:hover .fa {
    color: #fff;
}

.siparisTakipSayfasi {
    background: #fff;
}

.siparisTakipSayfasi .siparisTakipBaslik {
    text-align: center;
    padding: 20px 0 !important;
}

.siparisTakipSayfasi .siparisTakipSagBolum {
    float: none;
    width: 50%;
    margin: 0 auto;
    padding-left: 0
}

.siparisTakipSayfasi .siparisTakipSolBolum {
    float: none;
    width: 50%;
    margin: 0 auto;
}

.sepetiTemizle {
    float: right;
    line-height: 43px;
    padding: 0 10px;
}

.popupSepet {
    width: 99%;
}

.popupSepet #hed div {
    width: 94%;
}

#mainHolder_UrunDetay_imgCookie {
    display: none !important;
}

.product_social_icon_wrapper {
    display: none;
}

.HesabimContainer .urunDetayPanel {
    max-height: 100%;
}

.orders {
    width: 100%;
}

.TumKategoriler {
    display: none;
}

.mobilMenuAcButton,.searchClick, .mycartClick, .welcomeOpen, .CloseBtnMenu {
    display: none;
}

.userLoginBtn, .userSignBtn {
    border: none !important;
}

.magazaTeslimatBilgisiContent {
    display: none;
}

#store_region_container {
    display: none;
}

#ticimaxCopyright {
    float: left;
    width: 100%;
}

section {
    float: left;
    width: 100%;
}

.sepetimBody .Basketstep ul li.pasif {
    opacity: 1;
}

.sepetimBody ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sepetimBody .sepetItemB1 span.KampanyaTanimSpan {
    display: inline-block;
}

/*Site ici scroll alanlar*/
#divOnyazi::-webkit-scrollbar, .navigation::-webkit-scrollbar, .CategoryTextContent::-webkit-scrollbar, .list-group::-webkit-scrollbar, .urunTabAlt::-webkit-scrollbar, .SmallImages::-webkit-scrollbar, .SepetBlockInfo::-webkit-scrollbar, .searchContent ul::-webkit-scrollbar, body .kombinContent ul::-webkit-scrollbar, .yanResimliMenu .KatMenu1::-webkit-scrollbar, .UrunGuruplari .Block_Text::-webkit-scrollbar, .ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar, .leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar, .mobilMenu .menuIcerikAlan::-webkit-scrollbar, .mobilMenu .navUl > li > ul::-webkit-scrollbar, .mobilMenu .navUl > li > ul li ul::-webkit-scrollbar {
    width: 2px;
}

#divOnyazi::-webkit-scrollbar-track, .navigation::-webkit-scrollbar-track, .CategoryTextContent::-webkit-scrollbar-track, .list-group ::-webkit-scrollbar-track, .urunTabAlt::-webkit-scrollbar-track, .SmallImages::-webkit-scrollbar-track, .SepetBlockInfo::-webkit-scrollbar-track, .searchContent ul::-webkit-scrollbar-track, body .kombinContent ul::-webkit-scrollbar-track, .yanResimliMenu .KatMenu1::-webkit-scrollbar-track, .UrunGuruplari .Block_Text::-webkit-scrollbar-track, .ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar-track, .leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar-track, .mobilMenu .menuIcerikAlan::-webkit-scrollbar-track, .mobilMenu .navUl > li > ul::-webkit-scrollbar-track, .mobilMenu .navUl > li > ul li ul::-webkit-scrollbar-track {
    background: #F2F2F2;
}

#divOnyazi::-webkit-scrollbar-thumb, .navigation::-webkit-scrollbar-thumb, .CategoryTextContent::-webkit-scrollbar-thumb, .list-group::-webkit-scrollbar-thumb, .urunTabAlt::-webkit-scrollbar-thumb, .SmallImages::-webkit-scrollbar-thumb, .SepetBlockInfo::-webkit-scrollbar-thumb, .searchContent ul::-webkit-scrollbar-thumb, body .kombinContent ul::-webkit-scrollbar-thumb, .UrunGuruplari .Block_Text::-webkit-scrollbar-thumb, .yanResimliMenu .KatMenu1::-webkit-scrollbar-thumb, .ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar-thumb, .leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar-thumb, .mobilMenu .menuIcerikAlan::-webkit-scrollbar-thumb, .mobilMenu .navUl > li > ul::-webkit-scrollbar-thumb, .mobilMenu .navUl > li > ul li ul::-webkit-scrollbar-thumb {
    background: #000;
}

/*Site ici scroll alanlar*/
/*------------------------------------Sabit Renkler--------------------------------------------*/
/*sepetvebutonrenk*/
body .button, .baglanButton, .siparisOzetTakip, body.sepetimBody .basketCompletebtn, #AdresContent .button, .BasketPage .OdemeMenu ul li.activeMenu > a , .pageNumberContent a:hover, .menuUstBolum, body .category-vertical-filters.top-filters .FiltreUst, .SepetUst, .tooltip-inner, .welcome.active, .sepetimBody .Basketstep ul li.aktif {
    background: #0A0909;
}

/*bordercolor*/
.iletisimContent .iletisimRight .iletisimbanka .span > .line1:nth-child(n+2), body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir, .pageNumberContent a:hover, .OdemeMenu ul li.activeMenu {
    border-color: #0A0909;
}

/*tooltip*/
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: #0A0909;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #0A0909;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #0A0909;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #0A0909;
}

.baglanButton {
    border-color: transparent;
}

.Basketstep ul li:before {
    border: 1px solid #0A0909;
}

.sepetimBody .Basketstep ul li.aktif:after {
    border-top-color: #0A0909;
}

/*color*/
.sepetTitle .st_1,body .sepetTitle2 .st_1, body .BasketRigth ul li.genelToplam .tut, body .sepetTitle2 .st_1:before, .sepetTitle .st_1:before, .TeslimatAdresTittle, .Basketstep ul li.gecti span, body #divToplamOdeme, .TeslimatAdresTittle, a.YeniAdresEkle, .Basketstep ul li.onestepsec span, .Basketstep ul li.pasif i, .BasketPage .Basketstep ul li.pasif i, .BasketPage .cargoInformation div.cargoName span, .BasketPage .faturaAdresBtn.active, .adresAyniBtn.active, .BasketPage .sepetItemB4, .BasketPage .AdresItemAlt.AdresItemSelected .AdresItemAltLeft label span.check, .iletisimContent .categoryTitle .categoryTitleText, body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span, body .siparisUrunUyariSecenek .siparisUrunDurumBaslik, body.sepetimBody .mobileAddition > .addition-content > .TotalPrice, body.sepetimBody .mobileAddition > .addition-content::before {
    color: #0A0909;
}

/*HoverRenk*/
.button:hover, .userLoginBtn:hover, .userSignBtn:hover, .BasketPage .OdemeMenu ul li:hover >a, .BasketPage #hed div.hediCekForm a:hover, .BasketPage a.YeniAdresEkle:hover, #AdresContent .button:hover, .basketCompletebtn:hover, .KasaOnuFirsatlarContent ul li a.button:hover, .ProductIcon2 > div > a:hover {
    background: #4C4C4C;
}

/*colorhover*/
.BasketPage .AdresItemAlt a:hover, .BasketPage .sepetiTemizle:hover, .BasketPage .sepet-sil:hover:before, .BasketPage .sepetTitle2 a:hover, .baglanButton:hover, .BasketPage .faturaAdresBtn:hover, .adresAyniBtn:hover,.headerSocialConnect .baglanButton a:hover {
    color: #4C4C4C;
}

/*bordercolorhover*/
body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li >a:hover, .BasketPage a.YeniAdresEkle:hover, .OdemeMenu ul li:hover, .BasketPage .OdemeMenu ul li:hover >a {
    border-color: #4C4C4C;
}

/*color*/
.siparisOzetTakip {
    color: #fff;
}

.BasketDetail table tbody tr td a {
    display: inherit;
}

.BasketDetail table tbody tr td:last-child a {
    display: block;
}

body .alisverisedevamet {
    background: #fff;
}

/*bordercolor*/
.KasaOnuFirsatlarContent ul li a.button:hover {
    border: none !important;
}

.BasketPage a.YeniAdresEkle:hover {
    color: #fff !important;
}

.baglanButton:hover {
    background: transparent;
}

body .adresGir .kirmiziButon:hover {
    background: #9e1a20!important;
    color: #fff !important;
}

body .adresGir .yesilButon:hover {
    background: #406d20!important;
    color: #fff !important;
}

/*------------------------------------Sabit Renkler--------------------------------------------*/
.divRelatedProductsPopup .ulRelatedProducts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottomHead {
    display: none;
}

#divSliderYani {
    display: none;
}

body {
    background: #fff;
}

/*siteozelalan*/
/**/
.IcerikHakkimizda {
    display: flex;
    flex-direction: row;
}

.IcerikHakkimizda .HakkimizdaText {
    float: left;
    text-align: center;
    padding: 0 40px;
}

.IcerikHakkimizda .HakkimizdaText span {
    font-size: 16px;
    margin: 20px 0;
    width: 100%;
    float: left;
    line-height: 25px;
}

.HakkimizdaVideo {
    float: left;
    border: 2px solid #000;
}

.HakkimizdaVideo video {
    padding: 5px;
}

/**/
body .commentTicimax .commentTiciList .commentTiciItemRecomAndPurc, body .commentTicimax .commentTiciList .commentTiciItemUseful {
    display: none;
}

#divFacebookLoginContainer.baglanButton a#btnFaceLogin:before {
    content: "";
    background-image: url(https://static.ticimax.cloud/52168/Uploads/EditorUploads/fb.png);
    width: 25px;
    height: 25px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    margin-bottom: 5px;
}

#divGoogleLoginContainer.baglanButton a#btnGoogleLogin:before {
    content: "";
    background-image: url(https://static.ticimax.cloud/52168/Uploads/EditorUploads/g.png);
    width: 25px;
    height: 25px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    margin-bottom: 5px;
}

#divGoogleLoginContainer.baglanButton, #divFacebookLoginContainer.baglanButton {
    background: #fff!important;
    float: left;
    width: 100%;
}

body .baglanButton {
    border: 1px solid #333;
    border-radius: 0px;
}

body .baglanButton a {
    color: #333!important;
    padding: 0!important;
    padding-top: 5px!important;
    padding-left: 10px!important;
}

body .baglanButton:hover {
    border-color: #000;
}

body .baglanButton:hover a {
    color: #000!important;
}

.sagIcerikTutucu .satirBlok .uyelikbilgiotpSms .hsbmTextbox {
    border: 1px solid red;
}

.basketCompleteContent:first-child {
    display: none;
}

.BasketRigth {
    margin-top: 0!important;
}

.blok {
    float: left;
    width: 100%;
}

.musteriUrunGorselContainer {
    max-width: 1320px;
    margin: 0 auto;
    float: none;
}

.kombinUrunInfo {
    display: none;
}

.site-nav {
    display: none;
}

.favi-m {
    display: none;
}

.d-none-d {
    display: none!important;
}

.d-none-m {
    display: block!important;
}

/*sliderAreaBlock*/
.sliderArea {
    float: left;
    width: 100%;
    margin-bottom: 4px;
}

.sliderArea ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sliderArea ul li {
    display: block;
}

.sliderArea ul li .sliderBox {
    float: left;
    width: 100%;
    position: relative;
}

.sliderArea ul li .sliderBox .sliderImage {
    float: left;
    width: 100%;
    position: relative;
}

.sliderArea ul li .sliderBox .sliderBoxContent {
    float: left;
    /*position: absolute;bottom: auto;top:45%; left: 0;right: 0;*/
    text-align: center;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderTextContent {
    position: absolute;
    bottom: auto;
    top: 45%;
    left: 0;
    right: 0;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderText {
    float: left;
    width: 100%;
    font-size: 45px;
    font-weight: 400;
    color: #FFF;
    line-height: 40px;
    letter-spacing: 0.68px;
    margin: 0 0 30px 0;
    /*position: absolute;bottom: auto;top:45%; left: 0;right: 0;*/
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    color: #FFF;
    line-height: 40px;
    margin: 0 0 110px 0;
    transition: all .3s linear;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 span {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 300;
    color: #FFF;
    line-height: 40px;
    text-shadow: 0px 0px 8px #00000066;
    transition: all .4s;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1.5px;
    background: #FFFFFF;
    opacity: 0;
    transition: all .4s linear;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 span:hover:after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderButton {
    float: left;
    width: 100%;
    position: absolute;
    bottom: auto;
    bottom: 15%;
    left: 0;
    right: 0;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderButton .sliderLink {
    display: inline-block;
    box-shadow: 0px 0px 12px #00000026;
    border-radius: 0;
    background: rgb(255 255 255 / 70%);
    padding: 0 20px;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #000000;
    line-height: 35px;
    transition: all .4s;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderButton .sliderLink:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

.homepage .sliderArea > ul > li:nth-child(n+2) {
    display: none;
}

/*sliderAreaBlock*/
.videobanner .banner-style-new {
    bottom: 10%
}

.banner-style-new {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    bottom: 20%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.banner-style-new .banner-text {
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 400;
    display: none
}

.banner-style-new .banner-title {
    float: left;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    font-weight: 500
}

.banner-style-new .banner-category {
    float: left
}

.banner-style-new .banner-category .box {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px
}

.banner-style-new .banner-category .box a {
    float: left;
    font-size: 15px;
    color: #fff;
    font-weight: 400
}

.banner-style-new .banner-category .box a:hover {
    text-decoration: underline
}

/**/
.bannerContainer {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
    min-height: 400px;
}

.bannerContainer .bannerBox {
    float: left;
    position: relative;
    margin-right: 3px;
}

.bannerContainer .bannerBox:last-child {
    margin-right: 0;
}

.bannerContainer .bannerBox a {
    float: left;
    width: 100%;
}

.bannerContainer .bannerBox a .bannerImg {
    float: left;
    width: 100%;
    position: relative;
    transition: all .3s ease-in-out;
}

.bannerContainer .bannerBox a .bannerImg:before {
    content: "";
    background: transparent linear-gradient(0deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: .5;
    transition: all .3s ease-in-out;
}

.bannerContainer .bannerBox a:hover .bannerImg:before {
    opacity: .9;
}

.bannerContainer .bannerBox a .bannerContent {
    float: left;
    position: absolute;
    bottom: 60px;
    left: 60px;
}

.bannerContainer .bannerBox a .bannerContent .bannerTitle {
    float: left;
    width: 100%;
    display: block;
    line-height: 40px;
    letter-spacing: 0;
    color: #FFFFFF;
    /*text-shadow: 0px 0px 15px #00000033;*/
    font-size: 24px;
    font-weight: 400;
    text-align: left;
}

.bannerContainer .bannerBox a .bannerContent .bannerLink {
    float: left;
    display: block;
    line-height: 25px;
    color: #FFFFFF;
    /*text-shadow: 0px 0px 15px #00000033;*/
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #FFFFFF;
}

/**/
.instaContainerPage .instaContainer {
    overflow: unset;
    display: block;
}

.instaContainerPage .instaContainer .instaArea .instaBlok .instaBox:nth-child(4n) .miniProductCardContainer .pointArea .mini-product-card {
    left: unset;
    right: 23px;
}

.instaContainer {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    display: none;
}

.HomeBody .instaContainer {
    display: block
}

.instaContainer .instaTop {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
}

.instaContainer .instaTop .instaTitle {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
    font-weight: 400;
    line-height: 30px;
    font-size: 21px;
}

.instaContainer .instaTop .instaContent {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 300;
    line-height: 24px;
    font-size: 20px;
    display: none;
}

.instaContainer .instaArea {
    float: left;
    width: 100%;
}

.instaContainer .instaArea ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.instaContainer .instaArea .instaBlok {
    float: left;
    width: 100%;
    display: grid;
    /*grid-template-columns: auto auto auto;*/
    grid-template-columns: 25% 25% 25% 25%;
}

.instaContainer .instaArea .instaBlok .instaBox {
    float: left;
    padding: 0 3px 30px 0px;
}

.instaContainer .instaArea .instaBlok .instaBox:nth-child(3n) {
    padding-right: 0 0 30px 0;
}

.instaContainer .instaArea .instaBlok .instaBox .instaBoxImage {
    float: left;
    width: 100%;
    position: relative;
}

.instaContainer .instaArea .instaBlok .instaBox .instaBoxName {
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.8px;
}

.instaContainer .instaBottom {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.instaContainer .instaBottom .instaLink {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.instaContainer .instaBottom .instaLink a {
    float: left;
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 0;
    line-height: 40px;
    padding: 0 18px;
    transition: all .3s ease-in-out;
    letter-spacing: 2px;
    margin-top: 10px;
    border: 1px solid black;
}

.instaContainer .instaBottom .instaLink:hover a {
    background: #000;
    color: 000;
}

#mainHolder_divDesign .instaContainer .owl-nav {
    left: -20px;
    right: -20px;
}

#mainHolder_divDesign .instaContainer .owl-carousel .owl-nav .ProductListnext, #mainHolder_divDesign .instaContainer .owl-carousel .owl-nav .ProductListprev {
    background: transparent;
    width: 15px;
}

#mainHolder_divDesign .instaContainer .owl-carousel .owl-nav .ProductListprev:before, #mainHolder_divDesign .instaContainer .owl-carousel .owl-nav .ProductListnext:before {
    color: #000;
    font-weight: 300;
    font-size: 25px;
}

#mainHolder_divDesign .instaContainer .owl-carousel .owl-nav .ProductListprev:hover:before, #mainHolder_divDesign .instaContainer .owl-carousel .owl-nav .ProductListnext:hover:before {
    color: #000;
}

body #mainHolder_divDesign .instaContainer .instaArea .owl-carousel .owl-dots {
    position: unset;
    margin: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10px;
}

body #mainHolder_divDesign .instaContainer .instaArea .owl-carousel .owl-dots .owl-dot span {
    background: #B8B8B8;
    width: 6px;
    height: 6px;
}

body #mainHolder_divDesign .instaContainer .instaArea .owl-carousel .owl-dots .owl-dot.active span {
    width: 9px;
    height: 9px;
    background: #000;
}

.instaContainerPage .instaContainer .instaTop .instaContent {
    float: unset;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    line-height: 17px;
    font-size: 14px;
    letter-spacing: 0.7px;
}

.instaContainerPage .miniProductCardContainer .pointArea .mini-product-card {
    width: 275px;
}

.instaContainerPage .instaContainer .instaTop .instaTitle {
    font-weight: 500;
    line-height: 35px;
    font-size: 35px;
    letter-spacing: 1.75px;
}

/**/
.musteriUrunGorselArea .owl-nav {
    position: absolute;
    top: 45%;
    left: -20px;
    right: -20px;
}

.musteriUrunGorselArea .owl-carousel .owl-nav .ProductListnext, .musteriUrunGorselArea .owl-carousel .owl-nav .ProductListprev {
    background: transparent;
    width: 7px
}

.musteriUrunGorselArea .owl-carousel .owl-nav .ProductListprev:before, .musteriUrunGorselArea .owl-carousel .owl-nav .ProductListnext:before {
    font-size: 0;
    width: 7px;
    height: 13px
}

.musteriUrunGorselArea .owl-carousel .owl-nav .ProductListprev:hover:before, .musteriUrunGorselArea .owl-carousel .owl-nav .ProductListnext:hover:before {
    color: #000;
}

.musteriUrunGorselArea .owl-carousel .owl-nav .ProductListprev:before {
    background: url(../../uploads/editoruploads/images/previcon.svg) no-repeat center center;
    background-size: 100%;
}

.musteriUrunGorselArea .owl-carousel .owl-nav .ProductListnext:before {
    background: url(../../uploads/editoruploads/images/nexticon.svg) no-repeat center center;
    background-size: 100%;
}

.musteriUrunGorselArea .owl-carousel .owl-nav .InstaGalleryprev:before {
    content: '\f053';
    color: #FFFFFF;
    font-weight: 200;
    font-size: 14px;
}

.musteriUrunGorselArea .owl-carousel .owl-nav .InstaGalleryprev:hover:before {
    color: #000;
}

.musteriUrunGorselArea .owl-carousel .owl-nav .InstaGallerynext:before {
    content: '\f054';
    color: #FFFFFF;
    font-weight: 200;
    font-size: 14px;
}

.musteriUrunGorselArea .owl-carousel .owl-nav .InstaGallerynext:hover:before {
    color: #000;
}

/**/
.miniProductCardContainer {
    position: absolute;
    float: left;
}

.miniProductCardContainer .pointArea {
    float: left;
    width: 100%;
}

.miniProductCardContainer .pointArea .point {
    float: left;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    transition: all .3s linear;
}

.miniProductCardContainer .pointArea.active .point {
    transform: rotate(45deg);
}

.miniProductCardContainer .pointArea .point i {
    font-family: 'FontAwesome';
}

.miniProductCardContainer .pointArea .mini-product-card {
    float: left;
    position: absolute;
    top: 23px;
    left: 23px;
    max-width: 300px;
    width: 300px;
    display: flex;
    background: #FFF;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: all .3s ease-in-out;
}

.miniProductCardContainer .pointArea.active .mini-product-card {
    visibility: visible;
    opacity: 1;
}

.miniProductCardContainer .pointArea .mini-product-card .product-card-img {
    float: left;
    width: 40%;
}

.miniProductCardContainer .pointArea .mini-product-card .product-cart-text {
    float: left;
    padding: 15px 0 0 15px;
    width: 60%;
}

.miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-name {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    line-height: 18px;
}

.miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-payment {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 30px 0;
}

.miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-button {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.7px;
}

.miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-button a {
    float: left;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #000;
    transition: all .3s linear;
}

.miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-button a:hover {
    color: #D11B1B;
    line-height: 17px;
    border-color: #D11B1B;
}

.instaContainer .instaArea .instaBlok .instaBox:last-child .miniProductCardContainer .pointArea .mini-product-card {
    right: 23px;
    left: unset;
}

/**/
.tekBannerContainer {
    float: left;
    width: 100%;
}

.tekBannerContainer .tekBannerBox {
    float: left;
    width: 100%;
    position: relative;
}

.tekBannerContainer .tekBannerBox .tekBannerImg {
    float: left;
    width: 100%;
    position: relative;
}

.tekBannerContainer .tekBannerBox .tekBannerContent {
    float: left;
    position: absolute;
    left: 60px;
    bottom: 60px;
}

.tekBannerContainer .tekBannerBox .tekBannerContent .bannerTitle {
    float: left;
    clear: both;
    display: block;
    color: #FFF;
    text-shadow: 0px 3px 6px #00000029;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 12px 0;
}

.tekBannerContainer .tekBannerBox .tekBannerContent .bannerTitleH {
    float: left;
    clear: both;
    display: block;
    color: #FFF;
    text-shadow: 0px 3px 6px #00000029;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 30px 0;
    letter-spacing: 1.5px;
}

.tekBannerContainer .tekBannerBox .tekBannerContent .bannerLink {
    float: left;
    clear: both;
    display: block;
}

.tekBannerContainer .tekBannerBox .tekBannerContent .bannerLink a {
    float: left;
    box-shadow: 0px 0px 12px #00000026;
    background: #FFF;
    border-radius: 5px;
    color: #000;
    letter-spacing: 0.65px;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 500;
    line-height: 40px;
    transition: all .3s ease-in-out;
}

.tekBannerContainer .tekBannerBox .tekBannerContent .bannerLink a:hover {
    background: #000000;
    color: #FFFFFF;
}

/**/
.selectSliderWrap {
    width: 100%;
    float: left;
    display: flex;
    padding-left: 0;
}

.selectSliderDesc {
    width: 30%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-shadow: 5px -2px 10px #0000001a;
}

.selectSliderDesc .shadowArea {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0 0 60px;
    box-shadow: inset 5px 1px 10px #0000001a;
    height: 100%;
}

.selectSliderDesc h2 {
    color: #000000;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 12px;
}

.selectSliderDesc h3 {
    color: #000000;
    font-size: 30px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 30px;
}

.selectSliderDesc a {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    padding: 0 24px;
    border: 0.5px solid #000000;
    border-radius: 5px;
    letter-spacing: 0.65px;
    line-height: 40px;
    transition: all .3s ease-in-out;
}

.selectSliderDesc a:hover {
    background: #000;
    color: #FFF;
}

.selectSliderAnime {
    width: 70%;
}

.selectSliderAnime ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item li a {
    padding: 70px 30px;
    float: left;
    width: 100%;
    position: relative;
    transition: all .4s linear;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item li a img {
    box-shadow: none;
    transition: all .4s linear;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item li a .sliderAnimeContent {
    float: left;
    position: absolute;
    bottom: 115px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all .4s linear;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item li a .sliderAnimeContent span {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
    line-height: 35px;
    text-shadow: 0px 0px 8px #00000066;
    letter-spacing: -0.33px;
    transition: all .4s;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item li a .sliderAnimeContent span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 0;
    height: 1.5px;
    background: #FFFFFF;
    opacity: 0;
    transition: all .4s linear;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item li a .sliderAnimeContent span:hover:after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item.center li a .sliderAnimeContent {
    bottom: 75px;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item.center li a {
    padding: 0;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item.center li a img {
    margin: 30px auto;
    padding: 0;
    box-shadow: 0 0 25px #00000080;
}

.selectSliderAnime .owl-nav {
    display: block!important;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
}

.selectSliderAnime:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

#mainHolder_divDesign .selectSliderAnime .owl-carousel .owl-nav {
    right: 50px;
    left: 50px;
}

#mainHolder_divDesign .selectSliderAnime .owl-carousel .owl-nav .ProductListprev, #mainHolder_divDesign .selectSliderAnime .owl-carousel .owl-nav .ProductListnext {
    width: 43px;
    height: 43px;
    background: rgba(255,255,255,.50);
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

#mainHolder_divDesign .selectSliderAnime .owl-carousel .owl-nav .ProductListprev:hover, #mainHolder_divDesign .selectSliderAnime .owl-carousel .owl-nav .ProductListnext:hover {
    background: rgba(255,255,255,.75);
}

#mainHolder_divDesign .selectSliderAnime .owl-carousel .owl-nav .ProductListprev:before, #mainHolder_divDesign .selectSliderAnime .owl-carousel .owl-nav .ProductListnext:before {
    color: #000000!important;
    font-weight: 400;
    font-size: 14px;
}

.selectSliderAnime .owl-dots {
    display: none;
}

/**/
.blogContainer {
    float: left;
    width: 100%;
    margin: 40px 0 0;
}

.blogContainer .blogTitle {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    margin: 0 0 30px 0;
    color: #000;
}

.blogContainer .blogTitle a {
    color: #000;
}

.blogContainer .blogArea {
    float: left;
    width: 100%;
}

.blogContainer .blogArea ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blogContainer .blogArea ul .blogImg {
    float: left;
    width: 100%;
}

.blogContainer .blogArea ul .blogContent {
    float: left;
    width: 100%;
    padding: 27px;
}

.blogContainer .blogArea ul .blogContent .titleH {
    float: left;
    width: 100%;
    color: #1B1B1B;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.blogContainer .blogArea ul .blogContent .textH {
    float: left;
    width: 100%;
    color: #1B1B1B;
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    height: 93px;
    overflow: hidden;
}

.blogContainer .blogArea ul .blogContent .moreInfoLink {
    float: left;
    width: 100%;
    color: #1B1B1B;
    margin: 0;
}

.blogContainer .blogArea ul .blogContent .moreInfoLink a {
    float: left;
    width: 100%;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 500;
}

.blogContainer .blogArea ul .blogContent .moreInfoLink a i {
    margin-left: 5px;
    transition: all .3s linear;
}

.blogContainer .blogArea ul .blogContent .moreInfoLink a:hover i {
    margin-left: 10px;
}

/**/
.productItem .favori {
    position: absolute;
    right: 11px;
    top: 11px;
    z-index: 3
}

.productItem .productIcon .favori {
    display: inline-block;
}

.productItem .favori a {
    text-align: center;
    width: 18px;
    background: transparent;
    padding: 0;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.productItem .favori a:before {
    content: '\f02e';
    color: #0A0909;
    font-size: 17px;
    line-height: 18px;
    font-weight: 300;
    font-family: 'FontAwesome';
    transition: 0.5s
}

.productItem .favori a:hover:before {
    color: #0A0909;
    font-weight: 600;
}

.productItem .favori a.listfavoriAktif:before {
    color: #0A0909;
    font-weight: 600;
}

.productItem .favori a svg {
    width: 22px
}

/**/
.productFaMyEx {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
}

.productFaMyEx .newIcon {
    background-color: #FFFFFF;
    width: 41px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #0A0909;
    font-size: 11px;
    font-weight: 400
}

.discountIcon {
    display: none;
}

.productFaMyEx .discountIcon {
    background-color: #FFFFFF;
    width: 41px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #C1272D;
    font-size: 11px;
    font-weight: 400;
}

.productFaMyEx .discountIcon .discountIcon_s1 {
    font-size: 11px;
    color: #C1272D;
    line-height: 24px;
    font-weight: 400;
}

.productFaMyEx .discountIcon .discountIcon_s1:before {
    content: "-";
}

/**/
.boxUrunlerContent {
    display: none;
    float: left;
    width: 100%;
    margin: 6px 0 0 0;
}

.boxUrunlerContainer {
    display: inline-block;
    width: auto;
    float: none;
    vertical-align: top;
}

.boxUrunlerContainer>div {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 13px;
    height: 13px;
    border-radius: 50%
}

.boxUrunlerContainer>div:nth-child(n+4) {
    display: none;
}

.boxUrunlerContainer>div img {
    border-radius: 50%;
    width: 100%;
}

.boxUrunlerContent .BoxLength {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 13px;
    height: 13px;
}

.boxUrunlerContent .BoxLength:before {
    content: "+";
    margin-right: 2px;
    display: inline-block;
    vertical-align: top
}

/**/
.boxBedenlerContent {
    position: absolute;
    left: 0px;
    right: 0;
    top: 0px;
    background: #fff;
    z-index: 3;
    display: block!important;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s
}

.productItem:hover .productDetailLeft .boxBedenlerContent {
    opacity: 1;
    visibility: visible;
}

.boxBedenlerContent .boxBedenlerTittle {
    display: none;
}

.boxBedenlerContent .boxBedenlerContainer {
    float: left;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    gap: 14px;
}

.boxBedenlerContent .boxBedenlerContainer >div {
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.boxBedenlerContent .boxBedenlerContainer >div .boxBedenler {
    display: inline-block;
    vertical-align: top;
    color: #0A0909;
    font-size: 14px;
    line-height: 17px;
    transition: 0.5s;
    opacity: 1;
    font-weight: 300;
}

.boxBedenlerContent .boxBedenlerContainer >div .boxBedenler:hover {
    text-decoration: underline;
    opacity: 0.5
}

.boxBedenlerContent .boxBedenlerContainer >div .boxBedenler.noStokUrunListe {
    position: relative;
    background: transparent!important;
    color: #B8B8B8!important;
    text-decoration: line-through;
}

/*.productItem .boxBedenlerContent .boxBedenlerContainer .boxResimContent,.boxUrunResimContent{float: left;border-radius: 50%;box-shadow: 0px 0px 0px 3px transparent;width: 14px;}
.productItem .boxBedenlerContent .boxBedenlerContainer .boxResimContent:hover{float: left;border-radius: 50%;box-shadow: 0px 0px 0px 3px #ECE8E8;}
.productItem .boxBedenlerContent .boxBedenlerContainer .boxResimContent img,.boxUrunResimContent img{max-height: 14px;width: 14px;border-radius: 50%;box-shadow: 0 0 0 .5px #d5d5d5;}*/
/**/
div.quickViewIco {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
    display: none;
}

div.quickViewIco > a {
    width: 100%;
    height: 17px;
    font-size: 0;
    display: inline-table;
    padding: 0;
    background: transparent;
    float: right;
}

div.quickViewIco > a:hover {
    background: transparent;
    background-color: transparent !important
}

.productItem:hover .productDetailLeft.bedenleractive div.quickViewIco {
    display: block
}

/**/
.ozelAlan5, #divOzelAlan5 {
    float: right;
    clear: right;
    font-weight: 300;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    background-color: #991a21;
    padding: 4px 8px;
}

#divOzelAlan5 {
    float: left;
    clear: left;
    margin-top: 10px
}

/**/
#UrunAksesuarDiv .JKatAdi .bold .satir1 {
    text-transform: initial;
    font-weight: normal;
    margin: 0 0 24px;
    font-size: 14px;
    color: #0A0909;
    letter-spacing: 0;
    line-height: 17px
}

#UrunAksesuarDiv .productItem .productFaMyEx, #UrunAksesuarDiv .productItem .productDetail, #UrunAksesuarDiv .productItem .productItemVariantDetail, #UrunAksesuarDiv .productItem .urunListeAdet, #UrunAksesuarDiv .productItem .productList-Image-Owl .owl-nav, #UrunAksesuarDiv .productItem .productList-Image-Owl .owl-dots {
    display: none;
}

body #UrunAksesuarDiv .owl-carousel .owl-nav, body #UrunAksesuarDiv .owl-carousel .owl-dots {
    display: none !important;
}

/**/
body #divIndirimOrani {
    width: auto;
    text-align: right;
    margin: 0 0 0 10px;
    clear: initial;
}

body #divIndirimOrani .lineTitle {
    display: none;
}

body #divIndirimOrani .indirimliOrani {
    font-size: 0;
}

body #divIndirimOrani .indirimliOrani #ltrIndirimOrani {
    color: #D11B1B;
    font-weight: 400;
    line-height: 17px;
}

body #divIndirimOrani .indirimliOrani #ltrIndirimOrani:before {
    content: '-%';
}

/**/
.TopListtopRight .UFavorilerimeEkle {
    margin: 0;
    float: right;
}

.TopListtopRight .UFavorilerimeEkle a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.TopListtopRight .UFavorilerimeEkle a .box1 {
    font-size: 0
}

.TopListtopRight .UFavorilerimeEkle a .box1 i {
    font-size: 18px;
    font-weight: 300;
    font-family: FontAwesome;
    color: #0A0909;
    transition: 0.5s;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

.TopListtopRight .UFavorilerimeEkle a .box1 i:before {
    content: '\f02e';
}

.TopListtopRight .UFavorilerimeEkle a:hover .box1 i {
    font-weight: 600;
}

.TopListtopRight .UFavorilerimeEkle a#aFavroriCikarBtn .box1 i {
    font-weight: 600;
}

.TopListtopRight .UFavorilerimeEkle a .boxIcon {
    display: none;
}

/**/
.BedenT {
    float: left;
    margin: 15px 0px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

.BedenT a {
    float: left;
    display: inline-block;
    font-size: 12px;
    color: #0A0909;
    padding: 0;
    border-bottom: 1px solid #0A0909;
    line-height: 15px;
    display: inline-block;
    vertical-align: top
}

.BedenT > a:before {
    display: inline-block;
    vertical-align: top
}

.RightDetail.StokYok .MiddleList > .BedenT {
    display: none;
}

/**/
.BakimOneri {
    float: left;
    width: 100%;
}

.BakimOneri a {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    float: left;
    text-decoration: underline;
}

.BakimContent {
    max-width: 600px;
    padding: 30px 15px;
}

.BakimContent ul {
    padding-left: 20px;
}

.BakimContent ul li {
    line-height: 1.4;
}

/**/
.categoryTopContainer .categoryArea {
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0 40px 0;
}

.categoryTopContainer .categoryTitle {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 20px 0;
    letter-spacing: 1.05px;
}

.categoryTopContainer .categoryAlt {
    float: left;
    width: 100%;
    text-align: center;
}

.categoryTopContainer.categoryTemplate1 .categoryAlt ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categoryTopContainer.categoryTemplate1 .categoryAlt ul li {
    margin: 0 15px
}

.categoryTopContainer.categoryTemplate1 .categoryAlt ul li a {
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.8px;
    transition: all .4s;
}

.categoryTopContainer.categoryTemplate1 .categoryAlt ul li a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 1.5px;
    background: #000000;
    opacity: 0;
    transition: all .4s linear;
}

.categoryTopContainer.categoryTemplate1 .categoryAlt ul li a:hover:after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.categoryTopContainer.categoryTemplate2 .categoryTitle {
    color: #FFF;
}

.categoryTopContainer.categoryTemplate2 .categoryTitle2 {
    width: 420px;
    display: block;
    margin: 0 auto;
    color: #FFFFFF;
    letter-spacing: 0.7px;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}

.categoryTopContainer.categoryTemplate2 .categoryArea {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 30px 0;
}

.categoryTopContainer.categoryTemplate2 .categoryBannerBox {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.categoryTopContainer.categoryTemplate2 .categoryBannerBox .categoryBannerContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    float: left;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    flex-direction: column;
}

.categoryTopContainer.categoryTemplate3 .categoryArea {
    float: unset;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox {
    float: left;
    width: 100%;
    padding: 30px 0 0;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderContent {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderContent .categoryTitle2 {
    float: left;
    width: 100%;
    color: #000000;
    letter-spacing: 0.7px;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderContent .categoryTitle2 span {
    /*width: 420px;*/
    margin: 0 auto;
    display: block;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea {
    float: left;
    width: 100%;
    text-align: center;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea .owl-stage-outer .owl-stage {
    margin: 0 auto;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea ul li a p {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea ul li a img {
    border-radius: 50%;
}

.categoryArea .owl-carousel .owl-nav {
    display: block;
    right: 0;
    left: 0;
    top: 30%;
}

.categoryArea .owl-carousel .owl-nav .ProductListprev, .categoryArea .owl-carousel .owl-nav .ProductListnext {
    width: 43px;
    height: 43px;
    background: transparent;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.categoryArea .owl-carousel .owl-nav .ProductListprev:hover, .categoryArea .owl-carousel .owl-nav .ProductListnext:hover {
}

.categoryArea .owl-carousel .owl-nav .ProductListprev {
    left: -60px;
    top: 30%;
}

.categoryArea .owl-carousel .owl-nav .ProductListnext {
    right: -60px;
    top: 30%;
}

.categoryArea .owl-carousel .owl-nav .ProductListprev:before {
    content: "Ã¯â€žâ€ž";
    font-family: 'FontAwesome';
    color: #000000!important;
    font-weight: 400;
    font-size: 25px;
}

.categoryArea .owl-carousel .owl-nav .ProductListnext:before {
    content: "Ã¯â€žâ€¦";
    font-family: 'FontAwesome';
    color: #000000!important;
    font-weight: 400;
    font-size: 25px;
}

/**/
.urunOzellikContainer {
    float: left;
    width: 100%;
}

.urunOzellikContainer .urunOzellikBox {
    float: left;
    width: 100%;
}

.urunOzellikContainer > .urunOzellikBox:nth-child(1) .urunOzellikTop .urunOzellikTitle img {
    display: none;
}

.urunOzellikContainer > .urunOzellikBox:nth-child(1) .urunOzellikTop .urunOzellikTitle span {
    margin-left: 0;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikTop {
    display: none !important;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 25px;
    margin: 10px 0 0;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikTop .urunOzellikTitle {
    float: left;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 60%;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikTop .urunOzellikTitle span {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 6px;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikBottom {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #000000;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikBottom ul {
    padding-left: 16px;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikBottom ul li {
    list-style-type: disc;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikTop .urunOzellikLink {
    display: none;
}

#divTabYorumlar .urunTabAlt {
    background: #fff;
    padding: 24px;
    float: left;
    width: 100%;
    max-width: 100%;
}

#divTabYorumlar .urunTabAlt .button {
    padding: 10px 15px;
    color: #fff;
}

#divTabYorumlar .commentTicimax .commentTiciTop {
    max-width: 975px;
    float: none;
    margin: 0 auto;
}

#divTabYorumlar .commentTicimax .commentTiciGeneralRating {
    display: none;
}

#divTabYorumlar .commentTicimax .commentTiciGeneralRating .commentTiciNumber {
    display: none;
}

.commentTicimax .commentTiciFilterStars .commentTiciFilterStarsUl .commentStars .svgStar *, .commentTicimaxPopup .commentStars .svgStar *, .detayYorumFormRating .commentStars .svgStar *, .commentTicimax .commentStars .svgStar * {
    fill: #0A0909;
}

body .commentTicimax .commentTiciNewCommentTitle {
    margin: 10px 0;
}

body .commentTicimax .commentTiciNewCommentText {
    font-size: 15px;
    margin: 10px 0;
}

body .commentTicimax .commentTiciNewCommentButton {
    margin: 10px 0;
}

/**/
body #divTahminiTeslimatSuresi {
    margin: 0 0 15px;
}

body #divTahminiTeslimatSuresi .left_line {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

body #divTahminiTeslimatSuresi .center_line {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

body #divTahminiTeslimatSuresi .right_line {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

/**/
#liTabOzellikler .urunTabAlt .urunAciklamaContainer {
    display: none !important
}

.urunAciklamaContainer {
    float: left;
    width: 100%;
    margin: 0;
}

.urunAciklamaContainer .urunAciklamaArea {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft {
    float: left;
    width: 55%;
}

.urunAciklamaContainer .urunAciklamaArea .urunAciklamaRight {
    float: left;
    width: 35%;
}

.urunAciklamaContainer .urunAciklamaArea .titleH {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 20px;
}

.urunAciklamaContainer .urunAciklamaArea .content {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}

.urunAciklamaContainer .urunAciklamaArea .content > p {
    margin: 0 0 10px 0
}

.urunAciklamaContainer .urunAciklamaArea .content ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.urunAciklamaContainer .urunAciklamaArea .content ul li {
    margin-right: 8px;
}

.urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft .titleH {
    font-size: 0;
}

.urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft .titleH:before {
    content: "TANIM";
    font-size: 14px;
}

.RightDetail .urunAciklamaContainer .urunAciklamaArea {
    display: block;
}

.RightDetail .urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft {
    width: 100%;
}

.urunAciklamaRight {
    width: 100%;
}

.urunAciklamaRight .titleH {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 25px;
}

.urunAciklamaRight {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.urunAciklamaRight .content {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #000000;
}

.urunAciklamaRight .content p {
    margin: 10px 0 0;
}

.urunAciklamaRight .content ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.urunAciklamaRight .content ul li {
    margin-right: 8px;
}

html:lang(tr) .urunAciklamaRight .titleH {
    font-size: 0;
}

html:lang(tr) .urunAciklamaRight .titleH::before {
    content: '\0130\00E7 erik';
    font-size: 14px;
}

/**/
#iadeteslimat {
    position: relative;
    float: left;
    max-width: 880px;
}

#cerez-politika {
    position: relative;
    float: left;
    max-width: 880px;
    padding: 0 20px;
}

#cerez-politika * {
    font-family: 'Helvetica Neue';
}

/**/
#bedenTablosu {
    position: relative;
    float: left;
    max-width: 880px;
}

#bedenTablosu .popupTitle {
    float: left;
    width: 100%;
    border-bottom: 1px solid #D7D7D8;
    line-height: 80px;
    font-weight: 500;
    padding: 0 30px;
    font-size: 18px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 9;
}

#bedenTablosu .bedenTablosuContainer {
    float: left;
    width: 100%;
    padding: 30px;
}

#bedenTablosu .bedenTablosuContainer .bedenTabloArea {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 20px;
}

#bedenTablosu .bedenTablosuContainer .bedenTabloArea .titleH {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 18px;
    display: none;
}

#bedenTablosu .bedenTablosuContainer .bedenTablosuBox {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 25px;
    font-weight: 300;
}

#bedenTablosu .bedenTablosuContainer table {
    border: 1px solid #D7D7D8;
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

#bedenTablosu .bedenTablosuContainer th, #bedenTablosu .bedenTablosuContainer td {
    line-height: 40px;
    color: #000000;
    font-size: 13px;
    text-align: center;
    border-right: 1px solid #D7D7D8;
    font-weight: 300;
}

#bedenTablosu .bedenTablosuContainer tr th:first-child, #bedenTablosu .bedenTablosuContainer tr td:first-child {
    text-align: left;
    padding: 0 0 0 30px;
}

#bedenTablosu .bedenTablosuContainer th {
    font-weight: 400;
    font-size: 14px;
}

#bedenTablosu .bedenTablosuContainer thead {
    border-bottom: 1px solid #D7D7D8;
}

#bedenTablosu .bedenTablosuContainer thead th {
    background-color: #F5F5F5;
}

#bedenTablosu .bedenTablosuContainer tr:nth-child(2n) {
    background-color: #F5F5F5;
}

#bedenTablosu .bedenTablosuContainer tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

#bedenTablosu .bedenTablosuContainer tbody td {
    position: relative;
}

#bedenTablosu .bedenTablosuContainer tbody td:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -9999px;
    bottom: -9999px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: -1;
}

#bedenTablosu .bedenTabloImg {
    padding: 0 20px 0 0;
    width: 189px;
    float: left;
}

#bedenTablosu .BedenTablosuRight {
    float: left;
    width: calc(100% - 189px);
    padding: 20px 0;
}

#bedenTablosu .BedenTablosuRight .BedenTablotitle {
    font-size: 18px;
    font-weight: 400;
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

#bedenTablosu .BedenTablosuRight .BedenOzellik {
    float: left;
    width: 100%;
    color: #000;
}

#bedenTablosu .BedenTablosuRight .BedenOzellik span {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    font-weight: 500;
}

#bedenTablosu .BedenTablosuRight .BedenOzellik ul {
    margin: 0 0 10px;
    float: left;
    width: 100%;
    padding-left: 20px;
}

#bedenTablosu .BedenTablosuRight .BedenOzellik .urunAciklamaRight {
    display: none;
}

#bedenTablosu .bedenTablosuContainer b {
    font-weight: 500;
}

#bedenTablosu .bedenTablosuContainer strong {
    font-weight: 500;
}

body .fancybox-close {
    top: 0px;
    right: 0px;
    width: 33px;
    height: 33px;
    background: #000;
    box-shadow: unset;
}

body .fancybox-close:hover {
    background: #000;
    box-shadow: unset;
}

body .fancybox-close:after {
    content: '\f00d';
    font-weight: 400;
    color: #FFF;
    font-family: 'FontAwesome';
    line-height: 33px;
    font-size: 14px;
}

/**/
.detayBottomCont.dispGoster {
    display: block;
}

.detayBottomCont {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
    z-index: 999;
}

.detayBottom {
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.detayBottomLeft {
    width: 75%;
    float: left;
    display: flex;
    align-items: center;
}

.detayBottomRight {
    width: 25%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.fixstokyok .detayBottomRight {
    display: none;
}

.detayBottom .urunImg {
    float: left;
    max-width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.detayBottom .urunTitle {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-left: 30px;
    letter-spacing: 0.6px;
    font-family: 'Helvetica Neue';
    font-weight: 300;
}

.detayBottom .urunPrice {
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    margin-left: 45px;
}

.detayBottom .urunPrice #divIndirimliFiyat {
    position: relative;
    flex-direction: row;
    align-items: center;
}

.detayBottom .urunPrice #divIndirimliFiyat .IndirimliFiyatContent {
    margin: 0 18px 0 0;
}

.detayBottom .urunPrice #divIndirimliFiyat #divIndirimOrani {
    position: absolute;
    left: -80px;
}

.detayBottom .urunVaryant {
    float: left;
}

.detayBottom .urunVaryant #divUrunEkSecenek {
    float: left;
    display: flex;
    align-items: center;
}

.detayBottom .urunVaryant #divUrunEkSecenek .eksecenekLine {
    margin: 0 30px!important;
}

.detayBottom .urunVaryant #divUrunEkSecenek .eksecenekLine.selectvaryasyon {
    min-width: 105px;
}

.detayBottom .urunVaryant #divUrunEkSecenek .eksecenekLine.selectvaryasyon select {
    line-height: 33px;
    background-position: 90% 50%;
}

.detayBottom .urunVaryant #divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line select {
    height: 30px;
}

.detayBottom .urunVaryant #divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box {
    margin-bottom: 0;
    padding-bottom: 0
}

.detayBottom .urunVaryant #divUrunEkSecenek .BedenT {
    display: none !important
}

.detayBottom .urunButton {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.detayBottom .buyfast {
    display: none;
}

.detayBottom .BasketBtn {
}

.detayBottom .basketBtn {
    width: 100%;
    max-width: 310px;
}

.detayBottom .KombinTopluSatinAlimBtn {
    width: 100%;
    max-width: 310px;
}

.detayBottom .Basketinp {
    max-width: 130px;
}

.detayBottom .IndirimliFiyatContent .right_line * {
    font-size: 14px;
    line-height: 15px;
}

.detayBottom .PiyasafiyatiContent {
    font-size: 12px;
    line-height: 15px;
}

.detayBottom .PiyasafiyatiContent .right_line {
    font-size: 12px;
    line-height: 15px;
}

.detayBottom .PiyasafiyatiContent .right_line * {
    font-size: 12px;
    line-height: 15px;
}

.detayBottom .riSingle a.riUp {
}

.detayBottom .riSingle a.riDown {
}

.detayBottom #txtbxurunSiparisAdedi {
}

.detayBottom .riSingle a.riUp, .detayBottom .riSingle a.riDown {
}

.detayBottom .OnYaziContent {
    display: none;
}

.detayBottom #divIndirimOrani {
    display: none;
}

.detayBottomCont #divOzelAlan5 {
    display: none;
}

/**/
#mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-dots {
    display: none!important;
}

#mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-nav {
    display: none;
    left: unset;
    top: -95px;
    width: 100px;
}

#mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-nav .ProductListprev:before, #mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-nav .ProductListnext:before {
    color: #000000;
    font-size: 22px;
}

#mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-nav .ProductListprev:hover, #mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-nav .ProductListnext:hover {
    background: transparent;
}

/**/
body.ProductBody .dinamikFormContainer {
    margin-top: 16px
}

body .dinamikFormContainer label {
    float: left;
    width: 100%;
    line-height: 35px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
}

body .dinamikFormContainer .textbox {
    padding: 0 10px;
}

/*HesabÃ„Â±m*/
body.HesabimTakip .hesabimBolumuTutucu {
    padding: 0 30px;
}

body.HesabimTakip .sagIcerikTutucu {
    width: 75%;
    padding: 0 0 0 30px;
}

body.HesabimTakip .solAnaMenu {
    box-shadow: 0px 0px 3px #0000000d;
    border: 1px solid #F2F2F2;
    background: #FFF;
    width: 25%;
}

body.HesabimTakip .solAnaMenu ul li a {
    color: #000000;
    font-size: 13px;
    padding: 11px 0;
    font-weight: 300;
    display: flex;
    align-items: center;
}

body.HesabimTakip .solAnaMenu ul li a span {
    margin: 10px 0 0 0;
}

body.HesabimTakip .solAnaMenu ul li a:before {
    margin: 0 10px 0 0;
}

body.HesabimTakip .solAnaMenu ul li.menuHesapAyarlarim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-person.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuSiparislerim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-order.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuIadeTaleplerim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-return.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuSepetim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-bag.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuFavorilerim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-heart.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuIstekListelerim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-star.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuFiyatAlarmListem a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-arrow-down.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuStokAlarmListem a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-arrow-up.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuParaPuan a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-money.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuDestekTaleplerim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-help.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuHavaleBildirim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-money-transfer.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuUyeCikis a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-log-out.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li a i {
    display: none;
}

body.HesabimTakip .solAnaMenu ul li.menuYorumlarim a i {
    display: block;
}

body.HesabimTakip .solAnaMenu ul li.menuSozlesmelerim a i {
    display: block;
}

body.HesabimTakip .solAnaMenu ul li.menuBakiyeBilgilerim a i {
    display: block;
}

body.HesabimTakip .hesabimAnasayfa .hesabimAnasayfaBaslik h2 {
    color: #000000;
}

body.HesabimTakip .hesabimAnasayfa .hesabimAnasayfaBaslik p {
    color: #000000;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li {
    padding: 0 7.5px;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li a {
    background: transparent;
    box-shadow: 0 0 3px #0000000d;
    border: 1px solid #F2F2F2;
    color: #000000;
    font-size: 14px;
    padding: 0;
    height: 210px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-1 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h1-help.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-2 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h2-order.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-3 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h3-person.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-4 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h4-location.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-5 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h5-money.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-6 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h6-star.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-7 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h7-return.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-8 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h8-bag.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li a i {
    display: none;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li a:hover {
    background: #ffffff;
    color: #000000;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li a:hover .fa {
    color: #000000;
}

.HesabimTakip .satirBlok.satirBlok10 {
    display: none;
}

.HesabimTakip .satirBlok.satirBlok11 {
    display: none;
}

.HesabimTakip .satirBlok.cinsiyetSatir {
    display: none;
}

.HesabimTakip .siparisTakipDetayi .siparisEkstresi .ekstreGenelToplam span strong {
    color: #2b2a2a;
    font-weight: 700!important;
}

body .hesabimBolumuTutucu .siparisUrun .siparisDetayBilgileri a.kolayIadeBtn {
    color: #fff !important;
    cursor: pointer;
    background-color: #000;
    line-height: 34px;
    margin-top: 5px
}

.solAnaMenu ul li.menuSozlesmelerim, .solAnaMenu ul li.menuStokAlarmListem, .solAnaMenu ul li.menuFiyatAlarmListem, .solAnaMenu ul li.menuIstekListelerim, .solAnaMenu ul li.menuHavaleBildirim {
    display: none!important;
}

/*HesabÃ„Â±m*/
/*Detay Kombin*/
#divUrunDetayKombin {
    float: left;
    width: 100%;
    position: relative;
}

#divUrunDetayKombin #kombinUrunler {
    float: left;
    width: 100%;
}

#divUrunDetayKombin #kombinUrunler .kombinContent {
    float: left;
    width: 100%;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar {
    float: left;
    width: 100%;
    border-bottom: 1px solid #D7D7D8;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    position: relative;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar div {
    width: 49%;
    border: 1px solid #D7D7D8;
    background-color: #FFF;
    display: block!important;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar div:first-child {
    margin-right: 0;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinIndirimOrani {
    border: none;
    width: unset;
    padding: 0;
    position: absolute;
    background: transparent;
    right: 5%;
    top: 10px;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinIndirimOrani > span {
    font-size: 16px;
    font-weight: 400;
    color: #D11B1B;
    display: block;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinIndirimOrani > span:before {
    content: '(-';
    float: left;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinIndirimOrani > span:after {
    content: ')';
    float: right;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinIndirimOrani .title {
    display: none;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinTopluSatinAlimFiyat {
    position: relative;
    background: #FBFBFB;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinTopluSatinAlimFiyat span strong {
    color: #D11B1B;
    font-size: 16px;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinTopluSatinAlimFiyat .kombinIndirimOrani {
    display: block;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinItem {
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #D7D7D8;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinItem:last-child {
    margin: 0;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.KombinTopluSatinAlimBtn {
    display: block!important;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar div span {
    align-items: start!important;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar div span strong {
    font-size: 16px;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinImages img {
    border: 1px solid #000000;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinImages .selectedImagesLink {
    display: none!important;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail {
    width: calc(100% - 96px);
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin {
    float: left;
    width: 100%;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin .button {
    display: inline-block;
    line-height: 40px;
    width: 100%;
    float: left;
    padding: 0;
    margin: 10px 0 0 0 !important;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin > .kombinFormline {
    float: left;
    width: 50%;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divFiyatAlanlari {
    float: right;
    clear: right;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divFiyatAlanlari .kombinFiyat1 {
    font-size: 16px;
    font-weight: 400;
    color: #B8B8B8;
    line-height: 21px;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divFiyatAlanlari .kombinFiyat2 {
    font-size: 16px;
    font-weight: 500;
    color: #D11B1B;
    line-height: 21px;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divKombinUrunEkSecenek {
    float: right;
    width: 100%;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divKombinUrunEkSecenek .divKombinEksecenekTipi {
    float: right;
    width: 100%;
    margin: 10px 0 0 0;
}

#divUrunDetayKombin #kombinUrunler #divFiyatAlanlari .kombinFiyat2 span {
    display: none!important;
}

#divUrunDetayKombin #kombinUrunler .kombinleft_line {
    display: none!important;
}

#divUrunDetayKombin #kombinUrunler .kombinright_line a {
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    height: 24px;
    line-height: 26px;
    font-size: 12px;
    color: #000;
}

body.kombinUrunVar .TopList {
    display: none!important;
}

body.kombinUrunVar #divUrunDetayDinamikForm {
    display: none!important;
}

body.kombinUrunVar .basketBtn {
    display: none!important;
}

body.kombinUrunVar .KombinTopluSatinAlimBtn {
    width: calc(100% - 43px);
    display: block!important;
    float: left;
    margin: 0 3px 0 0;
}

body.kombinUrunVar .KombinTopluSatinAlimBtn a {
    width: 100%;
    display: block!important;
    padding: 0;
    line-height: 40px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.35px;
}

body.kombinUrunVar .kombinUrunInfo {
    line-height: 15px;
    color: #000;
    font-weight: 300;
    font-size: 12px;
    width: 100%;
    display: block;
    padding: 0;
    float: left;
    margin: 30px 0 0 0;
}

/*Detay Kombin*/
body .EmptyCart .empty-area > .right > .alisverisedevamet {
    background-color: #000000;
}

#divUrunDetayDinamikForm {
    float: left;
    width: 100%;
}

.fancybox-opened .fancybox-skin {
    border-radius: 0;
}

.ProductPreviewContent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductPreviewContent .divHizliBakisFavorilerimeEkle {
    display: none!important;
}

/**/
body.HomeBody .fancybox-close {
    top: 10px;
    right: 30px;
}

body.HomeBody #hizliBakis .ProductPreviewContent {
    padding: 20px 20px 20px 5px;
}

body #hizliBakis .ProductPreviewLeft {
    margin-right: 0;
}

body #hizliBakis .ProductPreviewRight {
    padding: 0 0 0 25px;
    float: left;
    width: calc(100% - 380px);
}

body #hizliBakis .ProductPreviewContent ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
}

body #hizliBakis .ProductPreviewContent ul > li {
    float: left;
    width: 100%;
}

body #hizliBakis .PreviewselectedImages {
    border: none;
    height: unset;
    padding-bottom: 0;
}

body #hizliBakis .PreviewselectedImages .PreviewselectedImagesBox {
    padding-bottom: 0;
}

body #hizliBakis .PreviewselectedImages .PreviewselectedImagesBox img {
    position: unset;
}

body #hizliBakis .PreviewImages {
    width: 270px;
}

body #hizliBakis .PreviewallImages {
    width: 84px;
}

body #hizliBakis .PreviewallImages .PreviewallImagesItem {
    border: none;
}

body #hizliBakis .hizliBakis_Name {
    font-size: 15px;
    font-weight: 300;
    margin: 10px 0;
    width: 100%;
    float: left;
    padding-right: 70px;
}

body #hizliBakis .hizliBakis_stokKodu {
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 10px 0;
    width: 100%;
    float: left;
    clear: left;
}

body #hizliBakis #divFiyatAlanlari {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

body #hizliBakis .divKombinEksecenekTipi {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

body #hizliBakis .hizliBakisSepeteEkle {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 50px;
    padding: 0;
    border: 0;
    text-transform: uppercase;
}

body #hizliBakis .hizliBakis_Adet {
    margin: 0 0 10px 0;
    display: none;
}

body #hizliBakis .hizliBakis_Adet .riSingle {
    padding-right: 30px;
    padding-left: 30px;
    width: 100px !important;
    border: 1px solid #777777;
}

body #hizliBakis .hizliBakis_Adet .riSingle input {
    font-size: 14px;
    font-weight: 400;
    color: #191919;
    width: 40px;
}

body #hizliBakis .hizliBakis_Adet .riSingle .riDown {
    background: transparent;
    width: 30px;
    border-right: none;
}

body #hizliBakis .hizliBakis_Adet .riSingle .riUp {
    background: transparent;
    width: 30px;
    border-left: none;
}

body #hizliBakis .hizliBakis_ozyazi {
    display: none;
    max-width: 300px;
    color: #777777;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

body #hizliBakis .kombinleft_line {
    width: auto;
    float: left;
    line-height: 35px;
    padding: 0;
    margin-right: 10px;
}

body #hizliBakis .kombinright_line a {
    border-color: transparent;
}

body #hizliBakis .kombinright_line a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    padding: 4px;
    line-height: 21px;
    min-width: unset;
    min-height: unset;
}

body #hizliBakis .kombinFormline .size_box.selected {
    text-decoration: underline;
    font-weight: 500;
}

body #hizliBakis .kombinFormline .size_box.selected img {
    border: 1px solid #707070;
}

body #hizliBakis .hizliBakis_UstuCiziliFiyat {
    text-decoration: line-through;
    float: left;
    margin-right: 10px;
}

body #hizliBakis .kdvYazi {
    display: none!important;
}

body #hizliBakis .divHizliBakisFavorilerimeEkle {
    display: none!important;
}

body #hizliBakisAltAlan {
    display: none;
}

/**/
body .ticimaxDialogTxt,body .ticimaxDialog-warning,body .ticimaxDialog-info {
    font-family: 'Helvetica Neue' !important;
}

body .ticimaxDialogTxt p {
    color: #191919;
    font-family: 'Helvetica Neue' !important;
}

body .ticimaxDialog-warning:before {
    color: #D11B1B;
}

body .ticimaxDialog-info:before {
    color: #2DB372;
}

body .ticimaxDialogTxt a.tici-noty-notification-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 0;
    border: none;
    margin: 5px;
}

body .ticimaxDialogTxt a.tici-noty-notification-close-btn:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 17px;
    color: #1d1d1d;
    font-weight: 400;
}

body .dialogSiparis .ticiNotyBtnConfirm {
    background-color: #000 !important;
}

body .ticimaxDialog-success:before {
    color: #000;
}

/**/
.RightDetail #productDetailRelated {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.RightDetail #productDetailRelated .JKatAdi {
    display: none;
    padding: 0 !important;
}

.RightDetail #productDetailRelated .JKatAdi .bold {
    text-align: left;
}

.RightDetail #productDetailRelated .JKatAdi .bold .satir1 {
}

.RightDetail #productDetailRelated > a {
    width: 16px;
    margin: 0 12px 8px 0;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.RightDetail #productDetailRelated > a img {
    border-radius: 50%;
    border: none;
    width: 100%;
    border: 1px solid #ccc;
}

.RightDetail #productDetailRelated > a.active, .RightDetail #productDetailRelated > a:hover {
    padding: 2px;
    border: 1px solid #0A0909;
}

/**/
.musteriUrunGorselContainer .musteriUrunGorselArea {
    float: left;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 40px 0 20px;
}

.musteriUrunGorselContainer .musteriUrunGorselArea .rightArea {
    float: left;
    width: 25%;
    padding: 0 3vw 0 0!important;
}

.musteriUrunGorselContainer .musteriUrunGorselArea .rightArea .titleH {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}

.musteriUrunGorselContainer .musteriUrunGorselArea .rightArea .contentH {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.musteriUrunGorselContainer .musteriUrunGorselArea .leftArea {
    float: left;
    width: 75%;
    display: flex;
    justify-content: left;
}

.musteriUrunGorselContainer .musteriUrunGorselArea .leftArea .imgBox {
    float: left;
    width: 100%;
    padding-right: 0;
}

/**/
body .detayFavoriListItem {
    padding: 10px 0 10px 5px;
}

body .detayFavoriListItem button {
    background: #000;
    color: #FFF;
    letter-spacing: 0.75px;
    font-weight: 300;
    font-family: 'Helvetica Neue';
}

body .divGrupOlusturContentBottom button {
    margin: 15px 0 0 0;
    background: #000;
    line-height: 25px;
    color: #FFF;
    letter-spacing: 0.75px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Helvetica Neue';
}

body .divGrupOlusturContentBottom input {
    border: 1px solid #ccc;
}

/**/
body .sagIcerikTutucu .hsbmLabel > label {
    width: 90%;
    float: left;
}

.d-none {
    display: none!important;
}

body .p10 span {
    font-family: 'Helvetica Neue' !important;
}

body .sozlesmeIcerik1, body .sozlesmeIcerik2, body .sozlesmeIcerik3 {
    font-family: 'Helvetica Neue' !important;
}

body .puanlamaBolumu .blok span strong {
    display: flex;
    align-items: center;
    height: 100%;
}

body .islemTamamlandi {
    text-align: center;
}

#sepetUrunSilModal .modal-content-html>p {
    font-size: 18px;
}

#divUyeBakiye .divUyeBakiyeTittle span.tut {
    color: #000;
}

#divUyeBakiye .divUyeBakiyeTittle span {
    color: #000;
}

.siparisUrun .urunResmin a img {
    object-fit: contain;
}

body .SiparisTamamlaLine {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
}

body .SiparisTamamlaLine .HavaleLine {
    margin: 15px auto;
}

span.mobilSonFiyat {
    display: none !important;
}

i.fa.fa-exclamation-triangle {
    display: none !important;
}

.sozlesmeUyari {
    display: inline-block;
    margin-left: 0px !important;
    margin-top: 8px !important;
    line-height: 25px;
    font-size: 14px;
}

div#divIyziPayOvelay {
    display: none!important;
}

body p.OdemeMenuTittle {
    font-size: 0;
}

body p.OdemeMenuTittle strong {
    font-size: 14px;
}

.siparisTakipSolBolum .altButonTutucu .yesilButon {
    background: #000;
}

body .iadeTalebiVazgec.kirmiziButon {
    background-color: #9d9d9d;
}

body .yesilButon.iadeTalebiKaydet:hover {
    background: #2DB372;
    box-shadow: 0px 0px 6px #00000012;
}

body .kirmiziButon {
    background-color: #000!important;
}

body .yesilButon {
    background: #000!important;
}

body .socialUserSozlesmeDiv a {
    color: #000!important;
}

body.bodyFix {
    overflow: hidden;
}

body .t-mb-5 {
    margin-bottom: 3px!important;
}

body:has(.dropactive) {
    overflow: hidden;
}

/**/
.KatIcerikDetay {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.middleTopBlock .KatIcerikDetay {
    display: none;
}

.KatIcerikDetay {
    display: block;
}

.KatIcerikDetayText {
    float: left;
    width: 100%;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
}

.KatIcerikDetay h1 {
    display: block;
}

.KatIcerikDetay p {
    display: block;
    line-height: 20px;
}

.KatIcerikDetayText::-webkit-scrollbar {
    width: 3px;
}

.KatIcerikDetayText::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.KatIcerikDetayText::-webkit-scrollbar-thumb {
    background: #000;
}

/**/
.KatSepetFiyat {
    margin-left: 10px;
    color: #991a21;
    font-weight: 300;
    background-color: transparent;
    padding: 4px 0;
}

.KatSepetFiyat span {
    font-weight: 300;
    margin-left: 5px;
    color: #991a21;
}

.sPric {
    display: block;
    font-weight: 300;
    font-size: 14px;
    float: left;
    color: #991a21;
    clear: left;
    margin: 10px 0 0;
    background-color: transparent;
    padding: 4px 0;
}

.sPric span {
    font-weight: 300;
    color: #991a21;
    font-size: 14px;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .KatSepetFiyat {
        margin-left:0;
        clear: left;
        font-size: 12px;
    }

    .KatSepetFiyat span {
    }

    .sPric span {
        font-size: 11px;
    }

    .sPric {
        font-size: 14px;
    }
}

.OzelIsim {
    position: absolute;
    right: 18%;
    top: 40%;
    z-index: 9;
    color: #242424;
    font-size: 40px;
    width: 101px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: transparent;
    transform: rotate(0deg);
    font-family: 'Didot Title';
    text-transform: uppercase;
    font-weight: 500;
}

.DetayKamp {
    float: left;
    width: 100%;
    background: #991a20;
    line-height: 40px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 20px
}

.varyasyonInfo {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

.detayBottom .PiyasafiyatiContent .right_line *,.detayBottom .IndirimliFiyatContent .right_line * {
    text-wrap: nowrap !important
}

.detayBottom .urunPrice #divIndirimliFiyat {
    display: flex;
    flex-direction: row;
}

.detayBottom .urunPrice #divIndirimliFiyat .IndirimliFiyatContent {
    margin: 0
}

.detayBottom .urunPrice .productDetailDynamicForm {
    display: none;
}

/**/
#mainHolder_ucOdeme_liMenuHavale.activeMenu:after {
    content: "24 saat iÃƒÂ§inde ÃƒÂ¶demesi yapÃ„Â±lmayan sipariÃ…Å¸ler otomatik iptal edilmektedir.";
    display: block;
    float: left;
    width: 100%;
}

.uyelikBilgilerim .icerikIkiliBlok:nth-child(2n) #chkDogumTarihiBelirtmekIstemiyorum {
    display: none;
}

.uyelikBilgilerim .icerikIkiliBlok:nth-child(2n) label[for="chkDogumTarihiBelirtmekIstemiyorum"] {
    display: none;
}

.commentTicimax ul {
    list-style-type: none;
    padding: 0;
}

body .commentTicimax .commentTiciNewCommentTitle {
    font-weight: 500;
}

input#txtQuickEmail::placeholder {
    text-transform: capitalize !important;
}

body .favoriBosP-1, body .favoriBosBtn a, body .siparisListContent .orders-info-col4 .order-total, body .siparisListContent .orders-info-col4 .order-total, body .commentNone .commentNoneText .commentNoneText1, body .commentNone .commentNoneText .commentNoneButton a, body .maviUyari, body .sagIcerikTutucu .sagIcerikBolumu .anaBaslik, body body .puanlamaBolumu strong, body .siparisUrun .siparisDetayBilgileri .hsbmSpan strong, body .siparisUrun .siparisDetayBilgileri a, body .siparisAdresDetaylari .blok .blokIcerik h6, body .siparisAdresDetaylari .blok .blokIcerik .genelToplam .hsbmSpan, body .sozlesmeOku a {
    font-weight: 500;
}

body .siparislerim strong {
    font-weight: 500!important;
}

body .siparislerim b {
    font-weight: 500!important;
}

body .detayYorumFormRating .commentStars .svgStar path {
    fill: #000;
}

body #yorumYaz .frmUrunDetayYorumYaz .yorumMusteriAdCheck.kvkkCheck .customLabel a {
    color: #000;
    font-weight: bold;
}

body .socialMediaLoginButtons {
    margin-bottom: 10px;
}

body .account-item .nav-dropdown {
    background: #FAF8F5;
}

.fancybox-lock body.global_body {
    overflow: visible!important;
}

.membershipWrapper ul li .checkList:last-child {
    display: none;
}

body .siparisUrun .siparisDetayBilgileri .hsbmYorumYazBtn {
    margin-right: 10px;
    padding: 10px 5px;
}

body .siparisUrun .siparisDetayBilgileri a.kargoTakibiBtn {
    background: #000;
    color: #fff;
    line-height: 35px;
    width: auto;
}

body #divNewUyeGirisContent .newUserLoginBtn, body .newUyeOlContainer .newUserLoginBtn, body .pageSifremiUnuttum .newUserLoginBtn {
    background: #000;
}

body .userDivTab ul li.active span {
    border-color: #000;
    color: #000;
}

body .otpSmsDiv .userSmsOtpBtn {
    background: #000;
}

body .siparislerim .tabLink > a[ng-if="!SiparislerimOdemesiTamamlanmayanGizle"] {
    display: none;
}

/*friendfamily*/
.friend_family_wrapper {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.ffbannerWrapper {
    width: 100%;
    float: left;
    position: relative;
}

.ffbannerWrapper > img {
    width: 100%;
    float: left;
}

.ffbannerDescrtiption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
}

.ffbannerTop {
    margin-bottom: 50px;
}

.ffbannerTop h2 {
    color: #FFFFFF;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 24px;
}

.ffbannerTop h2 span {
    font-size: 18px;
    font-weight: 700;
}

.ffbannerTop p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
    margin: 0;
}

.ffbannerLogin {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 50px;
}

.ffbannerLogin > div {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.ffbannerLogin > div span {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: -0.52px;
}

.ffbannerLogin > div a {
    width: 160px;
    height: 30px;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.52px;
}

.ffbannerBottom {
    max-width: 100%;
}

.ffbannerBottom h3 {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}

.ffbannerBottom p {
    font-size: 12px;
    font-weight: 300;
    color: white;
    margin: 0 0 0 0;
    line-height: 22px;
}

.howWork {
    width: 100%;
    float: left;
    text-align: center;
    padding: 70px 0;
    border-bottom: 1px solid #707070;
}

.howWork h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.32px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    text-align: center;
}

.howWork p {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.32px;
    width: 100%;
    float: left;
    text-align: center;
    line-height: 22px;
    padding: 0;
    margin: 0;
}

.howPoints {
    width: 100%;
    float: left;
    text-align: center;
    padding: 70px 0;
    border-bottom: 1px solid #707070;
}

.howPoints span {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.32px;
    margin-bottom: 50px;
    width: 100%;
    float: left;
    text-align: center;
}

.ffclub {
    width: 100%;
    float: left;
    text-align: center;
    padding: 70px 0;
    border-bottom: 1px solid #707070;
}

.ffclub img {
    display: inline-block;
    vertical-align: middle;
}

.ffclub h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.32px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    text-align: center;
}

.ffclub p {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.32px;
    width: 100%;
    float: left;
    text-align: center;
    line-height: 2;
    margin: 0;
    padding: 0;
}

.bringWrapper {
    width: 100%;
    float: left;
    border: 1px solid #707070;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}

.bringWrapper img {
    width: 100%;
    max-width: 100px;
}

.bringDesc {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bringDesc h2 {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    letter-spacing: -.5px;
    margin: 0 0 -10px 0;
}

.bringDesc p {
    font-size: 12px;
    color: #000000;
    font-weight: 300;
    letter-spacing: -.2px;
    margin: 0 0 0px 0;
}

.membershipWrapper {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #707070;
    padding: 30px 20px;
    margin-bottom: 50px;
    ; }

.membershipDetails {
    flex: 2;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}

.checkList {
    flex: 1;
    text-align: center;
}

.membershipDetails span,.checkList span {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    letter-spacing: -.5px;
}

.membershipWrapper ul {
    width: 100%;
    clear: left;
    margin: 20px 0 0 0;
    padding: 0;
}

.membershipWrapper ul li {
    width: 100%;
    background: #d1d1d12b;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 7px 10px;
    margin-bottom: 5px;
}

.membershipWrapper ul li:nth-child(odd) {
    background: #b2b2b229;
}

.membershipWrapper ul li .checkList img {
    width: 21px;
    margin: 0 auto;
}

.sssWrapper {
    width: 100%;
    float: left;
    padding: 70px 0;
}

.sssWrapper h3 {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0px 0 50px 0;
    letter-spacing: -0.32px;
    justify-content: center;
    text-align: center;
}

.sssWrapper h3 img {
    width: 20px;
    margin-left: 5px;
}

.accordionWrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    float: left;
    justify-content: space-between;
}

.sssLeft {
    width: 42%;
    float: left;
}

.sssRight {
    width: 42%;
    float: right;
}

.accordionList {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 60px;
    margin-bottom: 10px;
    cursor: pointer;
}

.accordionList span {
    font-size: 12px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    align-items: center;
    font-weight: 300;
}

.accordionList.active span {
    font-weight: 500;
}

.accordionList span:after {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 12px;
    font-weight: 300;
}

.accordionList.active span:after {
    content: "\f068";
}

.accordionList p {
    font-size: 12px;
    color: #000;
    margin: 20px 0;
    display: none;
    font-weight: 300;
}

.catList {
    width: 100%;
    float: left;
}

.catList ul {
    display: flex;
    display: -webkit-flex;
    padding: 0;
    float: left;
    width: 100%;
    justify-content: center;
    gap: 40px;
    margin: 0;
}

.catList ul > li {
    position: relative;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.catList ul > li .icBox {
    text-align: center;
}

.catList ul > li .icBox .icTop {
    font-weight: 500;
    font-size: 20px;
}

.catList ul > li .icBox .icMiddle {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    height: 100px;
}

.catList ul > li .icBox .icMiddle img {
    margin: auto;
    border: 0;
    height: 120px;
}

.catList ul>li:nth-child(2) .icBox .icMiddle img {
    height: 60px;
}

.catList ul>li:nth-child(4) .icBox .icMiddle img {
    height: 90px;
}

.catList ul > li .icBox .icBottom {
    color: #000000;
    font-size: 12px;
    margin-top: 0;
    font-weight: 300;
    letter-spacing: -.32px;
}

.catList ul > li:last-child:after {
    display: none;
}

.catList ul {
    justify-content: space-evenly;
    margin-top: 0px;
}

.catList ul > li .icBox .icBottom {
    margin-top: 20px;
}

.catList ul > li .icBox .icsub {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.catList ul > li .icBox .icsub img {
    width: 25px;
}

/*friendfamily*/
/*parapuan sayfasi*/
span.mavi.ng-binding {
}

body .puanlamaBolumu .blok span.ng-binding {
    border-radius: 7px;
    border: 1px solid #000;
    padding: 0px 20px;
    background: white!important;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    text-transform: uppercase;
    text-align: left;
    text-indent: -72px;
}

body .puanlamaBolumu .blok span .fa {
    border: 1px solid #000000;
    border-radius: 7px;
    background: white!important;
    color: black!important;
    position: absolute;
    left: -55px;
    text-indent: 0;
}

.puanlamaBolumu .blokRow2 {
    display: flex;
    align-items: center;
}

body .puanlamaBolumu .blok {
    margin-left: 60px;
    margin-right: 20px;
    padding-left: 0;
}

body .paraPuanSayfasi {
    padding-top: 30px;
}

body .paraPuanDetaySayfasi {
    padding-top: 30px;
}

body span.maviUyari.ng-binding {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    background: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 17px 0px;
}

body .kuponOlustur .kuponOlusturYazi {
    margin-right: 20px;
    line-height: 55px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}

input#txtbxKuponTutari {
    height: 55px;
    border: 1px solid #000000;
    border-radius: 7px;
    background: white;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

button.kuponOlusturButon.ng-binding.ng-scope.butonDisabled {
    height: 55px;
    background: black!important;
    opacity: 1;
    border-radius: 7px;
}

body .kuponOlustur {
    margin-top: 35px;
}

span.maviUyari.ng-binding:before {
    content: "";
    font-size: 12px;
    display: block;
}

body .puanlamaBolumu .blok span strong {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 50px;
    text-indent: 0;
}

body span.maviUyari.ng-binding:before {
    content: "";
    background-image: url('../../Uploads/EditorUploads/info.svg');
    width: 22px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: white;
    float: left;
    margin-right: 11px;
}

body .puanlamaBolumu .blok span.mavi .fa:before, .puanlamaBolumu .blok span.gri .fa:before, .puanlamaBolumu .blok span.sari .fa:before,.puanlamaBolumu .blok span.kirmizi .fa:before {
    content: "";
    background: url('../../uploads/editoruploads/coin.png');
    background-repeat: no-repeat;
    background-position: 40% 40%;
    background-size: 38px;
    width: 50px;
    height: 50px;
    display: block;
}

body table.hesabimTablo {
    width: 100%;
    border: 1px solid;
}

body .hesabimTablo thead {
    border: 1px solid black;
    background: white;
}

body .hesabimTablo tr td .baslik {
    color: black;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .6px;
    text-align: center;
}

body .hesabimTablo tbody tr.satirBosluk td {
    border-top: 1px solid black;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

body .hesabimTablo tbody tr.satirBosluk td:nth-child(1) {
    font-weight: 500;
    font-size: 12px;
}

body .hesabimTablo tbody tr.satirBosluk td:nth-child(2) {
    text-align: left;
}

body .hesabimTablo tbody tr.satirBosluk td:nth-child(3) {
    font-weight: 500;
    font-size: 20px;
}

body .hesabimTablo tbody tr.satirBosluk:not(.tableRowDisplay) td:nth-child(1),body .hesabimTablo tbody tr.satirBosluk:not(.tableRowDisplay) td:nth-child(3) {
    text-align: center;
}

body .puanlamaBolumu .blok span .fa-money:before {
    content: "";
    background: url('../../uploads/editoruploads/money.svg');
    background-repeat: no-repeat;
    background-position: 55% 50%;
    background-size: 60px;
    width: 50px;
    height: 50px;
    display: block;
}

/*parapuan sayfasi*/
.videobanner {
    float: left;
    width: 100%;
    position: relative;
    height: 100dvh;
    overflow: hidden;
    margin-bottom: 4px;
}

.videobanner > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.videobanner iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 120%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.videobannerlink {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 100%;
    padding: 0 10px;
    bottom: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 76px;
    text-align: center;
    line-height: 1.1;
}

.videobannerlink a {
    font-size: 15px;
    background: #fff;
    color: #707070;
    position: static;
    border: 1px solid;
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    padding: 0 44px;
}

.videobannerlink a:hover {
    background: #000;
    color: #fff;
}

/* hizli bakis */
.ProductPreviewContent {
    font-family: 'Helvetica Neue';
    padding: 30px;
}

.ProductPreviewContent .clear {
    clear: none;
}

.ProductPreviewContent #divBreadcrumb {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.ProductPreviewContent #divBreadcrumb #ulBreadcrumb {
    float: left;
    width: 100%;
}

.ProductPreviewContent #divBreadcrumb #ulBreadcrumb li {
    float: left;
    font-size: 0;
    line-height: 0;
}

.ProductPreviewContent #divBreadcrumb #ulBreadcrumb li a {
    float: left;
    font-size: 13px;
    color: #323232;
    line-height: 15px;
}

.ProductPreviewContent #divBreadcrumb #ulBreadcrumb li:after {
    content: '/';
    display: inline-block;
    margin: 0 5px;
    color: #111115;
    font-size: 11px;
    line-height: 15px;
    float: left;
    font-weight: normal;
}

.ProductPreviewContent #divBreadcrumb #ulBreadcrumb li:nth-child(1) a:before {
    content: '\f041';
    font-family: 'FontAwesomePro';
    float: left;
    font-size: 14px;
    line-height: 15px;
    float: left;
    margin-right: 10px;
    font-weight: 300;
}

.ProductPreviewContent .ProductPreviewLeft {
    width: 360px;
    margin: 0;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewImages {
    float: right;
    width: 270px;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewallImages {
    float: left;
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 75px;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewselectedImages {
    padding-bottom: 0;
    height: auto;
    border: none;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewselectedImages .PreviewselectedImagesBox {
    padding-bottom: 100%;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewallImages .PreviewallImagesItem {
    padding-bottom: 0;
    height: auto;
    border: none;
    width: 68px;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewallImagesItem .PreviewallImagesBox {
    padding-bottom: 100%;
}

.ProductPreviewContent .ProductPreviewRight {
    width: calc(100% - 348px);
    padding-left: 30px;
    text-align: left;
    position: relative;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .TopList {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .MiddleList {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Name {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Price {
    float: left;
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Price.indirimVar {
    color: #d11b1b;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_UstuCiziliFiyat {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    color: #959494;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
    -moz-text-decoration-color: #959494;
    text-decoration-color: #959494;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Price+.kombinFormline {
    float: left;
    width: 100%;
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Price+.kombinFormline .kdvYazi {
    display: block;
    float: left;
    color: #000;
    font-size: 14px;
    margin-right: 10px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_DiscountRate {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #000;
    color: #fff;
    font-size: 13px;
    width: 45px;
    height: 23px;
    line-height: 23px;
    text-align: center;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_ozyazi {
    float: left;
    width: 100%;
    margin: 0;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_ozyazi * {
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm #hizliBakisTahminiTeslimatSuresi {
    float: left;
    width: 100%;
    margin: 10px 0;
    color: #000;
    font-size: 14px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_markaLogo {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_marka {
    float: left;
    width: 100%;
    margin: 10px 0;
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .kdvYazi {
    display: none;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinleft_line {
    float: left;
    width: 100% !important;
    color: #000000;
    font-size: 13px;
    line-height: 35px;
    text-align: left;
    font-weight: 300;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line > div {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line > div div {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line > div div a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #cbcbcb;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0 5px;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line > div div a.selected {
    border-color: #000;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line > div div a.nostok {
    background: #eee;
    color: #bfbfbf;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet {
    float: left;
    margin: 0;
    width: 110px;
    margin-bottom: 25px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .hizliBakis_SalesUnit {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 13px;
    line-height: 35px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%!important;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle input {
    float: left;
    width: 100%;
    height: 50px!important;
    padding: 0 24px!important;
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    margin: 0!important;
    border: 2px solid #f1f1f1;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle .riDown {
    background: #f1f1f1;
    width: 24px!important;
    height: 50px!important;
    line-height: 50px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle .riUp {
    background: #f1f1f1;
    width: 24px!important;
    height: 50px!important;
    line-height: 50px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle .riUp:after {
    line-height: 50px!important;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle .riDown:after {
    line-height: 50px!important;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakisSepeteEkle {
    float: left;
    width: 100%;
    background: #000;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divHizliBakisFavorilerimeEkle {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divHizliBakisFavorilerimeEkle .box1 {
    float: left;
    width: 100%;
    text-align: center;
    background: #000;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    min-width: 0;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divHizliBakisFavorilerimeEkle .box1 i {
    font-family: 'FontAwesomePro';
    font-weight: 300;
    font-size: 18px;
    vertical-align: top;
    line-height: 50px;
}

body .divHizliBakisUrunOzellikleri {
    float: left;
    width: 100%;
    margin: 25px 0;
    padding: 0 25px;
}

body .divHizliBakisUrunOzellikleri * {
    font-family: 'Roboto',sans-serif;
}

body .divHizliBakisUrunOzellikleri .TabBaslik {
    float: left;
    width: 100%;
}

body .divHizliBakisUrunOzellikleri .TabBaslik span {
    float: left;
    line-height: 40px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

body .divHizliBakisUrunOzellikleri .TabIcerik {
    float: left;
    width: 100%;
}

body .divHizliBakisUrunOzellikleri .TabIcerik * {
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

#divHizliBakisBenzerUrun {
    padding: 0 30px;
}

#divHizliBakisIlgiliUrun {
    padding: 0 30px;
}

@media screen and (max-width: 767px) {
    div.quickViewIco {
        display:block!important;
    }

    .ProductPreviewContent .ProductPreviewRight {
        width: 100%;
        padding-left: 0;
    }

    .ProductPreviewContent .ProductPreviewRight {
        width: 100%;
    }

    body #hizliBakis .ProductPreviewContent .ProductPreviewLeft .PreviewImages {
        float: left;
        width: calc(100% - 100px);
    }

    body #hizliBakis .ProductPreviewContent .ProductPreviewLeft {
        width: 100%;
    }

    body #hizliBakis .ProductPreviewRight {
        width: 100%!important;
        padding: 0!important;
    }

    body #hizliBakis .ProductPreviewContent .ProductPreviewLeft .PreviewallImages {
        width: 65px;
    }
}

/* hizli bakis */
/*header*/
body #top-bar {
    transition: .3s;
    background-color: #2D2D2D !important;
}

#top-bar .headerContainer .flex-center {
    flex: 1;
    width: 100%;
}

.html_1 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.htopCenter {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 100px;
}

.htopCenter ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 0;
    overflow: hidden;
}

.htopCenter ul.owl-carousel {
    height: auto;
    overflow: visible;
}

.htopCenter ul li a {
    color: #000;
    font-weight: 300;
}

body #headerNew .headerContainer {
    max-width: calc(100% - 48px);
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
    gap: 40px;
}

body .header-main .flex-col.flex-right {
    margin-left: 0;
}

body:not(.ProductBody, .sepetimBody) #headerNew {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    max-width: 1920px;
    margin: 0 auto;
}

body:not(.ProductBody, .sepetimBody, .HomeBody) {
    padding-top: 92px;
}

body .header-wrapper .header-main {
    z-index: 1;
    transition: background.3s;
}

body .header-wrapper {
    transition: padding.3s;
}

body .sepetUrunSayisi {
    position: absolute;
    padding-top: 2px
}

#headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:last-child > a {
    font-weight: bold!important;
}

/*
#headerNew .newHeaderNavigation .newHeaderNavUl > li:last-child > a {color:#a81d19;font-weight:bold;}
*/
body .newHeaderNavigation:not(.mobileStyle) .menu-list-row {
    max-width: calc(100% - 120px);
}

body .newHeaderNavigation:not(.mobileStyle) .menu-list-kolon {
    margin: 30px 0;
}

body .newHeaderNavigation:not(.mobileStyle) .menu-list-image {
    justify-content: center;
    margin: 30px 0 70px;
    flex: 2;
}

body .newHeaderNavigation:not(.mobileStyle) .menu-list-row[data-col="1"] .menu-list-kolon {
    justify-content: center;
    flex: 2;
}

body .newHeaderNavigation:not(.mobileStyle) .menu-list-row[data-col="1"] .menu-list-kolon .kolon {
    flex: 0 0 50%;
    gap: 0;
}

body .newHeaderNavigation:not(.mobileStyle) .menu-list-row[data-col="1"] .menu-list-kolon .kolon > li > a {
    font-size: 13px;
    line-height: 25px;
    font-weight: 300;
}

body .newHeaderNavigation:not(.mobileStyle) .menu-list-image-row {
    flex-direction: column;
}

.newHeaderNavigation:not(.mobileStyle) .ozel-menu .menu-list-kolon {
    flex: 2;
}

.menu-ex-image {
    float: left;
    width: 100%;
    display: flex;
    gap: 5px;
}

.menu-ex-image .img-title {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #000;
    line-height: 25px;
}

.menu-ex-link {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.menu-ex-link span {
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 20px;
    margin-bottom: 10px;
}

.menu-ex-link ul li a {
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;
    display: block;
    color: #000;
}

.menu-ex-link ul li a sup {
    color: #902e2e;
}

.katTumunuGor {
    float: left;
    clear: left;
    margin-top: 20px;
}

.katTumunuGor a {
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
}

.mobil-menu-ex-link {
    display: none;
}

.mobil-menu-ex-banner {
    display: none;
}

.mobil-menu-ex-bottom {
    display: none;
}

body #headerNew #divTopProductSearch.dropactive .header-search-form-wrapper {
    overflow: auto;
    height: 100dvh;
}

/**/
.HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .header-main {
    background-color: transparent;
}

.HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) #divTopProductSearch .newSearcBtnClick a svg, .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) #divHeaderUyeV2 a.account-link.headerButon svg, .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .header-favori-item a.favori-link svg, .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .cart-item a.header-cart-link.headerButon svg {
    filter: brightness(0) invert(1);
}

.HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) #hb-logo img {
    filter: brightness(0) invert(1);
}

.HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) #hb-logo svg {
    filter: brightness(0) invert(1);
}

.HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .sepetUrunSayisi {
    color: #fff;
}

.HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl>li>a {
    color: #fff;
}

/**/
body #headerNew #divTopProductSearch .header-search-form-wrapper {
    position: fixed;
    left: 0;
    top: -100%;
    right: 0;
    height: 100%;
    background: #FCFCFC;
    padding: 75px;
    transition: .7s ease-out;
    display: block;
    width: 100%;
    z-index: 9;
}

body #headerNew #divTopProductSearch.dropactive .header-search-form-wrapper {
    top: 0;
}

body #divTopProductSearch .searchform-wrapper {
    max-width: 1017px;
    border: 0;
    margin: auto;
}

body #divTopProductSearch .searchform-wrapper .searchform {
    float: none;
    max-width: 650px;
    margin: auto;
}

body #divTopProductSearch .searchform-wrapper #txtbxArama {
    height: 46px;
    border: 1px solid #eee;
    font-size: 17px;
    font-weight: 300;
    padding: 0 10px 0 42px;
}

body #divTopProductSearch .searchform-wrapper #btnKelimeAra {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
    background: transparent;
    width: 42px;
}

body #divTopProductSearch .searchform-wrapper #btnKelimeAra i {
    transform: scaleX(-1);
    font-size: 16px;
}

body #divTopProductSearch .searchform-wrapper #divArama {
    padding-right: 100px;
    position: relative;
}

body #divTopProductSearch .searchform-wrapper .search-close {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

body #divAramaAlani.ticimax-search-content {
    width: 100%;
    left: auto!important;
    margin: auto;
    background: transparent;
    box-shadow: none;
    margin-top: 55px;
}

body #divAramaAlani.ticimax-search-content .ticimax-search-sidebar {
    background: transparent;
}

body #divAramaAlani.ticimax-search-content .ticimax-search-products {
    display: none!important;
}

body #divAramaAlani.ticimax-search-content .quickSearchContent {
    max-width: 1107px;
    margin: auto;
}

/*header*/
/*footer*/
body .footerTemp section.verticalalign .footerTempRow {
    align-items: center;
}

body .footerTemp .footerTempContainer {
    max-width: calc(100% - 0px)!important;
}

body .footerTemp .elementor-column:has(.ebultenDivTemp) {
    flex: 0 0 43%;
}

body .footerTemp .ebultenDivTemp {
    width: 377px;
    max-width: 90%;
}

body .footerTemp .permissionDiv {
    margin-top: 15px;
}

body .footerTemp .permissionDiv .permission-html {
    font-size: 11px;
    font-weight: 300;
    padding-left: 25px;
}

body .footerTemp .footerMenuAlt a {
    font-weight: 300;
}

body .footerTemp .storeMedia li a i, body .footerTemp .socialMedia li a i {
    padding: 0!important;
    width: auto!important;
    background: none!important;
}

body .footerTemp .ebultenDivTemp .newsletterContent #btnMailKaydet i:before {
    content: '';
    background: url(../../uploads/editoruploads/images/rightarrow.svg) no-repeat center center;
    background-size: 100%;
    width: 13px;
    height: 12px;
    float: left;
}

body .footerTemp .permissionBox label:before {
    content: '';
    float: left;
    ;width: 17px;
    height: 17px;
    flex: 0 0 17px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #707070;
    margin-right: 10px;
}

body .footerTemp .permissionBox.active label:before {
    content: '\f111';
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 15px;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

body .footerTemp .permissionBox #permission_0 {
    margin: 0;
    appearance: none;
    width: auto;
    height: auto;
}

body .footerTemp section.homepageactive {
    display: none;
}

body.HomeBody .footerTemp section.homepageactive {
    display: block
}

.mobilTicimaxLogo img {
    filter: brightness(0.9) invert(0.6) !important;
}

.footerTemp .footerlogoblock {
    align-items: flex-end;
    justify-content: flex-end;
}

.footerTemp .footerlogoblock .mobilTicimaxLogo {
    margin: 0;
}

.footerTemp .footerlogoblock .mobilTicimaxLogo img {
    width: 50px !important
}

.footerTemp .footerlogoblock .mobilTicimaxLogo svg {
    width: 50px !important;
    fill: #b8b8b8ff;
    float: left;
}

.footerTemp .footerlogoblock .mobilTicimaxLogo svg path {
    fill: #b8b8b8ff;
}

/*footer*/
#mainHolder_divDesign div.anasayfa_tek_slider .owl-nav {
    display: none;
}

#mainHolder_divDesign div.anasayfa_tek_slider:hover .owl-nav {
    display: block;
}

#mainHolder_divDesign div.anasayfa_tek_slider .owl-nav .ProductListprev, #mainHolder_divDesign div.anasayfa_tek_slider .owl-nav .ProductListnext {
    background: transparent!important;
}

#mainHolder_divDesign div.anasayfa_tek_slider .owl-nav .ProductListprev:before, #mainHolder_divDesign div.anasayfa_tek_slider .owl-nav .ProductListnext:before {
    color: #000;
}

#mainHolder_divDesign div.anasayfa_tek_slider .owl-stage .owl-item:not(.active) {
    height: 0
}

body #mainHolder_divDesign .sliderArea .owl-nav {
    top: calc(50% - 20px)!important;
    display: none!important;
}

.new-banner-design {
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.new-banner-design2 ul,.homeScrollSection > ul {
    float: left;
    width: 100%;
    margin: 0 0 4px;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px;
    flex-wrap: nowrap
}

.new-banner-design2 ul li,.homeScrollSection > ul >li {
    float: left;
    width: 100%;
    height: 100dvh;
}

.new-banner-design .homeScrollSection > ul {
    float: left;
    width: 100%;
    margin: 0 0 4px;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
}

.new-banner-design .homeScrollSection > ul li {
    float: left;
    width: 100%;
    height: 100dvh;
}

.new-banner-design > ul {
    float: left;
    width: 100%;
    margin: 0 0 4px;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
}

.new-banner-design > ul li {
    float: left;
    width: 100%;
    height: 100vh;
}

.new-banner-design ul li a:not(.footerTemp a) {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.new-banner-design ul li a .banner-content {
    position: absolute;
    left: 29px;
    bottom: 48px;
    text-align: left
}

.new-banner-design ul li a .banner-content .banner-title {
    font-size: 18px;
    font-weight: 300;
    color: #ededed;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.new-banner-design ul li a .banner-content .banner-title:hover {
    border-bottom-color: #FFF;
}

.new-banner-design ul li a .banner-content .sliderText2 {
    font-size: 18px;
    font-weight: 150;
    color: #ededed;
    margin-top: 5px;
    border-bottom: 1px solid transparent;
    display: block;
}

.new-banner-design ul li a .banner-content .sliderText2:hover {
    border-bottom-color: #FFF;
}

.new-banner-design ul li a .banner-content .banner-link {
    float: left;
    clear: left;
    color: #ededed;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #ededed;
    margin-top: 10px
}

.new-banner-design ul li a .banner-content-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: max-content;
    text-align: center;
    width: 100%;
}

.new-banner-design ul li a .banner-content-center .banner-title {
    font-size: 30px;
    color: #fff;
    line-height: 1.1
}

.new-banner-design ul li a .banner-content-center small {
    font-size: 17px;
    color: #fff;
    display: block
}

.new-banner-design ul li a .banner-content-bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 100%;
    padding: 0 10px;
    bottom: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 76px;
    text-align: center;
    line-height: 1.1
}

.new-banner-design ul li a .banner-content-bottom .banner-button {
    font-size: 15px;
    background: #fff;
    color: #0a0909;
    border: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    padding: 0 44px
}

.new-banner-design ul li a .banner-content-bottom .banner-button:hover {
    background: #000;
    color: #fff
}

.new-banner-design ul li a .banner-content-bottom small {
    font-size: 12px;
    color: #fff
}

.new-banner-design ul li a .banner-img {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.new-banner-design ul li a .banner-img:before {
    content: "";
    background: transparent linear-gradient(0deg,#00000070 0%,#54545400 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: .5;
    transition: all .3s ease-in-out;
}

.new-banner-design ul li a:hover .banner-img:before {
    opacity: 1;
}

.new-banner-design ul li a .banner-img img {
    width: 100%;
    height: 100dvh;
    object-fit: cover
}

/**/
.instaContainer {
    padding: 0;
    overflow: hidden;
}

.instaContainer .instaTop {
    display: none;
}

.instaContainer .instaArea .instaBlok {
    padding: 0;
    margin: 0;
}

.instaContainer .instaArea .instaBlok .instaBox {
    padding: 0 2px;
    margin: 2px 0;
}

.miniProductCardContainer .pointArea .point {
    width: 37px;
    height: 37px;
    line-height: 37px;
    opacity: .4;
}

.instaContainer .instaArea .instaBlok .instaBox .instaBoxName {
    display: none;
}

body #mainHolder_divDesign .instaContainer .instaArea .owl-carousel .owl-dots {
    display: none;
}

.instaContainer .instaBottom {
    margin: 5px;
}

.instaContainer .instaBottom .instaLink {
    justify-content: flex-start;
}

.instaContainer .instaBottom .instaLink a {
    line-height: 1;
    padding: 0;
    border: 0;
    font-size: 11px;
    letter-spacing: normal;
    font-weight: 300;
    margin: 0;
    background: none!important;
}

/**/
/*UyeGiris*/
body.UyeGiris .userDivRow {
    width: 882px;
    max-width: 90%;
    column-gap: 80px;
}

body.UyeGiris .userContainer .userDivLeft, body.UyeGiris .userContainer .uyeDegilsenUyeOl, body.UyeGiris .userContainer .userDivRight {
    width: 100%;
}

body.UyeGiris .userDivRow:after {
    display: none;
}

body.UyeGiris .userContainer .userLeftBox, body.UyeGiris .userContainer .userRightBox {
    border: 0;
    box-shadow: none;
}

body.UyeGiris .userContainer .userLeftBox, body.UyeGiris .userContainer .userRightBox {
    padding: 0;
}

body.UyeGiris .spanTittle {
    font-size: 16px;
    font-weight: 500;
    color: #443C3C;
    margin-bottom: 20px;
}

body.UyeGiris .userWrapper input {
    padding: 6px 10px;
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 16px;
    box-shadow: none;
    color: #707070;
    text-indent: 0;
}

body.UyeGiris .userContainer .userLoginBtn {
    width: 100%;
    margin: 0;
    background: #000;
    border: 0;
    font-size: 16px;
    color: #FAF8F5;
    font-weight: 300;
    padding: 8px 0;
}

body.UyeGiris .userContainer .userLoginBtn:hover {
    background: #404040;
}

body.UyeGiris .userContainer .userPassBtn {
    margin: 10px 0 5px;
    font-size: 14px;
    font-weight: 300;
    color: #707070;
}

body.UyeGiris .otpSmsDiv .userSmsOtpBtn {
    height: auto;
    background: #fff;
    border: 1px solid #eee;
    width: 54%;
    font-size: 16px;
    font-weight: 300;
    color: #707070;
    padding: 6px 0;
}

body.UyeGiris .otpSmsDiv .textbox {
    width: 46%;
}

body.UyeGiris .userContainer .userMail label, body.UyeGiris .userContainer .userSms label, body.UyeGiris .userContainer .userSozlesmeDiv label, body.UyeGiris .socialMediaLoginButtons .socialUserSozlesmeDiv label {
    font-size: 10px;
    font-weight: 300;
    color: #707070;
    padding-left: 25px;
    position: relative;
    line-height: 17px;
}

body.UyeGiris .userContainer .userLoginBtn.QuickMember {
    width: 100%;
    margin-top: 20px;
    background: #000;
    border: 0!important;
    color: #FAF8F5;
    font-size: 16px;
    font-weight: 300;
    padding: 5px 0;
}

body.UyeGiris .userContainer .userLoginBtn.QuickMember:hover {
    background: #000;
}

/*UyeGiris*/
/*MiniCart*/
body .miniCartRigth, body .miniCartGiftCodeContent {
    width: 500px;
}

body .miniCartRigthHeader {
    background: #fff;
    height: auto;
    padding: 0 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

body .miniCartRigthHeader .spnCartTxt {
    position: static;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: left;
    transform: none;
}

body .miniCartRigthHeader .header-close-btn {
    top: 15px;
    transform: none;
    right: 15px;
    width: 33px;
    height: 33px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
}

body .miniCartRigthHeader .header-close-btn svg {
    width: 12px;
    height: 12px;
}

body .miniCartGiftCodeContent .header-close-btn {
    display: block;
}

body .miniCartRigthHeader .miniCartRigthHeader-fav-button {
    display: none;
}

body .miniCartRigthScroll {
    padding-top: 0!important;
    padding-bottom: 100px;
}

/*body .miniCartRigthScroll > div:last-child{display:none;}*/
body .hediyeCekiBtnContent {
    background: #F8F7F5;
    padding: 15px;
    display: none;
}

body .hediyeCekiBtnContent a {
    padding: 0;
    font-size: 14px;
    background: none;
}

body .hediyeCekiBtnContent a .offers-tab svg {
    display: none;
}

body .hediyeCekiBtnContent a .offers-tab span:before {
    content: '';
    float: left;
    width: 24px;
    height: 16px;
    background: url(https://static.ticimax.cloud/35100/Uploads/EditorUploads/images/ticket.svg) no-repeat center / contain;
    margin-right: 10px;
}

body .miniCartContent {
    padding: 30px 15px;
}

body .miniCartItem {
    flex-flow: row;
}

body .miniCartItem .miniCartRight {
    max-width: 86px;
    flex: 86px;
    border-radius: 5px;
    overflow: hidden;
}

body .miniCartItem .miniCartLeft {
    max-width: calc(100% - 86px);
    flex-basis: calc(100% - 86px);
    padding-left: 15px;
    padding-right: 144px;
    justify-content: normal;
}

body .miniCartDetail span.minimarka {
    display: none;
}

body .miniCartDetail span.ministokKodu {
    display: none;
}

body .miniCartDetail span.miniurunAdi {
    font-size: 13px;
    letter-spacing: normal;
    line-height: 19px;
}

body .miniCartDetail span.miniurunAdi a {
    color: #000;
}

body .miniCartButtonSil {
    position: absolute;
    right: 0;
    bottom: 0;
}

body .miniCartDetail {
    position: static;
}

body .miniCartButtonSil a {
    width: 18px;
    height: 18px;
    border: 1px solid #F1F0ED;
    border-radius: 50%;
    max-width: none;
    font-size: 0;
    text-align: center;
    line-height: 16px;
    color: #000;
}

body .miniCartButtonSil a:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 9px;
}

body .miniCartButtonSil svg {
    display: none;
}

body .miniCartDetayItem.eksecenek {
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.65px;
    margin-top: 7px;
}

body .miniCartDetay .adettanim3 label {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.65px;
}

body .adettanim3 {
    width: auto;
    margin-bottom: 0;
}

body .miniCartItem .miniCartLeft .adettanim3 a {
    width: 21px;
    height: 21px;
    border: 0;
    background: #F8F7F5;
}

body .miniCartItem .miniCartLeft .adettanim3 a.aMiniSepetAzalt {
    left: 37px;
}

body .miniCartItem .miniCartLeft .adettanim3 input {
    width: 60px!important;
    height: 21px!important;
    background: #F8F7F5;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.65px;
    text-indent: 0;
    line-height: 21px;
}

body .miniCartItem .miniCartLeft .adettanim3 a i {
    font-size: 9px;
    font-weight: 400;
}

body .miniCartDetay .adettanim3 label:after {
    content: ':';
    margin-right: 10px;
}

body .miniCartDetay {
    display: flex;
    flex-direction: column-reverse;
}

body .miniCartItemprice {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    font-size: 0;
}

body .miniCartItemprice .DiscountPrice {
    font-size: 13px;
    color: #000;
}

body .miniCartItem .CartPrice {
    font-size: 13px;
    color: #D90000;
}

body .miniCartItemprice > div {
    margin-bottom: 5px;
}

body .miniCartRigthScroll > .miniCartSatir1:nth-of-type(1), body .miniCartRigthScroll > .miniCartSatir2:nth-of-type(2), body .miniCartRigthScroll > .miniCartSatir2:nth-of-type(3), body .miniCartRigthScroll > .miniCartSatir1:nth-of-type(2) {
    display: none;
}

body .miniCartSatir1.bottom {
    width: calc(100% - 30px);
    margin: auto;
    padding: 15px;
    border-top: 1px solid #F1F0ED;
    border-bottom: 0;
    display: block;
    text-align: right;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

body .miniCartSatir1 .miniCartCol2 {
    margin-left: 34px;
}

body .miniCartSatir1.bottom.totalAmount:before {
    content: 'Vergiler Dahil';
    float: left;
    color: #616161;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

body .miniCartSatir2 {
    padding: 15px 30px;
    border: 0;
    display: flex;
    gap: 15px;
    align-items: center;
}

body .miniCartSatir2 .checkoutAsGuestButton {
    border-radius: 0;
    padding: 9px 0;
    font-size: 14px;
    letter-spacing: 0.7px;
}

body .miniCartSatir2 .checkoutAsGuestButton:hover {
    background: #414141;
}

body .miniCartSatir2 .signInButton {
    margin: 0;
    padding: 8px 0;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #D7D7D8;
    background: #fff;
    color: #000;
}

body .miniCartSatir2 .signInButton:hover {
    border-color: #000;
}

body .miniCartHr {
    background: #F1F0ED;
}

body .miniCartContent > div:first-child > a {
    display: none;
}

body .miniCartRigthScroll .miniCartGiftCode {
    padding: 0 15px;
    padding-top: 110px;
}

body .miniCartRigthScroll .miniCartGiftCode #txtRigthCartGiftCode {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-indent: 15px;
    font-size: 12px;
}

body .miniCartGiftCode .miniCartSatir2 {
    padding: 15px;
}

body .miniCartLeftProduct {
    display: none;
}

#divNewUyeGirisContent .signSozlesmeDiv .newSocialChkSozlesmeTranslate a, #divNewUyeGirisContent .socialUserSozlesmeDiv .newSocialChkSozlesmeTranslate a {
    color: #000 !important;
}

#divNewUyeGirisContent .signSozlesmeDiv .newSocialChkSozlesme, #divNewUyeGirisContent .socialUserSozlesmeDiv .newSocialChkSozlesme {
    border-color: #000!important;
}

#divNewUyeGirisContent .uyeliksizDevamEtBtn a {
    color: #fff !important;
    padding: 0 !important;
    height: 52px;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    clear: left;
    background: #000!important;
    border-radius: 4px;
}

#divNewUyeGirisContent .forgotpasswordDiv {
    text-align: right;
}

#divNewUyeGirisContent .userPassBtn {
    opacity: .5;
}

/*MiniCart*/
/**/
body .collectionDivShow .collectionShow .collectionShowNumber .showNameColl {
    display: none;
}

body .collectionDivShow .collectionShow .collectionSave a {
    background: #000;
}

body .collectionDivShow .collectionShow .collectionSave a:hover {
    background: #000;
}

/**/
.categorydesign h1.categorytitlenone, .categorydesign h2.categorytitlenone, .categorydesign h3.categorytitlenone {
    display: none;
}

/*filtre*/
body .category-vertical-filters.top-filters {
    display: block!important;
    width: 440px;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    margin: 0;
    padding: 0;
    border: none;
    transition: all .3s ease;
}

body.menuactive .category-vertical-filters.top-filters {
    z-index: 9;
    transition: none
}

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%;
    font-size: 14px;
    color: #0A0909;
    padding: 40px 40px 28px;
    position: relative;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
}

body .category-vertical-filters.top-filters .FiltreUst span {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #0A0909;
}

body .category-vertical-filters.top-filters .FiltreUst .closeFilt {
    float: left;
    font-size: 17px;
    color: #0A0909;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 13px;
    height: 13px
}

body .category-vertical-filters.top-filters .FiltreUst a {
    float: right;
    position: relative;
    z-index: 1;
    color: #0A0909;
    display: none;
    background-color: transparent;
}

body .category-vertical-filters.top-filters .FiltreUst a.active {
    display: block;
}

body .category-vertical-filters.top-filters .FiltreUst a i {
    color: #0A0909;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    line-height: 13px;
    margin: 0 5px;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding: 0 10px;
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreicerikAlan {
    float: left;
    width: 100%;
    max-height: calc(100% - 190px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 40px
}

body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreicerikAlan::-webkit-scrollbar {
    width: 2px;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreicerikAlan::-webkit-scrollbar-track {
    background: #fff;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreicerikAlan::-webkit-scrollbar-thumb {
    background: #0A0909;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn {
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    cursor: pointer;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn span {
    display: block;
    background: #0A0909;
    border: 1px solid #0A0909;
    padding: 0 10px;
    color: #fff;
    line-height: 46px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: 0.5s;
    width: 100%
}

body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn span:hover {
    background: #fff;
    color: #0A0909;
}

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 0.3s ease;
}

body .category-vertical-filters.top-filters .tukgo .filterOrderInStock:after {
    content: '';
    float: right;
    width: 40px;
    max-height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 20px;
    background: #c5c7c9;
    margin: auto 15px auto 0;
    transition: all 0.3s ease;
}

body .category-vertical-filters.top-filters .tukgo .filterOrderInStock.selected:before {
    right: 15px;
}

body .category-vertical-filters.top-filters .tukgo .filterOrderInStock.selected:after {
    background: #000;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading {
    padding: 0;
    margin: 0;
    border: none;
    background: #fff;
    float: left;
    width: 100%;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading a {
    float: left;
    width: 100%;
    text-align: left;
    color: #0A0909;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    padding: 12px 0;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading a:after {
    content: '\f078';
    top: 11px;
    color: #0A0909;
    font-weight: 300;
    font-family: 'FontAwesome';
    right: 0;
    font-size: 14px;
    transition: 0.5s
}

body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading.active a:after {
    transform: rotate(180deg);
}

body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
    position: absolute;
    right: 30px;
    top: 11px;
    bottom: 0;
    line-height: normal;
    font-size: 12px;
    color: #0A0909;
    display: block;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .panel {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown {
    border: none;
    position: static;
    box-shadow: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 15px 0;
    max-height: 265px
}

body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown ul {
    margin-top: 10px;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown li {
    width: 100%;
    margin-right: 0;
    text-align: left;
    margin-bottom: 12px;
    padding: 0;
    color: #0A0909;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown li a {
    color: #0A0909;
    line-height: 16px;
    font-size: 12px;
    font-weight: 300
}

body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown .panel-search input {
    height: 30px;
    padding: 0 5px;
    border: 1px solid #B8B8B8;
    border-radius: 2px
}

body #divSayfalamaUst .category-vertical-filters.top-filters .vertical-filter-panel .list-group-item a {
    font-size: 12px;
    color: #0A0909;
    font-weight: 300;
    float: left;
}

body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item:before {
    content: '\f00c';
    border-radius: 2px;
    display: inline-block!important;
    width: 16px;
    height: 16px;
    border-color: #B8B8B8;
    margin-right: 12px;
    background: #fff;
    transition: 0.5s;
    color: #fff;
    font-family: FontAwesome;
    line-height: 14px;
    text-align: center;
    font-weight: 300;
    font-size: 11px
}

body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before, body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item:hover:before {
    border-color: #0A0909;
    background-color: #0A0909
}

body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
    background: transparent!important;
    height: auto;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
    width: 100%;
    margin: 0;
}

.FiyatSlider {
    float: left;
    width: 100%;
    padding: 20px 0;
}

body .FiyatSlider .slider-range {
    float: left;
    width: 100%;
    border: none!important;
    border-radius: 0;
    padding: 0;
    margin: 20px 0;
    height: 1px;
    background: #CACACA;
}

body .FiyatSlider .slider-range .ui-slider-range {
    height: 1px;
    background: #CACACA;
    border-radius: 0;
    top: 0;
    margin: 0;
}

body .FiyatSlider .slider-range .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #D9D9D9;
    margin: 0;
    top: -10px;
    border: 1px solid #737373;
}

body .FiyatSlider .slider-range span:nth-child(2) {
    margin-left: 0;
}

body .FiyatSlider .slider-range span:nth-child(3) {
    margin-left: -20px;
}

body .amount {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}

.FiyatSlider:before {
    content: 'Fiyat';
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #737373;
}

.filter-bottom {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    flex-direction: row-reverse;
}

.filter-bottom > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 1px solid #0A0909;
    border-radius: 0;
    color: #0A0909;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    transition: 0.5s
}

.filter-bottom > a:hover {
    background: #0A0909;
    color: #fff;
    border-color: #0A0909;
}

.filter-bottom > a:before {
    content: 'Temizle';
}

.filter-bottom > a > i {
    display: none;
}

.mobilaf {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(10, 9, 9, 0.1);
    z-index: 9999;
    display: none;
    cursor: pointer;
    transition: 0.5s
}

.mobilaf.acik {
    display: block;
    position: fixed;
}

.sepetimBody .mobilaf.acik {
    display: none;
}

.categoryContainer .categoryName {
    float: left;
    width: 100%;
    padding: 16px 24px;
}

.categoryContainer .categoryName .ticiContainer2 {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
}

.categoryContainer .categoryName .ticiContainer2 h1 {
    font-size: 16px;
    font-weight: 400;
    color: #0A0909;
    line-height: 1.2;
    width: 318px
}

.categorytexttop {
    display: none;
}

.categoryContainer .categoryName .ticiContainer2 .categorytexttop {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: #0A0909;
    line-height: 1.2;
    max-width: 425px
}

.categoryContainer .categoryName .ticiContainer2 .categorytexttop p {
    margin: 0;
}

/**/
body .OrderByHtml {
    display: block !important;
    width: 80%;
    max-width: 440px;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    margin: 0;
    padding: 0;
    border: none;
    transition: all .3s ease;
}

body .OrderByHtml.active {
    right: 0;
}

body .OrderByHtml .control-head {
    float: left;
    width: 80%;
    max-width: 440px;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1;
    background: #fff;
    align-items: center;
    color: #0A0909;
    transition: all .3s ease;
}

body .OrderByHtml.active .control-head {
    right: 0;
}

body .OrderByHtml .control-head span {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    font-size: 14px;
    float: left;
    line-height: 64px;
    margin-left: 40px;
}

body .OrderByHtml .control-head .controlClose {
    float: right;
    width: 13px;
    text-align: center;
    font-size: 17px;
    margin-right: 40px;
    cursor: pointer;
}

body .OrderByHtml .control-head .controlClose i {
    display: inline-block;
    vertical-align: top;
    line-height: 64px;
}

body .OrderByHtml .control-body {
    float: left;
    width: 100%;
    text-align: left;
}

body .OrderByHtml .control-body .control-area {
    float: left;
    width: 100%;
}

body .OrderByHtml .control-body .control-area .control-list {
    float: left;
    width: 100%;
    padding: 74px 40px 0
}

body .OrderByHtml .control-body .control-area .control-list ul {
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
    list-style: none;
}

body .OrderByHtml .control-body .control-area .control-list ul li {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 12px;
    cursor: pointer;
}

body .OrderByHtml .control-body .control-area .control-list ul li span {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #0A0909;
    font-weight: 300;
    line-height: 16px;
    padding: 0
}

body .OrderByHtml .control-body .control-area .control-list ul li span:before {
    content: '\f00c';
    float: left;
    width: 16px;
    height: 16px;
    border: 1px solid #B8B8B8;
    border-radius: 2px;
    color: #fff;
    font-family: 'FontAwesome';
    font-weight: 300;
    text-align: center;
    line-height: 14px;
    margin-right: 12px;
    font-size: 11px;
    background-color: #fff
}

body .OrderByHtml .control-body .control-area .control-list ul li.selected span:before {
    border-color: #0A0909;
    background-color: #0A0909
}

/**/
/*filtre*/
.categoryContainer .ProductList.PlSc_5 {
    padding: 0 12px;
}

.categoryContainer .ProductList.PlSc_5 .productItem .productDetail {
    display: none!important;
}

.categoryContainer .ProductList.PlSc_5 .productItem .productList-Image-Owl .owl-dots, .categoryContainer .ProductList.PlSc_5 .productItem .productList-Image-Owl .owl-nav {
    display: none!important;
}

.categoryContainer .ProductList.PlSc_5 .ItemOrj {
    width: 12.5%;
    max-width: 12.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    padding: 0 12px;
}

.categoryContainer .ProductListContent .PlSc_5 .productItem {
    margin-bottom: 24px;
}

/**/
.BedenTablosuImage {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    position: absolute;
    left: 139px;
    bottom: 0;
    padding: 24px;
    z-index: 9;
    gap: 3px;
}

.BedenTablosuImage > * {
    display: none;
}

.BedenTablosuImage > p {
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2
}

.BedenTablosuImage > p strong {
    font-weight: 500 !important
}

.leftImage > .BedenTablosuImage {
    display: flex;
}

.leftImage.clickactive > .BedenTablosuImage {
    display: none;
}

.urunaciklamanew {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 3px;
    margin-top: 20px;
    float: left;
    width: 100%
}

.urunaciklamanew > * {
    display: none;
}

.urunaciklamanew > p {
    display: block;
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
    color: #0A0909;
}

.urunaciklamanew a span {
    color: #0A0909 !important
}

.BottomList > .urunaciklamanew {
    display: flex;
}

.detailsizenewblock {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 8px;
    margin: 28px 0 20px;
}

.detailsizenewblock > strong {
    color: #0A0909;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3
}

.detailsizenewblock > p {
    color: #0A0909;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}

.detailsizenewblock > a {
    color: #0A0909;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: underline;
}

/**/
#mainHolder_divDesign .sliderBannerContainer .owl-nav, #mainHolder_divDesign .sliderBannerContainer .owl-dots {
    display: none !important
}

#mainHolder_divDesign section .blokResimLink img {
    width: 100%;
}

#mainHolder_divDesign section.stagepadding .hazirBlokContent .owl-carousel .txcol-12, #mainHolder_divDesign section.stagepadding2 .hazirBlokContent .owl-carousel .txcol-12 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

#mainHolder_divDesign section.stagepadding2 > .hazirBlokContent {
    display: flex;
    flex-direction: column-reverse;
}

#mainHolder_divDesign section.stagepadding2 > .hazirBlokContent .JKatAdi a {
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2
}

#mainHolder_divDesign section.stagepadding2 > .hazirBlokContent .JKatAdi .satir1 {
    padding: 5px 45px 0 !important;
    margin: 0 !important;
}

#mainHolder_divDesign .bannerWrapper .bannerDescriptionWrapper .bannerDesc, #mainHolder_divDesign .bannerWrapper .bannerDescriptionWrapper .bannerSubTitle {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0
}

#mainHolder_divDesign .bannerWrapper .bannerDescriptionWrapper .bannerTitle {
    font-size: 20px;
    font-weight: 500;
}

#mainHolder_divDesign .bannerWrapper .bannerDescriptionWrapper .bannerButton {
    font-size: 11px;
    font-weight: 300;
    background: transparent;
    padding: 0;
    text-decoration: underline;
}

#mainHolder_divDesign .bannerWrapper .bannerDescriptionWrapper .bannerButton:hover {
    text-decoration: none
}

#mainHolder_divDesign .bannerWrapper.blokTypeBackround .bannerDescriptionWrapper {
    padding: 18px;
    z-index: 4;
}

#mainHolder_divDesign section.homeslidebanner .bannerWrapper .bannerDescriptionWrapper .bannerTitle {
    font-size: 26px;
}

#mainHolder_divDesign section.homeslidebanner .bannerWrapper .bannerDescriptionWrapper .bannerButton {
    text-decoration: none;
    transition: 0.5s
}

#mainHolder_divDesign section.homeslidebanner .bannerWrapper:hover .bannerDescriptionWrapper .bannerButton {
    text-decoration: underline;
}

#mainHolder_divDesign section.homeslidebanner .bannerWrapper.blokTypeBackround .bannerDescriptionWrapper {
    padding: 11vh 20px;
}

#mainHolder_divDesign section.homeslidebanner .owl-carousel.multiBlokSlider:not(.owl-loaded) {
    flex-direction: column;
}

#mainHolder_divDesign section.gap5 > .hazirBlokContent > .txrow {
    gap: 5px;
    width: 100%;
    flex-wrap: nowrap;
}

#mainHolder_divDesign section.gap5 > .hazirBlokContent > .txrow > .txcol-12 {
    width: 100%;
    flex: inherit;
    max-width: inherit
}

#mainHolder_divDesign section.gap5 .bannerWrapper.blokTypeBackround .bannerDescriptionWrapper {
    padding: 70px 25px;
}

#mainHolder_divDesign section .blokResimLink:before {
    content: "";
    background: transparent linear-gradient(0deg,#00000070 0%,#54545400 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: .5;
    transition: all .3s ease-in-out;
    z-index: 3
}

#mainHolder_divDesign section .blokResimLink:hover:before {
    opacity: 1;
}

#mainHolder_divDesign section.stagepadding .owl-carousel .owl-stage {
    padding-left: 0!important
}

/*slider1ozel*/
/*
#mainHolder_divDesign section.homeslidebanner .owl-stage > .owl-item:first-child .bannerWrapper.blokTypeBackround .bannerDescriptionWrapper{    justify-content: center;}
#mainHolder_divDesign section.homeslidebanner .owl-stage > .owl-item:first-child .bannerWrapper .bannerDescriptionWrapper .bannerTitle{font-size:60px;}
#mainHolder_divDesign section.homeslidebanner .owl-stage > .owl-item:first-child .bannerWrapper .bannerDescriptionWrapper .bannerSubTitle{font-size: 30px; font-weight: 400;margin-bottom:5px;}
#mainHolder_divDesign section.homeslidebanner .owl-stage > .owl-item:first-child .bannerWrapper .bannerDescriptionWrapper .bannerDesc{position:absolute;bottom:30px;}
*/
/*slider1ozel*/
/**/
.DetayVideo {
    float: left;
    width: 200px;
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 15px;
    margin-right: 5px;
}

.Detaypopupvideo {
    width: 394px;
    padding-bottom: 150%;
    position: relative;
}

.videoBlock {
    float: left;
    width: 100%;
}

.videoBlock:before {
    content: 'Style Class Short';
    text-transform: initial;
    font-weight: normal;
    margin: 0 0 24px;
    font-size: 14px;
    color: #0A0909;
    float: left;
    clear: left;
    width: 100%;
}

.textSlider-category {
    float: left;
    width: 100%;
    padding: 8px 24px;
}

.textSlider-category ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 15px;
}

.textSlider-category ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #B8B8B8;
    transition: .5s;
}

.textSlider-category ul li a:hover {
    color: #000;
}

.textSlider-category ul li a.active {
    color: #000;
}

@media (max-width: 767px) {
    .textSlider-category ul {
        overflow-x: auto;
        padding-bottom: 10px
    }
}

.leftImage:has(.SmallImages div:first-child.active) .Images:after {
    content: "";
    background: #00000000 linear-gradient(0deg, #ffffff 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    height: 100px;
    left: 0;
    right: 0;
    opacity: .5;
    transition: all .3s ease-in-out;
    z-index: 3;
}

/*-----------------Ufuk Revize------------------*/
body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl li a span {
    position: relative;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl li a span:after {
    content: '';
    transition: .5s;
    height: 1px;
    width: 0;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl li a:hover span:after {
    width: 100%;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a > span:after {
    bottom: -3px;
}

/*-----------------Ufuk Revize------------------*/
/*siteozelalan*/
@media (min-width: 1042px) {
    #divAramaAlani.ticimax-search-content {
        width:95%;
    }

    .selectSliderAnime > ul > li:nth-child(n+2) {
        display: none;
    }

    /**/
    body.margin {
        padding-top: 0;
    }

    .col-5li {
        width: 20%;
    }

    /**/
    body .filterBlock .mobilFilterOpenBtn {
        display: none!important;
    }

    select#filterOrderSelect {
        font-size: 12px;
        height: 47px;
        background: #fff;
        font-weight: 500;
        width: 160px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #000000;
        border: none;
        border-radius: 0;
        background: url(../../Uploads/EditorUploads/images/selectarrow.svg) no-repeat center right;
        padding: 0 10px 0 0;
        transition: 0.5s;
        cursor: pointer;
    }

    body .brandlistselection {
        width: auto;
    }

    body .brandlistselection .sortingContent li a {
        padding: 0;
        font-size: 14px;
        color: #0A0909;
        font-weight: 400;
        line-height: 47px;
        background: none;
        border: 0;
    }

    body .brandlistselection .sortingContent li {
        padding: 0;
    }

    a.filterOrderInStock:before {
        content: '\f00c';
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 0;
        width: 18px;
        height: 18px;
        line-height: 16px;
        border: 1px solid #CBCBCB;
        border-radius: 5px;
        float: left;
        margin-right: 10px;
        margin-top: 14px;
    }

    a.filterOrderInStock:hover:before,a.filterOrderInStock.selected:before {
        background: #000;
        border-color: #000;
        font-size: 12px;
    }

    a.filterOrderInStock {
        margin-left: 20px;
        display: none!important;
    }

    body .appliedFilter.FiltrelemeUrunAdet span {
        font-size: 12px;
        font-weight: 400;
        color: #000000;
        line-height: 47px;
        text-indent: 0;
        display: none
    }

    .FiltreBtn {
        float: left;
        font-size: 12px;
        font-weight: 400;
        color: #0A0909;
        background: url(../../Uploads/EditorUploads/images/plusicon.svg) no-repeat center left;
        padding: 0 0 0 20px;
        cursor: pointer;
        line-height: 47px;
        transition: 0.5s
    }

    body #divSayfalamaUst {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0;
        width: auto
    }

    body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 24px;
    }

    .brandlistselection {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }

    .brandlistselection .sortingContent .blockSelect {
        margin: 0;
        display: inline-flex;
    }

    .brandlistselection .sortingContent .blockSelect:before {
        content: 'GÃ¶rÃ¼nÃ¼m';
        float: left;
        color: #0A0909;
        font-size: 12px;
        font-weight: 400;
        line-height: 47px;
        text-indent: 0
    }

    .brandlistselection .sortingContent .blockSelect a {
        float: left;
        line-height: 47px;
        color: #0A0909;
        font-weight: 400;
        border: none;
        padding: 0;
        margin-left: 16px;
    }

    .brandlistselection .sortingContent .blockSelect a.sort_2:before {
        content: '2';
    }

    .brandlistselection .sortingContent .blockSelect a.sort_4:before {
        content: '4';
    }

    .brandlistselection .sortingContent .blockSelect a.sort_5:before {
        content: '8';
    }

    .brandlistselection .sortingContent .blockSelect a:before {
        border-bottom: 1px solid #fff;
    }

    .brandlistselection .sortingContent .blockSelect a.Active:before {
        border-bottom-color: #0A0909;
    }

    .brandlistselection .sortingContent .blockSelect a i {
        display: none;
    }

    body.CategoryBody .categoryTitle {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
    }

    body.CategoryBody .categoryTitleText {
        margin: 14px 0;
        z-index: 9;
        width: auto;
        text-align: left;
        flex-grow: 1
    }

    .mobilSiralamBtn {
        position: relative;
        padding-left: 24px;
        margin-left: 24px;
        cursor: pointer;
    }

    .mobilSiralamBtn:before {
        content: '';
        position: absolute;
        left: 0;
        top: calc(50% - 4px);
        width: 1px;
        height: 8px;
        background-color: #B8B8B8
    }
}

/* ------------------------------------Container--------------------------------------------*/
.body ul.breadcrumb,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: block;
}

.SayfaIcerik .ticiContainer {
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px
}

.sliderBannerContainer .ProductList {
    max-width: 100%;
}

.detaySliderContainer .ProductList {
    max-width: 100%;
}

.homeContainer .ProductListContent .ProductList {
    max-width: 100%;
}

.markaSlider .jCarouselLite {
    max-width: 100%;
}

/**/
#footer .ticiContainer {
    max-width: 100%;
}

.sepetimBody .ticiContainer {
    margin: 0 auto;
}

.sepetimBody #footer .ticiContainer {
    max-width: 100%;
}

.ticiContainer.productDetailContainer {
    padding-right: 24px;
    padding-left: 24px
}

.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: 300px;
    padding-right: 20px;
}

.rightBlock {
    float: right;
    width: 300px;
    padding-left: 20px;
}

.centerCount.LeftMiddle {
    width: calc(100% - 300px);
}

.centerCount.RightMiddle {
    width: calc(100% - 300px);
}

.centerCount {
    float: left;
    width: 100%;
    padding: 0;
}

/*SolOrtaSag*/
.leftBlock.LeftMiddleRight {
    width: 25%;
}

.rightBlock.LeftMiddleRight {
    width: 25%;
}

.centerCount.LeftMiddleRight {
    width: 50%;
}

/**/
.ticiContainer:before, .ticiContainer:after {
    content: "";
    display: table;
}

.ticiContainer:after {
    clear: both;
}

.ticiContainer {
    clear: both;
    zoom: 1; }

/* ------------------------------------Container--------------------------------------------*/
@media screen and (min-width: 1400px) and (max-width:1770px) {
    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
        gap:30px !important;
    }
}

@media screen and (min-width: 1025px) and (max-width:1399px) {
    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
        gap:15px!important;
    }

    .productItem .productPrice {
        flex-direction: column-reverse;
        gap: 1px;
    }
}

/*Tablet ekranina kadar olan windows gorunumu*/
@media screen and (min-width: 1041px) and (max-width:1200px) {
    .leftBlock.LeftMiddle {
        width: 25%;
        padding-right: 20px;
    }

    .centerCount.LeftMiddle {
        width: 75%;
    }

    /*SolOrtaSag*/
    .leftBlock.LeftMiddleRight {
        width: 25%;
    }

    .rightBlock.LeftMiddleRight {
        width: 25%;
    }

    .centerCount.LeftMiddleRight {
        width: 50%;
    }

    /*OrtaSag*/
    .rightBlock.MiddleRight {
        width: 25%;
    }

    .centerCount.MiddleRight {
        width: 75%;
    }
}

@media screen and (min-width: 1160px) and (max-width: 1239px) {
    body ul.breadcrumb, .userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer {
        max-width:100%;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 100%;
    }

    .sliderBannerContainer .ProductList {
        max-width: 100%;
    }

    .detaySliderContainer .ProductList {
        max-width: 100%;
    }

    .markaSlider .jCarouselLite {
        max-width: 100%;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    /**/
    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
        gap: 20px!important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1159px) {
    body ul.breadcrumb,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer {
        max-width: 100%;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 100%;
    }

    .sliderBannerContainer .ProductList {
        max-width: 100%;
    }

    .detaySliderContainer .ProductList {
        max-width: 100%;
    }

    .markaSlider .jCarouselLite {
        max-width: 100%;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    /**/
    #lang {
        padding: 0 0 0 20px!important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body ul.breadcrumb,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer {
        max-width:100%;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 100%;
    }

    .sliderBannerContainer .ProductList {
        max-width: 100%;
    }

    .detaySliderContainer .ProductList {
        max-width: 100%;
    }

    .markaSlider .jCarouselLite {
        max-width: 100%;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    /**/
    .selectSliderDesc {
        display: none;
    }

    .selectSliderAnime {
        width: 100%;
    }

    .detayBottom .urunVaryant {
        padding: 0 30px 0 0;
    }

    .detayBottomCont {
        top: 70px;
    }

    .urunAciklamaContainer .urunAciklamaArea {
        padding: 0;
    }

    .owl-carousel .owl-dots .owl-dot span {
        border: none;
    }

    /**/
    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText {
        font-size: 35px;
        line-height: 45px;
        height: 45px;
    }

    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 {
        line-height: 30px;
        font-size: 22px;
        margin: 0 0 30px 0;
    }

    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 span {
        line-height: 30px;
        font-size: 22px;
    }

    .bannerContainer .bannerBox a .bannerContent {
        bottom: 30px;
        left: 10px;
    }

    .bannerContainer .bannerBox a .bannerContent .bannerTitle {
        line-height: 30px;
        font-size: 22px;
    }

    .tekBannerContainer .tekBannerBox .tekBannerContent {
        bottom: 30px;
        left: 10px;
    }

    .tekBannerContainer .tekBannerBox .tekBannerContent .bannerTitleH {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }

    .tekBannerContainer .tekBannerBox .tekBannerContent .bannerTitle {
        font-size: 16px;
        line-height: 16px;
    }

    #mainHolder_divDesign section.homeslidebanner .bannerWrapper .bannerDescriptionWrapper .bannerTitle {
        font-size: 25px;
    }

    #mainHolder_divDesign section.homeslidebanner .bannerWrapper.blokTypeBackround .bannerDescriptionWrapper {
        padding: 5vh 20px;
    }

    .blogContainer .blogTitle {
        margin: 30px 0;
    }

    /**/
    body [class*="t-pb-"] {
        margin-bottom: 30px !important;
    }

    .new-banner-design ul li a .banner-content-center .banner-title {
        font-size: 20px;
    }

    .new-banner-design ul li a .banner-content-bottom {
        bottom: 20px;
        row-gap: 30px;
    }

    .new-banner-design ul li a .banner-content-bottom .banner-button {
        font-size: 13px;
        line-height: 35px;
        padding: 0 30px;
    }

    .new-banner-design ul li a .banner-content-bottom small {
        font-size: 14px;
    }

    .new-banner-design ul li a .banner-content {
        left: 15px;
        bottom: 30px;
    }

    .new-banner-design ul li a .banner-content .banner-title {
        font-size: 18px;
    }

    .new-banner-design ul li a .banner-content .banner-link {
        font-size: 13px;
        margin-top: 5px;
    }

    .footerTemp .elementor-column:has(.ebultenDivTemp) {
        flex: 0 0 280px;
    }

    .productDetailTop {
        flex-direction: column
    }

    .productDetailLeft {
        width: 100%;
    }

    .productDetailRight {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .RightDetail {
        padding-left: 25px
    }
}

@media (min-width: 0) and (max-width:1024px) {
    .musteriUrunGorselContainer .musteriUrunGorselArea {
        padding:0 16px;
        flex-direction: column;
    }

    .musteriUrunGorselContainer .musteriUrunGorselArea .rightArea {
        width: 100%;
        padding: 0!important;
    }

    .musteriUrunGorselContainer .musteriUrunGorselArea .rightArea .titleH {
        font-size: 14px;
    }

    .musteriUrunGorselContainer .musteriUrunGorselArea .leftArea {
        width: 100%;
        margin-top: 24px;
    }

    body.UyeGiris .otpSmsDiv .userSmsOtpBtn,body.UyeGiris .uyeolotpSms .userSmsOtpBtn {
        width: 40%;
        font-size: 11px;
    }

    body.HesabimTakip .solAnaMenu {
        width: 100%;
    }

    body .istekDetayIcerik .favoriUrunDetay .favoriUrunDetaySag {
        flex-direction: column;
        gap: 5px;
    }

    body .istekDetayIcerik .favoriUrunDetay .favoriUrunDetaySag .divItem {
        width: 100%;
    }

    body .istekDetayIcerik .favoriUrunDetay .favoriUrunDetaySag .divItem:first-child {
        margin-right: 0;
    }

    #mainHolder_divDesign .instaContainer .owl-nav {
        display: none;
    }

    .sliderArea ul li .sliderBox .sliderBoxContent {
        bottom: auto;
        top: 45%;
        margin: auto;
        height: 170px;
    }

    .categorySliderContent .categorySliderArea ul li img {
        width: auto;
    }

    .SmallImages {
        display: none!important;
    }

    .Images, #divVideoGoruntulemeAlan {
        width: 100%;
    }

    .BedenTablosuImage {
        left: 0;
        padding: 16px;
    }
}

@media (min-width: 768px) and (max-width:1099px) {
    .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .mobile-user-item .account-link .svgIcon svg, .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .mobile-cart-item .svgIcon svg, .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .newSearcBtnClick a .svgIcon svg {
        filter:brightness(0) invert(1);
    }

    .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .newMenuBtnClick a svg path {
        stroke: #fff;
    }

    .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {
        color: #fff;
    }

    .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) #hb-logo img {
        filter: brightness(0) invert(1);
    }

    .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) #hb-logo svg {
        filter: brightness(0) invert(1);
    }

    .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .header-favori-item a.favori-link svg {
        filter: brightness(0) invert(1);
    }

    .HomeBody:not(.menuactive) #headerNew.footerHeader #hb-logo img {
        filter: brightness(0) invert(1);
    }

    .HomeBody:not(.menuactive) #headerNew.footerHeader #hb-logo svg {
        filter: brightness(0) invert(1);
    }

    .HomeBody:not(.menuactive) #headerNew.footerHeader .header-favori-item a.favori-link svg {
        filter: brightness(0) invert(1);
    }

    .HomeBody:not(.menuactive) #headerNew:has(.mobileactive):not(.fixed) .header-wrapper .header-main {
        background: transparent;
    }
}

@media (max-width: 1099px) {
    .ProductBody #headerNew {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    body:not(.sepetimBody,.HomeBody) {
        padding-top: 73px;
    }

    body:has(.mobileactive) {
        overflow: hidden;
    }

    body #headerNew .mobile-user-item .account-link .svgIcon svg {
        width: 18px;
    }

    body #headerNew .mobile-cart-item .svgIcon svg {
        width: 18px;
    }

    body #headerNew .header-favori-item a.favori-link.headerButon .svgIcon svg {
        width: 18px;
    }

    body #headerNew .newMenuBtnClick a .svgIcon svg {
        width: 22px;
    }

    body #headerNew .newSearcBtnClick a {
        font-size: 0;
    }

    body #headerNew .header-button a {
        font-size: 0!important;
    }

    body #headerNew .newMenuBtnClick a {
        font-size: 0;
    }

    body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {
        background: transparent;
        top: -11px;
        left: -6px;
        color: #0A0909
    }

    body #headerNew .header-main {
        height: 41px;
        padding: 5px 0;
    }

    body .newHeaderNavigation.mobileStyle .newHeaderNav, body .newHeaderNavigation.mobileStyle .menu-wrap, body .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu {
        top: 96px;
        width: 376px;
        max-width: 100%;
        transition: left .7s ease-out;
    }

    body .newHeaderNavigation.mobileStyle .newHeaderNav {
        top: 28px;
    }

    body #headerNew.fixed .newHeaderNavigation.mobileStyle .newHeaderNav {
        top: 0;
    }

    body .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop {
        height: 56px;
        background: #FCFCFC!important;
    }

    body .newHeaderNavigation.mobileStyle .newHeaderNavUl {
        height: calc(100% - 170px);
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuCloseBtn {
        width: 50px;
        background: rgb(235 234 232 / 48%);
        font-size: 18px;
        justify-content: center;
        order: 2;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav, body #headerNew .header .newHeaderNavigation.mobileStyle .menu-wrap, body #headerNew .header .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu {
        background: #FCFCFC;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li {
        background: none;
        border: 0;
    }

    body .newHeaderNavigation.mobileStyle .menu-wrap {
        position: static;
        float: left;
        width: 100%;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li:not(.ulVar), body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li:nth-child(2) > a, body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li:nth-child(2) > .nextKolonBtn {
        display: none
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu {
        position: static;
        float: left;
        width: 100%;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .ulVar .nextSubBtn {
        display: none;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li:nth-child(2) .kolon>li> a {
        font-weight: 500;
        color: #443C3C;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl .kolon>li> a, body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl .nav-submenu>li> a {
        font-size: 15px;
        font-weight: 300;
        color: #453C3C;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li > a {
        font-weight: 500;
        font-size: 15px;
        color: #443C3C;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl li {
        border: 0;
        display: block;
        max-height: none;
    }

    body .newHeaderNavigation.mobileStyle .newHeaderNavUl li a {
        min-height: 30px;
        padding: 5px 20px;
        border: 0;
    }

    body .newHeaderNavigation.mobileStyle .nextKolonBtn, body #headerNew .header .newHeaderNavigation.mobileStyle .nextSubBtn {
        display: none!important;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuBackBtn {
        display: none!important;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl>li:first-child {
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl li:nth-last-child(3) {
    }

    body #headerNew .newHeaderNavigation.mobileStyle .dropDown-wrap,body #headerNew .newHeaderNavigation.mobileStyle .nav-submenu {
        display: block;
    }

    .katTumunuGor {
        margin-top: 5px;
    }

    .katTumunuGor a {
        flex-direction: row!important;
        gap: 5px;
        color: #453C3C;
    }

    .katTumunuGor a:after {
        content: '\f101';
        font-family: 'FontAwesome';
    }

    body .newHeaderNavigation.mobileStyle .menu-list-row .kolon {
        margin-bottom: 20px;
    }

    .menu-ex-link {
        display: block !important;
    }

    .menu-ex-link span {
        font-size: 15px;
        font-weight: 300;
        color: #443C3C;
        padding: 7px 20px;
        display: block;
        font-weight: 500;
        color: #443C3C;
        margin: 0;
    }

    .menu-ex-link ul {
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

    .menu-ex-link ul li a {
        font-size: 15px;
        font-weight: 300;
        color: #453C3C;
        display: block!important;
    }

    .newHeaderNav .mobil-menu-ex-link {
        display: block;
        background: #fff;
    }

    .mobil-menu-ex-link {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .mobil-menu-ex-link ul li a {
        font-size: 15px;
        font-weight: 300;
        color: #000!important;
        padding: 7px 20px;
        display: block;
    }

    .mobil-menu-ex-link ul li:first-child a {
        color: #991a21!important;
    }

    /*.newHeaderNav .mobil-menu-ex-banner{display:block;}*/
    .mobil-menu-ex-banner {
        position: absolute;
        right: 20px;
        bottom: 185px;
        z-index: 11;
        max-width: 50%;
        padding: 10px;
    }

    .mobil-menu-ex-banner a {
        display: flex;
        flex-direction: column;
        gap: 4px;
        text-align: center;
        font-size: 15px;
        font-weight: 300;
        color: #443C3C;
    }

    .newHeaderNav .mobil-menu-ex-bottom {
        display: flex;
        flex-direction: column;
        gap: 15px;
        position: unset;
        float: left;
        clear: left;
        width: 100%;
    }

    .mobil-menu-ex-bottom {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 10px;
        border-top: 1px solid #707070;
        padding: 20px 0 10px;
    }

    .mobil-menu-ex-bottom .menu-ex-item {
        float: left;
        clear: left;
        padding: 0 20px;
    }

    .mobil-menu-ex-bottom .menu-ex-item a {
        font-size: 15px;
        font-weight: 300;
        color: #3C3939;
    }

    .mobil-menu-ex-bottom .menu-welcome {
        font-size: 0;
    }

    .mobil-menu-ex-bottom .menu-welcome > a:nth-child(3), .mobil-menu-ex-bottom .menu-welcome > a:nth-child(4) {
        display: none;
    }

    .mobil-menu-ex-bottom .menu-welcome.UyeGirisYapildi > a:nth-child(3), .mobil-menu-ex-bottom .menu-welcome.UyeGirisYapildi > a:nth-child(4) {
        display: inline-block;
    }

    .mobil-menu-ex-bottom .menu-welcome.UyeGirisYapildi > a:nth-child(1), .mobil-menu-ex-bottom .menu-welcome.UyeGirisYapildi > a:nth-child(2) {
        display: none;
    }

    .mobil-menu-ex-bottom .menu-welcome > a:nth-child(odd):after {
        content: '|';
        margin: 0 5px;
    }

    .menu-home {
        margin-right: auto;
    }

    .menu-home a {
        width: 56px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-home a svg {
        width: 17px;
    }

    .menu-search {
        width: 50px;
        order: 1;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body.menuactive #headerNew .header-main {
        background-color: #fff !important;
    }

    #headerNew .header-main .newHeaderNavigation .header-dil-content {
        display: block;
        position: relative;
        float: left;
        clear: left;
        right: auto;
        top: auto;
        padding: 0 20px;
    }

    #headerNew .header-main .newHeaderNavigation .header-dil-content #lang_flag_container {
        position: static!important;
        padding: 0;
    }

    #headerNew .header-main .newHeaderNavigation .header-dil-content #lang_flag_container #lang {
        width: auto;
        height: auto;
        padding: 0!important;
        font-size: 13px!important;
        color: #3C3939!important;
        font-weight: 300;
    }

    #headerNew .header-main .newHeaderNavigation .header-dil-content #lang_flag_container #lang span {
        display: block;
        font-weight: 300;
    }

    #headerNew .header-main .newHeaderNavigation .header-dil-content #lang_flag_container #lang-detail {
        top: auto!important;
        bottom: 100%;
        margin-bottom: 40px;
    }

    body #headerNew #divTopProductSearch {
        display: block!important;
        position: absolute;
    }

    body #headerNew #divTopProductSearch .header-search-form-wrapper {
        top: 0;
        right: -100%;
        left: auto;
        padding: 33px 18px;
    }

    body #headerNew #divTopProductSearch.dropactive .header-search-form-wrapper {
        right: 0;
    }

    body #divTopProductSearch .searchform-wrapper #divArama {
        padding-right: 55px;
    }

    body #divTopProductSearch .searchform-wrapper #txtbxArama {
        height: 28px;
        font-size: 11px;
        padding-left: 30px;
    }

    body #divTopProductSearch .searchform-wrapper #btnKelimeAra {
        width: 30px;
    }

    body #divTopProductSearch .searchform-wrapper #btnKelimeAra i {
        font-size: 12px;
    }

    body #divTopProductSearch .searchform-wrapper .search-close {
        margin: 0 10px;
    }

    body #divTopProductSearch .searchform-wrapper .search-close svg {
        width: 14px;
    }

    .CategoryBody #ProductListMainContainer .categoryTitle {
        top: 70px;
    }
}

/* mobil ve tablet ekran olcusune gore 1041px e kadar bunlari uygula */
@media (max-width: 1041px) {
    /*friendfamily mobile*/ .ffbannerWrapper>img {
        height: 620px;
        object-fit: cover;
    }

    .ffbannerBottom h3 {
        margin: 0 0 5px;
        letter-spacing: 0px;
    }

    .ffbannerTop h2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 3px;
    }

    .ffbannerLogin {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 50px;
    }

    .ffbannerBottom p {
        font-weight: 300;
        color: white;
        margin: 0 0 0 0;
        padding: 0 20px;
        line-height: 22px;
    }

    .ffbannerTop {
        margin-bottom: 60px;
    }

    .howPoints {
        padding: 30px 0;
    }

    .howPoints span {
        margin-bottom: 25px;
    }

    .catList ul {
        flex-wrap: nowrap;
        gap: 40px 5px;
        justify-content: flex-start;
        overflow: auto;
        padding-bottom: 5px;
    }

    .catList ul > li .icBox .icBottom {
        font-size: 13px;
    }

    .catList ul > li {
        width: 35%;
        min-width: 35%;
    }

    .catList ul > li .icBox .icsub {
        height: 45px;
    }

    .icBottom br {
        display: none;
    }

    .catList ul > li .icBox .icsub img {
        width: 22px;
    }

    .catList ul > li .icBox .icsub {
        margin-top: 10px;
        height: 35px;
        font-size: 14px;
    }

    .bringWrapper {
        flex-direction: column;
    }

    .bringDesc {
        width: 100%;
    }

    .bringWrapper img {
        margin-top: 30px;
        max-width: 100px;
    }

    .membershipWrapper {
        padding: 20px 10px;
    }

    .membershipDetails span, .checkList span {
    }

    .membershipDetails {
        text-align: left;
    }

    .membershipWrapper ul {
        margin: 15px 0 0 0;
    }

    .friend_family_wrapper {
        margin-bottom: 0;
    }

    .howWork {
        padding: 30px 0;
    }

    .ffclub {
        padding: 30px 0;
    }

    .sssWrapper {
        padding: 30px 20px;
    }

    .sssWrapper h3 {
        margin-bottom: 30px;
    }

    .sssLeft {
        width: 100%;
    }

    .sssRight {
        width: 100%;
    }

    .accordionList {
        padding-right: 0;
        text-align: left;
    }

    .accordionList p {
        margin: 10px 0;
    }

    .ffbannerDescrtiption {
        background-color: #00000036;
    }

    /*friendfamily mobile*/
    /*parapuan*/
    body .puanlamaBolumu .blokRow2 {
        flex-wrap: wrap;
    }

    body .puanlamaBolumu .blok {
        width: calc(50% - 60px);
        margin-right: 0px;
        margin-top: 40px;
    }

    body .hesabimTablo tbody tr.satirBosluk:not(.tableRowDisplay) td:nth-child(1), body .hesabimTablo tbody tr.satirBosluk:not(.tableRowDisplay) td:nth-child(3) {
        text-align: left;
    }

    body .hesabimTablo tbody tr.satirBosluk td {
        font-size: 14px;
    }

    body .puanlamaBolumu .blok span {
        height: 40px;
    }

    body .puanlamaBolumu .blok span .fa {
        height: 40px;
    }

    body .puanlamaBolumu .blok span .fa {
        top: -1px;
    }

    body span.maviUyari.ng-binding {
        font-size: 16px;
    }

    body button.kuponOlusturButon.ng-binding.ng-scope.butonDisabled {
        height: 45px;
    }

    body input#txtbxKuponTutari {
        height: 45px;
        font-size: 18px;
    }

    body .puanlamaBolumu .blok span {
        height: 40px;
    }

    body .puanlamaBolumu .blok span .fa {
        height: 40px;
        line-height: 40px;
    }

    body .puanlamaBolumu .blok span.mavi .fa:before, .puanlamaBolumu .blok span.gri .fa:before, .puanlamaBolumu .blok span.sari .fa:before, .puanlamaBolumu .blok span.kirmizi .fa:before {
        background-size: 32px;
        height: 40px;
    }

    body .kuponOlustur .kuponOlusturYazi {
        margin-right: 0px;
        line-height: 55px;
        font-size: 16px;
    }

    body .puanlamaBolumu .blok span .fa-money:before {
        background-size: 55px;
        height: 40px;
    }

    /*parapuan*/
    /******************************************************/
    .mobilaf {
        background-color: rgba(0, 0, 0, 0.3);
    }

    #divSayfalamaUst .filterBlock {
        display: inline-block!important;
        width: calc(100% - 115px);
        float: left;
    }

    body #divSayfalamaUst {
        padding: 16px 0;
        border: none;
        background: transparent;
        max-width: 355px;
        float: none;
        margin: 0 auto;
    }

    .urunListRel {
        width: 100%;
    }

    body .mobilFilterOpenBtn {
        width: 100%;
        margin: 0;
        padding-right: 16px
    }

    body .mobilFilterOpenBtn .button {
        float: left;
        padding: 0;
        margin: 0;
        color: #0A0909;
        width: 50%;
        float: left;
        line-height: 14px;
        background: #fff;
        font-size: 10.5px;
        display: inline-block;
        font-weight: 400;
        border-right: 1px solid #B8B8B8;
        text-align: left;
        padding: 0 16px;
        white-space: nowrap;
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn:before {
        content: '';
        background: url(../../Uploads/EditorUploads/images/plusicon.svg) no-repeat center center;
        background-size: 100%;
        width: 12px;
        height: 14px;
        margin-right: 8px;
        display: inline-block;
        vertical-align: top
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn {
        text-align: center;
        padding: 0 5px;
    }

    .categorydesign .uNo {
        float: right;
        color: #999a9d;
        font-size: 12px;
    }

    body #divSayfalamaUst.Slct .brandlistselection {
        width: 115px
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
        display: inline-block !important;
        float: right;
        width: 130px;
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:nth-child(1), body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:nth-child(2) {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        display: block;
        width: unset;
        padding: 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent > li:before {
        display: none;
    }

    body #divSayfalamaUst .blockSelect {
        margin: 0;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
    }

    body #divSayfalamaUst .blockSelect a {
        margin: 0;
        padding: 0 8px;
        background: transparent;
        border: none;
        line-height: 14px;
        border-bottom: 1px solid #fff;
        color: #0A0909 !important;
    }

    body #divSayfalamaUst .blockSelect a.Active {
        /*border-bottom-color:#0A0909;*/
        position: relative;
    }

    body #divSayfalamaUst .blockSelect a.Active:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        width: 6px;
        background: #0A0909;
        height: 1px;
        margin: auto;
    }

    body #divSayfalamaUst .blockSelect a i {
        display: none;
    }

    body #divSayfalamaUst .blockSelect .sort_3 {
        display: none;
    }

    body #divSayfalamaUst .blockSelect .sort_4 {
        display: none;
    }

    body #divSayfalamaUst .blockSelect:before {
        content: 'GÃ¶rÃ¼nÃ¼m';
        float: left;
        color: #0A0909 !important;
        font-size: 10.5px;
        font-weight: 400;
        line-height: 14px;
        text-indent: 0;
        order: 1;
    }

    body #divSayfalamaUst .blockSelect .sort_hrz {
        display: inline-block;
        order: 2;
    }

    body #divSayfalamaUst .blockSelect .sort_hrz:before {
        content: '1';
    }

    body #divSayfalamaUst .blockSelect .sort_2 {
        order: 3;
    }

    body #divSayfalamaUst .blockSelect .sort_2:before {
        content: '2';
    }

    body #divSayfalamaUst .blockSelect .sort_5 {
        order: 4;
    }

    body #divSayfalamaUst .blockSelect .sort_5:before {
        content: '4';
    }

    body #divSayfalamaUst .appliedFilter.FiltrelemeUrunAdet span {
        display: none!important;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreUst {
        padding: 24px 16px;
    }

    body .category-vertical-filters.top-filters .FiltreUst .closeFilt {
        top: 24px;
        right: 16px;
    }

    body .category-vertical-filters.top-filters {
        max-width: 240px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreicerikAlan {
        padding: 0 16px;
    }

    .filter-bottom {
        left: 16px;
        right: 16px;
        bottom: 24px;
        flex-direction: column-reverse;
        gap: 12px;
    }

    .filter-bottom > a, body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn span {
        line-height: 38px
    }

    body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 16px;
        align-items: center;
        justify-content: center;
        margin-top: 10px
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter a {
        width: 15px;
        padding: 0;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter a i {
        line-height: 20px;
        font-size: 12px;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span {
        font-size: 10px;
        margin-top: 3px;
        line-height: 18px
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span+span {
        margin-top: 1px;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span {
        line-height: 20px;
        font-size: 10px;
        line-height: 20px
    }

    /**/
    .FiltreBtn, #divSayfalamaUst > .mobilSiralamBtn {
        display: none;
    }

    body .OrderByHtml, body .OrderByHtml .control-head {
        max-width: 240px;
    }

    body .OrderByHtml .control-body .control-area .control-list {
        padding: 74px 16px 0
    }

    body .OrderByHtml .control-head span {
        margin-left: 16px;
    }

    body .OrderByHtml .control-head .controlClose {
        margin-right: 16px
    }

    /**/
    .categoryContainer .categoryName .ticiContainer2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        gap: 16px;
    }

    .categoryContainer .categoryName .ticiContainer2 .categorytexttop {
        font-size: 12px;
        align-items: center;
        text-align: center;
        justify-content: center
    }

    body.CategoryBody .categoryTitleText {
        padding: 0 16px;
        text-align: center;
    }

    /**/
    .centerCount {
        width: 100%!important;
    }

    .leftBlock {
        display: none!important;
    }

    .rightBlock {
        display: none!important;
    }

    .homeContainer .leftBlock {
    }

    .homeContainer .rightBlock {
    }

    .UyeolContent .grid {
        margin: 30px 18px;
    }

    .owl-carousel .owl-item img {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }

    .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: 500;
    }

    .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;
    }

    .CategoryBody #ProductListMainContainer .categoryTitle {
        top: 70px;
    }
}

/* Mobil Ekran */
@media (max-width: 767px) {
    .DetayVideo {
        width:140px;
    }

    #mainHolder_divDesign div.anasayfa_tek_slider:hover .owl-nav {
        display: none;
    }

    #headerNew .logo-center #hb-logo svg {
        max-height: 20px;
    }

    /**/
    body.overflow {
        overflow: hidden;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    body.sepetimBody {
        padding-top: 0;
    }

    #lang_flag_container {
        position: absolute!important;
        left: auto!important;
        right: 138px!important;
        top: 16px!important;
    }

    #langHover {
        padding: 0!important;
    }

    #lang {
        color: #000!important;
        font-size: 10px!important;
        padding: 0!important;
    }

    #lang_flag_container:hover #lang {
        color: #000!important;
    }

    #lang_flag_container #lang-detail {
        left: 0!important;
        right: auto!important;
        top: 0!important;
    }

    .userContainer .userLeftBox, .userContainer .userRightBox {
        padding: 0;
    }

    .userContainer .userRightBox {
        margin-top: 20px;
    }

    .SifremiUnuttumContent .userWrapper.SifremiUnuttum {
        width: 100%;
        padding: 0 10px;
    }

    #divIcerik {
        padding: 0;
        margin: 0 auto;
    }

    .proCategoryTitle.categoryTitleText {
        padding: 0 10px;
    }

    #divTicimaxCopyrightContent {
        text-align: center;
        float: left;
        width: 100%;
    }

    #divTicimaxCopyrightContent a {
        display: inline-block;
    }

    #divTicimaxCopyrightContent img {
        display: inline-block;
        vertical-align: top;
        filter: brightness(0);
    }

    /*Sabit sayfalar icerik*/
    .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%;
    }

    /*urun butonlari*/
    .ProductIcon {
        margin: 0;
        float: left;
        width: 100%;
    }

    .ProductIcon > div {
        margin: 0 0 10px;
        float: left;
        width: 100%;
    }

    .ProductIcon2 > div {
        margin: 0 0 10px;
        float: left;
        width: 100%;
    }

    .ProductIcon > div > a {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

    .ProductIcon2 > div > a {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

    .socialButons iframe {
        margin-right: 10px;
    }

    .socialButons .UWhatsApp {
        float: left;
        margin-right: 10px;
    }

    .socialButons .UTelegram {
        float: left;
        margin-right: 10px;
    }

    /******************************************************/
    .bottomHead {
        float: left;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1002;
        background: #fff;
        border-top: 1px solid #cecece;
        display: block;
    }

    .bottomHead ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }

    .bottomHead ul li {
        float: left;
        width: 25%;
    }

    .bottomHead ul li a {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding: 5px 0;
        color: #000;
        position: relative;
        height: 49px;
    }

    .bottomHead ul li a svg {
        width: 18px;
        display: block;
        margin: 0 auto 5px;
    }

    .bottomHead ul li.welcC a svg {
        margin-bottom: 3px;
    }

    /*Footer*/
    #back-to-top {
        bottom: 2%;
        right: 2%;
    }

    body.ProductBody #back-to-top {
        bottom: 85px;
    }

    #back-to-top a {
        width: 30px;
        height: 30px;
    }

    /*kategori*/
    .categoryContainer .categoryTitleText {
        padding: 0 10px;
        margin: 0;
    }

    .ProductBody .categoryTitle {
        padding: 0;
        margin: 0;
    }

    body .category-vertical-filters.top-filters {
        width: 100%;
        max-width: 100%;
        height: 100%;
        box-shadow: none;
        border: none;
    }

    body ul.breadcrumb {
        white-space: nowrap;
        position: relative;
        width: 100%;
        overflow: auto;
    }

    body ul.breadcrumb.zindex {
        z-index: -1;
        pointer-events: none;
    }

    body ul.breadcrumb: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 * {
        line-height: 45px!important;
        font-size: 12px!important;
        font-weight: 400;
        text-decoration: none;
    }

    body ul.breadcrumb li a {
        position: relative;
        font-size: 12px !important;
        font-weight: 400;
    }

    body ul.breadcrumb li {
    }

    body ul.breadcrumb li:after {
        line-height: 45px;
    }

    body ul.breadcrumb li:nth-last-of-type(1) a:before {
        display: none;
    }

    body ul.breadcrumb li:nth-last-of-type(1) a span:after {
        display: none;
    }

    body ul.breadcrumb li:nth-last-of-type(1) {
        max-width: 100%;
    }

    body ul.breadcrumb li:nth-last-of-type(1) * {
        max-width: 100%;
        font-size: 12px!important;
        text-overflow: ellipsis;
        overflow: hidden
    }

    body ul.breadcrumb li a span {
    }

    .categoryTitleText {
        position: relative;
        z-index: 10;
    }

    /**/
    .categoryContainer .ProductList.PlSc_hrz .ItemOrj {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .categoryContainer .ProductList.PlSc_2 .ItemOrj {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .categoryContainer .ProductList.PlSc_3 .ItemOrj {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .categoryContainer .ProductList.PlSc_4 .ItemOrj {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    body:not(.sepetimBody) .ItemOrj {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 6px;
    }

    .categoryContainer .ProductList {
        margin: 0;
        padding: 0 2px;
    }

    .categoryContainer .ProductListContent .productItem {
        margin-bottom: 16px;
    }

    .categoryContainer .ProductList.PlSc_5 {
        padding: 0 4px;
    }

    .categoryContainer .ProductList.PlSc_5 .ItemOrj {
        width: 25%;
        max-width: 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding: 0 4px;
    }

    .categoryContainer .ProductList.PlSc_5 .productItem .productFaMyEx {
        display: none;
    }

    .categoryContainer .ProductListContent .PlSc_5 .productItem {
        margin-bottom: 8px;
    }

    body #divSayfalamaUst {
        margin: 0 0 16px 0;
        width: 100%;
        max-width: 100%;
        padding-right: 16px
    }

    .categoryContainer .categoryName .ticiContainer2 .categorytexttop {
        max-width: 100%
    }

    .categoryContainer .categoryName {
        padding: 16px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent {
        margin-bottom: 0
    }

    /*urundetay*/
    body .lg-media-overlap .lg-toolbar {
        display: none;
    }

    #divTaksitAciklama {
        clear: left;
        float: left;
    }

    /*mobilicerik*/
    .detaySliderContainer {
        margin: 10px 0;
    }

    .sliderBannerContainer {
        margin: 10px 0;
    }

    /**/
    #mainHolder_divDesign .owl-carousel .owl-dots, .owl-carousel .owl-dots {
        bottom: 25px;
        margin: 0;
    }

    #mainHolder_divDesign [class*="t-pb-"] {
        margin: 0!important;
    }

    #mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-dots {
        display: none!important;
    }

    /**/
    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText {
        font-size: 30px;
        letter-spacing: 0.45px;
        line-height: 37px;
        height: 45px;
    }

    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 {
        margin: 0 0 45px 0;
        line-height: 20px;
        font-size: 16px;
    }

    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 span {
        line-height: 20px;
        font-size: 16px;
    }

    .sliderArea ul li .sliderBox .sliderBoxContent .sliderButton .sliderLink {
        line-height: 28px;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    /**/
    .selectSliderWrap {
        flex-direction: column;
        margin: 30px 0 0 0;
    }

    .selectSliderWrap .selectSliderAnime ul {
        display: none;
    }

    .selectSliderWrap .selectSliderAnime ul.owl-carousel {
        display: block;
    }

    .selectSliderDesc {
        width: 100%;
        padding: 0;
        align-items: center;
        box-shadow: none;
    }

    .selectSliderDesc .shadowArea {
        padding: 0;
        box-shadow: none;
        align-items: center;
    }

    .selectSliderDesc a {
        display: none;
    }

    .selectSliderDesc h2 {
        font-size: 13px;
        margin-bottom: 10px;
        font-weight: 300;
    }

    .selectSliderDesc h3 {
        font-size: 20px;
        letter-spacing: 1.5px;
        margin: 0 0 5px ;
    }

    .selectSliderAnime {
        width: 100%;
    }

    .selectSliderAnime .owl-carousel.owl-drag .owl-item li a {
        padding: 45px 15px;
    }

    .selectSliderAnime .owl-carousel.owl-drag .owl-item li a img {
    }

    .selectSliderAnime .owl-carousel.owl-drag .owl-item li a .sliderAnimeContent span {
        font-size: 20px;
    }

    .selectSliderAnime .owl-carousel.owl-drag .owl-item li a .sliderAnimeContent span:after {
        bottom: 0;
    }

    .selectSliderAnime .owl-carousel.owl-drag .owl-item.center li a .sliderAnimeContent {
        bottom: 50px;
    }

    /**/
    .bannerContainer {
        flex-direction: column;
        margin: 0
    }

    .bannerContainer .bannerBox a .bannerContent {
        left: 30px;
        text-align: left;
    }

    .bannerContainer .bannerBox a .bannerContent .bannerTitle {
        letter-spacing: 0;
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .bannerContainer .bannerBox {
        margin: 0 0 3px;
    }

    /**/
    .tekBannerContainer .tekBannerBox .tekBannerContent {
        left: 15px;
        text-align: left;
        bottom: 30px;
    }

    .tekBannerContainer .tekBannerBox .tekBannerContent .bannerTitle {
        letter-spacing: 0;
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .tekBannerContainer .tekBannerBox .tekBannerContent .bannerTitleH {
        font-weight: 900;
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 15px 0;
        letter-spacing: 1px;
    }

    .tekBannerContainer .tekBannerBox .tekBannerContent .bannerLink a {
        line-height: 28px;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.5px;
        border: 1px solid #FFFFFF
    }

    /**/
    .blogContainer {
        margin: 0;
    }

    .blogContainer .blogTitle {
        margin: 30px 0 0 0;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: .9px;
    }

    .blogContainer .blogArea .owl-carousel.owl-drag .owl-item li .blogContent {
        text-align: left;
        padding: 30px 0;
        opacity: 0;
    }

    .blogContainer .blogArea .owl-carousel.owl-drag .owl-item.center li .blogContent {
        opacity: 1;
    }

    .blogContainer .blogArea .owl-carousel.owl-drag .owl-item.center li .blogBox {
        padding: 0;
        margin: 20px 0;
    }

    .blogContainer .blogArea .owl-carousel.owl-drag .owl-item.center li .blogBox img {
        box-shadow: 0 0 25px #00000080;
    }

    .blogContainer .blogArea .owl-carousel.owl-drag .owl-item li .blogBox {
        float: left;
        padding: 50px 15px;
    }

    /**/
    .instaContainer .miniProductCardContainer.card3 {
        right: 40px !important;
        bottom: 55px !important;
    }

    .miniProductCardContainer .pointArea .mini-product-card {
        max-width: 110px;
        width: 110px;
        left: 0;
        top: 21px;
        margin-left: -40px;
    }

    .miniProductCardContainer .pointArea .mini-product-card .product-card-img {
        display: none;
    }

    .miniProductCardContainer .pointArea .mini-product-card .product-cart-text {
        width: 100%;
        padding: 5px
    }

    .miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-name {
        font-size: 12px;
        line-height: 15px;
    }

    .miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-payment {
        margin: 0;
        font-size: 12px;
        line-height: 15px;
        display: none;
    }

    .miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-button {
        text-align: center;
    }

    .miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-button a {
        float: none;
        font-size: 12px;
    }

    .instaContainer .instaArea .instaBlok .instaBox:last-child .miniProductCardContainer .pointArea .mini-product-card {
        right: 0;
    }

    body .miniCartRigth, body .miniCartGiftCodeContent {
        width: 100% !important;
    }

    /**/
    .instaContainer {
        padding: 0 15px;
        max-width: unset;
    }

    .instaContainer .instaArea .instaBlok {
        grid-template-columns: 50% 50%;
        gap: 5px;
    }

    .instaContainer .instaArea .instaBlok .instaBox {
        padding: 0;
    }

    .instaContainer .instaArea .instaBlok .instaBox .instaBoxName {
        display: none;
    }

    .instaContainerPage .instaContainer .instaArea .instaBlok {
        gap: 3px;
        overflow: hidden;
    }

    .instaContainerPage .instaContainer .instaArea .instaBlok .instaBox {
    }

    .instaContainerPage .instaContainer .instaTop .instaTitle {
        font-weight: 500;
        line-height: 30px;
        font-size: 25px;
        letter-spacing: 1.25px;
        margin: 20px 0 10px 0;
    }

    .instaContainerPage .instaContainer .instaTop .instaContent {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.6px;
        padding: 0 15px;
    }

    body #mainHolder_divDesign .instaContainer .instaArea .owl-carousel .owl-dots {
        margin: 30px 0 0 0;
    }

    .instaContainer .instaTop {
        margin: 0;
    }

    .instaContainer .instaTop .instaTitle {
        margin: 0 0 5px 0;
        font-weight: 500;
        line-height: 20px;
        font-size: 18px;
        letter-spacing: 0.9px;
    }

    .instaContainer .instaTop .instaContent {
        font-weight: 300;
        line-height: 20px;
        font-size: 16px;
        padding: 0 50px;
    }

    /**/
    body .productItem .productList-Image-Owl .owl-nav {
        display: none !important
    }

    .productDetailTop {
        flex-direction: column;
        justify-content: flex-start;
        gap: 4px;
        margin-bottom: 10px
    }

    .productDetailLeft {
        width: 100%;
    }

    .productDetailRight {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .productItem .productName a {
        height: 14px;
        font-size: 12px;
        line-height: 14px;
    }

    .productItem .productPrice {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .productItem .discountPrice span {
        font-size: 12px;
        line-height: 15px
    }

    .productItem .regularPrice span {
        font-size: 10px;
        line-height: 15px
    }

    .boxUrunlerContent {
        margin: 0 0 10px 0;
        padding: 1px 0;
        display: flex;
        display: none !important
    }

    .boxUrunlerContainer>div {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin: 2px 6px 2px 0
    }

    .boxUrunlerContent .BoxLength {
        font-size: 10px;
        line-height: 10px;
        height: 10px;
        font-weight: 300;
    }

    .ozelAlan5, #divOzelAlan5 {
        font-size: 10px;
        line-height: 12px;
        float: left;
        clear: left;
    }

    .productFaMyEx .newIcon {
        width: 39px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }

    .productFaMyEx .discountIcon {
        width: 39px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }

    .productItem .productIcon .favori {
        display: none;
    }

    .productItem .favori a {
        width: 12px
    }

    .productItem .favori a:before {
        font-size: 12px
    }

    .productItem .favori {
        top: 8px;
        right: 8px;
    }

    .boxBedenlerContent .boxBedenlerContainer {
        gap: 10px;
    }

    .pageNumberBottom {
        margin: 20px 0 30px;
    }

    /**/
    .categoryTopContainer .categoryArea {
        padding: 30px 0;
    }

    .categoryTopContainer .categoryTitle {
        font-size: 15px;
        letter-spacing: 0.75px;
        margin: 0 0 15px 0;
    }

    .categoryTopContainer.categoryTemplate1 .categoryAlt ul {
        justify-content: space-between;
        width: 100%;
        overflow: auto;
        padding-bottom: 10px;
    }

    .categoryTopContainer.categoryTemplate1 .categoryAlt ul li {
        min-width: 15%;
    }

    .categoryTopContainer.categoryTemplate1 .categoryAlt ul li a {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.6px;
    }

    .categoryTopContainer.categoryTemplate2 .categoryTitle {
        margin: 0 0 5px 0;
    }

    .categoryTopContainer.categoryTemplate2 .categoryTitle2 {
        width: unset;
        margin: 0 30px;
        letter-spacing: 0.5px;
        font-size: 10px;
        font-weight: 300;
        line-height: 14px;
    }

    .categoryTopContainer.categoryTemplate3 .categoryTitle {
        margin: 0 0 5px 0;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox {
        padding: 10px 0;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea {
        margin: 0;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea ul .owl-stage {
        padding-left: 0!important;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea ul li a p {
        margin: 10px 0 0 0;
        color: #000;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.6px;
    }

    .categoryArea .owl-carousel .owl-nav .ProductListprev, .categoryArea .owl-carousel .owl-nav .ProductListnext {
        display: flex;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderContent {
        margin: 0;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderContent .categoryTitle2 {
        letter-spacing: 0.5px;
        font-size: 10px;
        font-weight: 300;
        line-height: 14px;
        text-align: left;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderContent .categoryTitle2 span {
        margin: 0 5px;
        width: unset;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea {
    }

    .categoryArea .owl-carousel .owl-nav {
        display: block!important;
    }

    .categoryArea .owl-carousel .owl-nav .ProductListprev {
        left: 0;
    }

    .categoryArea .owl-carousel .owl-nav .ProductListnext {
        right: 0;
    }

    .categoryArea .owl-carousel .owl-nav .ProductListnext:before, .categoryArea .owl-carousel .owl-nav .ProductListprev:before {
        font-size: 18px;
    }

    /**/
    #divMobileImageList .owl-dots .owl-dot {
        background: #FFFFFF8F!important;
        width: 6px!important;
        height: 6px!important;
    }

    #divMobileImageList .owl-dots .owl-dot.active {
        background: #FFFFFF!important;
    }

    #divMobileImageList .owl-dots .owl-dot span {
        border: none
    }

    .color-red {
        color: #D11B1B!important;
    }

    .urunAciklamaContainer {
        padding: 0 10px;
        margin: 0;
    }

    .urunOzellikContainer {
        padding: 0 10px;
        margin: 0;
    }

    .urunAciklamaContainer .urunAciklamaArea {
        flex-direction: column;
    }

    .urunAciklamaContainer .urunAciklamaArea .titleH {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 15px;
        position: relative;
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft {
        width: 100%;
        margin-bottom: 10px;
    }

    .urunAciklamaRight {
        width: 100%;
        margin-bottom: 10px;
    }

    .urunTabAlt {
        max-width: unset;
        margin: 0;
        float: left;
        width: 100%;
    }

    .urunOzellikContainer .urunOzellikBox .urunOzellikBottom, .urunAciklamaRight .content {
        font-weight: 300;
    }

    #divTabYorumlar .urunTabAlt {
        padding: 16px;
    }

    body .fancybox-close {
        right: 5px;
        top: 5px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1 {
        margin: 0 0 24px;
    }

    #divUrunEkSecenek .eksecenekLine .right_line .size_box {
        font-size: 13px
    }

    /**/
    .TopDet {
        padding: 0;
    }

    .leftImage.first-active:after {
        content: "";
        background: #00000000 linear-gradient(0deg, #ffffff 0%, #54545400 100%) 0% 0% no-repeat padding-box;
        position: absolute;
        bottom: 0;
        height: 100px;
        left: 0;
        right: 0;
        opacity: .5;
        transition: all .3s ease-in-out;
        z-index: 3;
    }

    .leftImage {
        width: 100%;
    }

    .RightDetail {
        width: 100%;
        padding: 24px 16px;
    }

    .leftImage > .BedenTablosuImage {
        display: none;
    }

    .leftImage.first-active > .BedenTablosuImage {
        display: flex;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold, .JKatAdi .bold {
        text-align: center;
    }

    .detaySliderContainer#aksesuarlarContent {
        margin: 0 -16px;
        width: calc(100% + 32px)
    }

    .ProductDetailMainRow #divIlgiliUrunler, .ProductDetailMainRow #divBenzerUrun {
        padding: 0 16px;
    }

    /**/
    .detayBottomCont {
        top: unset;
        bottom: 0;
        padding: 16px;
    }

    .detayBottomCont .detayBottom {
        padding: 0;
        justify-content: space-between;
    }

    .detayBottom .urunPrice {
        width: unset;
        margin: 0;
    }

    .detayBottom .urunPrice #divIndirimliFiyat .IndirimliFiyatContent {
        margin: 5px 0 0 0;
    }

    .detayBottom .urunPrice #divIndirimliFiyat {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        margin-left: 0;
    }

    .detayBottomCont .detayBottomLeft {
        width: 50%;
        display: block;
        flex-grow: 1
    }

    .detayBottomCont .detayBottomLeft .urunImg {
        display: none!important;
    }

    .detayBottomCont .detayBottomLeft .urunTitle {
        display: none!important;
    }

    .detayBottomCont .detayBottomLeft .varyasyonInfo {
        margin: 5px 0 0;
    }

    .detayBottomCont .detayBottomRight {
        width: 50%;
        max-width: 172px
    }

    .detayBottomCont .detayBottomRight .urunButton {
        width: 100%;
    }

    .detayBottomCont .detayBottomRight .kombinButton {
        width: 100%;
    }

    body:not(.kombinUrunVar) .detayBottomCont .detayBottomRight .kombinButton {
        display: none;
    }

    .detayBottomCont .KombinTopluSatinAlimBtn {
        display: none;
    }

    /**/
    body.kombinUrunVar .KombinTopluSatinAlimBtn {
        width: 100%;
    }

    body.kombinUrunVar .kombinUrunInfo {
        margin: 0 0 30px 0;
        text-align: center;
    }

    body.kombinUrunVar #divSatinAl {
        margin: 0;
    }

    body.kombinUrunVar .RightDetail .BottomList {
        margin: 30px 0 0 0;
    }

    body.kombinUrunVar .urunButton {
        display: none!important;
    }

    body.kombinUrunVar .detayBottomCont .KombinTopluSatinAlimBtn {
        display: block;
    }

    .kombinContent ul li.kombinToplamTutar div span {
        font-size: 12px;
        margin: 5px 0 0 0;
    }

    .kombinContent ul li.kombinToplamTutar div span.title {
        font-size: 12px!important;
        margin: 0!important;
        line-height: 15px;
        color: #000;
        font-weight: 400;
        white-space: unset;
        height: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .kombinFormline .kombinright_line {
        font-size: 12px;
        font-weight: 400;
    }

    #divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divFiyatAlanlari {
        text-align: right;
    }

    #divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divFiyatAlanlari .kombinFiyat1 {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    #divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divFiyatAlanlari .kombinFiyat2 {
        font-size: 12px;
        line-height: 15px;
        height: unset;
    }

    #divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinIndirimOrani span strong {
        font-size: 12px;
        margin: 0;
    }

    #divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinIndirimOrani > span {
        font-size: 12px;
        margin: 0;
    }

    #divUrunDetayKombin #kombinUrunler .kombinright_line a {
        min-width: 20px;
        min-height: 20px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        color: #000;
        margin-right: 5px;
    }

    #divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin .button {
    }

    /**/
    body.UyeGiris .userContainer {
        margin: 0;
        padding: 0 20px;
    }

    body.UyeGiris .userDivRow {
        max-width: unset;
        flex-direction: column;
    }

    body.UyeGiris .userContainer .userLeftBox, body.UyeGiris .userContainer .userRightBox {
        box-shadow: unset;
        border: unset;
    }

    .userContainer .userDivLeft, .userContainer .uyeDegilsenUyeOl, .userContainer .userDivRight {
        width: 100%;
    }

    body.HesabimTakip .hesabimBolumuTutucu {
        padding: 0 10px;
        margin: 0;
    }

    body.HesabimTakip .sagIcerikTutucu {
        padding: 0;
    }

    body .sagIcerikTutucu {
        width: 100%!important;
        padding: 0!important;
    }

    body.HesabimTakip .ticiContainer {
        margin: 0;
    }

    /**/
    #bedenTablosu .bedenTablosuContainer {
        padding: 30px 10px;
    }

    #bedenTablosu .bedenTabloImg {
        padding: 10px 10px 0;
        width: 100%;
    }

    #bedenTablosu .BedenTablosuRight {
        padding: 10px;
        width: 100%;
    }

    #bedenTablosu .bedenTablosuContainer .bedenTabloArea.d-none-m {
        display: block!important;
    }

    #bedenTablosu .bedenTablosuContainer .bedenTabloArea.d-none-d {
        display: none!important;
    }

    #bedenTablosu .bedenTablosuContainer th, #bedenTablosu .bedenTablosuContainer td {
        font-size: 12px;
    }

    #bedenTablosu .bedenTablosuContainer tr th:first-child, #bedenTablosu .bedenTablosuContainer tr td:first-child {
        padding: 0 0 0 5px;
    }

    #bedenTablosu .bedenTablosuContainer .bedenTabloArea .titleH {
        float: left;
        width: 100%;
        text-align: left;
        color: #000000;
        font-weight: 500;
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px;
        border: 1px solid #D7D7D8;
        border-bottom: none;
        background: #F5F5F5;
        margin: 0;
    }

    .bedenTab {
        float: left;
        position: relative;
        width: 100%;
        border: 1px solid #D7D7D8;
    }

    .bedenTab > span {
        font-size: 18.09px;
        font-weight: 500;
        text-decoration: underline;
        color: #231f20;
    }

    .bedenTab >ul {
        float: left;
        width: 100%;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .bedenTab >ul > li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #D7D7D8;
    }

    .bedenTab >ul > li:nth-child(2n) {
        background: #F5F5F5;
    }

    .bedenTab >ul > li:last-child {
        border-bottom: none;
    }

    .bedenTab >ul > li > a {
        float: left;
        width: 100%;
        text-align: left;
        color: #000000;
        font-weight: 400;
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px;
    }

    .bedenTab >ul > li > p {
        float: left;
        width: 100%;
        text-align: left;
        color: #58595b;
        font-size: 18.09px;
        font-weight: 500;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #f3fafd;
        margin: 20px 0 10px 0px;
        padding: 0 30px 0 20px;
        font-family: 'Montserrat';
    }

    .bedenTab >ul > li > a:after {
        content: '\f077';
        font-family: 'FontAwesome';
        font-weight: 400;
        font-size: 12px;
        color: #8F8F8F;
        float: right;
    }

    .bedenTab >ul > li.active > a:after {
        content: '\f078';
    }

    .bedenTab >ul > li.active a {
        border-bottom: none;
    }

    .bedenTab >ul > li.active .bedenTabPanel {
        display: block!important;
        float: left;
        width: 100%;
    }

    .bedenTab >ul > li.active .bedenTabPanel .bedenBox {
        float: left;
        width: 100%;
        line-height: 40px;
        padding: 0 15px;
        border-top: 1px solid #D7D7D8;
    }

    .bedenTab >ul > li.active .bedenTabPanel .bedenBox .bedenInfo {
        float: left;
        width: 30%;
        font-size: 15px;
        font-weight: 500;
    }

    .bedenTab >ul > li.active .bedenTabPanel .bedenBox .olcuInfo {
        float: left;
        width: 70%;
        font-size: 14px;
        font-weight: 400;
    }

    /**/
    .urunAciklamaContainer .urunAciklamaArea .content {
        height: auto;
        transition: ease-in-out .2s all;
        float: left;
        width: 100%;
        padding: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaRight.active .content {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft.active .content {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaRight.active .content {
        height: auto;
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft.active .content {
        height: auto;
    }

    .urunAciklamaContainer .urunAciklamaArea .titleH:after {
        content: "\f078";
        font-family: 'FontAwesome';
        display: none;
        color: #7b7a7a;
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 0px;
        z-index: 2;
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft.active .titleH:after {
        content: "\f077";
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaRight.active .titleH:after {
        content: "\f077";
    }

    /**/
    #mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-nav {
        display: none;
    }

    .d-none-d {
        display: block!important;
        width: 100%;
    }

    .tekBannerImg img {
        padding: 0!important;
    }

    .d-none-m {
        display: none!important;
    }

    /**/
    body #headerNew #top-bar .headerContainer, body #headerNew .header-main .headerContainer {
        padding: 0 12px !important;
    }

    body {
        padding-top: 0;
    }

    body.HomeBody {
        padding-top: 0!important;
    }

    .htopCenter {
        padding: 0;
    }

    .htopCenter ul li a {
        font-size: 10.5px;
    }

    body #headerNew .header-main {
        padding: 12px 0;
    }

    body #headerNew .header-main .header-nav.nav-right {
        gap: 15px;
    }

    .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .header-favori-item a.favori-link svg {
        filter: inherit;
    }

    .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) #hb-logo img {
        filter: brightness(0) invert(1);
    }

    .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) #hb-logo svg {
        filter: brightness(0) invert(1);
    }

    .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .newMenuBtnClick a .svgIcon svg {
        filter: brightness(0) invert(1);
    }

    .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .mobile-search-item .svgIcon svg.mobilsearch {
        filter: brightness(0) invert(1);
    }

    .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .header-favori-item a.favori-link.headerButon .svgIcon svg {
        filter: brightness(0) invert(1);
    }

    .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .mobile-user-item .account-link .svgIcon svg {
        filter: brightness(0) invert(1);
    }

    .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .mobile-cart-item .svgIcon svg {
        filter: brightness(0) invert(1);
    }

    .HomeBody:not(.menuactive) #headerNew:not(:hover, .fixed, .footerHeader) .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {
        color: #fff;
    }

    body #headerNew .mobile-search-item .svgIcon svg {
        display: none;
    }

    body #headerNew .mobile-search-item .svgIcon svg.mobilsearch {
        display: inline-block;
    }

    body #headerNew .newSearcBtnClick a .svgIcon svg {
        width: 18px;
    }

    body #headerNew .newMenuBtnClick a .svgIcon svg {
        width: 18px;
    }

    body #headerNew .mobile-user-item .account-link .svgIcon svg {
        width: 15px;
    }

    body #headerNew .mobile-cart-item .svgIcon svg {
        width: 17px;
    }

    body #headerNew .header-favori-item a.favori-link.headerButon .svgIcon svg {
        width: 16px;
    }

    body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {
        top: -10px;
        left: -8px;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav {
        width: 100%;
    }

    /**/
    .new-banner-design ul {
        flex-wrap: wrap;
    }

    .new-banner-design .homeScrollSection > ul {
        flex-wrap: wrap;
    }

    .new-banner-design ul li a .banner-content {
        left: 16px;
        bottom: 16px;
    }

    .new-banner-design ul li a .banner-content .banner-title {
        font-size: 18px;
    }

    .new-banner-design ul li a .banner-content .banner-link {
        font-size: 11px;
        margin-top: 5px;
    }

    .new-banner-design ul li a .banner-content-center small {
        font-size: 12px;
        font-weight: 300;
        margin-top: 5px;
    }

    .new-banner-design ul li a .banner-content-center .banner-title {
        font-size: 15px;
        font-weight: 400;
    }

    .new-banner-design ul li a .banner-content-bottom {
        bottom: 100px;
        row-gap: 30px;
    }

    .new-banner-design ul li a .banner-content-bottom .banner-button {
        font-size: 12px;
        font-weight: 300;
        padding: 0 25px;
        line-height: 30px;
    }

    .new-banner-design ul li a .banner-content-bottom small {
        font-size: 10px;
    }

    .new-banner-design ul li a .banner-img img {
        width: 100%;
        height: auto;
        object-fit: initial;
    }

    /**/
    .banner-style-new {
        bottom: 23%
    }

    .banner-style-new .banner-text {
        line-height: 1.43!important
    }

    .banner-style-new .banner-title {
        font-size: 15px!important;
        line-height: 1.33!important;
        font-weight: 450!important
    }

    .banner-style-new .banner-category .box a {
        font-size: 13px!important;
        font-weight: 350!important
    }

    .sliderArea {
        margin: 0 0 4px;
    }

    .instaContainer .instaArea .instaBlok {
        gap: 0;
    }

    .miniProductCardContainer .pointArea .point {
        width: 23px;
        height: 23px;
        line-height: 23px;
    }

    .instaContainer .instaBottom .instaLink a {
        font-size: 12px;
    }

    .instaContainer .instaBottom {
        margin: 5px;
    }

    /**/
    body .footerTemp .footerTempContainer {
        max-width: 100%!important;
    }

    body .footerTemp .ebultenDivTemp {
        max-width: 100%;
    }

    body .footerTemp .permissionDiv {
        margin-top: 16px;
        padding-right: 0;
    }

    body .footerTemp .permissionDiv .permission-html {
        font-size: 11px;
    }

    body .footerTemp .footerMenul {
        border-bottom: 1px solid #0A09091A;
        padding: 11px 0;
        text-align: left;
    }

    body .footerTemp .footerMenul .footerMenuAlt {
        margin-top: 15px;
    }

    body .footerTemp .elementor-column:has(.ebultenDivTemp) {
        border-bottom: 1px solid #0A09091A;
        flex: inherit;
    }

    body .footerTemp section.verticalalign .footerTempRow {
        align-items: center;
        flex-direction: row !important;
        justify-content: space-between;
        gap: 10px;
    }

    body .footerTemp section.verticalalign .footerTempRow .elementor-column {
        width: auto
    }

    body .footerTemp .footerlogoblock .mobilTicimaxLogo img, body .footerTemp .footerlogoblock .mobilTicimaxLogo svg {
        width: 40px !important
    }

    /**/
    body .miniCartRigthHeader {
        padding-top: 30px;
    }

    body .miniCartRigthScroll {
        padding-top: 75px;
    }

    body.UyeGiris .userDivRow {
        max-width: 100%;
    }

    .sepetimBody #cbMesafeliSatisSozlesme {
        margin-top: 7px;
    }

    .siparisTakipSayfasi .siparisTakipSagBolum, .siparisTakipSayfasi .siparisTakipSolBolum {
        width: 100% !important
    }

    .musteriUrunGorselContainer .musteriUrunGorselArea .leftArea {
        flex-wrap: wrap;
    }

    .musteriUrunGorselContainer .musteriUrunGorselArea .leftArea .imgBox {
        width: 100%;
        padding: 0;
    }

    .musteriUrunGorselArea .owl-nav {
        left: 10px;
        right: 10px;
    }

    #mainHolder_divDesign section.stagepadding .hazirBlokContent > .txrow:not(.owl-carousel) {
        display: none;
    }

    .boxBedenlerContent .boxBedenlerContainer >div .boxBedenler {
        font-size: 12px;
        line-height: 14px
    }

    /*.leftImage .mobileImageSlider .owl-item:not(.active),
    .leftImage .mobileImageSlider:not(.owl-carousel) .lightItem{height:0;display:none;}*/
    .leftImage .mobileImageSlider:not(.owl-carousel) a.lightItem:not(:first-child) {
        display: none;
    }

    .leftImage .mobileImageSlider.owl-carousel a.lightItem {
        display: block;
    }

    /**/
    body.ProductBody .categoryTitle {
        padding-right: 16px;
        padding-left: 16px
    }

    .SayfaIcerik .ticiContainer {
        padding-right: 16px;
        padding-left: 16px
    }

    .ticiContainer.productDetailContainer {
        padding-right: 16px;
        padding-left: 16px
    }

    #mainHolder_divDesign section.gap5 > .hazirBlokContent > .txrow {
        gap: 0;
        flex-wrap: wrap;
    }

    #mainHolder_divDesign section.gap5 > .hazirBlokContent > .txrow > .txcol-12 {
        padding: 0 !important;
        margin-bottom: 0 !important
    }

    #mainHolder_divDesign section.gap5 .bannerWrapper.blokTypeBackround .bannerDescriptionWrapper {
        padding: 25px;
    }

    #mainHolder_divDesign .bannerWrapper .bannerDescriptionWrapper .bannerButton {
        font-size: 12px
    }

    #mainHolder_divDesign .bannerWrapper .bannerDescriptionWrapper .bannerTitle {
        font-size: 20px
    }

    #mainHolder_divDesign section.homeslidebanner .bannerWrapper.blokTypeBackround .bannerDescriptionWrapper {
        padding: 40px 25px;
    }

    #mainHolder_divDesign section.homeslidebanner .bannerWrapper .bannerDescriptionWrapper .bannerTitle {
        font-size: 18px;
    }

    #mainHolder_divDesign section.homeslidebanner .bannerWrapper .bannerDescriptionWrapper .bannerButton {
        font-size: 10px;
    }

    #mainHolder_divDesign section.stagepadding .hazirBlokContent, #mainHolder_divDesign section.stagepadding2 .hazirBlokContent {
        padding-left: 22px !important
    }

    #mainHolder_divDesign section.stagepadding .owl-carousel .owl-stage, #mainHolder_divDesign section.stagepadding2 .owl-carousel .owl-stage {
        padding-left: 0 !important
    }

    #mainHolder_divDesign section.stagepadding2 > .hazirBlokContent .JKatAdi .satir1 {
        padding: 0 !important;
    }

    #mainHolder_divDesign section.stagepadding2 > .hazirBlokContent .JKatAdi .bold {
        text-align: left;
    }

    #mainHolder_divDesign section.stagepadding2 > .hazirBlokContent .JKatAdi a {
        font-size: 12px
    }

    body #mainHolder_divDesign .ticiContainer {
        padding: 0 16px !important;
    }

    body #mainHolder_divDesign .ticiContainer.hazirBlokContent .txrow .txcol-sm {
        padding: 0 !important;
    }

    body #mainHolder_divDesign .hazirBlokContent .txrow .txcol-12 {
        padding: 0 !important;
    }

    body #mainHolder_divDesign .t-vw-9 .hazirBlokContent .txcol-sm-12 {
        padding: 0 !important;
    }

    body #mainHolder_divDesign [class*="t-pb-"] {
        margin-bottom: 30px!important;
    }

    /*slider1ozel*/
    /*
    #mainHolder_divDesign section.homeslidebanner .owl-stage > .owl-item:first-child .bannerWrapper.blokTypeBackround .bannerDescriptionWrapper{    justify-content: center;}
    #mainHolder_divDesign section.homeslidebanner .owl-stage > .owl-item:first-child .bannerWrapper .bannerDescriptionWrapper .bannerTitle{font-size: 35px; margin: 0 0 5px;}
    #mainHolder_divDesign section.homeslidebanner .owl-stage > .owl-item:first-child .bannerWrapper .bannerDescriptionWrapper .bannerSubTitle{font-size: 18px; font-weight: 400; margin-bottom: 5px; position: static;}
    #mainHolder_divDesign section.homeslidebanner .owl-stage > .owl-item:first-child .bannerWrapper .bannerDescriptionWrapper .bannerDesc{position:absolute;bottom:10px;}
    */
    /*slider1ozel*/
}

@media only screen and (max-width: 481px) {
    .sliderArea {
        min-height:360px;
        margin: 0 0 3px;
    }

    body ul.breadcrumb {
        height: 45px;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 360px) {
    .sliderArea {
        min-height:360px;
    }

    body .mobilFilterOpenBtn, body .mobilFilterOpenBtn .button {
        padding-right: 10px
    }

    body #divSayfalamaUst .blockSelect a {
        margin-left: 0;
        padding: 0 5px;
    }

    body #divSayfalamaUst.Slct .brandlistselection, body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
        width: 95px
    }

    #divSayfalamaUst .filterBlock {
        width: calc(100% - 95px);
    }
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .site-nav ul {
        list-style: none;
    }

    .site-nav {
        position: fixed;
        top: 78px;
        left: -100%;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        transition: .3s;
        z-index: 9999999999;
        display: block;
    }

    .site-nav.Show {
        left: 0;
    }

    .SayacAktif .site-nav {
        top: 140px;
    }

    .site-nav .nav-head {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px 0 0 0;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background-color: #fff;
    }

    .site-nav .nav-head .item .goHome {
        padding: 2px 10px 2px 15px;
        position: relative;
        color: #404040;
        float: left;
    }

    .site-nav .nav-head .item.Center {
        flex: auto;
        font-size: 0;
    }

    .site-nav .nav-head .item.Center .searchContent {
        display: block;
        margin: 0;
        z-index: 1;
        padding: 0;
        background: transparent;
        opacity: 1;
        border-top: none;
        position: unset;
        overflow: inherit;
    }

    .site-nav .nav-head .item.Center .searchContent #txtbxArama {
        background: #eee;
        border-color: #eee;
        border-radius: 5px;
    }

    .site-nav .nav-head .item.Center .searchContent .ui-widget.ui-widget-content {
        min-width: initial;
        width: 100%;
    }

    .site-nav .nav-head .item.Center .searchContent .ui-menu .ui-menu-item .complate_image {
        display: none !important;
    }

    .site-nav .nav-head .item.Center .searchContent #btnKelimeAra {
        color: #000;
        display: none;
    }

    .site-nav .nav-head .item .CloseNav {
        padding: 15px;
        font-size: 20px;
    }

    .site-nav > .goHomeBtn {
        float: left;
        width: 100%;
        padding: 0 15px;
        margin: 20px 0 10px 0;
    }

    .site-nav > .goHomeBtn a {
        float: left;
        width: 100%;
        background: #eee;
        border-radius: 0;
        color: #000000;
        font-size: 14px;
        position: relative;
        padding: 10px 20px;
        font-weight: 800;
        text-transform: uppercase;
        overflow: hidden;
    }

    .site-nav > .goHomeBtn a img {
        position: absolute;
        right: 15px;
        top: 7px;
    }

    .site-nav > .nav-body {
        height: 100%;
        overflow-y: auto;
        float: left;
        width: 100%;
        padding: 7px 5px 25px
    }

    .site-nav > .nav-body .nav-banner {
        display: block;
        position: relative;
        margin-bottom: 3px;
    }

    .site-nav > .nav-body .nav-banner img {
        width: 100%;
    }

    .site-nav > .nav-body .nav-banner span {
        position: absolute;
        bottom: 15px;
        left: 10px;
        color: #FFF;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.9px;
    }

    .site-nav > .nav-body > .nav-list {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .site-nav > .nav-body > .nav-list > .nav-item {
        margin-bottom: 3px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item > .navCard:not(.nav-banner) {
        background-color: #fff;
        height: 90px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: calc(100% - 10px);
        display: -webkit-flex;
        display: flex;
        align-items: end;
        font-weight: 400;
        padding: 0 0 15px 10px;
        color: #000000;
        font-size: 18px;
        letter-spacing: 0.9px;
        position: relative;
        border-radius: 5px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item > .navCard img:not(.nav-banner img) {
        position: absolute;
        right: 30px;
        max-width: 100%;
        max-height: 100%;
        bottom: 0;
        margin: auto;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav {
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        background-color: #fff;
        z-index: 12;
        padding-top: 50px;
        transition: .3s;
        width: 100%;
    }

    .site-nav > .nav-body > .nav-list > .nav-item.ActiveSubNav .sub-nav {
        left: 0;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid #D7D7D8;
        background-color: #fff;
        z-index: 2;
        padding: 0 15px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .BackNav {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        color: #000;
        font-size: 14px;
        font-weight: 300;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .BackNav > span {
        font-size: 15px;
        margin-right: 10px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .BackNav > i {
        font-size: 14px;
        margin-right: 10px;
        font-weight: 300;
        font-family: 'FontAwesome';
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .CloseNav {
        padding: 0;
        font-size: 20px;
        line-height: 50px;
        width: 25px;
        text-align: center;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .CloseNav i {
        font-weight: 300;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .CategoryName {
        float: left;
        width: 100px;
        padding: 15px 15px 0;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        line-height: 20px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-list {
        margin: 0;
        padding: 15px 30px 30px;
        float: left;
        width: 100%;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-list .sub-nav-item {
        float: left;
        width: 100%;
        font-size: 14px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-list .sub-nav-item .subNavCard {
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 300;
        height: 40px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-list .sub-nav-item.ulVar .subNavCard:after {
        content: "\f054";
        font-family: 'FontAwesome';
        color: #000000;
        font-weight: 300;
        font-size: 13px;
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content {
        height: 100%;
        overflow-y: auto;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryName {
        float: left;
        width: 100%;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryName a {
        height: 58px;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding: 10px 15px;
        font-weight: 800;
        border-top: 1px solid #eee;
        background-color: #f1f1f1;
        font-size: 16px;
        color: #000000;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList {
        padding: 0 15px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList > .Link {
        position: relative;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        width: 100%;
        color: #000;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 25px;
        border-bottom: 1px solid #eee;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList > .Link > .Cover {
        width: 43px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 17px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList > .Link::after {
        content: "\f054";
        font-family: 'FontAwesome';
        color: #000000;
        font-size: 13px;
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
    }

    .site-nav > .nav-body > .nav-footer {
        float: left;
        width: 100%;
        padding: 60px 10px 0;
        margin-top: 45px;
        border-top: 1px solid #D7D7D8;
    }

    .site-nav > .nav-body > .nav-footer > .Area {
        float: none;
        background: transparent;
        width: auto;
        padding: 0;
        margin: 0;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .T {
        background-color: #eee;
        color: #000000;
        font-weight: 800;
        padding: 11px 15px;
        font-size: 14px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content {
        padding: 10px 0;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item.navCtrl > .column {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item.navCtrl > .column img {
        font-size: 20px;
        margin-right: 10px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item > .column:first-child {
        flex: auto;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item > .column > .control {
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item > .column > .control a {
        color: #000000;
        font-weight: 300;
        font-size: 14px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item > .column > .control > .Or {
        width: 1px;
        height: 16px;
        background-color: #999999;
        display: inline-block;
        margin: 0 4px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item > .column > .Link {
        width: 100%;
        padding: 0;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        color: #000000;
        font-weight: 300;
        font-size: 14px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item > .column > .Link > span {
        font-size: 20px;
        margin-right: 10px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item > .column > .Link > img {
        font-size: 20px;
        margin-right: 10px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .column {
        float: left;
        width: 100%;
        padding: 10px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .column > .Contant-Link {
        float: left;
        width: 100%;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .column > .Contant-Link > img {
        float: left;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .column > .Contant-Link > span {
        float: left;
        font-size: 13px;
        color: #000;
        margin-left: 10px;
        line-height: 20px;
        font-weight: 400;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .column > .Contant-Link > p {
        display: block;
        width: 100%;
        float: left;
        font-size: 24px;
        color: #000000;
        margin: 0 0 10px 0;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .social-list {
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .social-list > .social-link {
        display: inline-block;
        font-size: 21px;
        color: #000;
        padding: 0 7px;
    }

    .site-nav > .nav-body > .category-nav {
        float: left;
        width: 100%;
        margin-top: 10px;
        padding: 0 10px;
        max-width: 100%;
    }

    .site-nav > .nav-body > .category-nav .nav-list {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0 0 5px 0;
    }

    .site-nav > .nav-body > .category-nav .nav-list .nav-item {
        float: left;
        width: 100%;
    }

    .site-nav > .nav-body > .category-nav .nav-list .nav-item .navCard {
        float: left;
        width: 100%;
        padding: 0;
    }

    .site-nav > .nav-body > .category-nav .nav-list .nav-item .navCard .navCardLeft {
        float: left;
        width: 50%;
    }

    .site-nav > .nav-body > .category-nav .nav-list .nav-item .navCard .navCardLeft strong {
        float: left;
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.9pt;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .site-nav > .nav-body > .category-nav .nav-list .nav-item .navCard .navCardLeft span {
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.6pt;
        line-height: 15px;
    }

    .site-nav > .nav-body > .category-nav .nav-list .nav-item .navCard .navCardRight {
        float: right;
        width: 50%;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        text-align: right;
    }

    .site-nav > .nav-body > .category-nav .nav-list .nav-item .navCard .navCardRight i {
        float: right;
        font-family: 'FontAwesome';
        margin: 0 0 0 5px;
        font-size: 12px;
        line-height: 18px;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav {
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        background-color: #fff;
        z-index: 12;
        padding-top: 54px;
        transition: .3s;
        width: 100%;
    }

    .site-nav > .nav-body > .category-nav .navCard.ActiveSubNav .sub-nav {
        left: 0;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-head {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid #D7D7D8;
        background-color: #fff;
        z-index: 2;
        padding: 0 15px;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-head > .item > .BackNav {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        color: #000;
        font-size: 14px;
        font-weight: 300;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-head > .item > .BackNav > span {
        font-size: 15px;
        margin-right: 10px;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-head > .item > .BackNav > i {
        font-size: 14px;
        margin-right: 10px;
        font-weight: 300;
        font-family: 'FontAwesome';
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-head > .item > .CloseNav {
        padding: 0;
        font-size: 20px;
        line-height: 50px;
        width: 25px;
        text-align: center;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-head > .item > .CloseNav i {
        font-weight: 300;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .CategoryName {
        float: left;
        width: 100px;
        padding: 15px 15px 0;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        line-height: 20px;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-list {
        margin: 0;
        padding: 15px 30px 30px;
        float: left;
        width: 100%;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-list .sub-nav-item {
        float: left;
        width: 100%;
        font-size: 14px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-list .sub-nav-item .subNavCard {
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 300;
        height: 40px;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-list .sub-nav-item .subNavCard:after {
        content: "\f054";
        font-family: 'FontAwesome';
        color: #000000;
        font-weight: 300;
        font-size: 13px;
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-content {
        height: 100%;
        overflow-y: auto;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-content > .CategoryName {
        float: left;
        width: 100%;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-content > .CategoryName a {
        height: 58px;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding: 10px 15px;
        font-weight: 800;
        border-top: 1px solid #eee;
        background-color: #f1f1f1;
        font-size: 16px;
        color: #000000;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-content > .CategoryList {
        padding: 0 15px;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-content > .CategoryList > .Link {
        position: relative;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        width: 100%;
        color: #000;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 25px;
        border-bottom: 1px solid #eee;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-content > .CategoryList > .Link > .Cover {
        width: 43px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 17px;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-content > .CategoryList > .Link::after {
        content: "\f054";
        font-family: 'FontAwesome';
        color: #000000;
        font-size: 13px;
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
    }

    .site-nav > .nav-body > .category-nav .CategoryList {
        position: relative;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0 0 5px 0;
    }

    .site-nav > .nav-body > .category-nav .CategoryList > .Link {
        position: relative;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        width: 100%;
        color: #000;
        font-size: 14px;
        font-weight: 300;
    }

    .site-nav > .nav-body > .category-nav .CategoryList > .Link > .Cover {
        width: 80px;
        border-radius: 0;
        overflow: hidden;
        margin-right: 8px;
    }

    .site-nav > .nav-body > .category-nav .CategoryList > .Link::after {
        content: "\f054";
        font-family: 'FontAwesome';
        font-size: 13px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 {
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        background-color: #fff;
        z-index: 14;
        padding-top: 50px;
        transition: .3s;
        width: 100%;
    }

    .site-nav > .nav-body .sub-nav-item.ActiveSubNav .sub-nav2 {
        left: 0;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .sub-nav-head {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        z-index: 2;
        height: 50px;
        border-bottom: 1px solid #D7D7D8;
        padding: 0 15px;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .BackNav2 {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        color: #000;
        font-size: 14px;
        font-weight: 300;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .BackNav2 > span {
        font-size: 15px;
        margin-right: 10px;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .BackNav2 > i {
        font-size: 14px;
        margin-right: 10px;
        font-weight: 300;
        font-family: 'FontAwesome';
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .CloseNav {
        padding: 0;
        font-size: 20px;
        line-height: 50px;
        width: 25px;
        text-align: center;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .CloseNav i {
        font-weight: 300;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .CategoryName {
        float: left;
        width: 100%;
        padding: 15px;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        line-height: 20px;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .CategoryName a {
        float: left;
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        line-height: 20px;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .sub-nav-content {
        margin: 0;
        padding: 15px 0 30px;
        float: left;
        width: 100%;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .sub-nav-content .CategoryList {
        float: left;
        width: 100%;
        font-size: 14px;
        height: 40px;
        padding: 0 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .sub-nav-content .CategoryList a {
        float: left;
        width: 100%;
        font-size: 14px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .site-nav>.nav-body>.category-nav .CategoryList>.Link>div>span {
        width: 100%;
        float: left;
        font-size: 10px;
        color: #000;
        margin: 5px 0 0;
    }
}
