/* ==================== */
/* ---------OO--------- */
/* ==================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); * {
    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 {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

template {
    display: none;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

html { 
    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;overscroll-behavior-x: none;
}

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;overscroll-behavior-x: none;
}

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="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

input, button, select, textarea {
    line-height: inherit;
}

img {
    display: block;
    border: none;
    max-width: 100%;
}

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: 'Inter', sans-serif !important;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 600s ease-in-out 0s;
}

textarea {
    resize: vertical;
    overflow: auto;
}

#divAdminPopupText {
    float: left;
    width: 100%;
}

.ProductList ul {
    margin: 0;
    padding: 0;
}

.blokSonYazilar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogKategori ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogCenter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogRight ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*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: 'Inter', sans-serif;
    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: 'Inter', sans-serif;
    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: 'Inter', sans-serif;
    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: 600!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: bold;
    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: bold;
}

.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: 600;
    line-height: 30px;
}

.iletisimContent .iletisimForm .rowLeft .span .Right {
    display: block;
    position: relative;
}

.iletisimContent .iletisimForm .rowLeft .span .Right input {
    height: 40px;
    border-color: #e3e3e3;
    background: 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: 600;
    line-height: 30px;
    width: auto!important;
}

.iletisimContent .iletisimForm .rowRight .span .Right {
    display: block;
    position: relative;
    width: auto!important;
}

.iletisimContent .iletisimForm .rowRight .span .Right .captchaImageBox {
    display: block;
    margin-bottom: 10px;
}

.iletisimContent .iletisimForm .rowRight .span .Right input {
    height: 40px;
    border-color: #e3e3e3;
    background: 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;
}

.userContainer {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.userContainer .userDivLeft, .userContainer .userDivRight {
    padding: 0;
}

.userContainer .userMail, .userContainer .userSms, .userContainer .userSozlesmeDiv {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}

.userContainer .userMail label, .userContainer .userSms label, .userContainer .userSozlesmeDiv label {
    width: 93%;
    float: right;
}

.userContainer #chkSozlesme+label {
    width: 93%;
    float: right;
}

.userContainer .userLeftBox, .userContainer .userRightBox {
    width: 100%;
    float: left;
    margin: 0;
    padding: 25px;
}

.userContainer .userLoginBtn, .userContainer .userSignBtn {
    float: left;
    width: 100%;
}

.userContainer .uyeGirisBeniHatirla {
    margin: 20px 0;
}

.userContainer .uyeGirisBeniHatirla input,.userContainer .uyeGirisBeniHatirla span {
    float: left;
}

.userContainer .uyeGirisBeniHatirla input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.userContainer .userPassBtn {
    margin: 20px 0;
}

/* ------------------------------------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: bold;
    margin-bottom: 10px;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title h4 {
    font-size: 25px;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title span {
    font-size: 15px;
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik a {
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

/* ------------------------------------Taksit Secenekleri--------------------------------------------*/
#divTaksitContainer {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.urunOzellik .taksitWrapper .taksitBlock .taksitBlockContent {
    max-width: 100%;
}

/*dilsecenegi*/
#lang_flag_container {
    top: 0 !important;
    left: 0!important;
    right: auto;
    bottom: auto;
    z-index: 9999 !important;
    position: relative !important;
    float: right;
    margin-left: 25px;
}

#lang_flag_container:after {
    position: absolute;
    width: 100%;
    right: 0;
    top: 18px;
    height: 20px;
    content: '';
    display: none;
}

#lang_flag_container #lang-detail {
    display: none;
    left: auto !important;
    top: 100% !important;
    right: 0;
    border-top: none !important;
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, .3) !important;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .3);
    -webkit-transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}

#lang_flag_container:hover #lang-detail {
    display: block!important;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

#lang_flag_container:hover:after {
    display: block;
}

#lang {
    float: left;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: normal;
    padding: 0 0 0 25px!important;
    line-height: 13px!important;
}

#lang span {
    font-weight: normal;
    float: left;
    line-height: 13px!important;
}

#lang_flag_container:hover #lang {
    color: #000 !important;
    font-weight: normal;
}

#langHover {
    padding: 8.5px 0!important;
    float: left;
}

#langHover.white {
    background: transparent !important;
}

a#ucSepetim_btnSepetiTemizle {
    margin-top: 28px;
    display: inline-block;
}

#lang-detail .language a {
    font-size: 11px!important;
    text-align: left;
}

#lang-detail .currency a {
    font-size: 11px!important;
}

#lang-detail p {
    font-size: 12px!important;
}

.wpFix {
    position: fixed;
    z-index: 3;
    right: 58px;
    bottom: 18px;
}

/*yukaribtn*/
#back-to-top {
    float: right;
    position: fixed;
    right: 58px;
    bottom: 100px;
    z-index: 9999;
    display: none;
}

#back-to-top a {
    float: left;
    width: 70px;
    height: 70px;
    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;
    background: url(../../uploads/editoruploads/images/up.svg);
    background-size: 100%;
}

#back-to-top a svg {
    height: 40px;
    fill: #313131;
    display: none;
}

/*Footer*/
/* ------------------------------------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 10px;
    margin-bottom: 20px;
    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 -10px
}

.categoryContainer .ProductListContent .productItem {
    margin-bottom: 30px;
}

.ItemOrj {
    float: left;
    padding: 0 10px;
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

/*urun*/
.productItem {
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
}

.productItem .productIcon {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 6px;
    margin-bottom: 0;
}

/*urunresim*/
.productItem .productImage, #divUrunDetayKombin .kombinItem .kombinImages {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    float: left;
    border-radius: 0;
}

.productItem .productImage a, body .productItem .productImage a.Videolu {
    display: block;
    position: relative;
    padding-bottom: 74%;
}

.productItem .productImage img, .productItem .productImage .Videolu video {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: auto;
    border-radius: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

body #mainHolder_divDesign .productItem .productList-Image-Owl .owl-dots,body .productItem .productList-Image-Owl .owl-dots {
    bottom: 12px;
    display: block;
    position: absolute!important;
    margin: 0!important
}

/*urunaciklama*/
.productItem .productDetail, #divUrunDetayKombin .kombinItem .kombinRightDetail {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    padding: 15px 0 0;
}

/*urunad*/
.productItem .productName, #divUrunDetayKombin .kombinRightDetail .PriceListKombin > .kombinFormline {
    position: relative;
    margin: 0;
    float: left;
    width: 100%;
}

.productItem .productName a, #divUrunDetayKombin .kombinRightDetail .PriceListKombin > .kombinFormline .kombinright_line {
    float: left;
    width: 100%;
    padding: 0;
    line-height: 20px;
    height: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;*/
    text-align: center;
}

/*urunfiyat*/
.productItem .productPrice, #divUrunDetayKombin .kombinItem #divFiyatAlanlari {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 8px auto 5px;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    float: left;
    flex-direction: row-reverse;
}

.productItem .discountPrice {
    display: block;
    float: left;
}

.productItem .discountPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat2 {
    color: #313131;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}

.productItem .discountKdv, .productItem .regularKdv {
    display: none;
}

.productItem .regularPrice, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat1 {
    display: block !important;
    float: left;
    margin-right: 0;
    margin-top: 0;
}

.productItem .regularPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat1 {
    font-size: 16px;
    color: #8484A0;
    -moz-text-decoration-color: #313131;
    text-decoration-color: #313131;
    line-height: 19px;
    font-weight: 600;
    text-decoration: line-through;
}

/*urunpuan*/
.productItem .productPoints {
    float: left;
    clear: none
}

.productItem .productPoints .rating {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.productItem .productPoints .rating i {
    color: #cacaca;
    font-size: 18px;
}

.productItem .productPoints .rating i:last-child {
    margin-right: 0;
}

.productItem .productPoints [data-rating^='1'] .star-1 {
    color: #E9BD30;
}

.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: #E9BD30;
}

.productItem .productPoints [data-rating^='2'] .star-1 {
    color: #E9BD30;
}

.productItem .productPoints [data-rating^='2'] .star-2 {
    color: #E9BD30;
}

.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: #E9BD30;
}

.productItem .productPoints [data-rating^='3'] .star-1 {
    color: #E9BD30;
}

.productItem .productPoints [data-rating^='3'] .star-2 {
    color: #E9BD30;
}

.productItem .productPoints [data-rating^='3'] .star-3 {
    color: #E9BD30;
}

.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: #E9BD30;
}

.productItem .productPoints [data-rating^='4'] .star-1 {
    color: #E9BD30;
}

.productItem .productPoints [data-rating^='4'] .star-2 {
    color: #E9BD30;
}

.productItem .productPoints [data-rating^='4'] .star-3 {
    color: #E9BD30;
}

.productItem .productPoints [data-rating^='4'] .star-4 {
    color: #E9BD30;
}

.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: #E9BD30
}

.productItem .productPoints [data-rating="5"] i {
    color: #E9BD30;
}

.ProductListComment {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 6px;
    display: none;
}

.productDetail .ProductListComment .productPointTxt {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    width: auto;
}

.productDetail .ProductListComment .productPointTxt:before {
    content: '(';
    margin-right: 0
}

.productDetail .ProductListComment .productPointTxt:after {
    content: ')';
}

/*Urun Iconlari*/
.examineIcon,.discountIcon div, .discountIcon .discountIcon_s2, .mycartIcon,.discountIcon,.newIcon,.firsatIcon,.ozelAlan1,.ozelAlan2,.cargoIcon, .hizliKargoIcon {
    z-index: 3;
    display: none;
}

.discountIcon span,.mycartIcon a span {
    font-weight: 600;
}

.examineIcon a, .mycartIcon a {
    display: block;
}

.productLeft {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    gap: 5px;
}

.productLeft .newIcon, .productLeft .discountIcon {
    width: 40px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: block;
    overflow: hidden;
    text-align: center;
    border-radius: 100px;
}

.productLeft .newIcon {
    background: #7EC651;
}

.productLeft .discountIcon {
    background: rgba(14, 14, 71, 1);
}

.favori {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
}

.favori a {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E8E8E8;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.favori a:before {
    content: "";
    background: url(../../uploads/EditorUploads/images/listfaviicon.svg) no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 1px 0 0 1px;
}

.favori a.listfavoriAktif:before, .favori a:hover:before {
    background-image: url(../../uploads/EditorUploads/images/listfaviiconhover.svg)
}

.productBottom {
    float: left;
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px
}

.productBottom > div {
    float: left;
}

.productBottom > div:nth-child(2):before {
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 15px;
    background: #E4E6E8;
    content: "";
    margin: auto;
}

.productBottom .firsatIcon {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #3387EA;
    display: block!important;
    position: relative;
}

.productBottom .ozelAlan2 {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #ED6767;
    display: block;
    position: relative;
}

.productDetail .ozelAlan1 {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #EF7122;
    display: block;
    margin-bottom: 6px;
    float: left;
    width: 100%;
}

.hizliKargoIcon {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #3387EA;
    position: relative;
}

.ozelAlan3 {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #EF7122;
    display: block!important;
    position: relative;
}

/**/
.proBottom {
    float: left;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    clear: left;
    margin-top: 14px;
}

.proBottom > div {
    float: left;
}

.proBottom > div:nth-child(2):before {
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 15px;
    background: #E4E6E8;
    content: "";
    margin: auto;
}

.proBottom #divFirsatUrunu {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #3387EA;
    display: block!important;
    position: relative;
}

.proBottom #divOzelAlan2 {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #EF7122;
    display: block;
    position: relative;
}

#divOzelAlan1 {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #EF7122;
    display: block;
    margin-top: 6px;
    float: left;
    clear: left;
    margin-top: 10px;
}

/**/
.boxUrunlerContent {
    float: left;
    width: 100%;
    margin-bottom: 6px
}

.boxUrunlerContainer {
    float: left;
}

.boxUrunlerContainer > div {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    outline: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    padding: 3px;
    transition: 0.5s
}

.boxUrunlerContainer > div:hover {
    outline: 1px solid #C3C3C3
}

.boxUrunlerContainer div:nth-child(1),.boxUrunlerContainer div:nth-child(2),.boxUrunlerContainer div:nth-child(3) {
    opacity: 1;
    visibility: visible;
}

.boxUrunlerContainer > div a img {
    width: 100%;
    border-radius: 50%;
}

.boxUrunlerContent > span {
    font-size: 12px;
    position: absolute;
    left: 65px;
    cursor: pointer;
    font-weight: 400;
    line-height: 16px;
    color: #000;
    font-family: Poppins, sans-serif
}

.boxUrunlerContent.active .boxUrunlerContainer > div {
    opacity: 1;
    visibility: visible;
}

.boxUrunlerContent.active .v-count {
    display: none;
}

/*Bedenler*/
.productDetail .boxBedenlerContent {
    display: block!important;
    float: left;
    width: 100%;
    margin-top: 7px;
}

.productDetail .boxBedenlerContent .boxBedenlerTittle {
    display: none;
}

.productDetail .boxBedenlerContent .boxBedenlerContainer {
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}

.productDetail .boxBedenlerContent .boxBedenlerContainer > div {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.productDetail .boxBedenlerContent .boxBedenlerContainer > div > div {
    display: inline-block;
}

.productDetail .boxBedenlerContent .boxBedenlerContainer > div > div:hover {
}

.productDetail .boxBedenlerContent .boxBedenlerContainer > div > a {
    float: left;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productDetail .boxBedenlerContent .boxBedenlerContainer > div > a img {
    border-radius: 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.productDetail .boxBedenlerContent .boxBedenlerContainer > div > a:hover {
    border: 1px solid #191918
}

.productDetail .boxBedenlerContent .boxBedenlerContainer > div > div.noStokUrunListe {
}

.productDetail .boxBedenlerContent .boxResimContent.noStockProductList:after {
    content: "";
    position: absolute;
    border-top: 1px solid #191918;
    width: 15px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 0% 0%;
    left: 5px;
    top: 5px;
}

/*tukendi*/
.TukendiIco {
    z-index: 5;
    border-radius: 0;
    background: transparent;
    position: absolute !important;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    padding-bottom: 0 !important;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.TukendiIco span {
    line-height: 48px;
    background: rgba(255,255,255,0.8);
    width: 100%;
    max-width: 300px;
    border: none;
    color: #3C3E3E;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 auto;
}

.productImage .TukendiIco {
    display: flex !important;
}

/*stokyok*/
.StokYok .cargoIcon, .StokYok .firsatIcon, .StokYok .newIcon {
}

/*playbuton*/
body .productItem .divVideoPlayButton {
    position: absolute;
    left: 20px;
    bottom: 125px;
    margin: auto;
    overflow: hidden;
    background: #0E0E47;
    border-radius: 100px;
    padding: 5px 10px;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay {
    color: #fff;
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 2px;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i {
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

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,.boxBedenlerContent,.productIcon .quickViewIco,.productItem:hover .productIcon .quickViewIco {
    display: none !important;
}

/*******************************************KATEGORi**********************************/
.Block_Title {
    display: none;
}

.noProduct {
    background: url('/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: bold;
}

.categorydesign strong * {
    font-weight: bold;
}

.categorydesign img {
    display: inline-block;
    vertical-align: middle;
}

/*breadcrumb*/
.breadList.breadActive {
    display: none!important;
}

.breadcrumbContent {
    float: left;
}

body ul.breadcrumb {
    margin: 0 !important;
    display: block!important;
    padding: 0 !important;
    border-radius: 0;
    float: none;
    list-style: none;
    clear: none;
    text-align: center;
}

body ul.breadcrumb * {
    color: #A0A2AF;
    font-size: 14px!important;
    line-height: 20px!important;
    float: left;
    font-weight: normal;
}

body ul.breadcrumb li {
    font-size: 0!important;
    float: none!important;
    vertical-align: middle;
    display: inline-block;
    float: left !important;
}

body ul.breadcrumb li:after {
    content: '/';
    display: inline-block;
    margin: 0 5px;
    color: #A0A2AF;
    font-size: 14px;
    line-height: 20px;
    float: left;
    font-weight: normal;
}

body ul.breadcrumb li:nth-last-of-type(1):after {
    display: none;
}

body ul.breadcrumb li:nth-last-of-type(1),body ul.breadcrumb li:nth-last-of-type(1) * {
    color: #313131;
}

body .proCategoryTitle {
    margin: 0 0 10px;
}

body .proCategoryTitle ul.breadcrumb {
    text-align: left;
    padding: 0 !important;
}

body a#linkOncekiSayfa {
    line-height: 20px;
    display: none;
    color: #A0A2AF;
    font-size: 14px!important;
    font-weight: normal;
}

.leftImage a#linkOncekiSayfa {
    display: none;
}

/*ustalan*/
.categoryPageTitle {
    float: left;
    width: 100%;
    line-height: 1.2;
    color: #313131;
    font-size: 24px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

.categoryTitleText {
    float: left;
    width: 100%;
    margin: 30px 0 10px;
}

.categoryTitle {
    float: left;
    width: 100%;
}

body #divSayfalamaUst {
    float: right;
    margin: 30px 0 0;
    padding: 20px 0 15px 0;
    text-align: center;
    border-top: 1px solid #EEEFF0;
}

.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_2 {
    display: none;
}

.blockSelect .sort_5 {
    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 .tukgo {
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
    display: none;
}

/*filtresecili*/
.filterSelectList {
    float: left;
    width: 100%;
}

.brandlistselection .filterDeleteContent {
    display: none!important;
}

body #divSayfalamaUst .filterDeleteContent {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter {
    padding: 0;
    margin: 0 15px 0 0;
    height: auto;
    background: transparent;
    border: 1px solid #666;
    width: auto;
    border-radius: 0;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a {
    width: 25px;
    margin: 0;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i {
    font-family: 'FontAwesome';
    line-height: 30px;
    color: #040404;
    font-size: 15px;
    font-weight: 300;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i:before {
    content: '\f00d';
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span {
    color: #666;
    font-size: 12px;
    text-align: left;
    margin-top: 7px;
    font-weight: normal;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span+span {
    color: #666;
    margin-top: 3px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span.filterColorBg {
    background-size: 100%;
    border: 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%;
}

/*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: 60px 0;
    padding: 0;
    width: 100%;
    display: block;
    vertical-align: middle;
}

.pageNumberContent, .pageBorder {
    display: inline-block;
    vertical-align: top;
}

.pageNumberContent a, .pageBorder a {
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 400;
    color: #292929;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #EFF0F1;
    float: left;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 6px;
    transition: 0.5s
}

.pageNumberContent a.butonDisabled, .pageBorder a.butonDisabled {
    opacity: 1!important;
}

.pageNumberContent a:hover, .pageBorder a:hover {
    color: #fff;
    background: #010303;
}

.pageNumberContent a.SelectedSayfa, .pageBorder a.SelectedSayfa {
    color: #fff;
    background: #010303;
}

.KategoriFilitrelemeContent .Block_Title {
    display: none;
}

/**/
body .pageNumber .divMoreProducts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

body .pageNumber .productCountInfo {
    color: #737373;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
}

body .pageNumber .productCountBar {
    height: 2px;
    border: none;
    background: #737373;
    width: 265px;
    margin: 20px 0;
}

body .pageNumber .productCountProgress {
    background-color: #000000;
}

body .pageNumber .divMoreProducts .getMoreProducts {
    background: #fff;
    border: 1px solid #000000;
    border-radius: 0;
    padding: 0 30px;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
}

body .pageNumber .divMoreProducts .getMoreProducts:hover {
    background-color: #000000;
    color: #fff;
}

/*******************************************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 0 40px;
}

.leftImage {
    width: calc(100% - 560px);
    float: left;
    position: relative;
    padding: 0;
    max-width: 1130px;
}

.RightDetail {
    width: 560px;
    float: left;
    position: relative;
    padding: 0 0 0 50px;
}

/*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: 940px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb {
    float: left;
    width: 110px;
    border: none;
    background: transparent;
    height: 100%;
    display: block;
}

.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 .thumb-item {
    float: left;
    clear: left;
    width: 100px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #fff;
    transition: 0.5s
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .thumb-item:hover {
    border-color: #303130;
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list::-webkit-scrollbar {
    width: 4px;
    border-radius: 20px
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 20px
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list::-webkit-scrollbar-thumb {
    background: #313131;
    border-radius: 20px
}

.leftImage .ProductGallery .owl-carousel.galleryOwl .owl-dots {
    display: none;
}

.leftImage .drift-container {
    display: none!important;
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav {
    padding: 0 40px;
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-prev, .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-next {
    width: 40px;
    height: 40px;
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-prev span, .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-next span {
    background: rgb(255 255 255 / 70%);
    border-radius: 100%;
    border: 1px solid #EFF0F1;
    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;
    transition: 0.5s
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-prev span:before {
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #313131;
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-next span:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #313131;
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-prev:hover span {
    background: #313131;
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-prev:hover span:before {
    color: #fff;
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-next:hover span {
    background: #313131;
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-next:hover span:before {
    color: #fff;
}

.UrunDetayLeft {
    margin: 0 !important;
    overflow: hidden;
}

.Images,#divVideoGoruntulemeAlan {
    float: right;
    width: 500px;
    position: relative;
    display: none !important;
}

.Images img,#vdUrunVideo {
    max-width: 100%;
    max-height: 100%;
}

#divVideoGoruntulemeAlan {
    width: 100% !important;
    z-index: 2;
}

.cloudzoom-blank > div:last-child {
    display: none !important;
}

.SmallImages {
    float: left;
    width: 100%;
    position: relative;
    display: flex !important;
    flex-flow: wrap;
    gap: 10px;
}

.SmallImages div:first-child {
    width: calc(100%);
}

.SmallImages div {
    float: left;
    width: calc(50% - 5px);
}

.SmallImages div img {
    max-width: 100%;
    max-height: 100%;
}

.leftImage .productTimer {
    display: none!important;
}

#divThumpVideo i:before {
    display: none;
}

#divThumpVideo i {
    background: url(../../uploads/editoruploads/images/play.png);
    border: none!important;
    width: 65px!important;
    height: 65px!important;
}

.DetayYeniUrun {
    width: 40px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: block !important;
    overflow: hidden;
    text-align: center;
    border-radius: 100px;
    background: #7EC651;
    float: left;
    margin-left: 10px;
}

/*sagalan*/
.RightDetail .TopList {
    float: left;
    width: 100%;
    position: relative;
}

.RightDetail .MiddleList {
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0 0;
}

.RightDetail .BottomList {
    float: left;
    width: 100%;
    position: relative;
}

/*urunadi*/
.ProductName {
    float: left;
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ProductName h1 {
    margin: 0;
    float: left;
    flex-grow: 1;
}

.ProductName h1 span {
    float: left;
    width: 100%;
    display: inline-block;
    color: #313131;
    font-size: 20px;
    font-weight: 600;
}

.ProductName .detailsocial {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/*stokkodu*/
#divUrunKodu {
    float: left;
    clear: left;
    color: #222222;
    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
    padding: 0;
    margin: 10px 0 0;
}

#divUrunKodu span {
    display: inline-block;
    vertical-align: top;
    color: #222222;
    font-size: 13px;
    font-weight: normal;
    position: relative;
    line-height: 13px;
    float: left;
}

#divUrunKodu span:after {
    content: ':';
    margin: 0 4px;
}

/*taksitaciklama*/
#divTaksitAciklama {
    display: block;
    float: left;
    clear: left;
    margin-top: 14px;
}

#divTaksitAciklama .taksitSatir {
    color: #222222;
    font-size: 13px;
    line-height: 16px;
}

#divTaksitAciklama em {
    color: #222222;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    margin-left: 3px;
    text-decoration: underline;
    cursor: pointer;
    font-style: normal;
}

/*paunver*/
.RightDetail .puanVer {
    float: left;
    clear: left;
}

.RightDetail #PuanVer {
    float: left;
    margin-top: 15px;
}

.RightDetail .PuanVerSag {
    float: left;
    color: #313131;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    margin: 15px 0 0 6px;
}

.RightDetail .PuanVerSag em {
    font-weight: 600;
    text-decoration: underline;
    margin-right: 3px;
    cursor: pointer;
    font-style: normal;
}

.RightDetail .PuanVerSag:before {
    content: "(";
    float: left;
    margin-right: 1px
}

.RightDetail .PuanVerSag:after {
    content: ")";
    float: right;
    margin-left: 1px
}

.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: 14px;
    line-height: 14px;
    height: auto;
    font-weight: 600;
    font-family: 'FontAwesome';
    position: static;
    color: #D9D9D9;
}

.RightDetail ul.rating li i.starItem:before {
    content: '\f005';
}

.RightDetail ul.rating li i.starItem:hover {
    font-size: 14px;
    font-weight: 600;
}

.RightDetail ul.rating li.filled i {
    font-weight: 600;
}

.RightDetail .rating-stars ul>li.star.hover>i.fa {
    font-weight: 600;
}

.RightDetail .rating-stars ul>li.star.selected>i.fa {
    font-weight: 600;
}

.RightDetail ul.rating li i.starItem, .RightDetail ul.rating li.filled i {
    color: #D9D9D9;
}

.RightDetail .rating-stars ul>li.star.hover>i.fa,.RightDetail .rating-stars ul>li.star.selected>i.fa {
    color: #353535;
}

/*markaresmi*/
.markaresmi {
    float: left;
    position: relative;
    z-index: 1;
}

.markaresmi a {
    float: left;
}

.markaresmi img {
    max-width: 100%;
    float: left;
}

/*on yazi*/
#divOnyazi {
    float: left;
    width: 100%;
}

#divOnyazi .teksatir {
    margin-top: 10px;
    float: left;
    width: 100%;
}

#divOnyazi h2 {
    font-weight: normal;
    font-size: 100%;
}

#divOnyazi * {
    font-family: 'Inter', sans-serif !important;
}

#divOnyazi strong {
    font-weight: bold;
}

#divOnyazi strong * {
    font-weight: bold;
}

#divOnyazi i {
    font-family: 'FontAwesome'!important;
    margin-right: 12px;
}

/*fiyatlar*/
.urunDetayFiyatContainer {
}

.PriceList {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 12px 0 0;
}

#pnlFiyatlar {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100%;
}

#divIndirimliFiyat {
    display: block;
}

/*ekbilgi*/
#divMarka, #divTedarikci, #divUrunStokAdedi, #divToplamStokAdedi, #divBarkod, #divParaPuan, #divIndirimOrani {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 13px;
}

#divMarka .left_line, #divTedarikci .left_line, #divUrunStokAdedi .left_line, #divToplamStokAdedi .left_line, #divBarkod .left_line, #divParaPuan .left_line, #divIndirimOrani .left_line {
    display: inline-block;
    vertical-align: top;
    color: #222222;
    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
}

#divMarka .center_line, #divTedarikci .center_line, #divUrunStokAdedi .center_line, #divToplamStokAdedi .center_line, #divBarkod .center_line, #divParaPuan .center_line, #divIndirimOrani .center_line {
    display: inline-block;
    vertical-align: top;
    color: #222222;
    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
}

#divMarka .right_line,#divMarka .right_line *, #divTedarikci .right_line, #divTedarikci .right_line *, #divUrunStokAdedi .right_line, #divToplamStokAdedi .right_line, #divBarkod .right_line, #divParaPuan .right_line,#divIndirimOrani .indirimliOrani, #divIndirimOrani .indirimliOrani * {
    display: inline-block;
    vertical-align: top;
    color: #222222;
    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
    width: auto;
}

/*indirim orani*/
#divIndirimOrani {
    margin-top: 0px;
    line-height: 24px;
    clear: none;
    margin-left: 10px;
}

#divIndirimOrani .left_line,#divIndirimOrani .center_line {
    display: none!important;
}

#divIndirimOrani .indirimliOrani, #divIndirimOrani .indirimliOrani * {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
}

#divIndirimOrani .indirimliOrani #ltrIndirimOrani {
    margin: 0 1px;
}

#divIndirimOrani .indirimliOrani {
    line-height: 24px;
    height: 24px;
    width: 40px;
    border: none;
    text-align: center;
    overflow: hidden;
    background: rgba(14, 14, 71, 1);
    border-radius: 100px;
}

/*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 * {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    text-decoration: line-through;
}

.PiyasafiyatiContent .right_line .spanKdv {
    display: none!important;
    vertical-align: top;
}

/*indirimli fiyati*/
.IndirimliFiyatContent {
    display: block;
    float: left;
}

.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: #313131;
    font-size: 20px;
}

.IndirimliFiyatContent .right_line *, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line *, #divIndirimsizFiyat .right_line, #divIndirimsizFiyat .left_line {
    color: #313131;
}

.IndirimliFiyatContent .right_line *, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line * {
    font-size: 20px;
    font-weight: bold;
}

#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: 24px;
}

/*Stok yok*/
body #divStokYok {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    text-align: center;
    padding: 5% 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;
}

/*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;
    margin-top: 20px;
}

#divUrunEkSecenek .eksecenekLine {
    clear: none !important;
    margin: 0;
    float: left;
    width: 100%;
}

#divUrunEkSecenek .eksecenekLine:last-child {
    margin-bottom: 0!important;
    border: none;
    padding-bottom: 0;
}

#divUrunEkSecenek .eksecenekLine .left_line {
    float: left;
    width: 100%;
    line-height: 40px;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
}

#divUrunEkSecenek .eksecenekLine .center_line {
    display: none;
}

#divUrunEkSecenek .eksecenekLine .right_line {
    display: inline-block;
    vertical-align: top;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box {
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    position: relative;
    color: #000;
    font-weight: normal;
    margin-right: 10px;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

/*selectvaryasyon*/
#divUrunEkSecenek .eksecenekLine.selectvaryasyon {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .left_line {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .center_line {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line {
    width: 100%;
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line select {
    min-width: 100%;
    float: left;
    height: 40px;
    border: 1px solid #EDEEEF;
    color: #3C3C3B;
    font-size: 14px;
    font-weight: 500;
    padding: 0 40px 0 20px;
    background: #fff;
    border-radius: 5px;
    background: url(../../uploads/EditorUploads/images/bottomarrow.svg) no-repeat center right 17px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

/*resimlivaryasyon*/
#divUrunEkSecenek .eksecenekLine.resimlivaryasyon {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .left_line {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box {
    width: 22px;
    border: 1px solid #EDEEEF;
    padding: 0;
    border-radius: 100%;
    transition: 0.5s
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box img {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box.selected, #divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box:hover {
    border-color: #000;
}

/*kutuvaryasyon*/
#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon {
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line {
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box {
    min-width: 50px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #EDEEEF;
    border-radius: 5px;
    padding: 0 4px;
    transition: 0.5s
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:last-child {
    margin-right: 0;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:hover {
    color: #fff;
    background: #000;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected {
    color: #fff;
    background: #000;
}

/*stokyokvaryasyon*/
#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok {
    position: relative;
    background: #fff!important;
    color: #7a7979!important;
    border-color: #fff!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: 14px;
    margin: 0 auto;
    background: #313131;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
}

/*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: 30px 0 10px;
    padding: 0;
}

.BasketBtn {
    float: left;
    position: relative;
    width: 100%;
}

#divAdetCombo .right_line,.RightDetail .riSingle {
    width: 116px;
}

#txtbxurunSiparisAdedi, #divAdetCombo select,.RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riDown,.basketBtn input, .buyfast input {
    height: 50px!important;
}

.Basketinp p,#divKombinSatinAl a, #divAdetCombo .left_line,.RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riDown {
    line-height: 50px;
}

/*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: 50px !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;
}

.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: #3C3C3B;
    border: 1px solid #EDEEEF;
    font-size: 16px;
    font-weight: 500;
    float: left;
    margin: 0;
    border-radius: 5px;
}

/*sepete Ekle*/
#divKombinSatinAl, .basketBtn, .buyfast {
    float: left;
    margin: 0
}

#divKombinSatinAl a, .buyfast input, .basketBtn input {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    letter-spacing: 0;
    border: 1px solid #000000;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: 0.5s
}

#divKombinSatinAl a:hover, .buyfast input:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.basketBtn {
    width: calc(50% - 58px);
    padding-left: 10px;
    float: right;
}

body .basketBtn input {
    background-color: #0E0E47!important;
}

.basketBtn input:hover {
    background-color: #000000 !important;
    border-color: #000 !important;
}

.RightDetail.TakimVar .basketBtn {
    width: 50%;
    padding-right: 0;
    padding-left: 5px
}

/*Hemen Al*/
.buyfast {
    width: calc(50% - 60px);
    padding-left: 10px
}

.buyfast input {
}

.RightDetail.TakimVar .buyfast {
    width: 50%;
    padding-right: 5px;
    padding-left: 0
}

/*kombin Al*/
#divKombinSatinAl {
    margin: 10px 0 0 0;
    width: 100%;
}

#divKombinSatinAl a {
    font-size: 14px;
    margin: 0!important;
}

/**/
.UFavorilerimeEkle {
    float: left;
    max-width: 22px;
    display: none;
}

.detailsocial .UFavorilerimeEkle {
    display: block;
}

.UFavorilerimeEkle a {
    float: left;
    width: 100%;
}

.UFavorilerimeEkle a .box1 {
    font-size: 0;
    display: none;
}

.UFavorilerimeEkle a .boxIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #fff;
}

.UFavorilerimeEkle a .boxIcon svg {
    width: 22px;
}

.UFavorilerimeEkle a:hover .boxIcon svg path, .UFavorilerimeEkle a#aFavroriCikarBtn .boxIcon svg path {
}

/*Iconlar*/
.ProductIcon {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.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: 45px;
    height: 45px;
    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;
}

.ProductIcon > div {
    float: left;
    position: relative;
    margin: 0;
    width: 100%;
}

.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;
}

.ProductIcon > div.UrunKargoBedava, .ProductIcon > div#divKritikStok, .ProductIcon > div.clear {
    display: none !important
}

/*yazdiryorumtavsiye*/
.ProductIcon2 {
    float: left;
    width: 100%;
}

.ProductIcon2 .clear {
    display: none;
}

.ProductIcon2 #divSocialButtons {
    width: 100%;
}

.ProductIcon2 > div {
    float: left;
    width: 100%;
    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: 45px;
    height: 45px;
    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: right;
    display: block!important;
    font-size: 0;
    margin-top: 0;
    position: relative;
}

.TopDet .product_social_icon_wrapper .PaylasTit {
    float: left;
    cursor: pointer;
}

.TopDet .product_social_icon_wrapper ul {
    display: none;
    vertical-align: top;
    list-style: none;
    padding: 13px 15px!important;
    margin: 0;
    border: 1px solid #EAEAEA;
    background: #fff;
    position: absolute;
    top: calc(100% + 10px);
    left: -44px;
    float: left;
    width: 105px;
    border-radius: 20px;
    background: #fff;
    z-index: 3;
}

.TopDet .product_social_icon_wrapper.active ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.TopDet .product_social_icon_wrapper.active ul:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #EAEAEA;
    background-color: white;
    clip-path: polygon(50% 40%, 0% 100%, 100% 100%);
}

.TopDet .product_social_icon_wrapper ul li {
    float: left;
    margin-right: 10px;
}

.TopDet .product_social_icon_wrapper ul li:last-child {
    margin-right: 0;
}

.TopDet .product_social_icon_wrapper ul li a {
    float: left;
    fill: #313131;
    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 .UWhatsApp {
    float: left;
    margin-right: 0
}

.TopDet .product_social_icon_wrapper .UWhatsApp .whatsApp {
    float: left;
    color: #fff;
    background: #6dc33a;
    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*/
.urunOzellikTab {
    display: none;
}

.urunOzellik {
    float: left;
    width: 100%;
    margin: 0 0 7vh;
    display: block;
}

.urunOzellik .urunTab {
    float: left;
    width: 100%;
    position: relative;
}

.urunOzellik .urunTab:after {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    bottom: 0;
    height: 1px;
    background-color: #EDEEEF
}

.urunOzellik .urunTab ul {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 1.7vw;
}

.urunOzellik .urunTab >ul > li {
    float: left;
}

.urunOzellik .urunTab >ul > li:last-child {
    margin-right: 0;
}

.urunOzellik .urunTab >ul > li > a {
    cursor: pointer;
    color: #000000;
    font-size: 20px;
    float: left;
    font-weight: 600;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    position: relative;
}

.urunOzellik .urunTab >ul > li > a span {
    font-weight: 600;
}

.urunOzellik .urunTab >ul > li > a:after {
    content: '';
    position: absolute;
    left: 100%;
    right: 100%;
    bottom: 0;
    height: 2px;
    background: #F48120;
    transition: 0.5s
}

.urunOzellik .urunTab >ul > li.active > a:after {
    left: 0;
    right: 0;
}

.urunDetayPanel {
    float: left;
    width: 100%;
    clear: none !important;
    border: none;
    padding: 20px 10px;
}

.urunTabAlt strong {
    font-weight: bold;
}

.urunTabAlt #txtOneriMail {
    margin: 0;
    height: 30px;
    padding: 0 10px;
    width: 100%!important;
    border-width: 1px;
}

.urunTabAlt #txtOneriNot {
    margin: 0;
    padding: 10px;
    width: 100%!important;
    background: #fff;
}

.urunTabAlt {
    font-family: 'Inter',sans-serif !important;
    padding: 0;
    float: left;
    width: 100%;
}

.urunTabAlt * {
    font-family: 'Inter',sans-serif !important;
}

.urunTabAlt i {
    font-family: 'FontAwesome' !important;
}

.urunTabAlt img {
    max-width: 100% !important;
}

.urunTabAlt iframe {
    max-width: 100% !important;
}

.urunTabAlt .button {
    padding: 10px 5px;
    color: #fff;
}

#divTabOzellikler .urunTabAlt .teknikDetay {
    border: none;
    margin-bottom: 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;
}

/*------------------------------------Etiketler--------------------------------------------*/
#divEtiketler {
    float: left;
    width: 100%;
    padding: 0 20px 20px;
    margin: 50px 0 0;
    background: #fff;
    text-align: center;
}

#divEtiketler .productModuleTitle {
    float: left;
    color: #202122;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin: 10px 0;
}

#divEtiketler a {
    color: #696d71;
    font-size: 13px;
}

#divEtiketler a:hover {
    text-decoration: underline;
}

/****************************************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: flex;
    flex-direction: column;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 38px!important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1, #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1 > h2 {
    line-height: 32px;
    color: #0E0E47;
    font-size: 30px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    padding: 0!important;
    position: relative;
    z-index: 1;
}

#mainHolder_divDesign .JKatAdi.categoryTitle .bold p, .JKatAdi .bold p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #313131;
    line-height: 1.2
}

/*ilerigeributon*/
#divInstashopResim .owl-carousel .owl-nav {
    display: block!important;
}

#mainHolder_divDesign .owl-carousel .owl-nav, #mainHolder_divDesign .owl-carousel .owl-cdisabled, .owl-carousel .owl-nav,.owl-carousel .owl-cdisabled {
    z-index: 2;
    position: absolute;
    right: 0;
    left: 0;
    top: calc(50% - 20px);
}

#mainHolder_divDesign .owl-carousel .ProductListprev, .owl-carousel .ProductListprev, .owl-carousel .InstaGalleryprev {
    left: 20px;
}

#mainHolder_divDesign .owl-carousel .ProductListnext, .owl-carousel .ProductListnext,.owl-carousel .InstaGallerynext {
    right: 20px;
}

#mainHolder_divDesign .owl-carousel .ProductListprev, .owl-carousel .ProductListprev, .owl-carousel .ProductListnext,.owl-carousel .InstaGalleryprev, .owl-carousel .InstaGallerynext, #mainHolder_divDesign .owl-carousel .ProductListnext {
    background: rgb(255 255 255 / 70%);
    border-radius: 100%;
    border: 1px solid #EFF0F1;
    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;
}

#mainHolder_divDesign .owl-carousel .ProductListprev:before, .owl-carousel .ProductListprev:before, .owl-carousel .InstaGalleryprev:before {
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #313131;
}

#mainHolder_divDesign .owl-carousel .ProductListnext:before, .owl-carousel .ProductListnext:before,.owl-carousel .InstaGallerynext:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #313131;
}

#mainHolder_divDesign .owl-carousel .ProductListprev:hover, .owl-carousel .InstaGalleryprev:hover, .owl-carousel .ProductListprev:hover {
    background: #313131;
}

#mainHolder_divDesign .owl-carousel .ProductListprev:hover:before, .owl-carousel .InstaGalleryprev:hover:before, .owl-carousel .ProductListprev:hover:before {
    color: #fff;
}

#mainHolder_divDesign .owl-carousel .ProductListnext:hover, .owl-carousel .InstaGallerynext:hover, .owl-carousel .ProductListnext:hover {
    background: #313131;
}

#mainHolder_divDesign .owl-carousel .ProductListnext:hover:before, .owl-carousel .InstaGallerynext:hover:before, .owl-carousel .ProductListnext:hover:before {
    color: #fff;
}

#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 {
}

body #mainHolder_divDesign .owl-carousel .owl-dots,body .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 {
    width: 6px;
    height: 6px;
    background: #DEDEDE;
    border: none;
    margin: 0 5px !important;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}

body #mainHolder_divDesign .owl-carousel .owl-dots .owl-dot.active,body .owl-carousel .owl-dots .owl-dot.active {
    background: #1E1E1E;
    width: 8px;
    height: 8px;
}

body #mainHolder_divDesign .owl-carousel .owl-dots .owl-dot span,body .owl-carousel .owl-dots .owl-dot span {
    display: none;
}

body #mainHolder_divDesign .jCarouselLite .owl-carousel .owl-dots,body .jCarouselLite .owl-carousel .owl-dots {
    display: block;
    position: static;
    margin-top: 40px;
}

/*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 0 80px;
}

.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;
}

.sepetiTemizle {
    float: right;
    line-height: 43px;
    padding: 0 10px;
}

.popupSepet {
    width: 99%;
}

.popupSepet #hed div {
    width: 94%;
}

.sayfaIcerik * {
    font-family: 'Inter', sans-serif !important;
}

#mainHolder_UrunDetay_imgCookie {
    display: none !important;
}

.product_social_icon_wrapper {
    display: none;
}

.HesabimContainer .urunDetayPanel {
    max-height: 100%;
}

.orders {
    width: 100%;
}

.TumKategoriler {
    display: none;
}

.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, .urunTabAlt::-webkit-scrollbar, .SmallImages::-webkit-scrollbar, .SepetBlockInfo::-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 {
    width: 5px;
}

#divOnyazi::-webkit-scrollbar-track, .urunTabAlt::-webkit-scrollbar-track, .SmallImages::-webkit-scrollbar-track, .SepetBlockInfo::-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 {
    background: #efefef;
}

#divOnyazi::-webkit-scrollbar-thumb, .urunTabAlt::-webkit-scrollbar-thumb, .SmallImages::-webkit-scrollbar-thumb, .SepetBlockInfo::-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 {
    background: #313131;
}

/*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, .urunOzellikTab .urunTab >ul >li[onofftip="true"] > a, .tooltip-inner, .welcome.active, .sepetimBody .Basketstep ul li.aktif,#divNewUyeGirisContent .newUserLoginBtn, .newUyeOlContainer .newUserLoginBtn, .pageSifremiUnuttum .newUserLoginBtn {
    background: #313131;
}

/*bordercolor*/
.iletisimContent .iletisimRight .iletisimbanka .span > .line1:nth-child(n+2), body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir, .pageNumberContent a:hover, .OdemeMenu ul li.activeMenu {
    border-color: #000;
}

/*tooltip*/
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000;
}

.baglanButton {
    border-color: transparent;
}

.Basketstep ul li:before {
    border: 1px solid #000;
}

.sepetimBody .Basketstep ul li.aktif:after {
    border-top-color: #000;
}

/*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: #000;
}

/*HoverRenk*/
.button:hover, .userLoginBtn:hover, .userSignBtn:hover, .BasketPage .OdemeMenu ul li:hover >a, .BasketPage .alisverisedevamet:hover, .BasketPage #hed div.hediCekForm a:hover, .BasketPage a.YeniAdresEkle:hover, #AdresContent .button:hover, .basketCompletebtn:hover, .KasaOnuFirsatlarContent ul li a.button:hover, .ProductIcon2 > div > a:hover {
    background: #313131;
}

/*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: #313131;
}

/*bordercolorhover*/
body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li >a:hover, .BasketPage a.YeniAdresEkle:hover, .OdemeMenu ul li:hover, .BasketPage .OdemeMenu ul li:hover >a, .BasketPage .alisverisedevamet:hover {
    border-color: #313131;
}

/*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;
}

.ProductList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blokSonYazilar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogKategori ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogCenter ul {
    list-style: none;
}

.blogRight ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation .navUl ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .socialdiv ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .store ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .linkler .blink ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.category-vertical-filters .vertical-filter-panel .list-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-vertical-filters .vertical-filter-panel .list-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.TopDet .product_social_icon_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabUrunOneriler ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sepetimBody ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body .category-vertical-filters.top-filters ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobilMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottomHead ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.breadList ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.urunOzellikTab .urunTab >ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.CartProduct ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.welcome ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.brandlistselection ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.TopDet #IlgiliUrunDiv ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.urunOzellik .urunTab ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#pnlSlider ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mBread ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*siteozelalan*/
.htop {
    letter-spacing: 0.65px;
}

.htop b {
    letter-spacing: 0.8px;
    font-size: 16px
}

/**/
body #headerNew #divTopProductSearch {
    max-width: 280px;
}

body #headerNew #divTopProductSearch .searchform-wrapper {
    border-width: 0;
    border-bottom-width: 1px;
}

body #headerNew #divTopProductSearch .searchform-wrapper #btnKelimeAra {
    padding: 0;
    background: transparent !important;
}

body #headerNew #divTopProductSearch .searchform-wrapper #txtbxArama {
    padding: 0 10px 0 0;
}

body #headerNew #divTopProductSearch .searchform #btnKelimeAra > i {
    display: none;
}

body #headerNew #divTopProductSearch .searchform #btnKelimeAra .svgIcon {
    display: block;
    margin: 0 auto;
    line-height: 0;
}

body #headerNew #divTopProductSearch .searchform-wrapper #ddlAramaKategori {
    display: none;
}

/**/
body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {
    font-weight: 500;
}

body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi:before {
    content: "("
}

body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi:after {
    content: ")"
}

/**/
.menubanner {
    float: left;
    width: 100%;
    gap: 20px;
    display: flex;
}

.menubanner a {
    float: left;
    width: 100%;
}

.hoverr:before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    clear: none;
    display: block !important;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .menu-list-image {
    justify-content: flex-end;
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .menu-wrap {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    background: transparent;
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:hover > .menu-wrap {
    opacity: 1;
    max-height: inherit;
    border-top: 1px solid #EFEFEF;
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .menu-list-row .kolon {
    margin-top: 5px;
    transition: 0.5s
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:hover > .menu-wrap .kolon {
    margin-top: 0
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a {
    text-align: center;
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a span {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row;
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li.ulVar > a span:after {
    content: '\f107';
    font-size: 15px;
    font-weight: 400;
    font-family: FontAwesome;
    transition: 0.5s
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li.ulVar:hover > a span:after {
    transform: rotate(180deg);
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .menu-list-row {
    padding: 40px 55px 50px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .nav-submenu > li > a:hover {
    text-decoration: underline;
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child > a > span {
    padding: 0 20px 0 0;
    border-right: 1px solid #E0E0E0;
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child .menu-wrap .menu-list-row {
    max-width: 100%;
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child .menu-wrap .kolon {
    padding: 0;
    gap: 40px;
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child .menu-list-image {
    display: none;
}

body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child .menu-list-kolon {
    max-width: 1180px;
    margin: 0 auto;
}

/**/
body .footerTemp section.verticalalign .footerTempRow {
    align-items: center;
}

body .footerTemp .boldfont {
    font-weight: 600
}

body .footerTemp .footermenu .footerTempRow {
    justify-content: space-between;
    position: relative;
}

body .footerTemp .footermenu .elementor-column {
    width: auto;
}

body .footerTemp .footermenu .footerMenuAlt a:hover {
    text-decoration: underline;
}

body .footerTemp .socialMediaTitle span:after {
    content: "";
    width: 25px;
    height: 10px;
    background: url('../../Uploads/EditorUploads/images/bteok.svg') no-repeat center;
    background-size: 25px;
    display: inline-block;
    margin-left: 10px;
}

body .footerTemp .storeMedia li a {
    padding: 0 20px;
    border: 1px solid #1E1E1E;
    border-radius: 40px;
    transition: 0.5s
}

body .footerTemp .storeMedia li a:hover {
    background: #313131;
    border-color: #313131
}

body .footerTemp .storeMedia li a:hover span,body .footerTemp .storeMedia li a:hover i {
    color: #fff!important;
}

body .footerTemp .storeMedia li a i, body .footerTemp .socialMedia li a i {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: auto !important;
}

#divTicimaxCopyrightContent {
    background-color: #0E0E47 !important;
    z-index: 2;
    position: relative;
}

#divTicimaxCopyrightContent svg {
    filter: brightness(0) invert(1);
}

.magazaBul {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.magazaBul a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #000000;
    font-weight: 14px;
}

.guvenList {
    width: 100%;
    padding: 21px;
}

.guvenList ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 20px;
}

.guvenList ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 19px;
    flex-flow: row !important;
}

.guvenList ul li .icBox {
    border: 1px solid #ECECF4;
    border-radius: 50%;
    min-width: 68px;
    min-height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.guvenList ul li span {
    color: #313131;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
}

/**/
.gizlegoster {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    color: #313131;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.14px;
}

.gizlegoster span, .gizlegoster h2 {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    display: block;
    color: #313131;
    margin-bottom: 20px;
}

.gizlegoster .gizlegosterust {
    display: block;
}

.gizlegoster .gizlegosteralt {
    display: none;
    margin-top: 20px;
}

.gizlegoster .devambtn, .gizlegoster .gizlebtn {
    line-height: 45px;
    color: #313131;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    cursor: pointer;
    padding: 0 35px;
    border: 1px solid #707070;
    border-radius: 45px;
    transition: 0.5s;
    width: auto;
    float: none;
}

.gizlegoster .devambtn:hover, .gizlegoster .gizlebtn:hover {
    background: #0E0E47;
    color: #fff;
}

.gizlegoster .devambtn:after, .gizlegoster .gizlebtn:after {
    margin-left: 15px;
    font-family: 'FontAwesome';
    font-weight: 400;
}

.gizlegoster .devambtn {
    display: inline-block;
}

.gizlegoster .devambtn:after {
    content: "\f078";
}

.gizlegoster .gizlebtn {
    display: none;
}

.gizlegoster .gizlebtn:after {
    content: "\f077";
}

.gizlegoster.active .devambtn {
    display: none;
}

.gizlegoster.active .gizlebtn {
    display: inline-block;
}

.gizlegoster.active .gizlegosteralt {
    display: block;
}

.categorydesign .gizlegoster {
    padding: 20px 8vw 30px;
}

/**/
#mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-nav {
    max-width: 1600px;
    margin: 0 auto;
}

#mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-nav .ProductListprev {
    left: 0;
}

#mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-nav .ProductListnext {
    right: 0;
}

#mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-nav .ProductListprev, #mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-nav .ProductListnext {
    width: 50px;
    height: 50px
}

#mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-dots {
    display: block;
    bottom: 30px;
}

#mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-dots .owl-dot:not(.active) {
    background: #fff;
}

/**/
.katbanner {
    float: left;
    width: 100%;
}

.katbanner ul {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 10px 80px;
}

.katbanner ul li {
    float: left;
    width: 100%;
    transition: 0.5s;
    border: 1px solid #fff;
}

.katbanner ul li img {
    margin: 0 auto;
}

.katbanner ul:not(.owl-carousel) li {
    display: none;
}

.katbanner ul li span {
    line-height: 28px;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #313131;
    margin-top: 5px;
    transition: 0.5s
}

.katbanner ul li:hover {
    border: 1px solid #ED7474;
}

.katbanner ul li:hover span {
    color: #ED7474;
}

.katbanner .owl-carousel .owl-stage-outer {
    padding: 20px 10px 20px 10px;
    margin: 0px 0px -20px -10px;
    width: calc(100% + 20px);
}

.katbanner .owl-carousel .owl-nav .ProductListprev {
    left: 0;
}

.katbanner .owl-carousel .owl-nav .ProductListnext {
    right: 0;
}

.seoContainer {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.seoContainer .seoArea {
    width: 100%;
    text-align: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.seoContainer .seoArea .titleH {
    float: left;
    width: 100%;
    text-align: center;
    color: #313131;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.seoContainer .seoArea .contentH {
    float: left;
    width: 100%;
    text-align: center;
    color: #313131;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.14px;
    font-weight: 400;
    margin: 0 0 20px 0;
    max-height: 60px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    gap: 20px;
}

.seoContainer .seoArea .contentH p {
    margin: 0;
}

.seoContainer .seoArea .moreButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: #313131;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #707070;
    border-radius: 45px;
    min-height: 45px;
    padding: 0 35px;
    gap: 10px;
}

.seoContainer.active .seoArea .contentH {
    max-height: unset;
}

.seoContainer.active .seoArea .moreButton .fa-chevron-down:before {
    content: "\f077";
}

/**/
.RightDetail #productDetailRelated {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.RightDetail #productDetailRelated .JKatAdi {
    margin-bottom: 0!important;
    text-transform: none;
}

.RightDetail #productDetailRelated .JKatAdi .bold {
    text-align: left;
    margin-bottom: 2px !important;
    align-items: flex-start;
    justify-content: flex-start;
}

.RightDetail #productDetailRelated .JKatAdi .bold .satir1 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #222222;
}

.RightDetail #productDetailRelated > a {
    width: calc(20% - 8px);
    padding: 0;
    margin: 10px 10px 0 0;
    border-radius: 0;
    border: 2px solid #EDEEEF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.5s
}

.RightDetail #productDetailRelated > a:nth-child(6) {
    margin-right: 0
}

.RightDetail #productDetailRelated > a.active, .RightDetail #productDetailRelated > a:hover {
    border-color: #F48120;
}

.RightDetail #productDetailRelated > a img {
    border-radius: 0;
    border: none;
}

/**/
.bestcategoryblock {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bestcategoryblock ul {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.bestcategoryblock ul li {
    float: left;
    width: calc(20% - 16px);
    border: 1px solid #EEEFF0;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.5s
}

.bestcategoryblock ul li span {
    line-height: 1.4;
    text-align: center;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #525252;
    letter-spacing: 0.32px;
    transition: 0.5s;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bestcategoryblock ul li:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.bestcategoryblock ul li:hover span {
    color: #F48120;
}

/**/
.blogbanner {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.blogbanner ul {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.blogbanner ul:not(.owl-carousel) li {
    display: none;
}

.blogbanner ul li {
    float: left;
    width: 100%;
}

.blogbanner ul li a {
    display: block;
}

.blogbanner ul li a div {
    float: left;
    width: 100%;
    padding-top: 15px;
    text-align: left;
}

.blogbanner ul li a div span {
    font-size: 16px;
    font-weight: 500;
    color: #1B1B1B;
    margin-bottom: 10px;
    display: block;
}

.blogbanner ul li a div p {
    margin: 0 0 20px;
    padding: 0;
    line-height: 20px;
    height: 60px;
    font-weight: 300;
    font-size: 14px;
    color: #1B1B1B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-right: 90px;
}

.blogbanner ul li a div em {
    font-style: normal;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #313131;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #EFF0F1;
    border-radius: 100px;
    min-height: 40px;
    padding: 0 23px;
    transition: 0.5s;
    gap: 8px;
}

.blogbanner ul li a div em:after {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 10px;
    font-weight: 400;
    transition: 0.5s
}

.blogbanner ul li a div em:hover {
    background: #0E0E47;
    color: #fff;
    gap: 13px;
}

.blogbanner ul li a div em:hover:after {
    color: #fff;
}

#mainHolder_divDesign .blogbanner .owl-carousel .owl-dots {
    display: block;
    position: static;
    margin-top: 40px;
}

#mainHolder_divDesign .blogbanner .owl-carousel .owl-nav {
    top: 20%;
}

/**/
.bannerblock {
    float: left;
    width: 100%;
}

.bannerblock ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 20px;
}

.bannerblock ul li, .bannerblock ul li a, .bannerblock ul li img {
    float: left;
    width: 100%
}

.bannerblock ul li a {
    overflow: hidden;
}

.bannerblock ul li img {
    transition: all .4s ease-in-out;
}

.bannerblock ul li a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.bannerblock ul li a {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.bannerblock ul li a:hover img {
}

.bannerblock.col2 ul li:first-child {
    width: 32.9%;
}

.bannerblock.col2 ul li:last-child {
    width: 67.1%;
}

.bannerblock.col2 .bannertext {
    top: 8vh;
    bottom: 8vh;
}

.bannertext {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bannertext.textcenter {
    align-items: center;
    text-align: center;
}

.bannertext.textcenter .bannertexttop {
    align-items: center;
    text-align: center;
    justify-content: center;
}

.bannertext.textleft {
    align-items: flex-start;
    text-align: left;
}

.bannertext.textleft .bannertexttop {
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
}

.bannertext.textright {
    align-items: flex-end;
    text-align: right;
}

.bannertext.textright .bannertexttop {
    align-items: flex-end;
    text-align: right;
    justify-content: flex-end;
}

.bannertext strong, .bannertext h3 {
    font-size: 42px;
    font-weight: 700;
    color: #313131;
}

.bannertext small {
    font-size: 32px;
    font-weight: 700;
    color: #313131;
}

.bannertext strong small, .bannertext h3 small {
    font-weight: 400;
    display: block;
}

.bannertext p {
    font-size: 15px;
    font-weight: 500;
    color: #8E8E8E;
    margin: 0;
}

.bannertext em {
    font-size: 16px;
    font-weight: 400;
    color: #313131;
    font-style: normal;
}

.bannertext em b {
    font-weight: 700
}

.bannertexttop, .bannertextbottom {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.gap40 {
    gap: 40px;
}

.bannertext .textbutton {
    color: #313131;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #313131;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 40px;
    padding: 0 17px;
    transition: 0.5s;
    background-color: transparent;
    font-family: Inter
}

.bannertext .textbutton b {
    font-weight: 700
}

.bannertext .textbutton:hover {
    background-color: #313131;
    color: #fff;
}

.bannertext.whitecolor strong, .bannertext.whitecolor h3, .bannertext.whitecolor small, .bannertext.whitecolor p, .bannertext.whitecolor em {
    color: #fff;
}

.bannertext.whitecolor .textbutton {
    color: #fff;
    border-color: #fff;
}

.bannertext.whitecolor .textbutton:hover {
    background-color: #fff;
    color: #313131;
}

/**/
.tabblocktitle {
    display: none;
}

#mainHolder_divDesign .ticimaxTabHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    flex-direction: column;
}

#mainHolder_divDesign .ticimaxTabHead .tabblocktitle {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    color: #313131;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    float: left;
    gap: 9px;
}

#mainHolder_divDesign .ticimaxTabHead .tabblocktitle h2 {
    color: #0E0E47;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    display: block;
}

#mainHolder_divDesign .ticimaxTabHead .tabblocktitle p {
    margin: 0;
    color: #313131;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.8;
    display: none;
}

#mainHolder_divDesign .ticimaxTabHead ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    display: flex;
    gap: 20px;
}

#mainHolder_divDesign .ticimaxTabHead li {
    float: left;
    margin: 0
}

#mainHolder_divDesign .ticimaxTabHead li a {
    background: transparent;
    color: #313131;
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px;
    transition: 0.5s;
    border: 1px solid #EFF0F1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.5s;
    min-height: 50px;
    border-radius: 100px;
    gap: 14px;
}

#mainHolder_divDesign .ticimaxTabHead li.ticimaxTabHead_active a {
    background: #0E0E48;
    color: #fff;
}

#mainHolder_divDesign .ticimaxTabHead li.ticimaxTabHead_active a img {
    filter: invert(1)
}

#mainHolder_divDesign .ticimaxTabHead li:hover a {
    border-color: #0E0E48;
    background-color: transparent;
    color: #313131
}

/**/
#divUrunTakimAlan {
    float: left;
    width: 100%;
    display: none;
}

#divUrunTakimAlan .takimUrunContent {
    float: left;
    width: 100%;
    margin-bottom: 0
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer {
    float: left;
    width: 100%;
    border: none;
    padding: 0 ;
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer::-webkit-scrollbar {
    width: 5px
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer::-webkit-scrollbar-track {
    background: #fff
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer::-webkit-scrollbar-thumb {
    background: #E6750F
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer .takimUrunItem {
    float: left;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #eeeff0
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer .takimUrunItem .leftSpan {
    font-size: 14px;
    color: #353535;
    font-weight: 600;
    line-height: 20px;
    width: 70%;
    display: inline-flex;
    float: left;
    align-items: center;
    justify-content: flex-start;
    min-height: 48px;
    text-align: left;
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer .takimUrunItem .rightSpan {
    font-size: 14px;
    color: #353535;
    font-weight: 400;
    line-height: 20px;
    width: 30%;
    display: inline-flex;
    float: left;
    align-items: center;
    justify-content: flex-end;
    min-height: 48px;
    text-align: right;
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer .takimUrunItem .rightSpan span:first-child {
    margin-right: 3px
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer .takimUrunItem .rightSpan span:last-child {
    margin-left: 3px
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer .takimDegistir .leftSpan {
    font-size: 0
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer .takimDegistir .leftSpan:before {
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    display: inline-block;
    vertical-align: top
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer .takimDegistir .rightSpan #aTakimDegistir {
    font-size: 0
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer .takimDegistir .rightSpan #aTakimDegistir:before {
    font-size: 14px;
    color: #D12727;
    text-decoration: underline;
    font-weight: 500;
    line-height: 48px;
    display: inline-block;
    vertical-align: top
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer .takimToplamTutar {
    border: none
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer .takimToplamTutar .leftSpan {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 60px;
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer .takimToplamTutar .rightSpan {
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
}

#divUrunTakimAlt {
    float: left;
    width: 100%
}

#divUrunTakimAlt .takimUrunAltContainer {
    float: left;
    width: 100%
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunHeader {
    float: left;
    width: 100%
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunList {
    float: left;
    width: 100%;
    padding: 0;
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead>div {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 60px
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-1 {
    font-size: 0
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-1:after {
    font-size: 15px
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-4 a {
    text-decoration: none;
    font-size: 0
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-4 a:after {
    font-size: 14px;
    color: #EE7575;
    font-weight: 500;
    text-decoration: underline
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-4 a.aTakimUrunAdetArtir:after {
    content: ''
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-4 a.aTakimUrunAdetAzalt:after {
    content: ''
}

.detaildesc {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 0 50px 0;
}

.detaildesc .detaytakimacik:before {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    height: 1px;
    background-color: #EDEEEF
}

.detaildesc .detaildesccont {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 7vh;
    max-width: 1320px
}

.detaildesc .detaytakimacik, .detaildesc .detayozellikacik, .detaildesc .detayboyutacik {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 30px;
}

.detaildesc .detayboyutacik {
    display: none;
}

.detaildesc .detayboyutacik.olcuContentActive {
    display: flex;
}

.detaildesc .detaytakimacik {
    gap: 0 !important;
    display: none;
    position: relative;
    padding-top: 50px
}

.detaildesc .detaytakimacik.TakimVar {
    display: flex;
}

.detaildesc .detaytakimacik.TakimVar .TakimIcerik, .detayozellikacik > .TabOzellikler, .detayozellikacik > .TabOzellikler > h2 > a, .detayboyutacik .olcuContent h2 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 50px;
    border-bottom: 1px solid #EDEEEF;
    cursor: inherit;
}

.detayboyutacik .olcuContent h2 {
    margin-bottom: 10px
}

.olcuContent::-webkit-scrollbar {
    height: 5px
}

.olcuContent::-webkit-scrollbar-track {
    background: #fff
}

.olcuContent::-webkit-scrollbar-thumb {
    background: #f28131
}

.olcuContent {
    float: left;
    width: 100%
}

.olcuContent table tr th {
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 600
}

.olcuContent table tr td {
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: 500
}

.olcuContent table tr td:nth-child(1), .olcuContent table tr th:nth-child(1) {
    text-align: left
}

.detayozellikacik #divTabOzellikler.urunDetayPanel {
    padding: 0 !important;
    display: block !important
}

.detayozellikacik #divTabOzellikler .urunTabAlt {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
    color: #313131;
    letter-spacing: 0.14px;
}

.detayozellikacik #divTabOzellikler .urunTabAlt > strong {
    font-weight: 600;
    font-size: 16px
}

.detaytakimacik #divUrunTakimAlt {
    padding: 0;
    margin: 0
}

.detaytakimacik #divUrunTakimAlt .takimUrunHeader {
    display: none
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer {
    border: none;
    padding: 0
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead {
    display: flex;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead>div {
    padding: 0;
    line-height: 70px;
    text-align: left;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem {
    margin-bottom: 20px;
    display: flex;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem:last-child {
    margin-bottom: 0
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div {
    padding: 0;
    line-height: 55px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    display: flex;
    align-items: center;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div>a {
    color: #000;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div .takimInputContent {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 50px;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div .takimInputContent input {
    height: 50px;
    width: 80px;
    border-color: #EEEFF0;
    background: #fafafa;
    padding: 0 0 0 15px;
    text-align: left;
    color: #313131;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #EEEFF0;
    border-radius: 5px;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div .takimInputContent a {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 25px;
    font-size: 12px;
    line-height: 0;
    position: absolute;
    right: 0
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div .takimInputContent a i {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    font-family: 'FontAwesome';
    font-weight: 600;
    font-size: 14px;
    color: #313131;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div .takimInputContent a.aTakimUrunAdetArtir {
    top: 0;
    padding: 21px 0 0
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div .takimInputContent a.aTakimUrunAdetAzalt {
    bottom: 0;
    padding: 6px 0 0
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div .takimInputContent a.aTakimUrunAdetArtir i:before {
    content: '\f0de';
    display: inline-block;
    vertical-align: top
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div .takimInputContent a.aTakimUrunAdetAzalt i:before {
    content: '\f0dd';
    display: inline-block;
    vertical-align: top
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-1, .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-1 {
    width: 35%;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-2, .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-2 {
    width: 15%;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-3, .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-3 {
    width: 15%;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-4, .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-4 {
    width: 15%;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-5, .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-5 {
    width: 15%;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-6, .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-6 {
    width: 5%;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-6 {
    text-align: right;
    padding-right: 13px;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-6 a {
    padding: 0;
    min-width: 50px;
    height: 50px;
    border: 1px solid #EEEFF0;
    background: #fafafa;
    display: flex;
    vertical-align: top;
    color: #222;
    transition: 0.5s;
    text-align: center;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-6 a:hover {
    border-color: #0E0E48;
    color: #fff;
    background: #0E0E48;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-6 a i {
    font-weight: 400
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead>div.head-col-2 {
    order: -1;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div.head-col-2 {
    order: -1;
}

.detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div.head-col-2 img {
    max-width: 80px!important;
    border-radius: 5px;
    min-width: 80px;
}

.ProductBody {
    overflow-x: hidden!important;
}

#TakimDegistir {
    border: 1px solid #000000;
    color: #000000;
    /* display: none; */
    display: flex;
}

#TakimDegistir:hover {
    background-color: #000000;
    color: #fff;
}

.RightDetail.TakimVar #TakimDegistir {
    display: inline-flex;
}

.detailboxblock {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detailboxblock .detailboxblocktop {
    float: left;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.detailboxblock .detailboxblocktop #detailfeatures {
    float: left;
    width: 100%;
    border: 1px solid #0E0E47;
    color: #0E0E47;
    cursor: pointer;
    display: flex;
}

.detailboxblock .detailboxblocktop #detailfeatures:hover {
    background-color: #F48120;
    color: #fff;
    border-color: #F48120;
}

.footerTemp .newsletterContent #btnMailKaydet {
    background: transparent !important;
}

.footerTemp .elementor-column[data-col="20"]:first-child {
    max-width: 284px;
}

#TakimDegistir, #detailfeatures {
    line-height: 1.3;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    min-height: 40px;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.5s
}

.yatakSertlik {
    display: flex;
    align-items: center;
    justify-content: start;
    float: left;
    width: 100%;
    margin: 40px 0 0;
    gap: 20px;
}

.yatakSertlik span {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
}

.sertlikIcon {
    display: flex;
    gap: 10px;
}

.sertlikIcon i.iconFull {
    background: url(../../uploads/editoruploads/images/iconfull.png);
    width: 19px;
    height: 18px;
    display: block;
}

.sertlikIcon i.iconEmp {
    background: url(../../uploads/editoruploads/images/iconEmp.png);
    width: 19px;
    height: 18px;
    display: block;
}

/**/
.urunbilgi {
    float: left;
    width: 100%;
    background: #F4F5F8;
    border-radius: 5px;
    padding: 20px;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -0.39px;
    color: #222;
}

.urunbilgi span, .urunbilgi h3 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.45px;
    display: block;
    margin-bottom: 7px;
}

.urunbilgi ul {
    padding: 0;
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.urunbilgi ul li {
    float: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.urunbilgi ul li img {
    height: 25px;
}

.urunbilgi ul li span {
    font-weight: 500;
    color: #313131;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    display: block;
}

.detailboxbottom {
    float: left;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    text-align: left;
    gap: 10px;
    margin-top: 10px;
}

.teslimatbilgi {
    float: right;
    width: 100%;
    padding: 8px 23px 8px 57px;
    border: 2px dashed #1EB83E;
    background: url('../../Uploads/EditorUploads/images/teslimatbilgi.svg') no-repeat center left 23px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 500;
    color: #313131;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.teslimatbilgi a {
    color: #313131;
}

#divTahminiTeslimatSuresi {
    float: left;
    width: 100%;
    line-height: 1.1;
    padding: 8px 23px 8px 61px;
    border: 2px dashed #F48120;
    background: url('../../Uploads/EditorUploads/images/tahminiteslimat.svg') no-repeat center left 23px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

#divTahminiTeslimatSuresi .left_line {
    display: block;
    color: #313131;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
}

#divTahminiTeslimatSuresi .center_line {
    display: none;
}

#divTahminiTeslimatSuresi .right_line {
    display: block;
    color: #F48120;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    width: auto;
}

.detaybilgi {
    display: none;
    float: left;
    clear: left;
    width: 100%;
    gap: 10px;
}

.detaybilgi > div {
    border: 1px solid #EDEEEF;
    background: #fff;
    min-height: 50px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #313131;
    float: left;
    width: 100%;
    padding: 0;
    border-radius: 0;
    transition: 0.5s
}

.detaybilgi > div:hover {
    border-color: #000;
}

.detaybilgi > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #313131;
    float: left;
    width: 100%;
    padding: 5px 10px;
    transition: 0.5s;
    height: 100%
}

.RightDetail .detaybilgi {
    display: flex;
}

.RightDetail #divMagazaStok {
    float: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
    align-items: stretch !important
}

.RightDetail #divMagazaStok a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 0;
    font-weight: 500;
    color: #313131;
    float: left;
    width: 100%;
    padding: 5px 10px;
    transition: 0.5s;
    height: 100%
}

.RightDetail #divMagazaStok a:after {
    content: 'Showroomda Bul';
    font-size: 12px;
    font-weight: 500;
}

.RightDetail #divMagazaStok a:before {
    content: '';
    width: 24px;
    height: 25px;
    background: url('../../Uploads/EditorUploads/images/showroomicon.svg') no-repeat center center;
}

.RightDetail #divMagazaStok a:hover {
    border-color: 000
}

.RightDetail #divMagazaStok .teksatir {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chatfix {
    float: right;
    position: fixed;
    right: 1%;
    bottom: calc(15% - 85px);
    z-index: 1001;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: url('../../Uploads/EditorUploads/images/chat.svg') no-repeat center;
    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;
}

#divUrunDetayKombin {
    float: left;
    width: 100%;
    position: relative;
}

.detaildesccont #divUrunDetayKombin {
    padding: 40px 0;
}

.detaildesccont #divUrunDetayKombin:before {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    height: 1px;
    background-color: #EDEEEF
}

.detaildesccont #divUrunDetayKombin:after {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    bottom: 0;
    height: 1px;
    background-color: #EDEEEF
}

#divUrunDetayKombin #kombinUrunler {
    float: left;
    width: 100%;
}

#divUrunDetayKombin .kombinContent {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: wrap;
}

#divUrunDetayKombin .kombinContent:before {
    color: #313131;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

#divUrunDetayKombin .kombinContent .kombintitle {
    float: left;
    width: 100%;
    color: #313131;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 30px
}

#divUrunDetayKombin .kombinContent ul li.kombinItem {
    background: transparent;
    padding: 20px 0;
    margin: 0;
    position: relative;
    overflow: inherit;
    transition: 0.5s;
    border: none;
}

#divUrunDetayKombin .kombinContent ul li.kombinItem:after {
    content: '+';
    color: #F48120;
    font-size: 64px;
    font-weight: 500;
    position: absolute;
    right: -3.7vw;
    top: calc(50% - 38px);
    width: 38px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3
}

#divUrunDetayKombin .kombinContent ul li.kombinItem:last-child:after {
    display: none;
}

#divUrunDetayKombin .kombinContent ul li.kombinItem:nth-last-of-type(2):after {
    content: "=";
    color: #000000;
}

#divUrunDetayKombin .kombinContent ul {
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 5.5vw;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
    border: 1px solid #EAEBED;
    border-radius: 5px;
}

#divUrunDetayKombin .kombinContent ul li {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
}

#divUrunDetayKombin .kombinContent ul:after {
    display: none;
}

#divUrunDetayKombin .kombinContent li {
    list-style: none;
}

#divUrunDetayKombin .kombinContent ul li.kombinToplamTutar {
    display: none;
    margin-bottom: 0 !important
}

#divUrunDetayKombin .kombinRightDetail .PriceListKombin > .kombinFormline .kombinright_line {
    height: 40px
}

#divUrunDetayKombin .kombinItem #divFiyatAlanlari {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

#divUrunDetayKombin .kombinRightDetail .PriceListKombin > ul {
    display: none;
}

#divUrunDetayKombin .kombinItem .kombinleftImage {
    width: 100%;
    position: relative;
}

#divUrunDetayKombin .kombinItem .kombinImages img {
    max-width: 100%;
    width: 100%;
    border: none;
}

#divUrunDetayKombin .kombinItem .kombinImages .selectedImagesLink {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    font-size: 0;
}

#divUrunDetayKombin .kombinItem .kombinRightDetail {
    position: relative;
}

#divUrunDetayKombin .kombinItem .PriceListKombin > a.button {
    float: left;
    width: 100%;
    background-color: #F48120;
    border: 1px solid #F48120;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.22px;
    height: 40px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    display: none !important;
}

#divUrunDetayKombin .kombinItem .PriceListKombin > a.button:hover {
    background: #fff;
    color: #F48120;
}

#divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat2 > span, #divUrunDetayKombin .kombinItem .hizliBakis_marka, #divUrunDetayKombin .kombinItem .hizliBakis_ozyazi, #divUrunDetayKombin .kombinItem .divKombinUrunEkSecenek {
    display: none !important
}

#divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFormline.kombinFiyat3 {
    display: none;
}

.KombinTopluSatinAlimBtn {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 20px;
    display: flex !important;
    background-color: #FCF1EA;
    border-left: 1px solid #F8F8F8;
    padding: 20px !important;
    max-width: 354px
}

.KombinTopluSatinAlimBtn a {
    border-radius: 10px;
    width: 100%;
    font-size: 0 !important;
    font-weight: 700 !important;
    padding: 0 20px!important;
    line-height: 1.3;
    max-width: 240px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #F48120;
    color: #FFFFFF;
    min-height: 50px
}

.KombinTopluSatinAlimBtn a:before {
    font-size: 15px
}

.kombinTopluSatinAlimFiyatcizgili {
    display: block!important;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #F8873E;
    line-height: 1.3;
    letter-spacing: 0.38px;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.kombinTopluSatinAlimFiyatcizgili .title {
    display: none !important
}

.kombinTopluSatinAlimFiyatcizgili span strong {
    font-weight: 600
}

.kombinTopluSatinAlimFiyatcizgili span:not(.title) > strong:before {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    color: #000000;
    margin: 0 12px 0 0
}

.kombinToplamTutar {
    margin: 0;
}

.kombinbottom {
    float: left;
    width: 100%;
    border-left: 1px solid #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    justify-content: center;
    background-color: #FCF1EA;
    padding: 20px;
    max-width: 354px
}

.menutext, .mobilmenubanner {
    display: none;
}

img.hidemobil {
    display: block;
}

img.hidedesktop {
    display: none;
}

@media (max-width: 1100px) {
    #headerNew.fixed #masthead {
        display:block;
    }
}

.kateOwl > span {
    color: #0E0E47;
    font-size: 30px;
    text-align: center;
    display: block;
    margin-bottom: 50px;
    padding-right: 80px;
}

.kateOwl {
    padding: 0 0 0 60px;
    margin: 0;
}

.kateOwl ul {
    padding: 0;
    margin: 0;
}

.kateOwl ul li {
    list-style: none;
}

.kateOwl .owl-carousel .owl-stage{margin: 0 auto;}

.kateOwl ul .owl-nav {
    display: none;
}

.kateOwltxt {
    text-align: center;
    color: #000000;
    font-size: 22px;
    margin: 17px 0 0;
}

.kateOwlImg img {
    margin: 0 auto;
}

.bannerOwl > span {
    color: #0E0E47;
    font-size: 30px;
    text-align: center;
    display: block;
    padding: 0 40px;
    max-width: 680px;
    margin: 0 auto 40px;
}

.bannerOwl > span i {
    color: #ED6767;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.bannerOwl ul {
    padding: 0;
    margin: 0;
}

.bannerOwl ul li {
    list-style: none;
}

.bannerOwl ul li span {
    color: #3C3E3E;
    font-size: 28px;
    text-align: center;
    display: block;
    margin-top: 17px;
}

.bannerOwl ul li span i {
    color: #ED6767;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.urunDetTeslim {
    float: left;
    display: flex;
    margin: 50px 0 0;
    gap: 20px;
    justify-content: center;
}

.urunDetTeslim .udTesTxt span {
    color: #313131;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
}

.urunDetTeslim .udTesTxt small {
    color: #313131;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 24px;
}

.urunDetTeslim .udTesImg {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    min-width: 80px;
}

.urunDetTeslim .udTesImg img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.ticiContainer.anasayfa_urun_slider {
    padding: 0 60px !important;
}

.footerTemp .footerTempContainer {
    padding-right: 60px !important;
    padding-left: 60px;
    max-width: 100% !important;
}

section.footerebulten .footerTempContainer {
    max-width: 500px !important
}

.ticiContainer.anasayfa_urun_slider .owl-nav {
    display: block !important
}

.HomeBody footer#customFooterContent {
    background: #fff !important;
    position: relative;
    padding-top: 20px;
}
body:has(.homepage).scrollAnim footer {
    margin-top: 100dvh;
}
.slideFix .owl-carousel .owl-nav {
    display: flex !important;
    height: auto !important;
}

.slideFix .owl-carousel .owl-nav span {
    display: none !important;
}

 
    body .slideFix .owl-carousel .owl-dots {
        display: flex;
        position: absolute;
        top: 60px !important;
        left: 60px !important;
        height: auto;
        justify-content: start;
        margin: 0;
    }

    body .slideFix .owl-carousel .owl-dots .owl-dot {
        width: 40px;
        height: 40px;
        padding: 5px;
        background: hsl(0deg 0% 100% / 30%);
        border: none;
        position: relative;
        border: 1px solid hsl(0deg 0% 100% / 30%);
    }

    body .slideFix .owl-carousel .owl-dots .owl-dot span{
    display: block !important;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
}
    body .slideFix .owl-carousel .owl-dots .owl-dot.active {  
        border: 1px solid #fff;
    }
section .gizlegoster {
    max-width: 1440px;
    margin: 0 auto;
}

.homeVideo {
    padding: 0 60px;
    position: relative;
}

.homeVideo a:before {
    content: "";
    background: url(../../uploads/editoruploads/images/play.png);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.PL-50 .txrow {
    padding: 0 50px !important;
}

.PL-60 .txrow {
    padding: 0 60px !important;
}

.account-item:hover .nav-dropdown {
    display: none !important;
}

section.slideFix {
    height: calc(100dvh - 0px);
    overflow: hidden;
    position: fixed !important;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0!important;
}

body:has(.homepage).scrollAnim header {
    position: fixed;
    float: left;
    width: 100%;
    z-index: 2;
    top: 0px;
}

body:has(.homepage) header {
    padding-top: 0;
    /*transition: 1s;*/
    border-radius: 40px 40px 0 0 !important;
    position: static;
    transform: translateY(0);
}

body:has(.homepage):not(.scrollAnim) header {
    position: fixed !important;
    padding-top: 0;
    /*transition: 1s;*/
    bottom: calc(100dvh - 120px);
    left: 0;
    float: left;
    width: 100%;
    z-index: 9;
    transform: translateY(calc(100dvh - 120px));
}

body:has(.homepage):not(.scrollAnim) header #top-bar {
    display: none!important;
}

body:has(.homepage):not(.scrollAnim) .header-main {
    background: transparent !important;
}

section.slideFix .ticiContainer {
    padding: 0 !important;
    height: 100dvh;
}

section.slideFix .ticiContainer > div, section.slideFix .ticiContainer > div > div, section.slideFix .ticiContainer > div > div > div, section.slideFix .ticiContainer > div > div > div .owl-stage-outer, section.slideFix .ticiContainer > div > div > div .owl-stage, section.slideFix .ticiContainer > div > div > div .owl-stage > div, section.slideFix .ticiContainer > div > div > div .owl-stage > div a {
    height: 100dvh;
}

section.slideFix .ticiContainer > div > div > div .owl-stage > div a img {
    height: 100dvh;
    width: 100%;
    object-fit: cover;
    min-width: 100%;
}

#mainHolder_divDesign {
    transform: translateY(calc(100dvh - 0px));
    transition: transform 0.6s ease;
}

/*body:has(.homepage).scrollAnim #mainHolder_divDesign { animation: slide-in-top .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0s both; transform: translateY(120px); }*/
body:has(.homepage).scrollAnimTime {
    padding-top: 0;
}

body:has(.homepage).scrollAnim {
    margin-top: -40px;
}

body:has(.homepage).scrollAnim header {
    /*animation: slide-in-top2 .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0s both;*/
    top: -120px;
}
body:has(.homepage).homeAnimeFix header {
    top: 0;
}
 
/*body:has(.homepage):not(.scrollAnim) #mainHolder_divDesign { animation: slide-out-top .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both; }
*/
section.slideFix a {
    height: 100%;
}

section.slideFix a img {
    height: 100%;
    object-fit: cover;
}

section.slideFix .anasayfa_tek_slider > a:first-child img {
    min-width: 100%;
}

/*body:has(.homepage):not(.scrollAnim) header { animation: slide-out-top2 .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both; }
*/
body:has(.homepage):not(.scrollAnim) .newHeaderNavigation.mobileStyle .newHeaderNav, body:has(.homepage):not(.scrollAnim) .newHeaderNavigation.mobileStyle .menu-wrap, body:has(.homepage):not(.scrollAnim) .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu {
    top: calc(-100dvh + 30px) !important;
    height: calc(100dvh + 60px) !important;
}

body:has(.homepage):not(.scrollAnim) #headerNew .header .newHeaderNavigation.mobileStyle.mobileactive .newHeaderNav .newMenuTop .menuCloseBtn {
    position: fixed;
    bottom: 0 !important;
}

.newHeaderNavigation.mobileStyle .menu-wrap.active {
    height: calc(100dvh - 30px ) !important;
}

@keyframes slide-in-top {
    0% {
        transform: translateY(100dvh);
    }

    100% {
        transform: translateY(120px);
    }
}

@keyframes slide-in-top2 {
    0% {
        transform: translateY(calc(100dvh - 120px));
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slide-out-top {
    0% {
        transform: translateY(120px);
    }

    100% {
        transform: translateY(100dvh);
    }
}

@keyframes slide-out-top2 {
    0% {
        transform: translateY(calc(-100dvh + 240px));
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-70px);
    }

    100% {
        transform: translateY(0px);
    }
}

header.fixed {
    position: fixed !important;
    top: 0;
    z-index: 999;
    animation: smoothScroll .5s backwards;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff !important;
}

header.fixed div#top-bar {
    display: none !important;
}

header.fixed .header-bottom {
    background: #fff !important;
}

.marrgin {
    margin-top: 110px;
}

header.fixed .newHeaderNavigation:not(.mobileStyle) .menu-wrap {
    top: 100% !important
}
 .hbildirim {float: left;position: fixed;bottom: 100px;left: 60px;z-index: 9;}
.bildirimicon {float: left; position: relative; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.bildirimicon a {display: block; }
.bildirimicon a .svgIcon {display: flex; margin: 0px auto; line-height: 0; flex-direction: column; gap: 5px; align-items: center; justify-content: space-around; }
.bildirimicon a .svgIcon svg {animation: 0.5s ease 0s 5 normal none running shake; }
.bildirimicon span {position: absolute; top: -10px; right: -10px; margin: auto; width: 20px; height: 20px; background: rgb(227, 10, 23); color: rgb(255, 255, 255); text-align: center; line-height: 18px; border-radius: 100%; font-size: 12px; font-weight: 500; border: 1px solid rgb(255, 255, 255); }
.bildirimmenu {display: none; padding: 0px; background: rgb(255, 255, 255); position: absolute; border-radius: 10px; margin-top: 60px; z-index: 9999999; text-align: left; width: 400px; left: 50px; box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 10px; bottom: 0; }
.hbildirim.active::before {content: "\f0d8"; position: absolute; right: calc(50% - 7px); top: 50px; color: rgb(255, 255, 255); font-size: 13px; font-family: fontAwesome; font-weight: bold; text-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px; z-index: 4; display: none; }
.hbildirim.active .bildirimmenu {display: block; }
.bildirimmenu > span {display: block; font-size: 15px; color: rgb(9, 61, 51); font-weight: 600; padding: 15px; text-align: center; color: #fff; background: #0e0e47; border-radius: 10px 10px 0 0; }
.bildirimmenu ul {float: left; width: 100%; list-style-type: none; margin: 0px; padding: 0px; }
.bildirimmenu ul li {float: left; width: 100%; padding: 10px; border-top: 1px solid rgb(229, 229, 229); }
.bildirimmenu ul li a {font-size: 12px; line-height: 15px; color: rgb(22, 22, 22); display: flex; }
.bildirimmenu ul li span {font-size: 14px; line-height: 20px; color: rgb(0, 0, 0); display: flex; font-weight: 500; align-items: center; justify-content: center; gap: 10px; }
.bildirimmenu ul li i {display: flex; line-height: 15px; background: #0e0e47; color: #fff; font-size: 12px; width: 40px; min-width: 40px; height: 40px; font-weight: 500; border-radius:100%; align-items: center; justify-content: center; }
@keyframes shake {
    0% {transform: translate(1px, 1px) rotate(0deg); }
    10% {transform: translate(-1px, -2px) rotate(-1deg); }
    20% {transform: translate(-3px, 0px) rotate(1deg); }
    30% {transform: translate(3px, 2px) rotate(0deg); }
    40% {transform: translate(1px, -1px) rotate(1deg); }
    50% {transform: translate(-1px, 2px) rotate(-1deg); }
    60% {transform: translate(-3px, 1px) rotate(0deg); }
    70% {transform: translate(3px, 1px) rotate(-1deg); }
    80% {transform: translate(-1px, -1px) rotate(1deg); }
    90% {transform: translate(1px, 2px) rotate(0deg); }
    100% {transform: translate(1px, -2px) rotate(-1deg); }
}

.arrows {
	width: 60px !important;
	height: 72px !important;
	position: absolute!important ;
	left: 50% !important;
	margin-left: -30px!important;
	bottom: 80px!important;
	z-index: 99!important;
	transform: scale(0.6)!important;
}

.arrows path {
	stroke: #fff;
	fill: transparent;
	stroke-width: 1px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}
/*siteozelalan*/
@media(min-width: 1099px) {
    .newHeaderNavigation.mobileStyle .newHeaderNav, .newHeaderNavigation.mobileStyle .menu-wrap, .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu {
        top: 30px !important;
        height: calc(100dvh - 30px) !important;
    }

    .HomeBody header:hover {
        background: #fff!important;
    }

    .header-dil-content {
        z-index: 99;
    }

    .header-main .header-nav.nav-left {
        gap: 45px;
    }

    #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuCloseBtn {
        position: absolute;
        left: 60px;
        top: 36px;
        padding: 0;
        background: url(../../uploads/editoruploads/images/menuclose.png) !important;
        width: 20px;
        height: 20px;
    }

    #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuCloseBtn i {
        display: none!important;
    }

    .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop {
        height: 110px!important;
    }

    #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuBackBtn {
        display: none !important;
    }

    .newHeaderNavigation.mobileStyle .menu-wrap.active {
        left: 360px!important;
        background: #fff !important;
        top: 30px !important;
        height: calc(100% - 30px)!important;
        padding: 110px 0 0!important;
        width: calc(50% - 360px)!important;
    }

    .newHeaderNavigation.mobileStyle .newHeaderNavUl>li:has(.menu-wrap.active) > a, .newHeaderNavigation.mobileStyle .newHeaderNavUl>li:has(.menu-wrap.active) .nextKolonBtn {
        color: #ED6767 !important;
    }

    .newHeaderNavigation.mobileStyle .newHeaderNavUl>li:has(.menu-wrap.active) {
        background: #FFFFFF !important
    }

    #hb-logo {
        z-index: 11 !important;
        position: relative!important;
    }

    .newHeaderNavigation.mobileStyle .menu-list-row .kolon>li:hover * {
        color: #ED6767 !important;
    }

    #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li:hover {
        background: #fff!important;
    }

    .newHeaderNavigation.mobileStyle .newHeaderNavUl {
        height: calc(100% - 110px)!important;
    }

    .newHeaderNavigation.mobileStyle .newHeaderNavUl li a {
        padding: 0 30px 0 60px !important;
    }

    #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop {
        background: transparent !important;
    }
}

@media(min-width: 1042px) {
    body .filterBlock .mobilFilterOpenBtn {
        display: block!important;
    }

    body .mobilFilterOpenBtn {
        margin: 0;
        padding: 0;
        display: block !important;
        float: right;
        position: absolute;
        right: 90px;
        top: 20px;
    }

    body .mobilFilterOpenBtn .button {
        padding: 0 22px;
        margin: 0;
        display: inline-block;
        vertical-align: top;
        background: #fff;
        line-height: 48px;
        font-size: 15px;
        font-weight: 500;
        color: #231F20;
        text-align: left;
        border: 1px solid #EFF0F1;
        border-radius: 5px
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn {
        display: none;
    }

    body .mobilFilterOpenBtn .button:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 9px;
        width: 18px;
        height: 16px;
        background: url(../../uploads/EditorUploads/images/filtericon.svg) no-repeat center center;
        background-size: 100%;
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn {
        float: left;
    }

    body #divSayfalamaUst.Slct .blockSelect {
        margin: 16px 0 16px 10px;
    }

    body #divSayfalamaUst.Slct .blockSelect a {
        float: left;
        width: 14px;
        height: 18px;
        padding: 0;
        text-align: center;
        border: none;
        background: transparent;
        margin: 0 0 0 20px;
    }

    body #divSayfalamaUst.Slct .blockSelect a.sort_3 {
        background: url('../../Uploads/EditorUploads/images/sort_3.svg') no-repeat center;
    }

    body #divSayfalamaUst.Slct .blockSelect a.sort_3.Active {
        background: url('../../Uploads/EditorUploads/images/sort_3active.svg') no-repeat center;
    }

    body #divSayfalamaUst.Slct .blockSelect a.sort_4 {
        background: url('../../Uploads/EditorUploads/images/sort_4.svg') no-repeat center;
        width: 20px;
    }

    body #divSayfalamaUst.Slct .blockSelect a.sort_4.Active {
        background: url('../../Uploads/EditorUploads/images/sort_4active.svg') no-repeat center;
    }

    body #divSayfalamaUst.Slct .blockSelect a i {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
        float: left;
        width: 100%;
        background: #fff;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent .filterOrderInStock {
        background: transparent!important;
        color: #231F20!important;
        line-height: 50px;
        font-size: 14px;
        font-weight: 400;
        padding: 0!important;
        display: inline-block;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent .filterOrderInStock:before {
        content: '';
        width: 16px;
        height: 16px;
        color: #F48120;
        border: 1px solid #C4C4C4;
        border-radius: 3px;
        margin: 17px 10px 17px 0;
        line-height: 14px;
        float: left;
        font-weight: 600;
        font-size: 10px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent .filterOrderInStock.selected:before {
        content: "\f00c";
        font-family: 'FontAwesome'
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
        float: left;
        color: #231F20;
        font-size: 14px;
        background: #fff url('../../Uploads/EditorUploads/images/selectbg.svg') no-repeat center left 15px;
        padding: 0 18px 0 50px;
        font-weight: 500;
        line-height: 50px;
        height: 50px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border: 1px solid #EFF0F1;
        border-radius: 5px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
        height: auto;
        padding: 0;
        border-radius: 0;
        background: transparent;
        float: left;
        margin-right: 50px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        float: right;
    }

    body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet {
        margin: 0;
    }

    body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet span {
        line-height: 50px;
        font-size: 15px;
        font-weight: 500;
        color: #313131;
        margin-right: 25px;
        display: none;
    }

    body #divSayfalamaUst .filterDeleteContent {
        float: left;
        margin: 0 0 10px;
        padding: 0;
        width: 100%;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter {
        padding: 0;
        margin: 0 15px 0 0;
        height: auto;
        background: transparent;
        border: 1px solid #DEDEDE;
        width: auto;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter a {
        width: 25px;
        margin: 0;
        border: none;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter a i {
        font-family: 'FontAwesome';
        line-height: 30px;
        color: #000000;
        font-size: 15px;
        font-weight: 400;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter a i:before {
        content: '\f00d';
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter a i:hover {
        color: #E51F1F;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span {
        color: #222;
        font-size: 12px;
        text-align: left;
        margin-top: 6px;
        font-weight: normal;
        letter-spacing: 0.12px;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span + span {
        color: #222;
        margin-top: 3px;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir {
        display: block;
        border-color: #E41F1F;
    }

    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;
        color: #E41F1F;
        font-size: 12px;
        text-align: center;
        margin: 0;
        width: 100%;
    }

    .Uadet {
        line-height: 50px;
        font-size: 14px;
        color: #0E0E47;
        font-weight: 400;
        margin-left: 50px;
        display: inline-block;
    }

    .Uadet:after {
        display: inline-block;
        margin-left: 5px;
        font-size: 14px;
        color: #0E0E47;
        line-height: 50px;
    }
}

.Overlay.Show {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.20);
    z-index: 1002;
    transition: 0.5s;
    cursor: pointer;
}

body .filterBlock {
    display: block!important;
}

body .category-vertical-filters.top-filters {
    display: block!important;
    width: 360px;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 99999;
    background: #fff;
    margin: 0;
    padding: 40px 30px;
    border: none;
    transition: all .3s ease;
}

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 .category-vertical-filters.top-filters .FiltreUst {
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 0 30px;
    position: relative;
    text-align: left;
    display: block;
    font-weight: 500;
    background: #fff;
}

body .category-vertical-filters.top-filters .FiltreUst span {
    display: inline-block;
    vertical-align: top;
}

body .category-vertical-filters.top-filters .FiltreUst .closeFilt {
    float: right;
    font-size: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    color: #313131;
}

body .category-vertical-filters.top-filters .FiltreUst .closeFilt i {
    font-weight: 500;
}

body .category-vertical-filters.top-filters .FiltreUst a {
    float: right;
    font-size: 13px;
    position: relative;
    z-index: 1;
    color: #111111;
    display: none;
    margin-right: 20px;
}

body .category-vertical-filters.top-filters .FiltreUst a.active {
    display: block;
}

body .category-vertical-filters.top-filters .FiltreUst a i {
    color: #313131;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    font-weight: 500;
}

body .category-vertical-filters.top-filters .tukgo {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding: 0 10px;
    display: none;
}

body .category-vertical-filters.top-filters .FiltreicerikAlan {
    float: left;
    width: calc(100% + 5px);
    max-height: calc(100% - 165px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 5px 20px 0;
    margin-right: -5px
}

body .category-vertical-filters.top-filters .FiltreicerikAlan::-webkit-scrollbar {
    width: 3px;
}

body .category-vertical-filters.top-filters .FiltreicerikAlan::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

body .category-vertical-filters.top-filters .FiltreicerikAlan::-webkit-scrollbar-thumb {
    background: rgba(124, 124, 124, 0.3);
    border-radius: 10px;
}

body .category-vertical-filters.top-filters .filtreUygulaBtn {
    float: left;
    width: 100%;
    text-align: center;
}

body .category-vertical-filters.top-filters .filtreUygulaBtn span {
    background: #0E0E47;
    padding: 0;
    color: #fff;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    text-align: center;
    float: left;
    width: 100%;
    border-radius: 5px
}

body .category-vertical-filters.top-filters .filtreUygulaBtn span:hover {
    background: #FC6B01;
}

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: #39d662;
}

body .category-vertical-filters.top-filters .panel .panel-heading {
    padding: 0;
    margin: 0;
    border: none;
    background: #fff;
    float: left;
    width: 100%;
}

body .category-vertical-filters.top-filters .panel .panel-heading a {
    float: left;
    width: 100%;
    text-align: left;
    color: #000000;
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    padding: 0;
    letter-spacing: 0.85px;
}

body .category-vertical-filters.top-filters .panel .panel-heading a:after {
    content: '\f067'!important;
    top: 0!important;
    color: #000!important;
    font-weight: 400;
    font-family: 'FontAwesome';
    right: 0!important;
    font-size: 12px;
}

body .category-vertical-filters.top-filters .panel .panel-heading.active a:after {
    content: '\f068'!important;
}

body .category-vertical-filters.top-filters .moreNum {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    line-height: 50px;
    font-size: 15px;
    color: #000;
    display: none;
}

body .category-vertical-filters.top-filters .panel {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 5px;
}

body .category-vertical-filters.top-filters .panel:last-child {
    margin-bottom: 0;
}

body .category-vertical-filters.top-filters .list-group.dropdown {
    border: none;
    position: static;
    box-shadow: none;
    padding: 0;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}

body .category-vertical-filters.top-filters .list-group.dropdown ul {
    margin-top: 10px;
}

body .category-vertical-filters.top-filters .list-group.dropdown li {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0 0 11px;
}

body .category-vertical-filters.top-filters .list-group.dropdown li a {
    color: #313131;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    letter-spacing: 0.14px;
}

body .category-vertical-filters.top-filters .list-group.dropdown::-webkit-scrollbar {
    width: 3px;
}

body .category-vertical-filters.top-filters .list-group.dropdown::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

body .category-vertical-filters.top-filters .list-group.dropdown::-webkit-scrollbar-thumb {
    background: rgba(124, 124, 124, 0.3);
    border-radius: 10px;
}

body .category-vertical-filters.top-filters .vertical-filter-panel .list-group-item a {
    font-size: 12px;
    color: #393939;
    font-weight: normal;
    float: left;
    letter-spacing: 0.12px;
}

body .category-vertical-filters .vertical-filter-panel .list-group-item:before {
    border-radius: 4px;
    display: inline-block!important;
    width: 16px;
    height: 16px;
    border: 1px solid #DDDDDD;
    font-family: 'FontAwesome';
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    margin-right: 10px;
    background: #fff!important;
    font-weight: 600;
    transition: 0.5s;
    color: #F48120;
}

body .category-vertical-filters .vertical-filter-panel .list-group-item:hover:before {
    content: "\f00c";
    border-color: #404040;
}

body .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before {
    content: "\f00c";
    border-color: #404040;
}

body .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
    height: auto;
    margin-bottom: 10px !important;
    background-size: 20px !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}

body .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image a {
    line-height: 20px!important;
}

body .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image:before {
    width: 20px;
    height: 20px;
    background: transparent!important;
    border: none!important;
    line-height: 18px!important
}

body .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image.selected:before {
}

body .category-vertical-filters.top-filters .panel-search input {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 5px 10px;
    height: 35px
}

body .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
    width: 100%;
    margin: 20px 0;
}

body .slider-range {
    margin: 0 0 15px 10px!important;
    width: calc(100% - 20px);
}

body .amount {
    padding: 0;
}

body .FiyatTextBox {
    float: left;
    width: 100%;
    display: none;
    transition: 0.5s;
    padding-bottom: 20px
}

body .FiyatTextBox.active {
    display: block;
}

.category-vertical-filters .FiyatTextBox input[type="text"] {
    width: 49% !important;
    height: 40px;
    text-align: center;
    padding: 0 2px;
    border: 1px solid #ddd;
}

.category-vertical-filters .FiyatTextBox input[type="text"].filterPrice1 {
    margin-right: 1%
}

.category-vertical-filters .FiyatTextBox input[type="text"].filterPrice2 {
    margin-left: 1% !important
}

.FiyatSlider {
    float: left;
    width: 100%;
    padding: 0;
}

body .FiyatSlider .slider-range {
    float: left;
    width: 100%;
    border: none!important;
    border-radius: 0;
    padding: 0;
    margin: 10px 0 !important;
    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: 14px;
    letter-spacing: 0.7px;
    text-align: center;
    font-weight: 400;
}

.filter-bottom {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.filter-bottom > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    transition: 0.5s;
    min-height: 50px
}

.filter-bottom > a:hover {
    background: #000000;
    color: #fff;
    border-color: #D7D7D7;
}

.filter-bottom > a > i {
    display: none;
}

/*filtre*/
@media (min-width: 1042px) {
    .sortingContent {
        display: block !important;
    }

    .col-5li {
        width: 20%;
    }
}

/* ------------------------------------Container--------------------------------------------*/
body ul.breadcrumb,.userLoginContent,.hesabimContent,.ticiContainer {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: block;
    padding: 0 60px;
}

.sliderBannerContainer .ProductList {
    max-width: 100%;
}

.detaySliderContainer .ProductList {
    max-width: 100%;
}

.homeContainer .ProductListContent .ProductList {
    max-width: 1600px;
}

.markaSlider .jCarouselLite {
    max-width: 1600px;
}

/**/
.sepetimBody .ticiContainer {
    margin: 0 auto;
}

.sepetimBody .footerSslLogo {
    display: none!important;
}

/**/
.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--------------------------------------------*/
/*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%;
    }

    .homeContainer .col-5li {
        width: 25%;
    }
}

@media screen and (min-width: 1540px) and (max-width: 1660px) {
    /**/ body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
        gap: 20px;
    }

    .leftImage {
        width: 940px;
    }

    .leftImage .ProductGallery .gallery-container .GalleryArea {
        width: 820px;
    }

    .RightDetail {
        width: calc(100% - 940px);
    }

    .TakimIcerikPanel #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div {
        font-size: 13px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1539px) {
    /**/ body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
        gap: 20px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a {
        font-size: 13px;
    }

    .leftImage {
        width: 900px;
    }

    .leftImage .ProductGallery .gallery-container .GalleryArea {
        width: 780px;
    }

    .RightDetail {
        width: calc(100% - 900px);
    }

    .TakimIcerikPanel #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div {
        font-size: 13px;
    }
}

@media screen and (min-width: 1380px) and (max-width: 1499px) {
    /**/ body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
        gap: 15px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child > a > span {
        padding-right: 15px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a {
        font-size: 13px;
    }

    #mainHolder_divDesign .blogbanner .owl-carousel .owl-nav {
        top: 35%;
    }

    .leftImage {
        width: 780px;
    }

    .leftImage .ProductGallery .gallery-container .GalleryArea {
        width: 660px;
    }

    .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav {
        padding: 0 25px;
    }

    .RightDetail {
        width: calc(100% - 780px);
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead>div {
        font-size: 13px;
    }

    .TakimIcerikPanel #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div {
        font-size: 12px;
    }

    /**/
    .bestcategoryblock ul li span {
        font-size: 15px
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1, #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1 > h2, .kateOwl > span, .bannerOwl > span {
        font-size: 23px;
        line-height: 28px
    }

    .bannerOwl ul li span,.kateOwltxt {
        font-size: 20px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold p, .JKatAdi .bold p {
        font-size: 14px
    }

    #divUrunDetayKombin .kombinContent:before {
        font-size: 23px;
        margin-bottom: 20px
    }

    .bannertext strong, .bannertext h3 {
        font-size: 32px
    }

    .bannertext small {
        font-size: 22px
    }

    .bannertext p {
        font-size: 12px
    }

    .bannertext em {
        font-size: 13px
    }

    .bannertext .textbutton {
        font-size: 13px;
        padding: 0 12px;
    }

    #mainHolder_divDesign .ticimaxTabHead ul {
        gap: 10px;
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle {
        font-size: 23px
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle h2 {
        font-size: 23px
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle p {
        font-size: 13px
    }

    #mainHolder_divDesign .ticimaxTabHead li a {
        padding: 0 20px;
        font-size: 13px;
        gap: 8px;
    }

    .blogbanner ul li a div span {
        font-size: 14px
    }

    .blogbanner ul li a div p {
        font-size: 12px;
        line-height: 18px;
        height: 54px;
        margin-bottom: 15px
    }

    .blogbanner ul li a div em {
        font-size: 12px
    }

    .gizlegoster span, .gizlegoster h2 {
        font-size: 23px
    }

    .gizlegoster {
        font-size: 13px
    }

    .gizlegoster .devambtn, .gizlegoster .gizlebtn {
        font-size: 13px;
        padding: 0 20px;
        line-height: 40px
    }

    .guvenList ul li span {
        font-size: 14px
    }

    .katbanner ul li span {
        font-size: 13px
    }

    .categoryPageTitle {
        font-size: 22px
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select, body #divSayfalamaUst.Slct .brandlistselection .sortingContent .filterOrderInStock, .Uadet, .Uadet:after, body .mobilFilterOpenBtn .button {
        font-size: 14px
    }

    .productBottom .firsatIcon, .productBottom .ozelAlan2, .productDetail .ozelAlan1, .hizliKargoIcon, .ozelAlan3 {
        font-size: 13px
    }

    .productItem .productName a, #divUrunDetayKombin .kombinRightDetail .PriceListKombin > .kombinFormline .kombinright_line, .productItem .regularPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat1, .productItem .discountPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat2 {
        font-size: 15px
    }

    .detaildesc .detaytakimacik.TakimVar .TakimIcerik, .detayozellikacik > .TabOzellikler, .detayozellikacik > .TabOzellikler > h2 > a, .detayboyutacik .olcuContent h2 {
        font-size: 18px
    }

    .urunOzellik .urunTab >ul > li > a {
        font-size: 18px
    }
}

@media screen and (min-width: 1300px) and (max-width: 1379px) {
    /**/ body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
        gap: 10px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child > a > span {
        padding-right: 11px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a span {
        gap: 5px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a {
        font-size: 13px;
    }

    #mainHolder_divDesign .blogbanner .owl-carousel .owl-nav {
        top: 35%;
    }

    .leftImage {
        width: 700px;
    }

    .leftImage .ProductGallery .gallery-container .GalleryArea {
        width: 580px;
    }

    .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav {
        padding: 0 25px;
    }

    .RightDetail {
        width: calc(100% - 700px);
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead>div {
        font-size: 13px;
    }

    .TakimIcerikPanel #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div {
        font-size: 12px;
    }

    /**/
    .bestcategoryblock ul li span {
        font-size: 15px
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1, #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1 > h2, .kateOwl > span, .bannerOwl > span {
        font-size: 23px;
        line-height: 28px
    }

    .bannerOwl ul li span,.kateOwltxt {
        font-size: 20px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold p, .JKatAdi .bold p {
        font-size: 14px
    }

    #divUrunDetayKombin .kombinContent:before {
        font-size: 23px;
        margin-bottom: 20px
    }

    .bannertext strong, .bannertext h3 {
        font-size: 32px
    }

    .bannertext small {
        font-size: 22px
    }

    .bannertext p {
        font-size: 12px
    }

    .bannertext em {
        font-size: 13px
    }

    .bannertext .textbutton {
        font-size: 13px;
        padding: 0 12px;
    }

    #mainHolder_divDesign .ticimaxTabHead ul {
        gap: 10px;
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle {
        font-size: 23px
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle h2 {
        font-size: 23px
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle p {
        font-size: 13px
    }

    #mainHolder_divDesign .ticimaxTabHead li a {
        padding: 0 20px;
        font-size: 13px;
        gap: 8px;
    }

    .blogbanner ul li a div span {
        font-size: 14px
    }

    .blogbanner ul li a div p {
        font-size: 12px;
        line-height: 18px;
        height: 54px;
        margin-bottom: 15px
    }

    .blogbanner ul li a div em {
        font-size: 12px
    }

    .gizlegoster span, .gizlegoster h2 {
        font-size: 23px
    }

    .gizlegoster {
        font-size: 13px
    }

    .gizlegoster .devambtn, .gizlegoster .gizlebtn {
        font-size: 13px;
        padding: 0 20px;
        line-height: 40px
    }

    .guvenList ul li span {
        font-size: 14px
    }

    .katbanner ul li span {
        font-size: 13px
    }

    .categoryPageTitle {
        font-size: 22px
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select, body #divSayfalamaUst.Slct .brandlistselection .sortingContent .filterOrderInStock, .Uadet, .Uadet:after, body .mobilFilterOpenBtn .button {
        font-size: 14px
    }

    .productBottom .firsatIcon, .productBottom .ozelAlan2, .productDetail .ozelAlan1, .hizliKargoIcon, .ozelAlan3 {
        font-size: 13px
    }

    .productItem .productName a, #divUrunDetayKombin .kombinRightDetail .PriceListKombin > .kombinFormline .kombinright_line, .productItem .regularPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat1, .productItem .discountPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat2 {
        font-size: 15px
    }

    .detaildesc .detaytakimacik.TakimVar .TakimIcerik, .detayozellikacik > .TabOzellikler, .detayozellikacik > .TabOzellikler > h2 > a, .detayboyutacik .olcuContent h2 {
        font-size: 18px
    }

    .urunOzellik .urunTab >ul > li > a {
        font-size: 18px
    }

    .KombinTopluSatinAlimBtn a:before {
        font-size: 13px
    }

    #divUrunDetayKombin .kombinContent ul li.kombinItem:after {
        font-size: 40px
    }

    .olcuContent table tr td, .olcuContent table tr th {
        font-size: 13px;
        line-height: 40px
    }

    .ProductName h1 span {
        font-size: 18px
    }

    body ul.breadcrumb * {
        font-size: 12px!important;
    }

    body ul.breadcrumb li:after {
        font-size: 12px;
    }

    body a#linkOncekiSayfa {
        font-size: 12px!important;
    }
 
}

@media screen and (min-width: 1240px) and (max-width: 1299px) {
    /**/ body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
        gap: 10px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child > a > span {
        padding-right: 11px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a span {
        gap: 5px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a {
        font-size: 13px;
    }

    #mainHolder_divDesign .blogbanner .owl-carousel .owl-nav {
        top: 30%;
    }

    .leftImage {
        width: 700px;
    }

    .leftImage .ProductGallery .gallery-container .GalleryArea {
        width: 580px;
    }

    .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav {
        padding: 0 25px;
    }

    .RightDetail {
        width: calc(100% - 700px);
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead>div {
        font-size: 13px;
    }

    .TakimIcerikPanel #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div {
        font-size: 12px;
    }

    /**/
    .bestcategoryblock ul li span {
        font-size: 15px
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1, #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1 > h2, .kateOwl > span, .bannerOwl > span {
        font-size: 23px;
        line-height: 28px
    }

    .bannerOwl ul li span,.kateOwltxt {
        font-size: 20px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold p, .JKatAdi .bold p {
        font-size: 14px
    }

    #divUrunDetayKombin .kombinContent:before {
        font-size: 23px;
        margin-bottom: 20px
    }

    .bannertext {
        padding: 40px;
    }

    .bannertext strong, .bannertext h3 {
        font-size: 28px
    }

    .bannertext small {
        font-size: 20px
    }

    .bannertext p {
        font-size: 12px
    }

    .bannertext em {
        font-size: 13px
    }

    .bannertext .textbutton {
        font-size: 13px;
        padding: 0 12px;
    }

    #mainHolder_divDesign .ticimaxTabHead ul {
        gap: 10px;
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle {
        font-size: 23px
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle h2 {
        font-size: 23px
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle p {
        font-size: 13px
    }

    #mainHolder_divDesign .ticimaxTabHead li a {
        padding: 0 20px;
        font-size: 13px;
        gap: 8px;
    }

    .blogbanner ul li a div span {
        font-size: 14px
    }

    .blogbanner ul li a div p {
        font-size: 12px;
        line-height: 18px;
        height: 54px;
        margin-bottom: 15px
    }

    .blogbanner ul li a div em {
        font-size: 12px
    }

    .gizlegoster span, .gizlegoster h2 {
        font-size: 23px
    }

    .gizlegoster {
        font-size: 13px
    }

    .gizlegoster .devambtn, .gizlegoster .gizlebtn {
        font-size: 13px;
        padding: 0 20px;
        line-height: 40px
    }

    .guvenList ul li span {
        font-size: 14px
    }

    .katbanner ul li span {
        font-size: 13px
    }

    .categoryPageTitle {
        font-size: 22px
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select, body #divSayfalamaUst.Slct .brandlistselection .sortingContent .filterOrderInStock, .Uadet, .Uadet:after, body .mobilFilterOpenBtn .button {
        font-size: 14px
    }

    .productBottom .firsatIcon, .productBottom .ozelAlan2, .productDetail .ozelAlan1, .hizliKargoIcon, .ozelAlan3 {
        font-size: 13px
    }

    .productItem .productName a, #divUrunDetayKombin .kombinRightDetail .PriceListKombin > .kombinFormline .kombinright_line, .productItem .regularPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat1, .productItem .discountPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat2 {
        font-size: 15px
    }

    .detaildesc .detaytakimacik.TakimVar .TakimIcerik, .detayozellikacik > .TabOzellikler, .detayozellikacik > .TabOzellikler > h2 > a, .detayboyutacik .olcuContent h2 {
        font-size: 18px
    }

    .urunOzellik .urunTab >ul > li > a {
        font-size: 18px
    }

    .KombinTopluSatinAlimBtn a:before {
        font-size: 13px
    }

    #divUrunDetayKombin .kombinContent ul li.kombinItem:after {
        font-size: 40px
    }

    .olcuContent table tr td, .olcuContent table tr th {
        font-size: 13px;
        line-height: 40px
    }

    .ProductName h1 span {
        font-size: 18px
    }

    body ul.breadcrumb * {
        font-size: 12px!important;
    }

    body ul.breadcrumb li:after {
        font-size: 12px;
    }

    body a#linkOncekiSayfa {
        font-size: 12px!important;
    }

    .chatfix {
        width: 45px;
        height: 45px;
        background-size: 100%;
    }

    #back-to-top {
        bottom: 12%;
    }

    #back-to-top a {
        width: 45px;
        height: 45px
    }

    #back-to-top a svg {
        height: 25px
    }

    #TakimDegistir, #detailfeatures {
        font-size: 13px
    }

    #divTahminiTeslimatSuresi .left_line, #divTahminiTeslimatSuresi .right_line, .teslimatbilgi {
        font-size: 12px
    }
}

@media screen and (min-width: 1160px) and (max-width: 1239px) {
    /**/ body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
        gap: 10px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child > a > span {
        padding-right: 11px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a span {
        gap: 5px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a {
        font-size: 13px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child .menu-wrap .kolon > li > .nav-submenu > li > a {
        font-size: 12px;
    }

    #mainHolder_divDesign .blogbanner .owl-carousel .owl-nav {
        top: 30%;
    }

    .leftImage {
        width: 560px;
    }

    .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav {
        padding: 0 20px;
    }

    .RightDetail {
        width: calc(100% - 560px);
    }

    .leftImage .ProductGallery .gallery-container {
        float: left;
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }

    .leftImage .ProductGallery .gallery-container .GalleryArea {
        float: left;
        width: 100%;
        margin: 0 0 10px;
        padding: 0;
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb {
        float: left;
        width: 100%;
        border: none;
        background: transparent;
        height: 100%;
        display: block;
        position: relative;
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
        overflow: auto;
        white-space: nowrap;
        max-height: 95px
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list::-webkit-scrollbar {
        width: 3px;
        height: 3px
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list::-webkit-scrollbar-track {
        background: #EFEFEF;
        border-radius: 10px
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list::-webkit-scrollbar-thumb {
        background: #313131;
        border-radius: 10px
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .AltVideoThumb, .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .thumb-item {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: calc(25% - 6.6px);
        margin: 0 5px 0 0;
        cursor: pointer;
    }

    .DetayYeniUrun {
        left: 20px;
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead>div {
        font-size: 13px;
    }

    .TakimIcerikPanel #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div {
        font-size: 12px;
    }

    /**/
    .bestcategoryblock ul li span {
        font-size: 15px
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1, #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1 > h2, .kateOwl > span, .bannerOwl > span {
        font-size: 23px;
        line-height: 28px
    }

    .bannerOwl ul li span,.kateOwltxt {
        font-size: 20px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold p, .JKatAdi .bold p {
        font-size: 14px
    }

    #divUrunDetayKombin .kombinContent:before {
        font-size: 23px;
        margin-bottom: 20px
    }

    .bannertext {
        padding: 40px;
    }

    .bannertext strong, .bannertext h3 {
        font-size: 28px
    }

    .bannertext small {
        font-size: 20px
    }

    .bannertext p {
        font-size: 12px
    }

    .bannertext em {
        font-size: 13px
    }

    .bannertext .textbutton {
        font-size: 13px;
        padding: 0 12px;
    }

    #mainHolder_divDesign .ticimaxTabHead ul {
        gap: 10px;
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle {
        font-size: 23px
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle h2 {
        font-size: 23px
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle p {
        font-size: 13px
    }

    #mainHolder_divDesign .ticimaxTabHead li a {
        padding: 0 20px;
        font-size: 13px;
        gap: 8px;
    }

    .blogbanner ul li a div span {
        font-size: 14px
    }

    .blogbanner ul li a div p {
        font-size: 12px;
        line-height: 18px;
        height: 54px;
        margin-bottom: 15px
    }

    .blogbanner ul li a div em {
        font-size: 12px
    }

    .gizlegoster span, .gizlegoster h2 {
        font-size: 23px
    }

    .gizlegoster {
        font-size: 13px
    }

    .gizlegoster .devambtn, .gizlegoster .gizlebtn {
        font-size: 13px;
        padding: 0 20px;
        line-height: 40px
    }

    .guvenList ul li span {
        font-size: 14px
    }

    .katbanner ul li span {
        font-size: 13px
    }

    .categoryPageTitle {
        font-size: 22px
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select, body #divSayfalamaUst.Slct .brandlistselection .sortingContent .filterOrderInStock, .Uadet, .Uadet:after, body .mobilFilterOpenBtn .button {
        font-size: 14px
    }

    .productBottom .firsatIcon, .productBottom .ozelAlan2, .productDetail .ozelAlan1, .hizliKargoIcon, .ozelAlan3 {
        font-size: 13px
    }

    .productItem .productName a, #divUrunDetayKombin .kombinRightDetail .PriceListKombin > .kombinFormline .kombinright_line, .productItem .regularPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat1, .productItem .discountPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat2 {
        font-size: 14px
    }

    .detaildesc .detaytakimacik.TakimVar .TakimIcerik, .detayozellikacik > .TabOzellikler, .detayozellikacik > .TabOzellikler > h2 > a, .detayboyutacik .olcuContent h2 {
        font-size: 17px
    }

    .urunOzellik .urunTab >ul > li > a {
        font-size: 17px
    }

    .KombinTopluSatinAlimBtn a:before {
        font-size: 13px
    }

    #divUrunDetayKombin .kombinContent ul li.kombinItem:after {
        font-size: 40px
    }

    .olcuContent table tr td, .olcuContent table tr th {
        font-size: 13px;
        line-height: 40px
    }

    .ProductName h1 span {
        font-size: 18px
    }

    body ul.breadcrumb * {
        font-size: 12px!important;
    }

    body ul.breadcrumb li:after {
        font-size: 12px;
    }

    body a#linkOncekiSayfa {
        font-size: 12px!important;
    }

 
    #TakimDegistir, #detailfeatures {
        font-size: 13px
    }

    #divTahminiTeslimatSuresi .left_line, #divTahminiTeslimatSuresi .right_line, .teslimatbilgi {
        font-size: 12px
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a {
        font-size: 15px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1159px) {
    /**/ body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
        gap: 10px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child > a > span {
        padding-right: 11px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a span {
        gap: 5px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a {
        font-size: 12px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a > span {
        line-height: 14px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child .menu-wrap .kolon > li > .nav-submenu > li > a {
        font-size: 12px;
    }

    #mainHolder_divDesign .blogbanner .owl-carousel .owl-nav {
        top: 30%;
    }

    .leftImage {
        width: 500px;
    }

    .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav {
        padding: 0 20px;
    }

    .RightDetail {
        width: calc(100% - 500px);
    }

    .leftImage .ProductGallery .gallery-container {
        float: left;
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }

    .leftImage .ProductGallery .gallery-container .GalleryArea {
        float: left;
        width: 100%;
        margin: 0 0 10px;
        padding: 0;
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb {
        float: left;
        width: 100%;
        border: none;
        background: transparent;
        height: 100%;
        display: block;
        position: relative;
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
        overflow: auto;
        white-space: nowrap;
        max-height: 95px
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list::-webkit-scrollbar {
        width: 3px;
        height: 3px
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list::-webkit-scrollbar-track {
        background: #EFEFEF;
        border-radius: 10px
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list::-webkit-scrollbar-thumb {
        background: #313131;
        border-radius: 10px
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .AltVideoThumb, .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .thumb-item {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: calc(25% - 6.6px);
        margin: 0 5px 0 0;
        cursor: pointer;
    }

    .DetayYeniUrun {
        left: 20px;
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead>div {
        font-size: 12px;
    }

    .TakimIcerikPanel #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div {
        font-size: 10px;
    }

    .TakimIcerikPanel #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div.head-col-2 img {
        max-width: 60px !important;
    }

    .TakimIcerikPanel #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div .takimInputContent input {
        width: 65px;
    }

    /**/
    .bestcategoryblock ul li span {
        font-size: 13px
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold, .JKatAdi .bold {
        margin-bottom: 30px !important
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1, #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1 > h2, .kateOwl > span, .bannerOwl > span {
        font-size: 23px;
        line-height: 28px
    }

    .bannerOwl ul li span,.kateOwltxt {
        font-size: 20px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold p, .JKatAdi .bold p {
        font-size: 14px
    }

    #divUrunDetayKombin .kombinContent:before {
        font-size: 23px;
        margin-bottom: 20px
    }

    .bannertext {
        padding: 40px;
    }

    .bannertext strong, .bannertext h3 {
        font-size: 28px
    }

    .bannertext small {
        font-size: 20px
    }

    .bannertext p {
        font-size: 12px
    }

    .bannertext em {
        font-size: 13px
    }

    .bannertext .textbutton {
        font-size: 13px;
        padding: 0 12px;
    }

    #mainHolder_divDesign .ticimaxTabHead ul {
        gap: 10px;
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle {
        font-size: 23px
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle h2 {
        font-size: 23px
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle p {
        font-size: 13px
    }

    #mainHolder_divDesign .ticimaxTabHead li a {
        padding: 0 20px;
        font-size: 13px;
        gap: 8px;
    }

    .blogbanner ul li a div span {
        font-size: 14px
    }

    .blogbanner ul li a div p {
        font-size: 12px;
        line-height: 18px;
        height: 54px;
        margin-bottom: 15px
    }

    .blogbanner ul li a div em {
        font-size: 12px
    }

    .gizlegoster span, .gizlegoster h2 {
        font-size: 23px
    }

    .gizlegoster {
        font-size: 13px
    }

    .gizlegoster .devambtn, .gizlegoster .gizlebtn {
        font-size: 13px;
        padding: 0 20px;
        line-height: 40px
    }

    .guvenList ul li span {
        font-size: 13px
    }

    .guvenList ul li .icBox {
        min-width: 50px;
        min-height: 50px;
    }

    .guvenList ul li .icBox svg {
        max-width: 22px;
        max-height: 22px
    }

    .guvenList ul li, .guvenList ul {
        gap: 10px;
    }

    .katbanner ul li span {
        font-size: 13px
    }

    .categoryPageTitle {
        font-size: 22px
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select, body #divSayfalamaUst.Slct .brandlistselection .sortingContent .filterOrderInStock, .Uadet, .Uadet:after, body .mobilFilterOpenBtn .button {
        font-size: 13px
    }

    .productBottom .firsatIcon, .productBottom .ozelAlan2, .productDetail .ozelAlan1, .hizliKargoIcon, .ozelAlan3 {
        font-size: 13px
    }

    .productItem .productName a, #divUrunDetayKombin .kombinRightDetail .PriceListKombin > .kombinFormline .kombinright_line, .productItem .regularPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat1, .productItem .discountPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat2 {
        font-size: 14px
    }

    .detaildesc .detaytakimacik.TakimVar .TakimIcerik, .detayozellikacik > .TabOzellikler, .detayozellikacik > .TabOzellikler > h2 > a, .detayboyutacik .olcuContent h2 {
        font-size: 17px
    }

    .urunOzellik .urunTab >ul > li > a {
        font-size: 17px
    }

    .KombinTopluSatinAlimBtn a:before {
        font-size: 13px
    }

    #divUrunDetayKombin .kombinContent ul li.kombinItem:after {
        font-size: 40px
    }

    .olcuContent table tr td, .olcuContent table tr th {
        font-size: 13px;
        line-height: 40px
    }

    .ProductName h1 span {
        font-size: 18px
    }

    body ul.breadcrumb * {
        font-size: 12px!important;
    }

    body ul.breadcrumb li:after {
        font-size: 12px;
    }

    body a#linkOncekiSayfa {
        font-size: 12px!important;
    }

    .chatfix {
        width: 45px;
        height: 45px;
        background-size: 100%;
    }

    #TakimDegistir, #detailfeatures {
        font-size: 13px
    }

    #divTahminiTeslimatSuresi .left_line, #divTahminiTeslimatSuresi .right_line, .teslimatbilgi {
        font-size: 12px
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a {
        font-size: 15px;
    }

    .RightDetail #productDetailRelated > a {
        width: 80px
    }

    .detayozellikacik #divTabOzellikler .urunTabAlt {
        font-size: 13px;
    }

    .categoryContainer .ProductList.PlSc_4 .ItemOrj {
        width: 33.33%;
        max-width: 33.33%;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }

    body #divSayfalamaUst.Slct .blockSelect {
        display: none !important
    }

    body .mobilFilterOpenBtn {
        right: 0
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
        margin-right: 30px
    }

    .Uadet {
        margin-left: 30px
    }

    .productLeft .newIcon, .productLeft .discountIcon {
        font-size: 11px;
    }

    .favori {
        right: 10px;
        top: 10px;
    }

    .favori a {
        width: 30px;
        height: 30px
    }

    .favori a:before {
        width: 15px;
        height: 15px
    }
}

@media (max-width: 1099px) {
    .hbildirim{left: 20px !important;}
    body .slideFix .owl-carousel .owl-dots{left: 20px !important;top: 20px !important;}
    body ul.breadcrumb, .userLoginContent, .hesabimContent, .ticiContainer {
        padding: 0 10px;
    }

    body #headerNew .mobile-cart-item {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        margin-right: 10px;
    }

    body #headerNew .mobile-cart-item .svgIcon {
        margin-top: 1px;
    }

    body #headerNew .cart-item a.header-cart-link.headerButon:after {
        display: none;
    }

    body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {
        background: transparent;
        color: #313131!important;
        border-radius: 0;
        width: auto;
        height: auto;
        font-size: 12px;
        position: relative !important;
    }

    body #headerNew .cart-item {
        top: auto;
        height: auto;
        width: auto;
        right: 0 !important;
        margin-left: 10px !important;
    }

    body #headerNew #divTopProductSearch {
        width: 100%;
    }

    body #headerNew .newSearcBtnClick a .svgIcon svg {
        float: left;
    }
}

@media screen and (max-width: 1099px) {
    body #headerNew .header .newHeaderNavigation.mobileStyle .nav-submenu {
        position:relative !important;
        height: auto !important;
        top: auto !important;
        left: auto !important;
        overflow: auto !important;
        display: none;
        padding: 5px 10px;
        width: 100% !important;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .menu-wrap .kolon > li.active .nav-submenu {
        display: block;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .menu-wrap .kolon > li.ulVar > a > span:after {
        content: '';
        width: 13px;
        height: 20px;
        margin-left: 5px;
        float: right;
        transition: 0.5s;
        -webkit-mask: url(../../Uploads/EditorUploads/images/menuarrow.svg) no-repeat center center;
        mask: url(../../Uploads/EditorUploads/images/menuarrow.svg) no-repeat center center;
        background-color: #100F0C;
        transform: rotate(180deg);
        transition: 0.5s
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .menu-wrap .kolon > li.active > a > span:after {
        transform: rotate(0deg)
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl .kolon > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 20px
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .ulVar .nextSubBtn {
        left: 0 !important;
        width: 50%;
        display: none;
    }

    body #headerNew .newHeaderNavigation.mobileStyle .newHeaderNav > .newHeaderNavUl > li {
        margin-bottom: 0;
    }

    body #headerNew .newHeaderNavigation.mobileStyle .newHeaderNav > .newHeaderNavUl > li > a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        flex-direction: row;
        gap: 20px;
    }

    .kateOwl {
        padding: 0 0 0 30px;
    }

    .kateOwl > span {
        padding: 30px 0 0;
        margin: 0 0 20px;
    }

    .ticiContainer.anasayfa_urun_slider {
        padding: 0 10px !important;
    }

    .homeVideo {
        padding: 0 10px;
    }

    .PL-50 .txrow {
        padding: 0 !important;
    }

    .PL-60 .txrow {
        padding: 0 10px !important;
    }

    .footerTemp .footerTempContainer {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body ul.breadcrumb,.userLoginContent,.hesabimContent,.ticiContainer {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 100%;
    }

    .sliderBannerContainer .ProductList {
        max-width: 100%;
    }

    .detaySliderContainer .ProductList {
        max-width: 100%;
    }

    .markaSlider .jCarouselLite {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    #mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-nav {
        max-width: 100%;
        right: 20px;
        left: 20px
    }

    body .footerTemp section.elementor-section:not(.footerebulten) .elementor-container {
        max-width: 100%!important;
        padding-right: 20px;
        padding-left: 20px
    }

    body #headerNew .header .header-top .headerContainer {
        max-width: 100%!important;
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    body #headerNew .header .header-main .headerContainer {
        max-width: 100%!important;
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    body #headerNew .header .header-bottom .headerContainer {
        max-width: 100%!important;
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child .menu-list-kolon {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px
    }

    /**/
    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
        gap: 10px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child > a > span {
        padding-right: 11px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a span {
        gap: 5px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a {
        font-size: 12px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a > span {
        line-height: 14px;
    }

    body #headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child .menu-wrap .kolon > li > .nav-submenu > li > a {
        font-size: 12px;
    }

    #mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-nav .ProductListprev, #mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-nav .ProductListnext {
        width: 40px;
        height: 40px
    }

    #mainHolder_divDesign .blogbanner .owl-carousel .owl-nav {
        top: 30%;
    }

    .leftImage {
        width: 100%;
    }

    .RightDetail {
        width: 100%;
        padding: 20px 0 0;
    }

    .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav {
        padding: 0 20px;
    }

    .leftImage .ProductGallery .gallery-container {
        float: left;
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }

    .leftImage .ProductGallery .gallery-container .GalleryArea {
        float: left;
        width: 100%;
        margin: 0 0 10px;
        padding: 0;
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb {
        float: left;
        width: 100%;
        border: none;
        background: transparent;
        height: 100%;
        display: block;
        position: relative;
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
        overflow: auto;
        white-space: nowrap;
        max-height: 95px;
        display: none;
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list::-webkit-scrollbar {
        width: 3px;
        height: 3px
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list::-webkit-scrollbar-track {
        background: #EFEFEF;
        border-radius: 10px
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list::-webkit-scrollbar-thumb {
        background: #313131;
        border-radius: 10px
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .AltVideoThumb, .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .thumb-item {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: calc(25% - 6.6px);
        margin: 0 5px 0 0;
        cursor: pointer;
    }

    .DetayYeniUrun {
        left: 20px;
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead>div {
        font-size: 12px;
    }

    .TakimIcerikPanel #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div {
        font-size: 10px;
    }

    .TakimIcerikPanel #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div.head-col-2 img {
        max-width: 60px !important;
    }

    .TakimIcerikPanel #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div .takimInputContent input {
        width: 65px;
    }

    /**/
    #mainHolder_divDesign .JKatAdi.categoryTitle .bold, .JKatAdi .bold {
        margin-bottom: 20px !important
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1, #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1 > h2, .kateOwl > span, .bannerOwl > span {
        font-size: 20px;
        line-height: 26px
    }

    .bannerOwl ul li span,.kateOwltxt {
        font-size: 16px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold p, .JKatAdi .bold p {
        font-size: 13px
    }

    #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 {
        width: 35px;
        height: 35px;
    }

    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before, .owl-carousel .owl-nav .ProductListprev:before, .owl-carousel .owl-nav .InstaGalleryprev:before, #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before, .owl-carousel .owl-nav .ProductListnext:before, .owl-carousel .owl-nav .InstaGallerynext:before {
        font-size: 13px
    }

    #mainHolder_divDesign .owl-carousel .owl-nav, .owl-carousel .owl-nav {
        top: 30%;
    }

    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .InstaGalleryprev {
        left: 10px;
    }

    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext, .owl-carousel .owl-nav .ProductListnext, .owl-carousel .owl-nav .InstaGallerynext {
        right: 10px;
    }

    body #mainHolder_divDesign .jCarouselLite .owl-carousel .owl-dots, body .jCarouselLite .owl-carousel .owl-dots {
        margin-top: 15px
    }

    #divUrunDetayKombin .kombinContent:before {
        font-size: 20px;
        margin-bottom: 10px
    }

    .bannertext {
        padding: 20px;
    }

    .bannertext strong, .bannertext h3 {
        font-size: 22px
    }

    .bannertext small {
        font-size: 17px
    }

    .bannertext p {
        font-size: 11px
    }

    .bannertext em {
        font-size: 12px
    }

    .bannertext .textbutton {
        font-size: 13px;
        padding: 0 12px;
    }

    .bannerblock.col2 .bannertext {
        top: 20px;
        bottom: 20px;
    }

    #mainHolder_divDesign .ticimaxTabHead {
        margin-bottom: 20px
    }

    #mainHolder_divDesign .ticimaxTabHead ul {
        gap: 10px;
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle {
        font-size: 20px
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle h2 {
        font-size: 20px
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle p {
        font-size: 13px
    }

    #mainHolder_divDesign .ticimaxTabHead li a {
        padding: 0 10px;
        font-size: 12px;
        gap: 5px;
    }

    .blogbanner ul li a div span {
        font-size: 14px
    }

    .blogbanner ul li a div p {
        font-size: 12px;
        line-height: 18px;
        height: 54px;
        margin-bottom: 15px
    }

    .blogbanner ul li a div em {
        font-size: 12px
    }

    .gizlegoster span, .gizlegoster h2 {
        font-size: 20px
    }

    .gizlegoster {
        font-size: 12px
    }

    .gizlegoster .devambtn, .gizlegoster .gizlebtn {
        font-size: 12px;
        padding: 0 15px;
        line-height: 36px
    }

    .guvenList ul li span {
        font-size: 13px
    }

    .guvenList ul li .icBox {
        min-width: 50px;
        min-height: 50px;
    }

    .guvenList ul li .icBox svg {
        max-width: 22px;
        max-height: 22px
    }

    .guvenList ul li, .guvenList ul {
        gap: 10px;
    }

    .katbanner ul li span {
        font-size: 13px
    }

    .categoryPageTitle {
        font-size: 22px
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select, body #divSayfalamaUst.Slct .brandlistselection .sortingContent .filterOrderInStock, .Uadet, .Uadet:after, body .mobilFilterOpenBtn .button {
        font-size: 13px
    }

    .productBottom .firsatIcon, .productBottom .ozelAlan2, .productDetail .ozelAlan1, .hizliKargoIcon, .ozelAlan3 {
        font-size: 12px;
        line-height: 18px
    }

    .productItem .productName a, #divUrunDetayKombin .kombinRightDetail .PriceListKombin > .kombinFormline .kombinright_line, .productItem .regularPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat1, .productItem .discountPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat2 {
        font-size: 13px
    }

    .detaildesc .detaytakimacik.TakimVar .TakimIcerik, .detayozellikacik > .TabOzellikler, .detayozellikacik > .TabOzellikler > h2 > a, .detayboyutacik .olcuContent h2 {
        font-size: 15px
    }

    .urunOzellik .urunTab >ul > li > a {
        font-size: 15px
    }

    .KombinTopluSatinAlimBtn a:before {
        font-size: 13px
    }

    #divUrunDetayKombin .kombinContent ul li.kombinItem:after {
        font-size: 30px;
        right: -5.2vw;
    }

    .olcuContent table tr td, .olcuContent table tr th {
        font-size: 13px;
        line-height: 40px
    }

    .ProductName h1 span {
        font-size: 16px
    }

    body ul.breadcrumb * {
        font-size: 12px!important;
    }

    body ul.breadcrumb li:after {
        font-size: 12px;
    }

    body a#linkOncekiSayfa {
        font-size: 12px!important;
    }

    .chatfix {
        width: 45px;
        height: 45px;
        background-size: 100%;
    }

    #TakimDegistir, #detailfeatures {
        font-size: 13px
    }

    #divTahminiTeslimatSuresi .left_line, #divTahminiTeslimatSuresi .right_line, .teslimatbilgi {
        font-size: 12px
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a {
        font-size: 15px;
    }

    .RightDetail #productDetailRelated > a {
        width: 80px
    }

    .detayozellikacik #divTabOzellikler .urunTabAlt {
        font-size: 13px;
    }

    .categoryContainer .ProductList.PlSc_4 .ItemOrj {
        width: 33.33%;
        max-width: 33.33%;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }

    body #divSayfalamaUst.Slct .blockSelect {
        display: none !important
    }

    body .mobilFilterOpenBtn {
        right: 0
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
        margin-right: 30px
    }

    .Uadet {
        margin-left: 30px
    }

    .productLeft .newIcon, .productLeft .discountIcon {
        font-size: 11px;
    }

    .favori {
        right: 10px;
        top: 10px;
    }

    .favori a {
        width: 30px;
        height: 30px
    }

    .favori a:before {
        width: 15px;
        height: 15px
    }

    .bestcategoryblock ul li span {
        font-size: 12px;
        min-height: 40px;
    }

    section[class*="t-pb-"] {
        margin-bottom: 0px !important;
        padding-bottom: 25px !important;
    }

    body .proCategoryTitle ul.breadcrumb {
        padding: 0!important
    }

    .detaySliderContainer {
        margin-bottom: 40px
    }

    .TakimIcerikPanel #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div.head-col-1 a {
        line-height: 16px;
        display: block;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div, #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-1:after {
        font-size: 13px;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-6 a {
        min-width: 40px;
        height: 40px;
    }

    body .footerTemp .footerebulten .footerTempContainer {
        max-width: 400px!important
    }

    body .footerTemp .footermenu .footerTempRow {
        flex-wrap: wrap;
    }

    body .footerTemp .footermenu .elementor-column {
        width: 33.33% !important;
        margin-bottom: 40px;
    }
}

/* mobil ve tablet ekran olcusune gore 1041px e kadar bunlari uygula */
@media (max-width: 1041px) {
    /******************************************************/ #divSayfalamaUst .filterBlock {
        display:block!important;
    }

    body .dropdown-toggle:after {
        display: none;
    }

    body #divSayfalamaUst {
        padding: 0;
        margin: 10px 0;
        width: 100%;
        border: none;
        background: transparent;
    }

    .urunListRel {
        width: 100%;
    }

    body .mobilFilterOpenBtn .button {
        padding: 0;
        margin: 0;
        color: #222221;
        border: 1px solid #E6E6E6;
        width: calc(50% - 5px);
        float: left;
        line-height: 38px;
        background: #fff;
        font-size: 14px;
        font-weight: 500;
        border-radius: 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }

    body .mobilFilterOpenBtn .button:before {
        content: '';
        display: inline-block;
        vertical-align: top;
        width: 14px;
        height: 30px;
        background-position: center center;
        background-size: 100%;
        background-repeat: no-repeat;
        display: none;
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn {
        float: left;
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn {
        float: right;
    }

    .categorydesign .uNo {
        float: right;
        color: #999a9d;
        font-size: 12px;
    }

    body #divSayfalamaUst .filterDeleteContent {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection {
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:first-child {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:nth-child(1):after {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
        width: 100%;
        display: block!important;
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
        width: 100%;
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
        width: 100%;
        height: 40px;
        font-size: 0;
        text-indent: 0;
        border: none;
        color: #000;
        font-weight: 500;
        min-width: auto;
        border-radius: 0;
        background: transparent;
        -webkit-appearance: none;
        -moz--appearance: none;
        padding: 0 5px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select option {
        font-size: 14px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:nth-child(2) {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        position: absolute;
        top: 0;
        right: 0;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: row-reverse;
        width: 76px
    }

    body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet span:after {
        display: none;
    }

    body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet span {
        font-size: 13px;
        font-weight: 400;
        color: #000000;
        line-height: 30px;
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection {
        padding: 0;
        text-align: center;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        border-bottom: none;
        background: #fff;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:not(.appliedFilter) {
        margin: 0;
        width: 100%;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a {
        border: none;
        text-align: center;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a span {
        line-height: 35px;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) a:before {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a {
        border-bottom: 1px solid #e5e5e5;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(4) > a {
        border-bottom: none;
    }

    .filter-bottom {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a {
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a:after {
        font-size: 15px;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item:before {
        width: 22px;
        height: 22px;
        line-height: 20px;
        border-color: #B4BBBE;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li a {
        font-size: 15px;
        color: #000000;
        line-height: 22px
    }

    body .amount {
        font-size: 15px;
        color: #000000;
        font-weight: 500
    }

    body .category-vertical-filters.top-filters .panel-search input {
        border-color: #B4BBBE;
    }

    body .category-vertical-filters.top-filters .FiltreUst {
        border-bottom: 1px solid #E6E6E6;
        padding: 0 20px 20px 50px;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        background: url(../../uploads/EditorUploads/images/filteropenicon.svg) no-repeat top left 20px;
        width: calc(100% + 40px);
        margin: 0 -20px 15px;
    }

    body .category-vertical-filters.top-filters .FiltreUst .closeFilt {
        font-size: 23px;
        color: #000000;
        font-weight: 300
    }

    body .category-vertical-filters.top-filters .FiltreUst a i {
        font-size: 18px;
        color: #000000;
        font-weight: 300
    }

    body .category-vertical-filters.top-filters .FiltreUst .closeFilt i {
        font-weight: 300
    }

    body .mobilFilterOpenBtn {
        margin: 0;
        padding: 0;
        display: block!important;
    }

    body #divSayfalamaUst.Slct .blockSelect a {
        margin-left: 5px
    }

    body #divSayfalamaUst.Slct .blockSelect a i {
        display: none;
    }

    body #divSayfalamaUst.Slct .blockSelect .sort_3 {
        display: none;
    }

    body #divSayfalamaUst.Slct .blockSelect .sort_4 {
        display: none;
    }

    body #divSayfalamaUst.Slct .blockSelect .sort_5 {
        display: none;
    }

    body .sortingContent .blockSelect {
        margin-right: 0
    }

    body #divSayfalamaUst.Slct .blockSelect .sort_2 {
        width: 18px;
        height: 40px;
        padding: 0;
        margin: 0 0 0 18px;
        -webkit-mask: url(../../uploads/editoruploads/images/mobillist2.svg) no-repeat left center;
        mask: url(../../uploads/editoruploads/images/mobillist2.svg) no-repeat left center;
        background-color: #C9C9C9;
        mask-size: 100%;
        -webkit-mask-size: 100%;
        display: inline-block;
        border: none;
    }

    body #divSayfalamaUst.Slct .blockSelect .sort_2.Active {
        background-color: #F48120;
    }

    body #divSayfalamaUst.Slct .blockSelect .sort_hrz {
        width: 18px;
        height: 40px;
        padding: 0;
        margin: 0;
        -webkit-mask: url(../../uploads/editoruploads/images/mobillist1.svg) no-repeat left center;
        mask: url(../../uploads/editoruploads/images/mobillist1.svg) no-repeat left center;
        background-color: #C9C9C9;
        mask-size: 100%;
        -webkit-mask-size: 100%;
        display: inline-block;
        border: none;
    }

    body #divSayfalamaUst.Slct .blockSelect .sort_hrz.Active {
        background-color: #F48120;
    }

    /**/
    .Uadet {
        display: none;
    }

    .centerCount {
        width: 100%!important;
    }

    .leftBlock {
        display: none!important;
    }

    .rightBlock {
        display: none!important;
    }

    .homeContainer .leftBlock {
    }

    .homeContainer .rightBlock {
    }

    .UyeolContent .grid {
        margin: 30px 18px;
    }

    .owl-carousel .owl-item img {
        max-width: 100%;
        margin: 0 auto;
    }

    .mobileImageSlider .owl-stage-outer {
        float: left;
        width: 100%;
    }

    .uyeOlContainer #FrmYeniUye > .uyeOlCol {
        width: 100%;
        padding: 10px;
        margin: 10px 10px 0 0;
    }

    .uyeOlContainer .FormTitle {
        margin: 10px 0;
        padding: 10px 0;
        font-size: 18px;
        font-weight: 600;
    }

    .uyeOlContainer .uyeOlCol input.textbox {
        padding: 10px 0;
    }

    .uyeOlContainer .uyeOlCol select.selectboxx {
        padding: 10px 0;
    }

    .Magazalar .magazaSelect {
        width: 100%;
        margin-right: 0;
    }

    .Magazalar #searchStore {
        width: 100%;
        margin-right: 0;
    }
}

/* Mobil Ekran */
@media (max-width: 767px) {
    .htop b {
        font-size:14px;
    }

    body #headerNew #top-bar {
        min-height: 30px
    }

    body #headerNew .header-main {
        height: 55px
    }

    body #headerNew .mobile-cart-item {
        gap: 0;
    }

    body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {
        position: absolute;
        right: 3px;
        top: 0;
        width: 15px;
        height: 14px;
        background-color: #000000;
        border-radius: 50%;
        background-color: #000000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #FFFFFF !important;
        font-size: 10px;
        font-weight: 400
    }

    body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi:before, body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi:after {
        display: none;
    }

    body #headerNew #hb-logo {
        width: 40%
    }

    body #headerNew .logo-center #hb-logo {
        margin: 0;
        order: 1;
        z-index: 2;
        justify-content: start !important;
    }

    body #headerNew .mobile-user-item .account-link .svgIcon svg {
        width: 20px;
        float: left;
    }

    body #headerNew .mobile-cart-item .svgIcon svg {
        width: 17px;
        float: left;
    }

    body #headerNew .newSearcBtnClick a .svgIcon svg {
        width: 19px;
        float: left;
    }

    body #headerNew .newMenuBtnClick a .svgIcon svg {
        width: 26px;
        float: left;
    }

    body #headerNew .header-main .header-nav.nav-right, body #headerNew .header-main .header-nav.nav-left {
        gap: 19px;
    }

    img.hidemobil {
        display: none;
    }

    img.hidedesktop {
        display: block;
    }

    /*-----------*/
    body.menuactive {
        overflow: hidden;
    }

    body #headerNew .header-bottom {
        border-bottom: none;
    }

    body #headerNew #divTopProductSearch .searchform-wrapper #txtbxArama {
        font-size: 12px;
        font-weight: 500
    }

    #headerNew #divTopProductSearch, #headerNew .mobile-search-item {
        transition: 0.5s;
    }
 
    #divTopProductSearch .searchform-wrapper #txtbxArama, #divTopProductSearch .searchform-wrapper #btnKelimeAra {
        height: 30px !important
    }

    #headerNew #divTopProductSearch .header-search-form-wrapper {
        border-top: 1px solid #E6E6E6;
        background: #fff;
        padding: 10px;
        position: absolute;
        top: 180%;
        right: -180px !important;
        width: 100%;
        left: 0 !important;
        margin: 0 auto !important;
    }

    body #headerNew .newSearcBtnClick a .svgIcon.search-times:before {
        content: '\f00d';
        font-family: FontAwesome;
        font-size: 22px;
        font-weight: 300;
        width: 18px;
        height: 17.75px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    body #headerNew .newSearcBtnClick a .svgIcon.search-times > svg {
        display: none;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav {
        top: 80px !important;
        height: calc(100dvh - 90px) !important;
        overflow-y: inherit;
        overflow-x: inherit;
    }

    body #headerNew.fixed .header .newHeaderNavigation.mobileStyle .newHeaderNav {
        top: 55px !important;
        height: calc(100vh - 55px) !important;
    }

    body #headerNew .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop {
        height: 0;
    }

    body #headerNew .newHeaderNavigation.mobileStyle .newHeaderNavUl {
        height: 100%
    }

    body #headerNew .newHeaderNavigation.mobileStyle .menu-wrap {
        top: 84px;
        height: calc(100% - 56px);
        padding-top: 56px
    }
body:has(.homepage):not(.homeAnimeFix) #headerNew .header .newHeaderNavigation.mobileStyle .menu-wrap{
    padding-top: 80px;
}
    body #headerNew.fixed .newHeaderNavigation.mobileStyle .menu-wrap {
        top: 54px;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuCloseBtn {
        width: 30px;
        height: 30px;
        justify-content: center;
        margin: 0;
        background-color: #fff;
        position: absolute;
        right: 10px;
        top: -40px;
        font-size: 24px;
        padding-top: 7px;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuBackBtn {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background-color: #FBFBFB;
        z-index: 999;
        height: 56px;
        gap: 15px;
    }

    body #headerNew .newHeaderNavigation.mobileStyle .newHeaderNav {
        width: 100%
    }

    body #headerNew .newHeaderNavigation .menu-wrap .menu-list-row .menu-list-kolon {
        padding: 0;
    }

    .newHeaderNav .mobilmenubanner, .newHeaderNav .mobilmenubanner a, .newHeaderNav .mobilmenubanner img {
        float: left;
        width: 100%;
    }

    .newHeaderNav .mobilmenubanner {
        display: block;
    }

    .newHeaderNav .menutext {
        float: left;
        width: 100%;
        display: block;
        padding: 0;
        background: #fff;
        border-top: 1px solid #EAEAEA;
        margin-top: 10px;
    }

    .newHeaderNav .menutext .menutext-list {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #FFFFFF;
        padding: 15px;
    }

    .newHeaderNav .menutext .menutext-list a {
        float: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 5px;
        position: relative;
    }

    .newHeaderNav .menutext .menutext-list a span {
        width: 27px;
        height: 27px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .newHeaderNav .menutext .menutext-list a strong {
        color: #000000;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
    }

    .newHeaderNav .menutext .menutext-list a:after {
        content: '';
        position: absolute;
        right: 0;
        top: calc(50% - 22px);
        width: 1px;
        height: 44px;
        background-color: #EAEAEA
    }

    .newHeaderNav .menutext .menutext-list a:last-child:after {
        display: none;
    }

    .newHeaderNav .header-dil-content.menulangactive {
        float: left;
        width: 100%;
        border-top: 1px solid #EAEAEA;
        background-color: #fff;
        padding: 20px;
    }

    .newHeaderNav .header-dil-content #lang {
        width: 100% !important
    }

    .newHeaderNav .header-dil-content #lang span {
        display: inline-block;
    }

    body.menuactive #headerNew {
        z-index: 10000
    }

    /**/
    .wpFix {
        bottom: 70px;
        right: 15px;
    }

    .wpFix svg {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    #back-to-top {
        bottom: 130px;
        right: 15px;
    }

    #back-to-top a {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    #back-to-top a svg {
        height: 26px;
    }

    .chatfix {
        bottom: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
        background-size: 100%;
    }

    /**/
    #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 {
        width: 30px!important;
        height: 30px!important;
    }

    #mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-nav .ProductListprev, #mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-nav .ProductListnext {
        width: 30px!important;
        height: 30px!important;
    }

    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before, .owl-carousel .owl-nav .ProductListprev:before, .owl-carousel .owl-nav .InstaGalleryprev:before,#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before, .owl-carousel .owl-nav .ProductListnext:before, .owl-carousel .owl-nav .InstaGallerynext:before {
        line-height: 30px!important;
        font-size: 12px!important
    }

    body #mainHolder_divDesign .jCarouselLite .owl-carousel .owl-dots, body .jCarouselLite .owl-carousel .owl-dots {
        margin-top: 15px;
    }

    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .InstaGalleryprev {
        left: 10px;
    }

    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext, .owl-carousel .owl-nav .ProductListnext,.owl-carousel .owl-nav .InstaGallerynext {
        right: 10px;
    }

    #mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-nav {
        max-width: 100%;
        display: none
    }

    #mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-nav .ProductListprev {
        left: 10px;
    }

    #mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-nav .ProductListnext {
        right: 10px;
    }

    #mainHolder_divDesign .owl-carousel.anasayfa_tek_slider .owl-dots {
        bottom: 20px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold, .JKatAdi .bold {
        margin-bottom: 20px!important;
        gap: 8px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1, #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1 > h2, .kateOwl > span, .bannerOwl > span {
        line-height: 22px;
        font-size: 18px;
    }

    .bannerOwl ul li span,.kateOwltxt {
        font-size: 14px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold p, .JKatAdi .bold p {
        font-size: 12px;
        line-height: 1.3;
        max-width: 80%;
    }

    body #mainHolder_divDesign .productItem .productList-Image-Owl .owl-dots, body .productItem .productList-Image-Owl .owl-dots {
        bottom: 5px;
    }

    section[class*="t-pb-"] {
        margin: 0 !important;
        padding-bottom: 30px !important;
        background: #fff !important;
        z-index: 2;
        position: relative;
        overflow: hidden;
        width: 100% !important;
    }

    section.mobilpadding10[class*="t-pb-"] {
        margin-bottom: 10px !important
    }

    /**/
    .bestcategoryblock {
    }

    .bestcategoryblock ul {
        gap: 10px;
    }

    .bestcategoryblock ul li {
        width: calc(50% - 5px);
    }

    .bestcategoryblock ul li span {
        min-height: 40px;
        font-size: 12px;
        letter-spacing: 0
    }

    .bannerblock ul {
        flex-direction: column;
        gap: 10px;
    }

    .bannerblock.col2 ul li:first-child, .bannerblock.col2 ul li:last-child {
        width: 100%;
    }

    .bannertext {
        padding: 20px;
    }

    .bannertext strong, .bannertext h3 {
        font-size: 29px
    }

    .bannertext small {
        font-size: 22px
    }

    .bannertext p {
        font-size: 16px
    }

    .bannertext em {
        font-size: 15px
    }

    .bannertext .textbutton {
        font-size: 16px;
        padding: 0 15px;
        background-color: #313131;
        color: #fff;
    }

    .bannerblock.col2 .bannertext {
        top: 20px;
        bottom: 20px;
        justify-content: center;
    }

    .bannertexttop, .bannertextbottom {
        gap: 6px;
    }

    .gap40 {
        gap: 20px;
    }

    /**/
    .productLeft {
        left: 10px;
        top: 10px;
    }

    .productLeft .newIcon, .productLeft .discountIcon {
        font-size: 12px;
    }

    .productItem .productDetail, #divUrunDetayKombin .kombinItem .kombinRightDetail {
        padding-top: 10px
    }

    .productItem .productPrice, #divUrunDetayKombin .kombinItem #divFiyatAlanlari {
        margin: 5px 0 1px;
    }

    .favori {
        right: 10px;
        top: 10px;
    }

    .favori a {
        width: 28px;
        height: 28px
    }

    .favori a:before {
        width: 16px;
        height: 15px;
        margin: 0;
    }

    .productItem .productName a, #divUrunDetayKombin .kombinRightDetail .PriceListKombin > .kombinFormline .kombinright_line {
        font-size: 12px;
        height: 16px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 16px
    }

    .productItem .regularPrice, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat1 {
        /* margin-right: 8px; */
    }

    .productItem .regularPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat1 {
        font-size: 12px;
    }

    .productItem .discountPrice span, #divUrunDetayKombin .kombinItem #divFiyatAlanlari .kombinFiyat2 {
        font-size: 12px;
    }

    .productBottom {
        gap: 10px;
    }

    .productBottom > div:nth-child(2):before {
        left: -5px;
    }

    .productBottom .firsatIcon, .productBottom .ozelAlan2, .productDetail .ozelAlan1, .hizliKargoIcon, .ozelAlan3 {
        font-size: 12px;
        line-height: 15px
    }

    .TukendiIco span {
        line-height: 35px;
        font-size: 11px;
        max-width: 100px
    }

    .productDetail .boxBedenlerContent .boxBedenlerContainer > div > a {
        width: 18px;
        height: 18px;
    }

    .productDetail .boxBedenlerContent .boxBedenlerContainer > div > a img {
        width: 12px;
        height: 12px;
    }

    .productDetail .boxBedenlerContent .boxResimContent.noStockProductList:after {
        left: 4px;
        top: 4px;
        width: 11px;
    }

    /**/
    #mainHolder_divDesign .ticimaxTabHead {
        flex-direction: column;
        ;justify-content: center;
        text-align: center;
        margin-bottom: 10px
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle {
        font-size: 18px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle h2 {
        font-size: 18px
    }

    #mainHolder_divDesign .ticimaxTabHead .tabblocktitle p {
        font-size: 12px;
        line-height: 1.3;
        max-width: 80%;
    }

    #mainHolder_divDesign .ticimaxTabHead ul {
        display: block;
        gap: 0;
        width: 100%;
        max-height: 60px;
        overflow: auto;
        padding: 0 10px;
    }

    #mainHolder_divDesign .ticimaxTabHead li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 14px
    }

    #mainHolder_divDesign .ticimaxTabHead li a {
        font-size: 13px;
        gap: 10px;
        padding: 0 18px;
    }

    #mainHolder_divDesign #ticimaxTabContent .sliderBannerContainer {
        margin: 0;
    }

    .blogbanner ul li a div span {
        font-size: 14px
    }

    .blogbanner ul li a div p {
        font-size: 11px;
        line-height: 15px;
        height: 30px;
        margin-bottom: 12px;
        padding: 0;
    }

    .blogbanner ul li a div em {
        font-size: 12px;
        padding: 0 16px;
        min-height: 30px;
        line-height: 1.3
    }

    .blogbanner ul li a div {
        padding-top: 10px
    }

    .gizlegoster {
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0.14px;
    }

    .gizlegoster span, .gizlegoster h2 {
        font-size: 18px;
        margin-bottom: 11px;
    }

    .gizlegoster .gizlegosteralt {
        margin-top: 11px;
    }

    .gizlegoster .devambtn {
        line-height: 43px;
        font-size: 14px;
        padding: 0 25px;
        margin-top: 11px;
    }

    .gizlegoster .gizlebtn {
        line-height: 43px;
        font-size: 14px;
        padding: 0 25px;
        margin-top: 11px;
    }

    body #mainHolder_divDesign .mobilslidebanner .ticiContainer {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    body #mainHolder_divDesign .mobilslidebanner .txcol-12 .txrow .txcol-6 {
        padding-right: 0 !important;
        padding-left: 0 !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    body #mainHolder_divDesign .mobilslidebanner .owl-stage-outer .txcol-12 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body #mainHolder_divDesign .mobilslidebanner .blokResimLink > img {
        width: 100%
    }

    body #mainHolder_divDesign .mobilslidebanner .owl-stage {
        padding-left: 10px !important
    }

    body #mainHolder_divDesign .mobilslidebannerhtml .owl-stage {
        padding-left: 0 !important
    }

    /**/
    .guvenList ul li span {
        font-size: 12px
    }

    .guvenList ul li .icBox {
        min-width: 45px;
        min-height: 45px;
    }

    .guvenList ul li .icBox svg {
        max-width: 22px;
        max-height: 22px
    }

    .guvenList ul li {
        gap: 10px;
        width: calc(50% - 5px) !important;
        margin: 5px 0;
        justify-content: start
    }

    .guvenList ul li:nth-child(n+5) {
        display: none !important;
    }

    .guvenList ul {
        gap: 10px;
        flex-wrap: wrap;
        flex-flow: wrap;
    }

    .guvenList {
        padding: 15px 0;
    }

    body .footerTemp section.elementor-section .elementor-container {
        max-width: 100%!important;
        padding-right: 20px;
        padding-left: 20px
    }

    body .footerTemp section.elementor-section {
        border-bottom: 1px solid #EAEAEA !important;
    }

    body .footerTemp .footerMenul.accordionMode {
        position: relative;
        padding: 22px 0 12px;
    }

    body .footerTemp .footerMenul.accordionMode:before {
        content: '';
        position: absolute;
        left: -10px;
        right: -10px;
        top: 0;
        height: 1px;
        background-color: #EAEAEA
    }

    /**/
    .categorydesign .gizlegoster {
        padding: 10px;
    }

    .pageNumberBottom {
        margin: 30px 0;
    }

    .categoryContainer .categoryTitleText {
        display: flex;
        flex-direction: column-reverse;
    }

    .katbanner ul {
        padding: 5px 0 15px;
    }

    .katbanner .owl-carousel .owl-nav {
        display: none;
    }

    .katbanner .owl-carousel .owl-nav .ProductListprev {
        left: 0;
    }

    .katbanner .owl-carousel .owl-nav .ProductListnext {
        right: 0;
    }

    .katbanner ul li span {
        font-size: 11px;
        letter-spacing: 0.1px;
        line-height: 20px
    }

    .katbanner .owl-carousel .owl-stage-outer {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .categoryPageTitle {
        line-height: 22px;
        font-size: 18px;
        margin: 5px 0 2px
    }

    .Uadet {
        display: block;
        float: left;
        width: 100%;
        color: #F48120;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
        text-align: center;
    }

    .Uadet:after {
        display: none;
    }

    body .mobilFilterOpenBtn {
        padding-right: 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:first-child {
        width: calc(50% - 4px);
    }

    /**/
    .DetayYeniUrun {
        left: 10px;
        top: 10px;
        display: none !important;
    }

    .proBottom {
        margin-top: 10px
    }

    .TopDet {
        margin: 0;
    }

    .leftImage .ProductGallery .gallery-container .GalleryArea {
        width: 100%;
    }

    .ProductName h1 span {
        font-size: 18px;
    }

    .PiyasafiyatiContent .right_line *,.IndirimliFiyatContent .right_line *, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line * {
        font-size: 18px;
    }

    #divTaksitAciklama .taksitSatir,#divTaksitAciklama em {
        font-size: 13px;
    }

    #divTaksitAciklama {
        margin-top: 10px
    }

    #divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line select {
        height: 50px
    }

    .RightDetail #productDetailRelated > a {
        width: 80px
    }

    .detailboxblock .detailboxblocktop {
        flex-direction: column
    }

    .urunbilgi ul {
        margin-top: 20px;
        flex-wrap: wrap;
        column-gap: 10px;
        row-gap: 20px;
    }

    .urunbilgi ul li {
        width: calc(50% - 5px);
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    .detailboxbottom {
        flex-direction: column
    }

    .detaildesc {
        padding: 30px 0;
        gap: 30px;
    }

    .detaildesccont #divUrunDetayKombin {
        order: -1;
        padding: 0
    }

    .detaildesccont #divUrunDetayKombin:before, .detaildesccont #divUrunDetayKombin:after {
        display: none;
    }

    #divUrunDetayKombin {
        margin: 0;
    }

    #divUrunDetayKombin .kombinContent:before {
        font-size: 16px;
        margin: 0 0 17px
    }

    #divUrunDetayKombin .kombinContent ul li.kombinItem:after {
        right: -35px;
        top: calc(40% - 38px);
    }

    #divUrunDetayKombin .kombinContent ul li {
        max-width: calc(50% - 15px);
    }

    #divUrunDetayKombin .kombinContent ul li.KombinTopluSatinAlimBtn {
        max-width: calc(100% + 20px);
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    #divUrunDetayKombin .kombinContent ul {
        width: 100%;
        flex-wrap: wrap;
        gap: 0;
        grid-row-gap: 30px;
        padding: 0 10px;
    }

    #divUrunDetayKombin .kombinContent ul li.kombinItem:after {
        font-size: 40px;
    }

    #divUrunDetayKombin .kombinContent ul li.kombinItem:nth-last-of-type(2):after {
        right: 0;
        left: 0;
        bottom: -34px;
        top: auto;
        text-align: center;
        width: 100%;
        left: -62%;
        bottom: -25px;
    }

    .kombinbottom {
        margin-top: 10px;
        min-height: 55px;
    }

    .kombinTopluSatinAlimFiyatcizgili {
        font-size: 15px;
        text-align: left;
    }

    .KombinTopluSatinAlimBtn a {
        min-width: 120px;
        padding: 0 10px !important;
        line-height: 40px
    }

    .KombinTopluSatinAlimBtn a:before {
        font-size: 13px
    }

    .detaildesc .detaytakimacik:before {
        display: none;
    }

    .detaildesc .detaytakimacik {
        padding-top: 0
    }

    .detaildesc .detaytakimacik.TakimVar .TakimIcerik {
        margin-bottom: 20px
    }

    .detaildesc .detaytakimacik.TakimVar .TakimIcerik, .detayozellikacik > .TabOzellikler, .detayozellikacik > .TabOzellikler > h2 > a, .detayboyutacik .olcuContent h2 {
        font-size: 16px;
        min-height: 20px;
        border-bottom: none
    }

    .detaildesc .detaytakimacik, .detaildesc .detayozellikacik, .detaildesc .detayboyutacik {
        gap: 20px;
    }

    .detayozellikacik #divTabOzellikler .urunTabAlt {
        font-size: 12px
    }

    .detaildesc .detaildesccont {
        gap: 30px;
    }

    .detaildesc .detayozellikacik, .urunOzellik {
        position: relative;
    }

    .detaildesc .detayozellikacik:before, .urunOzellik:before {
        content: '';
        position: absolute;
        left: -10px;
        right: -10px;
        top: -15px;
        height: 1px;
        background-color: #EDEEEF
    }

    .detaildesc .detayozellikacik:after, .urunOzellik:after {
        content: '';
        position: absolute;
        left: -10px;
        right: -10px;
        bottom: -15px;
        height: 1px;
        background-color: #EDEEEF
    }

    .olcuContent table tr th {
        font-size: 12px;
        line-height: 35px
    }

    .olcuContent table tr td {
        font-size: 11px;
        line-height: 1.5
    }

    .olcuContent table thead tr {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        gap: 5px;
    }

    .olcuContent table thead tr th {
        width: 25%;
    }

    .olcuContent table thead tr th:first-child {
        width: 30%;
    }

    .olcuContent tbody tr {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        margin-bottom: 15px;
        gap: 5px;
    }

    .olcuContent tbody tr:last-child {
        margin-bottom: 0
    }

    .olcuContent tbody tr td {
        width: 25%;
    }

    .olcuContent tbody tr td:first-child {
        width: 30%;
    }

    .urunOzellik {
        margin: 0;
    }

    .urunOzellik .urunTab ul {
        gap: 25px;
        display: block;
        width: 100%;
        max-height: 52px;
        white-space: nowrap;
        overflow-x: auto
    }

    .urunOzellik .urunTab ul:-webkit-scrollbar {
        width: 1px;
        height: 1px
    }

    .urunOzellik .urunTab ul::-webkit-scrollbar-track {
        background: #fff;
    }

    .urunOzellik .urunTab ul::-webkit-scrollbar-thumb {
        background: #fff;
    }

    .urunOzellik .urunTab >ul > li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 25px
    }

    .urunOzellik .urunTab >ul > li:last-child {
        margin-right: 0
    }

    .urunOzellik .urunTab >ul > li > a {
        font-size: 14px;
        white-space: nowrap;
    }

    .commentTicimax .commentTiciNewComment {
        padding: 20px 0 !important;
    }

    .commentTicimax .commentTiciNewCommentTitle {
        margin: 0 !important;
        font-size: 18px
    }

    .urunOzellik .urunTab:after {
        left: -10px;
        right: -10px;
    }

    .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav {
        padding: 0 10px;
    }

    .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-prev, .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-next {
        width: 30px;
        height: 30px;
    }

    .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-prev span, .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-next span {
        width: 30px;
        height: 30px;
    }

    .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-prev span:before {
        line-height: 30px;
    }

    .leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-next span:before {
        line-height: 30px;
    }

    .leftImage .ProductGallery .owl-carousel.galleryOwl .owl-dots {
        transform: none;
        display: flex !important;
        background: transparent;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 0;
        border-radius: 0;
        padding: 0;
        position: relative;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 10px
    }

    .leftImage .ProductGallery .owl-carousel.galleryOwl .owl-dots .owl-dot {
        width: 6px;
        height: 6px;
        border: none;
        margin: 0 4px !important;
        border-radius: 100%;
        display: inline-block;
        vertical-align: top;
        background: #DEDEDE
    }

    .leftImage .ProductGallery .owl-carousel.galleryOwl .owl-dots .owl-dot.active {
        background: #1E1E1E;
        border-color: #1E1E1E;
        width: 8px;
        height: 8px;
        margin-top: -1px
    }

    .leftImage .ProductGallery .owl-carousel.galleryOwl .owl-dots .owl-dot span {
        display: none;
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-1:after {
        font-size: 11px;
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead>div {
        font-size: 10px;
        line-height: 20px;
    }

    #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-4 a:after {
        font-size: 10px;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem {
        margin-bottom: 14px;
        display: flex;
        align-items: center;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div {
        line-height: 14px;
        font-size: 12px;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div .takimInputContent {
        height: 35px;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div .takimInputContent input {
        height: 35px;
        width: 45px;
        font-size: 11px;
        padding-left: 8px;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div .takimInputContent a {
        width: 17px;
        height: 17px;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div .takimInputContent a.aTakimUrunAdetArtir {
        padding-top: 14px;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-6 a {
        min-width: 22px;
        height: 22px;
        width: 22px;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-6 a i {
        line-height: 20px;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead {
        display: none;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead>div {
        line-height: 1
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem>div.head-col-2 img {
        max-width: 100% !important;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-1, .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-1 {
        width: calc(100% - 215px);
        padding: 0 5px;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-2, .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-2 {
        width: 58px;
        overflow: hidden;
        border-radius: 10px;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-3, .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-3 {
        display: none;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-4, .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-4 {
        width: 45px
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-5, .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-5 {
        width: 90px;
        padding: 0 5px;
        text-align: center;
        justify-content: center;
    }

    .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-6, .detaytakimacik #divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-6 {
        width: 22px;
        padding-right: 0
    }

    /**/
    body.overflow {
        overflow: hidden;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    body.HomeBody {
        padding-top: 0;
        overflow-x: hidden;
    }

    body.sepetimBody {
        padding-top: 0;
    }

    #lang_flag_container {
        display: none;
    }

    .userContainer .userLeftBox, .userContainer .userRightBox {
        padding: 0;
    }

    .userContainer .userRightBox {
        margin-top: 20px;
    }

    .SifremiUnuttumContent .userWrapper.SifremiUnuttum {
        width: 100%;
        padding: 0 10px;
    }

    #divIcerik {
        padding: 0 10px;
        margin: 0 auto;
    }

    .proCategoryTitle.categoryTitleText {
        padding: 0;
        margin: 0;
    }

    #divTicimaxCopyrightContent {
        text-align: center;
        float: left;
        width: 100%;
    }

    #divTicimaxCopyrightContent a {
        display: inline-block;
    }

    #divTicimaxCopyrightContent img {
        display: inline-block;
        vertical-align: top;
    }

    /*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;
    }

    .TopDet .product_social_icon_wrapper {
    }

    .TopDet .product_social_icon_wrapper .PaylasTit {
    }

    .TopDet .product_social_icon_wrapper ul {
        width: 84px;
        left: -34px;
        padding: 10px 5px!important
    }

    /******************************************************/
    .bottomHead {
        float: left;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1001;
        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;
    }

    /*kategori*/
    .categoryContainer .categoryTitleText {
        padding: 0;
        margin: 0 0 10px;
    }

    .ProductBody .categoryTitle {
        padding: 0;
        margin: 0;
    }

    body .category-vertical-filters.top-filters {
        width: 100%;
        height: 100%;
        box-shadow: none;
        border: none;
        padding: 20px;
    }

    body ul.breadcrumb {
        white-space: nowrap;
        overflow-y: scroll;
        width: 100%;
        max-width: 100%;
        text-align: left;
        margin: 10px 0;
    }

    body.ProductBody ul.breadcrumb {
        padding-right: 10px !important;
        padding-left: 10px !important;
        padding: 10px !important;
        overflow: hidden;
    }

    body ul.breadcrumb:-webkit-scrollbar {
        width: 1px;
        height: 1px
    }

    body ul.breadcrumb::-webkit-scrollbar-track {
        background: #fff;
    }

    body ul.breadcrumb::-webkit-scrollbar-thumb {
        background: #fff;
    }

    body ul.breadcrumb * {
        font-size: 12px!important;
        line-height: 15px!important;
    }

    body ul.breadcrumb li:after {
        font-size: 12px;
        line-height: 15px;
    }

    .categoryTitleText {
        position: relative;
        z-index: 8;
    }

    .breadList {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        padding: 10px 20px;
        z-index: 999;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
        -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
        -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    }

    .breadList.breadActive {
        display: block!important;
    }

    .breadList ul {
        list-style: none;
    }

    .breadList .mBread {
        float: left;
        width: 100%;
    }

    .breadList .mBread ul {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .breadList .mBread ul li {
        float: left;
        width: 100%;
        font-size: 0;
        display: block;
        margin-right: 0;
        line-height: 1;
    }

    .breadList .mBread ul li a {
        float: left;
        width: 100%;
        font-size: 11px;
        color: #454545;
        padding: 6px 8px;
        position: relative;
    }

    .breadList .mBread ul li a:before {
        content: '\f148';
        font-family: 'FontAwesome';
        font-size: 10px;
        position: absolute;
        left: -5px;
        top: 8px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .breadList .mBread ul li a span {
        font-weight: normal;
        line-height: 15px;
    }

    .breadList .mBread ul li ul {
        padding-left: 4px;
    }

    .breadList .mBread >ul >li >a span {
        font-weight: 600;
    }

    .breadList .clbtn {
        position: absolute;
        right: 5px;
        top: 10px;
        width: 30px;
        text-align: center;
        font-size: 18px;
        color: #000;
        z-index: 99;
    }

    .categoryContainer .breadList .clbtn {
        right: -5px;
    }

    .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%;
    }

    .categoryContainer .ProductList.PlSc_5 .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 5px;
    }

    .categoryContainer .ProductList {
        margin: 0 -5px;
    }

    .categoryContainer .ProductListContent .productItem {
        margin-bottom: 10px;
    }

    /*urundetay*/
    .leftImage {
        float: left;
        width: 100%;
    }

    .RightDetail {
        width: 100%;
        padding: 22px 0 0;
    }

    body a#linkOncekiSayfa {
        display: none;
    }

    body .leftImage a#linkOncekiSayfa {
        position: absolute;
        top: 0;
        left: 0;
        width: 35px;
        background: #fff;
        text-align: center;
        font-size: 0!important;
        font-family: 'FontAwesome';
        color: #000;
        z-index: 5;
        line-height: 35px;
        display: none;
    }

    body .leftImage a#linkOncekiSayfa:before {
        content: '\f053';
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        line-height: 35px;
    }

    #divUrunKodu {
        clear: left;
        float: left;
        line-height: 14px;
    }

    #divUrunKodu span {
        line-height: 14px;
    }

    #divTaksitAciklama {
        clear: left;
        float: left;
    }

    .urunOzellikTab {
        margin: 30px 0;
        display: block;
        float: left;
        width: 100%;
    }

    .urunOzellikTab .urunTab {
        float: left;
        width: 100%;
    }

    .urunOzellikTab .urunTab >ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .urunOzellikTab .urunTab >ul >li {
        float: left;
        width: 100%;
        margin: 0;
    }

    .urunOzellikTab .urunTab >ul >li > a {
        font-size: 14px;
        line-height: 44px;
        float: left;
        width: 100%;
        padding-right: 15px;
    }

    .urunOzellikTab .urunTab >ul >li > a span {
    }

    .urunOzellikTab .urunTab >ul >li > a:after {
        font-size: 12px;
    }

    .urunOzellikTab .urunTab >ul >li .urunDetayPanel {
        display: none!important;
        padding: 20px 0;
    }

    .urunOzellikTab .urunTab >ul >li[onofftip="true"] >a {
    }

    .urunOzellikTab .urunTab >ul >li[onofftip="true"] .urunDetayPanel {
        display: block!important;
    }

    .urunOzellikTab .divYorumlarV2Slide {
        width: 100%;
        margin-bottom: 30px;
    }

    .urunOzellikTab .divYorumlarV2Ortalama {
        width: 100%;
        margin-left: 0;
    }

    .urunOzellikTab .divYorumlarV2Section1_1a1a {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .urunOzellikTab .divYorumlar-t1c9k {
        max-width: 100%;
        min-width: 0;
    }

    .urunOzellikTab .taksitWrapper .taksitBlock {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .urunOzellikTab .taksitWrapper .taksitBlock .taksitBlockContent {
        max-width: 100%;
    }

    .urunOzellikTab .yorum-item-left {
        flex: 0 0 100%;
    }

    .urunOzellikTab .v2YorumFilter {
        width: 100%;
    }

    .urunOzellikTab .v2YorumFiltreGrup {
        display: block;
    }

    .urunOzellikTab .v2YorumFilter li,.urunOzellikTab .v2YorumFilter ul li {
        width: 100%;
    }

    #divTabOzellikler .urunTabAlt {
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0.07px;
    }

    /*mobilicerik*/
    .detaySliderContainer {
        margin: 0 0 30px;
    }

    .detaySliderContainer.SonGezilen {
        padding: 0;
        margin: 0 0 30px;
    }

    .sliderBannerContainer {
        margin: 10px 0;
        padding: 0 10px;
    }

    .urunDetTeslim {
        gap: 10px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .urunDetTeslim .udTesImg {
        width: 50px;
        height: 50px;
        overflow: hidden;
        min-width: 50px;
        display: none;
    }

    .urunDetTeslim .udTesTxt span {
        font-size: 16px;
    }

    .urunDetTeslim .udTesTxt small {
        font-size: 13px;
        line-height: 15px;
    }

    .slideFix .ticiContainer {
        padding: 0;
    }

    section.slideFix {
        height: 100dvh;
        margin: 0 !important;
        position: relative;
        top: 0;
        z-index: 0;
        padding: 0 !important;
    }

    .slideFix * {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    body.mobilScrollActive #mainHolder_divDesign {
        animation: slide-in-top-mobil .8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    }

    @keyframes slide-in-top-mobil {
        0% {
            transform: translateY(100dvh);
        }

        100% {
            transform: translateY(0);
        }
    }

    body.mobilScrollActive section.slideFix {
        position: fixed
    }

    .logo-center .flex-left {
        order: 3 !important;
    }

    #headerNew .header-main .flex-right {
        order: 2 !important;
    }

    #headerNew .header-main .header-nav.nav-left {
        flex-direction: row-reverse;
    }

    .flex-right .nav-right {
        position: absolute;
        right: 90px;
    }

    body:has(.homepage):not(.scrollAnim) header {
    }

    body:has(.homepage).scrollAnim #mainHolder_divDesign {
        /* transform: translateY(120px); */
    }

  
  body:has(.homepage).scrollAnim {
    margin: 0;
}

body.scrollAnimTime header {
}
    body:has(.homepage).scrollAnim header{
    top: -80px !important;
    position: fixed !important;
    z-index: 9;
}
    body:has(.homepage).homeAnimeFix header {position:fixed !important;z-index: 999 !important;top: 0 !important;}
     
body:has(.homepage):not(.scrollAnim) #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav {
    bottom: 0 !important;
    top: auto !important;
    height: calc(100dvh - 0px) !important;
}

body:has(.homepage):not(.scrollAnim) #headerNew .header .newHeaderNavigation.mobileStyle.mobileactive .newHeaderNav .newMenuTop .menuCloseBtn {
    top: 10px;
    padding: 0;
}

body:has(.homepage).scrollAnim #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav {
    bottom: auto;
    top: 80px !important;
    height: calc(100dvh - 0px) !important;
}
body:has(.homepage):not(.scrollAnimTime) #mainHolder_divDesign {
    transform: translateY(calc(100dvh - 0px));
}
 
 body:has(.homepage):not(.scrollAnim,.homeAnimeFix) #headerNew #divTopProductSearch .header-search-form-wrapper {
    bottom: 40px !important;
    top: calc(100% - 70px);
    border: none;
    background: transparent;
}
  
 
    body .slideFix .owl-carousel .owl-dots {
        top: 20px !important;
        left: 20px !important;
    }

    body .slideFix .owl-carousel .owl-dots .owl-dot {
        width: 30px;
        height: 30px; 
    }

    body .slideFix .owl-carousel .owl-dots .owl-dot span{
    display: block !important;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
} 
.bildirimmenu{width:300px;left:30px;}
 
    .hbildirim{left: 10px !important;bottom: 70px;}
    .arrows{bottom: 70px !important;}
  #mainHolder_divDesign .owl-carousel .owl-nav, #mainHolder_divDesign .owl-carousel .owl-cdisabled, .owl-carousel .owl-nav, .owl-carousel .owl-cdisabled {
    display: none !important;
}
    .footerTemp .elementor-column[data-col="20"]:first-child {
    max-width: 100%;
} 
}

@media screen and (min-width: 414px) {
}

@media screen and (min-width: 375px) and (max-width:413px) {
}

@media screen and (min-width: 0px) and (max-width:374px) {
}

/*textler*/
.Uadet:after {
    content: "Görüntüleniyor";
}

.filter-bottom > a:before {
    content: 'Filtreleri Kaldır';
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer .takimDegistir .leftSpan:before {
    content: 'Takım İçeriği';
}

#divUrunTakimAlan .takimUrunContent .takimUrunContainer .takimDegistir .rightSpan #aTakimDegistir:before {
    content: 'Değiştir';
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltHead .head-col-1:after {
    content: 'Parçalar';
}

#divUrunTakimAlt .takimUrunAltContainer .takimUrunList .takimUrunAltItem .head-col-4 a:after {
    content: 'Takım Ekle';
}

.KombinTopluSatinAlimBtn a:before {
    content: 'BİRLİKTE SEPETE EKLE';
}

.kombinTopluSatinAlimFiyatcizgili span:not(.title) > strong:before {
    content: 'Toplam İndirimli Fiyat:'
}

#divUrunDetayKombin .kombinContent:before {
    content: 'Birlikte Al'
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay:after {
    content: "Videolu Ürün";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

a.chatfix {
    display: none;
}

body:has(.homepage):not(.scrollAnim) .wpFix {
    display: none;
}
