@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,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 {
    max-width: 1920px;
    margin: 0 auto;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
}

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: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', 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;
}

.header-dil-content #lang_flag_container #lang.flag {
    background: none !important;
    padding-left: 0 !important
}

.header-dil-content #lang_flag_container #lang.flag:after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 10px;
    color: #000;
    float: right;
    display: inline-block !important;
    margin-left: 5px;
    line-height: 15px
}

.header-dil-content #lang_flag_container #lang-detail {
    right: 0 !important;
}

/*yukaribtn*/
#back-to-top {
    float: right;
    position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 9999;
    display: none;
}

#back-to-top a {
    float: left;
    width: 22px;
    height: 25px;
    border-radius: 100%;
    background: transparent;
    fill: #1B1833;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

#back-to-top a svg {
    height: 25px;
}

/*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: 0;
    height: 100%
}

.categoryContainer .ProductListContent .ItemOrj {
    margin-bottom: 20px
}

.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;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    overflow: hidden;
}

.productItem .productIcon {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/*urunresim*/
.productItem .productImage {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    float: left;
}

.productItem .productImage a,
body .productItem .productImage a.Videolu {
    display: block;
    position: relative;
    padding-bottom: 100%;
}

.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;
}

/*urunaciklama*/
.productItem .productDetail {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
}

/*urunad*/
.productItem .productName {
    position: relative;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}

.productItem .productName a {
    float: left;
    width: 100%;
    padding: 0;
    line-height: 21px;
    height: 42px;
    font-weight: 500;
    font-size: 16px;
    color: #1B1833;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*urunfiyat*/
.productItem .productPrice {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 8px 0;
    bottom: 0;
}

.productItem .discountPrice {
    display: block;
    float: right;
}

.productItem .discountPrice span {
    color: #1B1833;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.productItem .discountKdv,
.productItem .regularKdv {
    display: none;
}

.productItem .regularPrice {
    display: block !important;
    float: left;
    margin-right: 10px;
}

.productItem .regularPrice span {
    font-size: 18px;
    color: #F29F58;
    -moz-text-decoration-color: #F29F58;
    text-decoration-color: #F29F58;
    line-height: 24px;
    font-weight: 600;
    text-decoration: line-through;
}

/*urunpuan*/
.productItem .productPoints {
    float: left;
    width: 100%;
    clear: none;
    margin-bottom: 5px;
}

.productItem .productPoints .rating {
    margin: 0;
}

.productItem .productPoints .rating i {
    color: #cacaca;
    font-size: 17px;
    margin-right: 1px;
}

.productItem .productPoints .rating i:last-child {
    margin-right: 0;
}

.productItem .productPoints [data-rating^='1'] .star-1 {
    color: #F29F58;
}

.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: #F29F58;
}

.productItem .productPoints [data-rating^='2'] .star-1 {
    color: #F29F58;
}

.productItem .productPoints [data-rating^='2'] .star-2 {
    color: #F29F58;
}

.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: #F29F58;
}

.productItem .productPoints [data-rating^='3'] .star-1 {
    color: #F29F58;
}

.productItem .productPoints [data-rating^='3'] .star-2 {
    color: #F29F58;
}

.productItem .productPoints [data-rating^='3'] .star-3 {
    color: #F29F58;
}

.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: #F29F58;
}

.productItem .productPoints [data-rating^='4'] .star-1 {
    color: #F29F58;
}

.productItem .productPoints [data-rating^='4'] .star-2 {
    color: #F29F58;
}

.productItem .productPoints [data-rating^='4'] .star-3 {
    color: #F29F58;
}

.productItem .productPoints [data-rating^='4'] .star-4 {
    color: #F29F58;
}

.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: #F29F58
}

.productItem .productPoints [data-rating="5"] i {
    color: #F29F58;
}

/*Urun Iconlari*/
.examineIcon,
.discountIcon div,
.discountIcon .discountIcon_s2 {
    z-index: 3;
    display: none;
}

.discountIcon span {
    font-weight: normal;
}

.examineIcon a {
    display: block;
}

/*tukendi*/
.TukendiIco {
    z-index: 5;
    border-radius: 0;
    background: transparent;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.TukendiIco span {
    line-height: 50px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    bottom: 50%;
    right: 0;
    max-width: 150px;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0 auto;
}

/*stokyok*/
.StokYok .cargoIcon,
.StokYok .firsatIcon,
.StokYok .newIcon {
    display: none !important;
}

/*playbuton*/
body .productItem .divVideoPlayButton {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    overflow: hidden;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay {
    color: #fff;
    float: left;
    width: 100%;
    height: 100%;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i {
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 40px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    text-shadow: 0 0 4px #848484;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i.fa-play-circle-o:before {
    content: '\f144';
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i.fa-pause-circle-o:before {
    content: '\f28b';
}

/*ekbutonlar*/
.productItem .urunListeAdet,
.productItem.StokYok .urunListeAdet,
.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 auto;
    display: block !important;
    padding: 0;
    float: none;
    list-style: none;
    clear: none;
    text-align: left;
}

body ul.breadcrumb * {
    color: #6D698B;
    font-size: 14px !important;
    line-height: 30px !important;
    float: left;
    font-weight: 500;
}

body ul.breadcrumb li {
    font-size: 0 !important;
    float: none !important;
    vertical-align: middle;
}

body ul.breadcrumb li:after {
    content: '\f054';
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    color: #6D698B;
    font-size: 14px;
    line-height: 30px;
    float: left;
    font-weight: 500;
    font-family: FontAwesome
}

body ul.breadcrumb li:nth-last-of-type(1):after {
    display: none;
}

body a#linkOncekiSayfa {
    line-height: 30px;
    display: none;
    color: #6D698B;
    font-size: 14px !important;
    font-weight: 500;
}

.leftImage a#linkOncekiSayfa {
    display: none;
}

body ul.breadcrumb li:first-child>a:before {
    content: '\f015';
    font-family: 'FontAwesome';
    font-size: 16px !important;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    font-weight: 300;
    float: left;
}

body ul.breadcrumb li:first-child>a:after {
    content: '\f054';
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    color: #6D698B;
    font-size: 14px;
    line-height: 30px;
    float: left;
    font-weight: 500;
    font-family: FontAwesome;
    float: left;
}

body ul.breadcrumb li:first-child>a span {
    float: right;
}

.categoryName {
    float: left;
    width: 100%;
    text-align: center;
}

.categoryName h1 {
    color: #ffffff !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

body.CategoryBody ul.breadcrumb {
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.CategoryBody .categoryTitleText {
    padding: 30px 40px !important;
    background: var(--iotsan-dark-grad) !important;
    border: 1px solid rgba(255, 111, 0, 0.2) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px rgba(7, 13, 25, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    text-align: left !important;
    position: relative;
    overflow: hidden;
}

body.CategoryBody .categoryTitleText::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--iotsan-primary-grad) !important;
}

/*ustalan*/
.categoryTitleText {
    float: left;
    width: 100%;
    padding: 17px 0;
}

.categoryTitle {
    float: left;
    width: 100%;
}

body #divSayfalamaUst {
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
}

.urunListRel {
    width: 100%;
    float: left;
    position: relative;
}

.brandlistselection {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0;
    width: 100%;
}

.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 .FiltreUst {
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn {
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
    display: none;
}

/*filtresecili*/
body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect {
    float: right;
    margin: 0 0 0 20px;
    background: transparent;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a {
    background: transparent;
    color: #999999;
    padding: 0 5px;
    float: left;
    margin-left: 0;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a i {
    font-size: 16px;
    float: left;
    line-height: 34px;
    font-family: 'FontAwesome';
    font-weight: 600;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a:hover i {
    color: #000;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a:hover {}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.Active i {
    color: #000;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.Active {}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.sort_3 {}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.sort_2 {
    display: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.sort_5 {
    display: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.sort_hrz {
    display: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent {
    float: left;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:not(.appliedFilter) {
    float: left;
    font-weight: normal;
    border-radius: 0;
    padding: 0;
    border: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li>a {
    position: relative;
    background-color: transparent;
    color: #000000;
    font-size: 12px;
    border-radius: 0;
    padding: 0;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li>a span {
    font-weight: normal;
    line-height: 34px;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li>a:hover {
    text-decoration: underline;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a.selected {
    text-decoration: underline;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) {
    display: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .appliedFilter.FiltrelemeUrunAdet span {
    float: left;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    line-height: 34px;
    padding: 0;
    margin: 0;
    display: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .appliedFilter.FiltrelemeUrunAdet {
    float: right;
    background-color: transparent;
    height: auto;
    padding: 0;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
    float: right;
}

body #divSayfalamaUst.Slct .blockSelect {
    float: right;
    margin: 0 0 0 30px;
    display: inline-flex !important;
    padding: 0;
    min-width: 50px;
    align-items: center;
    display: none !important;
}

body #divSayfalamaUst.Slct .blockSelect a {
    float: left;
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    background: transparent;
    transition: none;
}

body #divSayfalamaUst.Slct .blockSelect .sort_hrz {
    display: none;
}

body #divSayfalamaUst.Slct .blockSelect .sort_2 {
    display: none;
}

body #divSayfalamaUst.Slct .blockSelect .sort_5 {
    display: none;
}

body #divSayfalamaUst.Slct .blockSelect i {
    display: none;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
    background: transparent;
    float: left;
    width: 100%;
    text-align: right;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
    float: left;
    height: 34px;
    color: #1B1833;
    font-size: 14px;
    font-weight: 600;
    border: none;
    background: url(../../uploads/EditorUploads/images/siralaicon.svg) no-repeat center right transparent;
    padding: 0 15px 0 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 170px;
    text-overflow: ellipsis;
    border-bottom: 1px solid #1B1833;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    float: none;
    display: inline-block;
    vertical-align: top
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:first-child {
    display: flex;
    align-items: center;
}

body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet {
    margin: 0 30px 0 0;
    order: -1;
}

body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet span {
    color: #1B1833;
    font-size: 14px;
    line-height: 34px;
    font-weight: 600;
    float: left;
    margin: 0;
    white-space: nowrap;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock {
    padding: 0;
    color: #1B1833;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 !important;
    background: transparent !important;
    display: inline-flex;
    display: none;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock span {
    line-height: 34px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock:before {
    content: '';
    width: 13px;
    height: 13px;
    border: 1px solid #1B1833;
    border-radius: 2px;
    background-color: #fff;
    float: left;
    margin: 10px 7px 0 0;
    font-family: FontAwesome;
    font-weight: 600;
    color: #000;
    font-size: 8px;
    line-height: 11px;
    text-align: center;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock.selected:before {
    content: '\f00c';
}

body #divSayfalamaUst .filterDeleteContent {
    float: left;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter {
    padding: 0;
    margin: 0 8px 0 0;
    height: auto;
    background: transparent;
    border: 1px solid #EDEDED;
    width: auto;
    border-radius: 0;
    border-radius: 5px
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a {
    width: 25px;
    margin: 0;
    border-left: none;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i {
    font-family: 'FontAwesome';
    line-height: 30px;
    color: #040404;
    font-size: 13px;
    font-weight: 300;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i:before {
    content: '\f00d';
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span {
    color: #222222;
    font-size: 12px;
    text-align: left;
    margin-top: 7px;
    font-weight: normal;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span+span {
    color: #222222;
    margin-top: 3px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir {
    display: block;
    border-color: #EDE8DF !important;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a {
    width: 100%;
    background: #EDE8DF;
    line-height: 1;
    margin: 0;
    padding: 0 11px;
    color: #231F20;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span {
    line-height: 30px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    margin: 0;
    width: 100%;
    color: #231F20 !important;
    letter-spacing: 0.12px;
}

/*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: 25px 0;
    padding: 0;
    width: 100%;
    display: block;
    vertical-align: middle;
}

.pageNumberContent,
.pageBorder {
    display: inline-block;
    vertical-align: top;
}

.pageNumberContent a,
.pageBorder a {
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    background: #fff;
    border-radius: 0;
    border: none;
    float: left;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 5px;
}

.pageNumberContent a.butonDisabled,
.pageBorder a.butonDisabled {
    opacity: 1 !important;
}

.pageNumberContent a:hover,
.pageBorder a:hover {
    color: #fff;
    background: #333333;
}

.pageNumberContent a.SelectedSayfa,
.pageBorder a.SelectedSayfa {
    color: #fff;
    background: #333333;
}

.KategoriFilitrelemeContent .Block_Title {
    display: none;
}

/*******************************************KATEGORi**********************************/
/*******************************************URUN DETAY********************************/
.RightDetail>.clear {
    clear: none;
}

.ProductDetailMain {
    float: left;
    width: 100%;
}

.ProductDetailMainRow {
    float: left;
    width: 100%;
}

.TopDet {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 60px;
}

.leftImage {
    width: 855px;
    float: left;
    position: relative;
    padding: 0;
}

.RightDetail {
    width: calc(100% - 855px - 35px);
    float: left;
    position: relative;
    margin-left: 35px;
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 40px;
}

/*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: 710px;
    margin: 0;
    padding: 0;
    border: 1px solid #F8F8F8;
    border-radius: 10px;
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb {
    float: left;
    width: 145px;
    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 .AltVideoThumb,
.leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .thumb-item {
    float: left;
    clear: left;
    width: 110px;
    margin-bottom: 10px;
    border: 1px solid #F8F8F8;
    border-radius: 10px;
    overflow: hidden;
}

.leftImage .ProductGallery .owl-carousel.galleryOwl .owl-dots {
    display: none;
}

.UrunDetayLeft {
    margin: 0 !important;
    overflow: hidden;
}

.Images,
#divVideoGoruntulemeAlan {
    float: right;
    width: 710px;
    position: relative;
    border: 1px solid #F8F8F8;
    border-radius: 10px;
}

.Images img,
#vdUrunVideo {
    max-width: 100%;
    max-height: 100%;
}

.cloudzoom-blank>div:last-child {
    display: none !important;
}

.SmallImages {
    display: block !important;
    float: left;
    width: 145px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.SmallImages div {
    float: left;
    width: 110px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #F8F8F8;
    border-radius: 10px;
    overflow: hidden;
}

.SmallImages div.active {}

.SmallImages div img {
    max-width: 100%;
    max-height: 100%;
}

.leftImage .productTimer {
    display: none !important;
}

.DetayYeniUrun {
    display: inline-flex !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background-color: #1B1833;
    border-radius: 0px 10px;
    width: 74px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}

/**/
.leftImage .drift-container {
    display: none !important;
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav {
    left: 0;
    right: 0;
    padding: 0 25px;
    width: 100%;
    top: calc(50% - 17px);
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-next,
.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-prev {
    opacity: 1 !important
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav span {
    border: none;
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    background: #F4F4F4;
    border: none;
    line-height: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    transition: 0.5s
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav span:hover {
    background: #464749;
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-next span,
.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-prev span {
    border-radius: 50%;
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav span:before {
    font-family: FontAwesome;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    transition: 0.5s
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav span:hover:before {
    color: #fff;
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-next span:before {
    content: '\f054';
}

.leftImage .ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-prev span:before {
    content: '\f053';
}

/*sagalan*/
.RightDetail .TopList {
    float: left;
    width: 100%;
    position: relative;
}

.RightDetail .MiddleList {
    float: left;
    width: 100%;
    position: relative;
}

.RightDetail .BottomList {
    float: left;
    width: 100%;
    position: relative;
}

/*urunadi*/
.ProductName {
    float: left;
    position: relative;
    margin: 0;
    width: 100%;
}

.ProductName h1 {
    margin: 0;
    float: left;
    width: 100%;
}

.ProductName h1 span {
    float: left;
    width: 100%;
    display: inline-block;
    color: #1B1833;
    font-size: 18px;
    font-weight: 500;
}

/*stokkodu*/
#divUrunKodu {
    float: left;
    clear: left;
    color: #1B1833;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    padding: 0;
    margin: 10px 0 0;
}

#divUrunKodu span {
    display: inline-block;
    vertical-align: top;
    color: #1B1833;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    line-height: 15px;
    float: left;
}

#divUrunKodu span:after {
    content: ':';
    margin: 0 4px;
}

/*taksitaciklama*/
#divTaksitAciklama {
    display: block;
    float: left;
    clear: left;
    margin-top: 10px;
}

#divTaksitAciklama .taksitSatir {
    color: #1B1833;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

/*paunver*/
.RightDetail .puanVer {
    float: left;
    clear: left;
}

.RightDetail #PuanVer {
    float: left;
    margin-top: 10px;
}

.RightDetail .PuanVerSag {
    float: left;
    color: #1B1833;
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 0 10px;
    font-weight: 500
}

.RightDetail ul.rating {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.RightDetail ul.rating li {
    float: left;
    margin-right: 0;
    width: auto;
    height: auto;
    padding: 0 2px 0 0;
    font-size: 0;
}

.RightDetail ul.rating li i.starItem {
    font-size: 15px;
    line-height: 18px;
    height: auto;
    font-weight: 300;
    font-family: 'FontAwesome';
    position: static;
    float: left;
}

.RightDetail ul.rating li i.starItem:before {
    content: '\f005';
}

.RightDetail ul.rating li i.starItem:hover {
    font-size: 15px;
    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,
.RightDetail .rating-stars ul>li.star.hover>i.fa,
.RightDetail .rating-stars ul>li.star.selected>i.fa {
    color: #F29F58;
}

/*markaresmi*/
.markaresmi {
    float: left;
    position: relative;
    z-index: 1;
    margin-bottom: 10px
}

.markaresmi a {
    float: left;
}

.markaresmi img {
    max-width: 100%;
    float: left;
}

/*magazastok*/
#divMagazaStok {
    float: left;
    clear: left;
    margin: 10px 0 0 !important;
}

#divMagazaStok a {
    display: inline-block;
    vertical-align: top;
    color: #1B1833;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}

/*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: 'Montserrat', 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%;
    margin: 30px 0 0;
}

#pnlFiyatlar {
    display: flex;
    vertical-align: top;
    float: left;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

#divIndirimliFiyat {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#divFiyatAlanlari {
    float: left;
}

/*ekbilgi*/
#divTedarikci,
#divUrunStokAdedi,
#divToplamStokAdedi,
#divBarkod,
#divParaPuan,
#divTahminiTeslimatSuresi {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 15px;
}

#divTedarikci .left_line,
#divUrunStokAdedi .left_line,
#divToplamStokAdedi .left_line,
#divBarkod .left_line,
#divParaPuan .left_line,
#divTahminiTeslimatSuresi .left_line {
    display: inline-block;
    vertical-align: top;
    color: #1B1833;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}

#divTedarikci .center_line,
#divUrunStokAdedi .center_line,
#divToplamStokAdedi .center_line,
#divBarkod .center_line,
#divParaPuan .center_line,
#divTahminiTeslimatSuresi .center_line {
    display: inline-block;
    vertical-align: top;
    color: #1B1833;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}

#divTedarikci .right_line,
#divTedarikci .right_line *,
#divUrunStokAdedi .right_line,
#divToplamStokAdedi .right_line,
#divBarkod .right_line,
#divParaPuan .right_line,
#divTahminiTeslimatSuresi .right_line {
    display: inline-block;
    vertical-align: top;
    color: #1B1833;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    width: auto;
}

#divOzelAlan1,
#divOzelAlan2,
#divOzelAlan3,
#divOzelAlan4,
#divOzelAlan5 {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 15px;
    color: #1B1833;
    font-size: 12px;
    font-weight: 500;
}

#divMarka {
    float: left;
    clear: left;
    margin-bottom: 10px;
    line-height: 19px;
}

#divMarka .left_line,
#divMarka .center_line {
    display: none;
}

#divMarka .right_line,
#divMarka .right_line * {
    display: inline-block;
    vertical-align: top;
    color: #F29F58;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    width: auto;
}

/**/
#divIndirimOrani {
    float: left;
    font-size: 0;
    margin-right: 12px
}

#divIndirimOrani .left_line,
#divIndirimOrani .center_line {
    display: none;
}

#divIndirimOrani .indirimliOrani {
    font-size: 0;
    background: #1B1833;
    padding: 0 7px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#divIndirimOrani .indirimliOrani #ltrIndirimOrani {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#divIndirimOrani .indirimliOrani #ltrIndirimOrani:before {
    content: '%';
    float: left;
}

#divIndirimOrani .indirimliOrani:before {
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 3px;
    float: left;
    line-height: 30px;
    color: #fff;
    font-weight: 600
}

/*piyasa fiyati*/
.PiyasafiyatiContent {
    display: block;
    float: left;
    margin-right: 12px
}

.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: inline-block !important;
    vertical-align: top;
    font-size: 15px;
    margin-left: 5px;
}

/*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: #F29F58;
    font-size: 22px;
    font-weight: 500
}

.IndirimliFiyatContent .right_line *,
#divTurkLirasiFiyat .right_line *,
#divIndirimsizFiyat .right_line *,
#divKDVDahilFiyat .right_line *,
#divIndirimsizFiyat .right_line,
#divIndirimsizFiyat .left_line {
    color: #1B1833;
}

.IndirimliFiyatContent .right_line *,
#divTurkLirasiFiyat .right_line *,
#divIndirimsizFiyat .right_line *,
#divKDVDahilFiyat .right_line * {
    font-size: 22px;
    font-weight: 600;
}

#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: 30px;
}

/*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: 30px 0 0;
}

#divUrunEkSecenek .eksecenekLine {
    clear: none !important;
    margin: 0 0 20px;
    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: 20px;
    color: #1B1833;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px
}

#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: 14px;
    position: relative;
    color: #000;
    font-weight: 500;
    margin: 10px 10px 0 0;
    transition: 0.5s
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box img {
    width: 100%;
    height: 100%;
    display: block;
}

/*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: 32px;
    border: 1px solid #1B1833;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    background: #fff;
    border-radius: 16px;
}

/*resimlivaryasyon*/
#divUrunEkSecenek .eksecenekLine.resimlivaryasyon {}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .left_line {}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line {}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box {
    width: 50px;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box img {}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box:hover {}

/*kutuvaryasyon*/
#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon {}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line {}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box {
    min-width: 60px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #1B1833;
    border-radius: 16px;
    padding: 0 15px;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:last-child {
    margin-right: 0;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:hover {
    color: #fff;
    background: #1B1833;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected {
    color: #fff;
    background: #1B1833;
}

/*stokyokvaryasyon*/
#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok {
    position: relative;
    background: #F7F3E7 !important;
    color: #7a7979 !important;
    border-color: #e4dfdd;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok:after {
    content: '';
    height: 1px;
    max-width: 45px;
    margin: 0 auto;
    background: #cecece;
    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 8px;
    padding: 0;
}

.BasketBtn {
    float: left;
    position: relative;
    width: 100%;
}

#divAdetCombo .right_line,
.RightDetail .riSingle {
    width: 176px;
}

#txtbxurunSiparisAdedi,
#divAdetCombo select,
.RightDetail .riSingle a.riUp,
.RightDetail .riSingle a.riDown,
.basketBtn input,
.buyfast input {
    height: 60px !important;
}

.Basketinp p,
#divKombinSatinAl a,
#divAdetCombo .left_line,
.RightDetail .riSingle a.riUp,
.RightDetail .riSingle a.riDown {
    line-height: 60px;
}

/*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: 12px;
}

.RightDetail .riSingle a.riUp path,
.RightDetail .riSingle a.riDown path {
    fill: #f27a1a;
}

.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: transparent;
    color: #1B1833;
    border: 2px solid #f27a1a;
    font-size: 16px;
    font-weight: 500;
    float: left;
    margin: 0;
    border-radius: 10px;
}

/*sepete Ekle*/
#divKombinSatinAl,
.basketBtn,
.buyfast {
    float: left;
    margin: 0
}

#divKombinSatinAl a,
.buyfast input,
.basketBtn input {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    letter-spacing: 0;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    background-color: #f27a1a !important
}

#divKombinSatinAl a:hover,
.buyfast input:hover,
.basketBtn input:hover {
    background-color: #f27a1a !important;
    color: #fff;
}

.basketBtn {
    width: calc(100% - 176px);
    padding: 0 0 0 10px
}

/*Hemen Al*/
.buyfast {
    width: calc(100% - 60px);
    padding: 10px 10px 0 0
}

.buyfast input {
    color: #f27a1a;
    border: 2px solid #f27a1a;
    background-color: transparent !important
}

/*kombin Al*/
#divKombinSatinAl {
    margin: 10px 0 0 0;
    width: 100%;
}

#divKombinSatinAl a {
    font-size: 14px;
    margin: 0 !important;
}

/*Iconlar*/
.DetailIconList {
    float: left;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.ProductIcon {
    float: left;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.ProductIcon .box1 {
    padding: 0;
    margin: 0;
    min-width: 0;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    transition: 0.5s
}

.ProductIcon .box1 i {
    display: none;
}

.ProductIcon .boxIcon {
    fill: #EC8000;
    width: 24px;
    height: 24px;
    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;
    margin-right: 8px
}

.ProductIcon .boxIcon svg {
    height: 24px;
}

.ProductIcon>div {
    float: left;
    position: relative;
    position: relative;
    margin: 10px 20px 0 0;
    width: auto;
    padding: 0;
    z-index: 9;
    transition: 0.5s
}

.ProductIcon>div>a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    background: transparent !important;
    color: #000000;
    font-weight: 500;
    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
}

.ProductIcon>div.clear {
    display: none;
}

/*yazdiryorumtavsiye*/
.ProductIcon2 {
    float: left;
}

.ProductIcon2 .clear {
    display: none;
}

.ProductIcon2 #divSocialButtons {
    width: 100%;
}

.ProductIcon2>div {
    float: left;
    width: auto;
    margin: 10px 20px 0 0;
    position: relative;
}

.ProductIcon2>div>a {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    color: #000000;
    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: #000000;
    background: transparent !important;
}

.ProductIcon2 .boxIcon {
    fill: #EC8000;
    width: 24px;
    height: 24px;
    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: 24px;
}

/**/
.BasketBtn .UFavorilerimeEkle {
    margin: 10px 0 0;
    float: right;
}

.BasketBtn .UFavorilerimeEkle a {
    border: 2px solid #f27a1a;
    border-radius: 10px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.BasketBtn .UFavorilerimeEkle a .box1 {
    font-size: 0
}

.BasketBtn .UFavorilerimeEkle a .box1 i {
    font-size: 22px;
    font-weight: 300;
    font-family: FontAwesome;
    color: #f27a1a;
    transition: 0.5s;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
}

.BasketBtn .UFavorilerimeEkle a:hover .box1 i {
    font-weight: 600;
    color: #f27a1a;
}

.BasketBtn .UFavorilerimeEkle a#aFavroriCikarBtn .box1 i {
    font-weight: 600;
    color: #f27a1a;
}

.BasketBtn .UFavorilerimeEkle a .boxIcon {
    display: none;
}

/*paylas*/
.TopDet .product_social_icon_wrapper {
    float: left;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0 0;
}

.TopDet .product_social_icon_wrapper .PaylasTit {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    float: left;
    border-left: 1px solid #F29F58;
    padding: 0 15px 0 20px
}

.TopDet .product_social_icon_wrapper ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    transition: 0.5s
}

.TopDet .product_social_icon_wrapper ul li {
    float: left;
    margin-right: 5px;
}

.TopDet .product_social_icon_wrapper ul li:last-child {
    margin-right: 0
}

.TopDet .product_social_icon_wrapper ul li a {
    float: left;
    width: 24px;
    height: 24px;
    fill: #1B1833;
    color: #1B1833;
    font-size: 17px;
    border: none;
    text-align: 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;
    transition: 0.5s
}

.TopDet .product_social_icon_wrapper ul li a i {
    line-height: 24px;
    float: left;
}

.TopDet .product_social_icon_wrapper ul li.whtspbtndetail {
    float: left;
    width: 24px;
    height: 24px;
    fill: #42CE11;
    color: #42CE11;
    font-size: 17px;
    border: none;
    text-align: 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;
    transition: 0.5s;
    cursor: pointer;
}

.TopDet .product_social_icon_wrapper ul li.whtspbtndetail i {
    font-family: FontAwesomeBrands;
    line-height: 24px;
    float: left;
}

.TopDet .product_social_icon_wrapper .UWhatsApp {
    float: left;
    margin-right: 0
}

.TopDet .product_social_icon_wrapper .UWhatsApp .whatsApp {
    float: left;
    color: #000;
    background: #fff;
    font-size: 0;
    border-radius: 5px;
    text-align: center;
    width: 26px;
    border: 1px solid #414141;
}

.TopDet .product_social_icon_wrapper .UWhatsApp .whatsApp i {
    line-height: 24px;
    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 60px;
    display: block;
}

.urunOzellik .urunTab {
    float: left;
    width: 100%;
}

.urunOzellik .urunTab ul {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    background: #F8F8F8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    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: #1B1833;
    font-size: 16px;
    float: left;
    font-weight: 600;
    min-height: 80px;
    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.active>a {
    color: #F29F58;
}

.urunOzellik .urunTab>ul>li>a:after {
    content: '';
    position: absolute;
    left: 100%;
    right: 100%;
    bottom: 0;
    height: 2px;
    background: #1B1833;
    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;
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 30px 50px;
}

.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: 'Montserrat', sans-serif !important;
    padding: 0;
    float: left;
    width: 100%;
}

.urunTabAlt * {
    font-family: 'Montserrat', 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 {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    color: #1B1833;
}

#divTabOzellikler .urunTabAlt>strong {
    font-weight: 700;
}

#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%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    text-align: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 60px;
}

#divEtiketler a {
    background-color: #F29F58;
    border-radius: 10px;
    padding: 8px 25px 8px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    min-height: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    transition: 0.5s
}

#divEtiketler a:before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(../../uploads/editoruploads/images/keywordicon.svg) no-repeat center center;
    background-size: 100%
}

#divEtiketler a:hover {
    background-color: #1B1833
}

#divEtiketler .productModuleTitle,
#divEtiketler .etiket_virgul {
    display: none;
}

body.ProductBody .keywordlist {
    margin: 0 0 60px;
}

/****************************************Slider Alanlar*********************************/
/*Baslik*/
#mainHolder_divDesign .JKatAdi.categoryTitle,
.JKatAdi {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px 30px !important;
    margin: 0 0 20px !important;
    background-color: #F8F8F8;
    border-radius: 10px
}

#mainHolder_divDesign .JKatAdi.categoryTitle .bold,
.JKatAdi .bold {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

#mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1,
.JKatAdi .bold .satir1 {
    line-height: 27px;
    color: #1B1833;
    font-size: 22px;
    font-weight: 600;
    display: inline-flex;
    vertical-align: top;
    padding: 0 !important;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    min-height: 60px
}

/*ilerigeributon*/
#divInstashopResim .owl-carousel .owl-nav {
    display: block !important;
}

#mainHolder_divDesign .owl-carousel .owl-nav,
.owl-carousel .owl-nav {
    z-index: 2;
    position: absolute;
    right: -31px;
    left: -31px;
    top: 40%;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev,
.owl-carousel .owl-nav .ProductListprev,
.owl-carousel .owl-nav .InstaGalleryprev {
    left: 0;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext,
.owl-carousel .owl-nav .ProductListnext,
.owl-carousel .owl-nav .InstaGallerynext {
    right: 0;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev,
.owl-carousel .owl-nav .ProductListprev,
.owl-carousel .owl-nav .ProductListnext,
.owl-carousel .owl-nav .InstaGalleryprev,
.owl-carousel .owl-nav .InstaGallerynext,
#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext {
    background: transparent;
    border-radius: 0;
    border: none;
    width: 12px;
    height: 25px;
    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 .owl-nav .ProductListprev:hover,
.owl-carousel .owl-nav .InstaGalleryprev:hover,
.owl-carousel .owl-nav .ProductListprev:hover,
#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:hover,
.owl-carousel .owl-nav .InstaGallerynext:hover,
.owl-carousel .owl-nav .ProductListnext:hover {}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before,
.owl-carousel .owl-nav .InstaGalleryprev:before,
.owl-carousel .owl-nav .ProductListprev:before {
    content: '\f053';
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before,
.owl-carousel .owl-nav .InstaGallerynext:before,
.owl-carousel .owl-nav .ProductListnext:before {
    content: '\f054';
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:hover:before,
.owl-carousel .owl-nav .InstaGalleryprev:hover:before,
.owl-carousel .owl-nav .ProductListprev:hover:before,
#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:hover:before,
.owl-carousel .owl-nav .InstaGallerynext:hover:before,
.owl-carousel .owl-nav .ProductListnext:hover:before {
    color: #000;
}

#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 {
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #1B1833;
    line-height: normal;
    font-weight: 400;
}

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: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #000;
    margin: 0 4px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}

body #mainHolder_divDesign .owl-carousel .owl-dots .owl-dot.active,
body .owl-carousel .owl-dots .owl-dot.active {
    background: #000;
}

/*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 60px;
}

.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: 'Montserrat', 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: #F29F58;
}

/*Site ici scroll alanlar*/
/*------------------------------------Sabit Renkler--------------------------------------------*/
/*sepetvebutonrenk*/
body .button,
.baglanButton,
.siparisOzetTakip,
body.sepetimBody .basketCompletebtn,
#AdresContent .button,
.BasketPage .OdemeMenu ul li.activeMenu>a,
.pageNumberContent a:hover,
.menuUstBolum,
body .category-vertical-filters.top-filters .FiltreUst,
.SepetUst,
.tooltip-inner,
.welcome.active,
.sepetimBody .Basketstep ul li.aktif {
    background: #F29F58;
}

/*bordercolor*/
.iletisimContent .iletisimRight .iletisimbanka .span>.line1:nth-child(n+2),
body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir,
.pageNumberContent a:hover,
.OdemeMenu ul li.activeMenu {
    border-color: #F29F58;
}

/*tooltip*/
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #F29F58;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #F29F58;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #F29F58;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #F29F58;
}

.baglanButton {
    border-color: transparent;
}

.Basketstep ul li:before {
    border: 1px solid #F29F58;
}

.sepetimBody .Basketstep ul li.aktif:after {
    border-top-color: #F29F58;
}

/*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: #F29F58;
}

/*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: #F29F58;
}

/*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: #F29F58;
}

/*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: #F29F58;
}

/*color*/
.siparisOzetTakip {
    color: #fff;
}

.BasketDetail table tbody tr td a {
    display: inherit;
}

.BasketDetail table tbody tr td:last-child a {
    display: block;
}

body .alisverisedevamet {
    background: #fff;
}

/*bordercolor*/
.KasaOnuFirsatlarContent ul li a.button:hover {
    border: none !important;
}

.BasketPage a.YeniAdresEkle:hover {
    color: #fff !important;
}

.baglanButton:hover {
    background: transparent;
}

body .adresGir .kirmiziButon:hover {
    background: #9e1a20 !important;
    color: #fff !important;
}

body .adresGir .yesilButon:hover {
    background: #406d20 !important;
    color: #fff !important;
}

/*------------------------------------Sabit Renkler--------------------------------------------*/
.divRelatedProductsPopup .ulRelatedProducts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottomHead {
    display: none;
}

#divSliderYani {
    display: none;
}

body {
    background: #fff;
}

/*siteozelalan*/
body #headerNew .header-wrapper .header-top {}

body #headerNew .header-wrapper .header-top .flex-col.flex-center {
    width: 100%;
}

body #headerNew .header-wrapper .header-top .flex-col.flex-center .html {
    width: 100%;
    text-align: center;
}

.htop-top {
    float: left;
    width: 100%;
    font-weight: 500
}

.htopslide {
    float: left;
    width: 100%;
    opacity: 0;
}

.htopslide.owl-carousel {
    opacity: 1
}

.htopslide .htopslide-col {
    float: left;
    width: 100%;
    padding: 0 12px;
}

.htopslide .htopslide-col a {
    float: left;
    width: 100%;
    color: #fff;
}

.htopslide .owl-nav {
    left: 0 !important;
    right: 0 !important;
    top: calc(50% - 10px) !important
}

.htopslide .owl-nav .ProductListprev,
.htopslide .owl-nav .ProductListnext {
    width: 10px !important;
    height: 20px !important;
    background: transparent !important;
}

.htopslide .owl-nav .ProductListprev:before {
    content: '\f053'
}

.htopslide .owl-nav .ProductListnext:before {
    content: '\f054'
}

.htopslide .owl-nav .ProductListprev:before,
.htopslide .owl-nav .ProductListnext:before {
    font-size: 15px !important;
    color: #F29F58 !important;
    font-weight: 400 !important;
    background: none;
    font-family: FontAwesome;
    mask: none;
}

/**/
body #headerNew #wide-nav .headerContainer .html,
body #headerNew #wide-nav .headerContainer .flex-col {
    width: 100%;
}

.headercargo {
    margin-bottom: -16px
}

.headercargo a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    gap: 3px;
}

body #headerNew .header-main .flex-left .nav-left {
    justify-content: center;
}

body #headerNew .cart-item a.header-cart-link.headerButon,
body #headerNew .header-favori-item a.favori-link.headerButon,
body #headerNew .account-item a.account-link.headerButon,
body #headerNew #divTopProductSearch .newSearcBtnClick a {
    flex-direction: column;
    gap: 5px;
    justify-content: flex-end;
    font-weight: 500
}

body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi,
body #headerNew a.favori-link .header-favori-count {
    width: 20px;
    height: 20px;
    line-height: 18px;
    background: #1B1833;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 6px;
    top: -3px;
    gap: 0;
}

body #headerNew .header-search-form-wrapper .flex-col #btnKelimeAra {
    padding: 0 8px;
    border-radius: 0 8px 8px 0
}

body #headerNew .header-search-form-wrapper .flex-col #btnKelimeAra i.fa-search {
    display: none;
}

/**/
.menualan {
    float: left;
    width: 100%;
}

.menualan ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2.3vw;
}

.menualan ul li {
    float: left;
}

.menualan ul li.tumbtn {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    background: #F29F58;
    border-radius: 10px;
    padding: 20px;
}

.menualan ul li.tumbtn.active {
    background: #1B1833;
    color: #fff;
}

.menualan ul li.tumbtn.active svg {
    fill: #fff;
}

.menualan ul li a {
    font-size: 14px;
    color: #1B1833;
    font-weight: 600;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.5s;
    gap: 2vw;
}

.menualan ul li a:hover {
    color: #000;
}

body .newHeaderNavigation:not(.mobileStyle) {
    position: absolute;
    top: calc(100% - 10px);
    left: 0px;
    right: 0;
    width: 100%;
    background: transparent;
    height: auto;
    display: none;
    min-height: 414px;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNav {
    float: none;
    margin: 0 auto;
    position: relative;
    padding-bottom: 10px;
    /*padding-top:10px*/
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
    gap: 0;
    float: left;
    width: 260px;
    display: flex;
    height: 100%;
    padding: 30px 0;
    margin: 0;
    list-style: none;
    background: #fff;
    flex-direction: column;
    /*overflow-x:hidden;overflow-y:auto;*/
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl>li {
    padding-bottom: 15px;
    position: relative;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl>li:last-child {
    margin-bottom: 0
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl>li>a {
    padding: 0 40px 0 30px;
    min-height: 28px;
    display: flex;
    flex-direction: row;
    float: left;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-align: left;
    gap: 14px;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl>li.ulVar>a:after {
    content: "\f054";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: 400;
    color: #1B1833;
    line-height: 28px;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl>li:hover>a:after {
    color: #F29F58;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl>li.imageactive>a .downTagText {
    display: none;
}

body .newHeaderNavigation:not(.mobileStyle) .menu-wrap {
    position: absolute;
    top: 0;
    left: 260px;
    right: auto;
    background: #fff !important;
    opacity: 1;
    visibility: visible;
    width: auto;
    max-width: 565px;
    min-width: 565px;
    padding: 30px 30px;
    height: 100%;
    /*overflow-x:hidden;overflow-y:auto;*/
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 10px 10px 0px;
    height: auto
}

body .newHeaderNavigation:not(.mobileStyle) .menu-wrap:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    width: 6px;
    background-color: #fff
}

body .newHeaderNavigation:not(.mobileStyle) .menu-list-image {
    flex: 0;
}

body .newHeaderNavigation:not(.mobileStyle) .menu-list-row {
    justify-content: flex-start;
    gap: 0;
}

body .newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon>li.imagebottomactive>a {
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 0;
    transition: 0.5s;
    margin-bottom: 9px;
    text-align: center;
}

body .newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon>li.imagebottomactive>a .downTagText {
    display: none;
}

body .newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon>li.imagebottomactive>a span {
    max-width: 65px
}

body .newHeaderNavigation:not(.mobileStyle) .menu-wrap .menu-list-row .kolon {
    flex-wrap: wrap;
    flex-direction: inherit;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl::-webkit-scrollbar,
body .newHeaderNavigation:not(.mobileStyle) .menu-wrap::-webkit-scrollbar {
    width: 3px;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl::-webkit-scrollbar-track {
    background: #fff
}

body .newHeaderNavigation:not(.mobileStyle) .menu-wrap::-webkit-scrollbar-track {
    background: #F7F7F7
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl::-webkit-scrollbar-thumb,
body .newHeaderNavigation:not(.mobileStyle) .menu-wrap::-webkit-scrollbar-thumb {
    background: #292929
}

@media (min-width:1100px) {
    body #headerNew .newHeaderNavigation {
        display: none;
    }

    body #headerNew .newHeaderNavigation.active {
        display: block;
        /*overflow:hidden;*/
    }
}

/**/
body #mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-nav {}

body #mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-thumbsimg {
    position: relative;
    gap: 10px;
}

body #mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-thumbsimg .owl-dot {
    width: 151px;
    height: auto;
    margin: 0;
    border: none;
}

/**/
body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead {
    float: left;
    width: 324px;
    padding-right: 40px
}

body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
    justify-content: flex-start;
}

body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    background-color: transparent;
    padding: 0;
    min-height: 30px;
    color: #1B1833;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    gap: 15px;
}

body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li.ticimaxTabHead_active a {
    color: #F29F58;
}

body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a:before {
    content: '';
    width: 12px;
    height: 30px;
    background: url(../../Uploads/EditorUploads/images/tabactive.svg) no-repeat left center;
    display: none;
    background-size: 100%
}

body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li.ticimaxTabHead_active a:before {
    display: block;
}

body #mainHolder_divDesign #ticimaxTabContent .ticimaxAnasayfaTab {
    float: left;
    width: calc(100% - 324px)
}

/**/
.bannerblock {
    float: left;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.bannerblock .bannerblock-col {
    float: left;
    width: calc(20% - 16px);
    display: flex;
    margin-bottom: 10px
}

.bannerblock .bannerblock-col a {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    gap: 10px;
}

.bannerblock .bannerblock-col a img {
    width: 100%;
    transition: all .4s ease-in-out;
    border-radius: 10px;
}

.bannerblock .bannerblock-col a>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1B1833;
    transition: 0.5s
}

.bannerblock .bannerblock-col a>div span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    transition: 0.5s
}

.bannerblock .bannerblock-col a:hover>div span {
    color: #F29F58;
}

.bannerslideblock {
    float: left;
    width: 100%;
}

.bannerslideblock a,
.bannerslideblock a img {
    float: left;
    width: 100%;
    border-radius: 10px
}

#mainHolder_divDesign .owl-carousel.bannerslideblock .owl-nav {
    top: calc(50% - 12px);
}

/**/
.contenticonlist {
    float: left;
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 20px;
}

.contenticonlist .contenticonlist-col {
    float: left;
    width: 100%;
    background-color: #F8F8F8;
    border-radius: 10px;
}

.contenticonlist .contenticonlist-col span {
    padding: 20px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contenticonlist .contenticonlist-col strong {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #1B1833;
    min-height: 49px;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    transition: 0.5s
}

.contenticonlist .contenticonlist-col:hover strong {
    background-color: #F29F58
}

.blogtitle {
    float: left;
    width: 100%;
    padding: 0 60px 36px 124px;
    margin-bottom: 40px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.blogtitle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;
    height: 80px;
    background-color: #F29F58;
    border-radius: 10px;
}

.blogtitle .blogtitle-logo {
    margin-bottom: -36px;
    padding: 0 20px;
    background-color: #fff;
    z-index: 3;
    position: relative;
    float: left;
}

.blogtitle .blogtitle-title {
    z-index: 3;
    position: relative;
    float: left;
    width: calc(100% - 375px);
    padding-left: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 80px;
    color: #fff;
}

.blogtitle .blogtitle-title span {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2
}

.blogtitle .blogtitle-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.blogtitle .blogtitle-title p a {
    color: #1B1833;
    text-decoration: underline;
    font-weight: 700;
    transition: 0.5s
}

.blogtitle .blogtitle-title p a:hover {
    text-decoration: none;
}

.seotext {
    float: left;
    width: 100%;
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 40px 60px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin: 20px 0;
    max-height: 400px;
    overflow: auto
}

.seotext::-webkit-scrollbar {
    width: 3px;
}

.seotext::-webkit-scrollbar-track {
    background: #ddd;
}

.seotext::-webkit-scrollbar-thumb {
    background: #F29F58;
}

.seotext>h1,
.seotext>h2,
.seotext>h3,
.seotext>h4 {
    color: #1B1833;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2
}

.seotext>h1 b,
.seotext>h2 b,
.seotext>h3 b,
.seotext>h4 b {
    font-weight: 600
}

.seotext>p {
    color: #1B1833;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}

/**/
body .footerTemp section.homepageactive {
    display: none;
}

body.HomeBody .footerTemp section.homepageactive {
    display: flex;
}

body .footerTemp section.verticalalign .footerTempRow {
    align-items: center;
}

body .footerTemp .boldfont {
    font-weight: 500
}

body .footerTemp .socialMediaDiv,
body .footerTemp .appMediaDiv {
    flex-direction: row !important;
    flex-flow: row !important;
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 15px 45px;
    white-space: nowrap;
    gap: 20px;
}

body .footerTemp .rowcol {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}

body .footerTemp .rowcol>.elementor-element {
    width: auto;
}

body .footerTemp .elementor-element.footermenu4col .footerMenuAlt {
    flex-flow: wrap;
}

body .footerTemp .elementor-element.footermenu4col .footerMenuAlt li {
    width: calc(20% - 15px);
}

body .footerTemp .newsletterContent #txtbxNewsletterMail,
body .footerTemp .newsletterContent #btnMailKaydet,
body .footerTemp .footerMenuAlt a {
    font-weight: 500
}

body .footerTemp .boldfont span {
    color: #F29F58;
    margin: 0 4px;
}

body .footerTemp .mobilTicimaxLogo {
    margin-top: 0;
    margin-bottom: 0
}

/**/
body.CategoryBody #pnlSlider .HomePageSlideShowContainer ul#ulFlexSlider li {
    margin-bottom: 10px
}

.keywordlist {
    float: left;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    text-align: center;
    gap: 10px;
    flex-wrap: wrap;
}

.keywordlist a {
    background-color: #F29F58;
    border-radius: 10px;
    padding: 8px 25px 8px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    min-height: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    transition: 0.5s
}

.keywordlist a:hover {
    background-color: #1B1833
}

.keywordlist a:before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(../../uploads/editoruploads/images/keywordicon.svg) no-repeat center center;
    background-size: 100%
}

.categorydesign .keywordlist {
    margin-bottom: 8vh
}

/**/
.discountIcon {
    display: none;
    float: left;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
    margin-right: 10px;
    background: #1B1833;
    border-radius: 5px;
    padding: 0 5px;
}

.discountIcon span {
    line-height: 24px;
    font-weight: 600;
    float: left;
}

.discountIcon:before {
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 3px;
    float: left;
    line-height: 24px
}

.productPrice .discountIcon {
    display: inline-flex;
}

.newIcon,
.cargoIcon,
.firsatIcon,
{
display: none;
}

.productIconEx {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}

.productIconEx .cargoIcon,
.productIconEx .newIcon {
    display: flex !important;
}

.newIcon {
    width: 74px;
    height: 46px;
    background: #1B1833;
    line-height: 46px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px 0px;
    text-transform: uppercase;
}

.firsatIcon {
    padding: 5px 10px;
    background: #1B1833;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    border-radius: 10px 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 3px;
    min-height: 30px
}

.cargoIcon {
    padding: 5px 10px;
    background: #1B1833;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    border-radius: 10px 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 3px;
    min-height: 30px
}

.boxBedenlerContent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    padding: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    display: block !important;
    z-index: 3
}

.boxBedenlerContainer {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: #fff
}

.boxBedenlerContainer .boxBedenler {
    margin: 10px 0;
}

.boxBedenler.noStokUrunListe {
    opacity: 0.6;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: line-through;
}

.boxBedenlerTittle {
    display: none;
}

.productItem:hover .boxBedenlerContent {
    opacity: 1;
    visibility: visible;
}

.productItem .relatedProductsColor {
    bottom: 15px
}

/**/
.favori {
    position: absolute;
    right: 0;
    top: 0;
}

.favori a {
    font-size: 0;
    color: #fff;
    font-weight: 300;
    width: 46px;
    height: 46px;
    background-color: #F29F58;
    border-radius: 0px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.favori a:before {
    content: '\f004';
    font-family: 'FontAwesome';
    font-size: 20px;
    transition: 0.5s;
}

.favori a:hover:before,
.favori a.listfavoriAktif:before {
    font-weight: bold;
}

/**/
.ProductListButtontwo {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 42px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 3
}

.productItem:hover .ProductListButtontwo {
    opacity: 1;
    visibility: visible;
}

.ProductListButtontwo .mycartIcon {
    float: left;
    width: calc(100% - 110px);
}

.ProductListButtontwo .mycartIcon a {
    float: left;
    width: 100%;
    background-color: #F08D39;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: 0.5s
}

.ProductListButtontwo .mycartIcon a:hover {
    background-color: #1B1833
}

.ProductListButtontwo .urunListeAdet {
    display: block !important;
    float: left;
    width: 100px;
    height: 42px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #F29F58;
    position: relative;
    margin-right: 10px
}

.ProductListButtontwo .urunListeAdet input {
    width: 100%;
    height: 40px;
    float: left;
    background: #fff;
    color: #1B1833;
    font-size: 14px;
    padding: 0 32px;
    text-align: center;
    font-weight: 500;
    border: none;
    border-radius: 10px
}

.ProductListButtontwo .urunListeAdet .urunListeAdetAzalt {
    font-size: 0;
    width: 32px;
    height: 40px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background: 0 0;
    color: #F29F58;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px 0 0 10px
}

.ProductListButtontwo .urunListeAdet .urunListeAdetArtir {
    font-size: 0;
    width: 32px;
    height: 40px;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    background: 0 0;
    color: #F29F58;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
}

.ProductListButtontwo .urunListeAdet .urunListeAdetArtir:after {
    content: "\f067";
    font-family: fontawesome;
    font-size: 14px;
    font-weight: 400;
    color: #F29F58
}

.ProductListButtontwo .urunListeAdet .urunListeAdetAzalt:after {
    content: "\f068";
    font-family: fontawesome;
    font-size: 14px;
    font-weight: 400;
    color: #F29F58
}

/**/
.productItem .productList-Image-Owl .owl-dots {
    display: flex;
    gap: 3px;
    bottom: -7px;
    position: absolute;
    left: 0;
    right: 0;
}

.productItem .productList-Image-Owl .owl-dots .owl-dot {
    width: 100%;
    height: 3px;
    border: 0;
    border-radius: 0;
    background: #DFDFDF;
    margin: 0 !important;
}

.productItem .productList-Image-Owl .owl-dots .owl-dot.active {
    background: #BBBBBB;
}

.productItem .productList-Image-Owl .owl-dots .owl-dot span {
    display: none !important
}

/**/
.SonGezilenUrunler {
    float: left;
    width: 100%;
    background-color: #F8F8F8;
    margin-bottom: 60px;
    padding: 40px 0;
}

.SonGezilenUrunler .detaySliderContainer {
    margin-bottom: 0 !important
}

.SonGezilenUrunler .JKatAdi {
    padding: 0 !important;
}

.SonGezilenUrunler .JKatAdi .bold .satir1 {
    min-height: 30px !important
}

.SonGezilenUrunler .productItem {
    background-color: #fff
}

/**/
.SayacDiv {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 13px 20px;
    margin-bottom: 10px
}

.SayacDiv .countdown {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 10px;
}

.SayacDiv .countdown ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.SayacDiv .countdown ul li {
    float: left;
    margin-right: 4px
}

.SayacDiv .countdown ul li div span {
    margin-right: 4px
}

.SayacDiv .countdown>span img {
    min-width: 34px;
    max-width: 34px
}

.SayacDiv .countdown>div {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: #1B1833;
}

/**/
#divTahminiTeslimatSuresi {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 10px;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 13px 20px;
    margin: 0 0 10px
}

#divTahminiTeslimatSuresi .left_line,
#divTahminiTeslimatSuresi .center_line {
    display: none;
}

#divTahminiTeslimatSuresi .right_line {
    color: #1B1833;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
}

#divTahminiTeslimatSuresi .right_line span {}

#divTahminiTeslimatSuresi:before {
    content: "";
    background: url('../../Uploads/EditorUploads/images/sayacicon.svg');
    width: 34px;
    height: 34px;
    display: block;
    float: left;
    min-width: 24px;
}

.CargoTimer {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 10px;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 13px 20px;
    margin-bottom: 10px
}

.CargoTimer div {
    color: #1B1833;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
}

/**/
.bedenT {
    float: right;
}

.bedenT a {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #000000;
    line-height: 20px;
}

.bedenT a:before {
    content: '';
    background: url(../../uploads/EditorUploads/images/rulericon.svg) no-repeat center center;
    background-size: 100%;
    width: 31px;
    height: 20px;
    margin-right: 13px
}

/**/
.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;
}

.RightDetail #productDetailRelated .JKatAdi .bold .satir1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #1B1833;
    min-height: auto
}

.RightDetail #productDetailRelated>a {
    width: 50px;
    padding: 0;
    margin: 8px 8px 0 0;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.RightDetail #productDetailRelated>a img {
    border-radius: 10px;
    border: none;
}

/**/
.fixedwp {
    position: fixed;
    right: 25px;
    bottom: calc(5% + 40px);
    z-index: 9999;
}

.fixedwp a {
    width: 80px;
    height: 80px;
    background-color: #89D301;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.fixedwp a i {
    font-size: 40px;
    font-weight: 300;
    font-family: FontAwesomeBrands
}

/**/
#headerNew.fixed {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 1000;
    width: 100%;
    border: none;
    transition: top .3s ease-in-out
}

#headerNew.fixed.gectop {
    top: 0;
}

#headerNew.fixed #top-bar {
    display: none;
}

#header.fixed.gectop {
    top: 0;
}

/**/
body .sliderBannerContainer .ProductListContent,
body .sliderBannerContainer .ProductListContent .ProductList,
body .sliderBannerContainer .ProductList .owl-stage-outer {
    height: 100%;
}

body .sliderBannerContainer .ProductList .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}

body .sliderBannerContainer .ProductList .owl-stage .owl-item li,
body .sliderBannerContainer .ProductList .owl-stage .owl-item .ItemOrj,
body .sliderBannerContainer .ProductList .owl-stage .owl-item .productItem {
    height: 100%;
}

body .ProductListSLider .jCarouselLite .owl-stage-outer {
    height: 100%;
}

body .ProductListSLider .jCarouselLite .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}

body .ProductListSLider .jCarouselLite .owl-stage .owl-item li,
body .ProductListSLider .jCarouselLite .owl-stage .owl-item .ItemOrj,
body .ProductListSLider .jCarouselLite .owl-stage .owl-item .productItem {
    height: 100%;
}

body .detaySliderContainer .jCarouselLite .owl-stage-outer {
    height: 100%;
}

body .detaySliderContainer .jCarouselLite .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}

body .detaySliderContainer .jCarouselLite .owl-stage .owl-item li,
body .detaySliderContainer .jCarouselLite .owl-stage .owl-item .ItemOrj,
body .detaySliderContainer .jCarouselLite .owl-stage .owl-item .productItem {
    height: 100%;
}

/**/
img.hidemobil {
    display: block;
}

img.hidedesktop {
    display: none;
}

.categorybannerlist {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.categorybannerlist a,
.categorybannerlist a img {
    float: left;
    width: 100%;
    border-radius: 10px
}

.CountLi {
    display: none;
}

.mobilmenulogo {
    display: none;
}

/*siteozelalan*/
@media (min-width:1042px) {
    .sortingContent {
        display: block !important;
    }

    .col-5li {
        width: 20%;
    }

    /**/
    body .categoryContainer .categoryTitle {
        position: relative;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
        display: flex !important;
        flex-direction: row;
    }

    body #divSayfalamaUst {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0;
        position: relative;
        margin: 22px 0 12px
    }

    body #divSayfalamaUst .filterBlock {
        float: left;
        border: none;
        border-radius: 0;
        width: auto;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters {
        padding: 0;
        margin: 0;
        background: transparent;
        position: static;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel {
        margin: 0 30px 10px 0;
        padding: 0;
        width: auto;
        position: relative;
        min-width: auto
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
        margin: 2px 10px
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading {
        padding: 0;
        border: none;
        margin: 0;
        min-width: auto;
        background-color: transparent !important;
        border-radius: 0
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading:after {}

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading a {
        line-height: 34px;
        text-align: left;
        color: #1B1833;
        font-size: 14px;
        font-weight: 600;
        padding: 0;
        text-align: left;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading a:after {
        content: '\f107';
        line-height: 34px;
        vertical-align: top;
        margin: 0 0 0 10px;
        position: static;
        color: #F29F58;
        font-size: 19px;
        font-family: 'FontAwesome';
        font-weight: 400;
        display: inline-block;
        transition: 0.5s
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading.active a {
        color: #F29F58;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading.active a:after {
        transform: rotate(180deg);
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown>.panel-search {
        float: left;
        width: 100%;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown>.panel-search input {
        float: left;
        width: 100%;
        border: 1px solid #F29F58;
        border-radius: 5px;
        height: 30px
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown>li {
        float: left;
        text-align: left;
        margin: 0 0 10px 0;
        padding: 0;
        width: 100%;
        background-color: transparent;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel.div-kategori>ul>li {
        margin-bottom: 0
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel.div-kategori li a {
        margin-bottom: 10px;
        float: left;
        width: 100%
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .div-kategori .list-group.dropdown>li {
        width: 100%;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown li a {
        line-height: 22px;
        font-size: 12px;
        color: #1B1833;
        font-weight: 600;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown li a:hover {
        color: #1B1833;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown li.selected a {
        color: #1B1833;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown:not(.kategori)>li:not(.list-group-item-image):before {
        content: '';
        border-radius: 5px;
        display: inline-block !important;
        width: 22px;
        height: 22px;
        border-color: #F29F58;
        margin-right: 8px;
        transition: 0.5s;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        line-height: 20px;
        font-family: 'FontAwesome';
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown:not(.kategori)>li:not(.list-group-item-image).selected:before,
    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown:not(.kategori)>li:not(.list-group-item-image):hover:before {
        content: '\f00c';
        background: #F29F58;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown>li ul {
        display: block;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown>li ul>li {
        width: 100%;
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item:before {
        display: none !important
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item.selected {
        font-weight: 500
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .sizefilter .list-group.dropdown {
        padding: 12px 0 0 12px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .sizefilter .list-group.dropdown>li {
        width: 36px;
        border: 1px solid #E6E6E6;
        border-radius: 50%;
        margin: 0 12px 12px 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .sizefilter .list-group.dropdown>li a {
        line-height: 32px;
        padding-top: 2px;
        font-size: 12px;
        color: #393939;
        transition: 0.5s
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .sizefilter .list-group.dropdown>li:hover {
        background-color: #393939;
        border-color: #393939;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .sizefilter .list-group.dropdown>li:hover a {
        color: #fff;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .sizefilter .list-group.dropdown>li.selected {
        background-color: #393939;
        border-color: #393939;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .sizefilter .list-group.dropdown>li.selected a {
        color: #fff;
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item a {
        color: #000;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown {
        top: 100%;
        background: #fff;
        border: 1px solid #EFEFEF !important;
        border-radius: 10px;
        padding: 20px 20px 10px;
        width: 200px;
        right: auto;
        left: 0;
        box-shadow: none
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range {
        background: #dfdfdf;
        height: 2px;
        width: 100%;
        margin: 11px 0 0;
        border: none;
        float: left;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range .ui-slider-range {
        background: #000;
        height: 2px;
        margin-top: 0;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range .ui-slider-handle {
        background: #2D2926;
        border-radius: 100%;
        width: 18px;
        height: 18px;
        border: none;
        margin-top: 0;
        margin-right: -4px;
        top: -8px;
        box-shadow: 0 2px 1px 0 #b5b5b5;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .amount {
        color: #131E29;
        font-size: 12px;
        font-weight: 500;
        left: 0;
        padding: 5px 15px 0px;
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    .brandlistselection {
        width: auto;
    }

    body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .category-vertical-filters.top-filters .list-group.dropdown::-webkit-scrollbar {
        width: 3px;
    }

    .category-vertical-filters.top-filters .list-group.dropdown::-webkit-scrollbar-track {
        background: #fff;
    }

    .category-vertical-filters.top-filters .list-group.dropdown::-webkit-scrollbar-thumb {
        background: #ddd;
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel:not(.colorfilter) .list-group-item.list-group-item-image {
        background: transparent !important;
        height: auto;
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel.colorfilter .list-group-item.list-group-item-image {
        height: 20px;
        position: relative;
        width: 100%;
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel.colorfilter .list-group-item.list-group-item-image:after {
        content: '';
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        right: 0;
        background: #fff
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel.colorfilter .list-group-item.list-group-item-image:before {
        content: '';
        box-shadow: 0px 0px 0px 10px #fff;
        background: transparent !important;
        width: 20px;
        height: 20px;
        font-size: 0 !important;
        border: none;
        border-radius: 50%;
        display: inline-block !important;
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel.colorfilter .list-group-item.list-group-item-image a {
        position: relative;
        z-index: 3
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item a {
        color: #000;
    }

    body #divSayfalamaUst.Slct .blockSelect a.sort_3:before {
        content: '';
        float: left;
        width: 28px;
        height: 34px;
        -webkit-mask: url(../../Uploads/EditorUploads/images/list3.svg) no-repeat left center;
        mask: url(../../Uploads/EditorUploads/images/list3.svg) no-repeat left center;
        background-color: #707070;
        mask-size: 100%;
        -webkit-mask-size: 100%;
    }

    body #divSayfalamaUst.Slct .blockSelect a.sort_4:before {
        content: '';
        float: left;
        width: 18px;
        height: 34px;
        -webkit-mask: url(../../Uploads/EditorUploads/images/list4.svg) no-repeat left center;
        mask: url(../../Uploads/EditorUploads/images/list4.svg) no-repeat left center;
        background-color: #707070;
        mask-size: 100%;
        -webkit-mask-size: 100%;
    }

    body #divSayfalamaUst.Slct .blockSelect a.sort_3.Active:before,
    body #divSayfalamaUst.Slct .blockSelect a.sort_4.Active:before {
        background-color: #000;
    }

    body #divSayfalamaUst.Slct .blockSelect a i {
        display: none;
    }
}

/* ------------------------------------Container--------------------------------------------*/
body ul.breadcrumb,
.userLoginContent,
.hesabimContent,
.ticiContainer,
.ticiContainer2 {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: block;
}

.sliderBannerContainer .ProductList {
    max-width: 1600px;
}

.detaySliderContainer .ProductList {
    max-width: 1600px;
}

.homeContainer .ProductListContent .ProductList {
    max-width: 1600px;
}

.markaSlider .jCarouselLite {
    max-width: 1600px;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNav {
    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 (max-width:1575px) {

    #mainHolder_divDesign .owl-carousel .owl-nav,
    .owl-carousel .owl-nav {
        left: 20px;
        right: 20px;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead {
        padding-right: 20px
    }
}

@media screen and (min-width:1540px) and (max-width:1660px) {

    body ul.breadcrumb,
    .userLoginContent,
    .hesabimContent,
    .ticiContainer,
    .ticiContainer2 {
        max-width: 1480px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 1480px;
    }

    .detaySliderContainer .ProductList {
        max-width: 1480px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 1480px;
    }

    .markaSlider .jCarouselLite {
        max-width: 1480px;
    }

    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNav {
        max-width: 1480px;
    }

    /**/
    body #headerNew .header .header-top .headerContainer {
        max-width: 1480px !important;
    }

    body #headerNew .header .header-main .headerContainer {
        max-width: 1480px !important;
    }

    body #headerNew .header .header-bottom .headerContainer {
        max-width: 1480px !important;
    }

    body .footerTemp section.elementor-section:not(.boxblock) .elementor-container {
        max-width: 1480px !important;
    }

    /**/
    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul {
        gap: 16px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1539px) {

    body ul.breadcrumb,
    .userLoginContent,
    .hesabimContent,
    .ticiContainer,
    .ticiContainer2 {
        max-width: 1440px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 1440px;
    }

    .detaySliderContainer .ProductList {
        max-width: 1440px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 1440px;
    }

    .markaSlider .jCarouselLite {
        max-width: 1440px;
    }

    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNav {
        max-width: 1440px;
    }

    /**/
    body #headerNew .header .header-top .headerContainer {
        max-width: 1440px !important;
    }

    body #headerNew .header .header-main .headerContainer {
        max-width: 1440px !important;
    }

    body #headerNew .header .header-bottom .headerContainer {
        max-width: 1440px !important;
    }

    body .footerTemp section.elementor-section:not(.boxblock) .elementor-container {
        max-width: 1440px !important;
    }

    /**/
    body #mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-thumbsimg .owl-dot {
        width: 110px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul {
        gap: 16px;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a {
        font-size: 16px;
    }

    .newIcon {
        width: 52px;
        height: 33px;
        line-height: 33px;
        font-size: 13px
    }

    .cargoIcon {
        font-size: 11px;
        min-height: 26px;
        padding: 5px 8px;
    }

    .favori a {
        width: 36px;
        height: 36px
    }

    .favori a:before {
        font-size: 15px
    }

    .productItem .productName a {
        font-size: 13px;
        line-height: 16px;
        height: 32px
    }

    .productItem .discountPrice span,
    .productItem .regularPrice span {
        font-size: 15px;
        line-height: 20px
    }

    .discountIcon span {
        font-size: 12px;
        line-height: 20px
    }

    .discountIcon {
        line-height: 20px;
        font-size: 12px;
    }

    .discountIcon:before {
        line-height: 20px;
        font-size: 11px;
    }

    .productItem .productDetail {
        padding: 10px;
    }

    .ProductListButtontwo {
        left: 10px;
        right: 10px;
        bottom: 10px;
        height: 32px
    }

    .ProductListButtontwo .mycartIcon a {
        font-size: 11px;
        line-height: 32px;
        height: 32px
    }

    .ProductListButtontwo .urunListeAdet {
        height: 32px
    }

    .ProductListButtontwo .urunListeAdet .urunListeAdetAzalt,
    .ProductListButtontwo .urunListeAdet .urunListeAdetArtir {
        height: 30px;
        line-height: 30px
    }

    .ProductListButtontwo .urunListeAdet input {
        height: 30px
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1,
    .JKatAdi .bold .satir1,
    .blogtitle .blogtitle-title span {
        font-size: 20px
    }

    .bannerblock .bannerblock-col a>div span,
    .contenticonlist .contenticonlist-col strong {
        font-size: 14px
    }

    .contenticonlist .contenticonlist-col span img {
        max-width: 90px;
        max-height: 90px
    }

    .blogtitle .blogtitle-title p {
        font-size: 15px
    }

    .blogtitle .blogtitle-title {
        width: calc(100% - 280px);
    }

    .blogtitle .blogtitle-logo img {
        max-width: 280px
    }

    .seotext>h1,
    .seotext>h2,
    .seotext>h3,
    .seotext>h4 {
        font-size: 19px
    }

    .seotext>p {
        font-size: 13px
    }

    .fixedwp a {
        width: 50px;
        height: 50px
    }

    .fixedwp a i {
        font-size: 26px
    }

    .fixedwp {
        right: 2%;
    }

    #back-to-top a svg {
        height: 23px
    }

    .Images,
    #divVideoGoruntulemeAlan {
        width: 600px
    }

    .SmallImages {
        width: 120px;
    }

    .SmallImages div {
        width: 100px
    }

    .leftImage {
        width: 720px
    }

    .RightDetail {
        width: calc(100% - 720px - 20px);
        margin-left: 20px;
        padding: 20px;
    }

    .urunDetayPanel {
        padding: 20px 30px;
    }

    #divTabOzellikler .urunTabAlt {
        font-size: 13px
    }

    #divIndirimOrani .indirimliOrani #ltrIndirimOrani {
        font-size: 15px
    }

    .categoryName h1 {
        font-size: 20px
    }
}

@media screen and (min-width: 1380px) and (max-width: 1499px) {

    body ul.breadcrumb,
    .userLoginContent,
    .hesabimContent,
    .ticiContainer,
    .ticiContainer2 {
        max-width: 1320px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 1320px;
    }

    .detaySliderContainer .ProductList {
        max-width: 1320px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 1320px;
    }

    .markaSlider .jCarouselLite {
        max-width: 1320px;
    }

    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNav {
        max-width: 1320px;
    }

    /**/
    body #headerNew .header .header-top .headerContainer {
        max-width: 1320px !important;
    }

    body #headerNew .header .header-main .headerContainer {
        max-width: 1320px !important;
    }

    body #headerNew .header .header-bottom .headerContainer {
        max-width: 1320px !important;
    }

    body .footerTemp section.elementor-section:not(.boxblock) .elementor-container {
        max-width: 1320px !important;
    }

    /**/
    body #mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-thumbsimg .owl-dot {
        width: 110px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul {
        gap: 16px;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a {
        font-size: 16px;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead {
        width: 250px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxAnasayfaTab {
        width: calc(100% - 250px);
    }

    .newIcon {
        width: 52px;
        height: 33px;
        line-height: 33px;
        font-size: 13px
    }

    .cargoIcon {
        font-size: 11px;
        min-height: 26px;
        padding: 5px 8px;
    }

    .favori a {
        width: 36px;
        height: 36px
    }

    .favori a:before {
        font-size: 15px
    }

    .productItem .productName a {
        font-size: 13px;
        line-height: 16px;
        height: 32px
    }

    .productItem .discountPrice span,
    .productItem .regularPrice span {
        font-size: 14px;
        line-height: 20px
    }

    .discountIcon span {
        font-size: 11px;
        line-height: 20px
    }

    .discountIcon {
        line-height: 20px;
        font-size: 11px;
    }

    .discountIcon:before {
        line-height: 20px;
        font-size: 10px;
    }

    .productItem .productDetail {
        padding: 10px;
    }

    .ProductListButtontwo {
        left: 10px;
        right: 10px;
        bottom: 10px;
        height: 32px
    }

    .ProductListButtontwo .mycartIcon a {
        font-size: 11px;
        line-height: 32px;
        height: 32px
    }

    .ProductListButtontwo .urunListeAdet {
        height: 32px
    }

    .ProductListButtontwo .urunListeAdet .urunListeAdetAzalt,
    .ProductListButtontwo .urunListeAdet .urunListeAdetArtir {
        height: 30px;
        line-height: 30px
    }

    .ProductListButtontwo .urunListeAdet input {
        height: 30px
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1,
    .JKatAdi .bold .satir1,
    .blogtitle .blogtitle-title span {
        font-size: 20px
    }

    .bannerblock .bannerblock-col a>div span,
    .contenticonlist .contenticonlist-col strong {
        font-size: 14px
    }

    .contenticonlist .contenticonlist-col span img {
        max-width: 90px;
        max-height: 90px
    }

    .blogtitle .blogtitle-title p {
        font-size: 15px
    }

    .blogtitle .blogtitle-title {
        width: calc(100% - 280px);
    }

    .blogtitle .blogtitle-logo img {
        max-width: 280px
    }

    .seotext>h1,
    .seotext>h2,
    .seotext>h3,
    .seotext>h4 {
        font-size: 19px
    }

    .seotext>p {
        font-size: 13px
    }

    .fixedwp a {
        width: 50px;
        height: 50px
    }

    .fixedwp a i {
        font-size: 26px
    }

    .fixedwp {
        right: 2%;
    }

    #back-to-top a svg {
        height: 23px
    }

    .Images,
    #divVideoGoruntulemeAlan {
        width: 600px
    }

    .SmallImages {
        width: 120px;
    }

    .SmallImages div {
        width: 100px
    }

    .leftImage {
        width: 720px
    }

    .RightDetail {
        width: calc(100% - 720px - 20px);
        margin-left: 20px;
        padding: 20px;
    }

    .urunDetayPanel {
        padding: 20px 30px;
    }

    #divTabOzellikler .urunTabAlt {
        font-size: 13px
    }

    #divIndirimOrani .indirimliOrani #ltrIndirimOrani {
        font-size: 15px
    }

    .categoryName h1 {
        font-size: 20px
    }
}

@media screen and (min-width: 1300px) and (max-width: 1379px) {

    body ul.breadcrumb,
    .userLoginContent,
    .hesabimContent,
    .ticiContainer,
    .ticiContainer2 {
        max-width: 1240px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 1240px;
    }

    .detaySliderContainer .ProductList {
        max-width: 1240px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 1240px;
    }

    .markaSlider .jCarouselLite {
        max-width: 1240px;
    }

    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNav {
        max-width: 1240px;
    }

    /**/
    body #headerNew .header .header-top .headerContainer {
        max-width: 1240px !important;
    }

    body #headerNew .header .header-main .headerContainer {
        max-width: 1240px !important;
    }

    body #headerNew .header .header-bottom .headerContainer {
        max-width: 1240px !important;
    }

    body .footerTemp section.elementor-section:not(.boxblock) .elementor-container {
        max-width: 1240px !important;
    }

    /**/
    body #mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-thumbsimg .owl-dot {
        width: 110px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul {
        gap: 16px;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a {
        font-size: 15px;
        min-height: 20px;
        gap: 10px;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a:before {
        width: 9px;
        height: 20px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead {
        width: 250px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxAnasayfaTab {
        width: calc(100% - 250px);
    }

    .newIcon {
        width: 52px;
        height: 33px;
        line-height: 33px;
        font-size: 13px
    }

    .cargoIcon {
        font-size: 11px;
        min-height: 26px;
        padding: 5px 8px;
    }

    .favori a {
        width: 36px;
        height: 36px
    }

    .favori a:before {
        font-size: 15px
    }

    .productItem .productName a {
        font-size: 13px;
        line-height: 16px;
        height: 32px
    }

    .productItem .discountPrice span,
    .productItem .regularPrice span {
        font-size: 15px;
        line-height: 20px
    }

    .discountIcon span {
        font-size: 12px;
        line-height: 20px
    }

    .discountIcon {
        line-height: 20px;
        font-size: 12px;
    }

    .discountIcon:before {
        line-height: 20px;
        font-size: 11px;
    }

    .productItem .productDetail {
        padding: 10px 5px;
    }

    .ProductListButtontwo {
        left: 5px;
        right: 5px;
        bottom: 10px;
        height: 32px
    }

    .ProductListButtontwo .mycartIcon a {
        font-size: 11px;
        line-height: 32px;
        height: 32px
    }

    .ProductListButtontwo .mycartIcon {
        width: calc(100% - 85px);
    }

    .ProductListButtontwo .urunListeAdet {
        height: 32px;
        width: 75px
    }

    .ProductListButtontwo .urunListeAdet .urunListeAdetAzalt,
    .ProductListButtontwo .urunListeAdet .urunListeAdetArtir {
        height: 30px;
        line-height: 30px;
        width: 25px
    }

    .ProductListButtontwo .urunListeAdet input {
        height: 30px;
        padding: 0 25px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1,
    .JKatAdi .bold .satir1,
    .blogtitle .blogtitle-title span {
        font-size: 20px
    }

    .bannerblock .bannerblock-col a>div span,
    .contenticonlist .contenticonlist-col strong {
        font-size: 13px
    }

    .contenticonlist .contenticonlist-col span img {
        max-width: 80px;
        max-height: 80px
    }

    .blogtitle .blogtitle-title p {
        font-size: 15px
    }

    .blogtitle .blogtitle-title {
        width: calc(100% - 280px);
    }

    .blogtitle .blogtitle-logo img {
        max-width: 280px
    }

    .seotext>h1,
    .seotext>h2,
    .seotext>h3,
    .seotext>h4 {
        font-size: 19px
    }

    .seotext>p {
        font-size: 13px
    }

    .fixedwp a {
        width: 50px;
        height: 50px
    }

    .fixedwp a i {
        font-size: 26px
    }

    .fixedwp {
        right: 2%;
    }

    #back-to-top a svg {
        height: 23px
    }

    .Images,
    #divVideoGoruntulemeAlan {
        width: 600px
    }

    .SmallImages {
        width: 120px;
    }

    .SmallImages div {
        width: 100px
    }

    .leftImage {
        width: 720px
    }

    .RightDetail {
        width: calc(100% - 720px - 20px);
        margin-left: 20px;
        padding: 20px;
    }

    .urunDetayPanel {
        padding: 20px 30px;
    }

    #divTabOzellikler .urunTabAlt {
        font-size: 13px
    }

    #divIndirimOrani .indirimliOrani #ltrIndirimOrani {
        font-size: 15px
    }

    .categoryName h1 {
        font-size: 20px
    }

    .menualan ul li.tumbtn {
        font-size: 14px
    }

    .menualan ul {
        gap: 2vw;
    }

    .DetayYeniUrun {
        width: 60px;
        height: 38px;
        line-height: 38px;
        font-size: 12px
    }

    #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;
    }

    .BasketBtn .UFavorilerimeEkle a .box1 i {
        height: 46px;
        line-height: 46px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead {
        width: 250px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxAnasayfaTab {
        width: calc(100% - 250px);
    }

    body .footerTemp .socialMediaDiv,
    body .footerTemp .appMediaDiv {
        padding: 15px 25px;
    }
}

@media screen and (min-width: 1240px) and (max-width: 1299px) {

    body ul.breadcrumb,
    .userLoginContent,
    .hesabimContent,
    .ticiContainer,
    .ticiContainer2 {
        max-width: 1180px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 1180px;
    }

    .detaySliderContainer .ProductList {
        max-width: 1180px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 1180px;
    }

    .markaSlider .jCarouselLite {
        max-width: 1180px;
    }

    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNav {
        max-width: 1180px;
    }

    /**/
    body #headerNew .header .header-top .headerContainer {
        max-width: 1180px !important;
    }

    body #headerNew .header .header-main .headerContainer {
        max-width: 1180px !important;
    }

    body #headerNew .header .header-bottom .headerContainer {
        max-width: 1180px !important;
    }

    body .footerTemp section.elementor-section:not(.boxblock) .elementor-container {
        max-width: 1180px !important;
    }

    /**/
    body #mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-thumbsimg .owl-dot {
        width: 110px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul {
        gap: 16px;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a {
        font-size: 15px;
        min-height: 20px;
        gap: 10px;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a:before {
        width: 9px;
        height: 20px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead {
        width: 250px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxAnasayfaTab {
        width: calc(100% - 250px);
    }

    .newIcon {
        width: 46px;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }

    .cargoIcon {
        font-size: 11px;
        min-height: 26px;
        padding: 5px 8px;
    }

    .favori a {
        width: 36px;
        height: 36px
    }

    .favori a:before {
        font-size: 15px
    }

    .productItem .productName a {
        font-size: 13px;
        line-height: 16px;
        height: 32px
    }

    .productItem .discountPrice span,
    .productItem .regularPrice span {
        font-size: 15px;
        line-height: 20px
    }

    .productItem .regularPrice {
        margin-right: 5px
    }

    .discountIcon span {
        font-size: 12px;
        line-height: 20px
    }

    .discountIcon {
        line-height: 20px;
        font-size: 12px;
        margin-right: 5px
    }

    .discountIcon:before {
        line-height: 20px;
        font-size: 11px;
    }

    .productItem .productDetail {
        padding: 10px 5px;
    }

    .ProductListButtontwo {
        left: 5px;
        right: 5px;
        bottom: 10px;
        height: 32px
    }

    .ProductListButtontwo .mycartIcon a {
        font-size: 11px;
        line-height: 32px;
        height: 32px
    }

    .ProductListButtontwo .mycartIcon {
        width: calc(100% - 85px);
    }

    .ProductListButtontwo .urunListeAdet {
        height: 32px;
        width: 75px
    }

    .ProductListButtontwo .urunListeAdet .urunListeAdetAzalt,
    .ProductListButtontwo .urunListeAdet .urunListeAdetArtir {
        height: 30px;
        line-height: 30px;
        width: 25px
    }

    .ProductListButtontwo .urunListeAdet input {
        height: 30px;
        padding: 0 25px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1,
    .JKatAdi .bold .satir1,
    .blogtitle .blogtitle-title span {
        font-size: 20px
    }

    .bannerblock .bannerblock-col a>div span,
    .contenticonlist .contenticonlist-col strong {
        font-size: 13px
    }

    .contenticonlist .contenticonlist-col span img {
        max-width: 80px;
        max-height: 80px
    }

    .blogtitle .blogtitle-title p {
        font-size: 15px
    }

    .blogtitle .blogtitle-title {
        width: calc(100% - 280px);
    }

    .blogtitle .blogtitle-logo img {
        max-width: 280px
    }

    .seotext>h1,
    .seotext>h2,
    .seotext>h3,
    .seotext>h4 {
        font-size: 19px
    }

    .seotext>p {
        font-size: 13px
    }

    .fixedwp a {
        width: 50px;
        height: 50px
    }

    .fixedwp a i {
        font-size: 26px
    }

    .fixedwp {
        right: 2%;
    }

    #back-to-top a svg {
        height: 23px
    }

    .Images,
    #divVideoGoruntulemeAlan {
        width: 600px
    }

    .SmallImages {
        width: 120px;
    }

    .SmallImages div {
        width: 100px
    }

    .leftImage {
        width: 720px
    }

    .RightDetail {
        width: calc(100% - 720px - 20px);
        margin-left: 20px;
        padding: 20px;
    }

    .urunDetayPanel {
        padding: 20px 30px;
    }

    #divTabOzellikler .urunTabAlt {
        font-size: 13px
    }

    #divIndirimOrani .indirimliOrani #ltrIndirimOrani {
        font-size: 15px
    }

    .categoryName h1 {
        font-size: 20px
    }

    .menualan ul li.tumbtn {
        font-size: 14px
    }

    .menualan ul {
        gap: 2vw;
    }

    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl>li {
        margin-bottom: 10px
    }

    .DetayYeniUrun {
        width: 60px;
        height: 38px;
        line-height: 38px;
        font-size: 12px
    }

    #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;
    }

    .BasketBtn .UFavorilerimeEkle a .box1 i {
        height: 46px;
        line-height: 46px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead {
        width: 220px;
        padding-right: 15px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxAnasayfaTab {
        width: calc(100% - 220px);
    }

    body .footerTemp .socialMediaDiv,
    body .footerTemp .appMediaDiv {
        padding: 15px 25px;
    }
}

@media screen and (min-width: 1160px) and (max-width: 1239px) {

    body ul.breadcrumb,
    .userLoginContent,
    .hesabimContent,
    .ticiContainer,
    .ticiContainer2 {
        max-width: 1100px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 1100px;
    }

    .detaySliderContainer .ProductList {
        max-width: 1100px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 1100px;
    }

    .markaSlider .jCarouselLite {
        max-width: 1100px;
    }

    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNav {
        max-width: 1100px;
    }

    /**/
    body #headerNew .header .header-top .headerContainer {
        max-width: 1100px !important;
    }

    body #headerNew .header .header-main .headerContainer {
        max-width: 1100px !important;
    }

    body #headerNew .header .header-bottom .headerContainer {
        max-width: 1100px !important;
    }

    body .footerTemp section.elementor-section:not(.boxblock) .elementor-container {
        max-width: 1100px !important;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    /**/
    body #mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-thumbsimg .owl-dot {
        width: 110px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul {
        gap: 16px;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a {
        font-size: 15px;
        min-height: 20px;
        gap: 10px;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a:before {
        width: 9px;
        height: 20px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead {
        width: 250px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxAnasayfaTab {
        width: calc(100% - 250px);
    }

    body #mainHolder_divDesign #ticimaxTabContent .productPrice .discountIcon {
        display: none;
    }

    .newIcon {
        width: 46px;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }

    .cargoIcon {
        font-size: 11px;
        min-height: 26px;
        padding: 5px 8px;
    }

    .favori a {
        width: 36px;
        height: 36px
    }

    .favori a:before {
        font-size: 15px
    }

    .productItem .productName a {
        font-size: 13px;
        line-height: 16px;
        height: 32px
    }

    .productItem .discountPrice span,
    .productItem .regularPrice span {
        font-size: 15px;
        line-height: 20px
    }

    .productItem .regularPrice {
        margin-right: 5px
    }

    .discountIcon span {
        font-size: 12px;
        line-height: 20px
    }

    .discountIcon {
        line-height: 20px;
        font-size: 12px;
        margin-right: 5px
    }

    .discountIcon:before {
        line-height: 20px;
        font-size: 11px;
    }

    .productItem .productDetail {
        padding: 10px 5px;
    }

    .ProductListButtontwo {
        left: 5px;
        right: 5px;
        bottom: 10px;
        height: 32px
    }

    .ProductListButtontwo .mycartIcon a {
        font-size: 11px;
        line-height: 32px;
        height: 32px
    }

    .ProductListButtontwo .mycartIcon {
        width: calc(100% - 85px);
    }

    .ProductListButtontwo .urunListeAdet {
        height: 32px;
        width: 75px
    }

    .ProductListButtontwo .urunListeAdet .urunListeAdetAzalt,
    .ProductListButtontwo .urunListeAdet .urunListeAdetArtir {
        height: 30px;
        line-height: 30px;
        width: 25px
    }

    .ProductListButtontwo .urunListeAdet input {
        height: 30px;
        padding: 0 25px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1,
    .JKatAdi .bold .satir1,
    .blogtitle .blogtitle-title span {
        font-size: 20px
    }

    .bannerblock .bannerblock-col a>div span,
    .contenticonlist .contenticonlist-col strong {
        font-size: 13px
    }

    .contenticonlist .contenticonlist-col span img {
        max-width: 80px;
        max-height: 80px
    }

    .blogtitle .blogtitle-title p {
        font-size: 15px
    }

    .blogtitle .blogtitle-title {
        width: calc(100% - 280px);
    }

    .blogtitle .blogtitle-logo img {
        max-width: 280px
    }

    .seotext>h1,
    .seotext>h2,
    .seotext>h3,
    .seotext>h4 {
        font-size: 19px
    }

    .seotext>p {
        font-size: 13px
    }

    .fixedwp a {
        width: 50px;
        height: 50px
    }

    .fixedwp a i {
        font-size: 26px
    }

    .fixedwp {
        right: 2%;
    }

    #back-to-top a svg {
        height: 23px
    }

    .Images,
    #divVideoGoruntulemeAlan {
        width: 500px
    }

    .SmallImages {
        width: 120px;
    }

    .SmallImages div {
        width: 100px
    }

    .leftImage {
        width: 620px
    }

    .RightDetail {
        width: calc(100% - 620px - 20px);
        margin-left: 20px;
        padding: 20px;
    }

    .urunDetayPanel {
        padding: 20px 30px;
    }

    #divTabOzellikler .urunTabAlt {
        font-size: 13px
    }

    #divIndirimOrani .indirimliOrani #ltrIndirimOrani {
        font-size: 15px
    }

    .categoryName h1 {
        font-size: 20px
    }

    .menualan ul li.tumbtn {
        font-size: 14px
    }

    .menualan ul {
        gap: 2vw;
    }

    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl>li {
        margin-bottom: 10px
    }

    .DetayYeniUrun {
        width: 60px;
        height: 38px;
        line-height: 38px;
        font-size: 12px
    }

    #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;
    }

    .BasketBtn .UFavorilerimeEkle a .box1 i {
        height: 46px;
        line-height: 46px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead {
        width: 220px;
        padding-right: 15px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxAnasayfaTab {
        width: calc(100% - 220px);
    }

    body .footerTemp .socialMediaDiv,
    body .footerTemp .appMediaDiv {
        padding: 15px 25px;
    }

    #divEtiketler a:before,
    .keywordlist a:before {
        width: 25px;
        height: 25px
    }

    #divEtiketler a,
    .keywordlist a {
        min-height: 40px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1159px) {

    body ul.breadcrumb,
    .userLoginContent,
    .hesabimContent,
    .ticiContainer,
    .ticiContainer2 {
        max-width: 960px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 960px;
    }

    .detaySliderContainer .ProductList {
        max-width: 960px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 960px;
    }

    .markaSlider .jCarouselLite {
        max-width: 960px;
    }

    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNav {
        max-width: 960px;
    }

    /**/
    body #headerNew .header .header-top .headerContainer {
        max-width: 960px !important;
    }

    body #headerNew .header .header-main .headerContainer {
        max-width: 960px !important;
    }

    body #headerNew .header .header-bottom .headerContainer {
        max-width: 960px !important;
    }

    body .footerTemp section.elementor-section:not(.boxblock) .elementor-container {
        max-width: 960px !important;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    /**/
    body #mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-thumbsimg .owl-dot {
        width: 110px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul {
        gap: 16px;
        flex-direction: row;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a {
        font-size: 15px;
        min-height: 20px;
        gap: 10px;
        width: 100%;
        text-align: center;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a:before {
        width: 9px;
        height: 20px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead {
        width: 100%;
        margin-bottom: 20px !important
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxAnasayfaTab {
        width: 100%
    }

    .newIcon {
        width: 46px;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }

    .cargoIcon {
        font-size: 11px;
        min-height: 26px;
        padding: 5px 8px;
    }

    .favori a {
        width: 36px;
        height: 36px
    }

    .favori a:before {
        font-size: 15px
    }

    .productItem .productName a {
        font-size: 13px;
        line-height: 16px;
        height: 32px
    }

    .productItem .discountPrice span,
    .productItem .regularPrice span {
        font-size: 15px;
        line-height: 20px
    }

    .productItem .regularPrice {
        margin-right: 5px
    }

    .discountIcon span {
        font-size: 12px;
        line-height: 20px
    }

    .discountIcon {
        line-height: 20px;
        font-size: 12px;
        margin-right: 5px
    }

    .discountIcon:before {
        line-height: 20px;
        font-size: 11px;
    }

    .productItem .productDetail {
        padding: 10px 5px;
    }

    .ProductListButtontwo {
        left: 5px;
        right: 5px;
        bottom: 10px;
        height: 32px
    }

    .ProductListButtontwo .mycartIcon a {
        font-size: 11px;
        line-height: 32px;
        height: 32px
    }

    .ProductListButtontwo .mycartIcon {
        width: calc(100% - 85px);
    }

    .ProductListButtontwo .urunListeAdet {
        height: 32px;
        width: 75px
    }

    .ProductListButtontwo .urunListeAdet .urunListeAdetAzalt,
    .ProductListButtontwo .urunListeAdet .urunListeAdetArtir {
        height: 30px;
        line-height: 30px;
        width: 25px
    }

    .ProductListButtontwo .urunListeAdet input {
        height: 30px;
        padding: 0 25px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1,
    .JKatAdi .bold .satir1,
    .blogtitle .blogtitle-title span {
        font-size: 18px
    }

    .bannerblock .bannerblock-col a>div span,
    .contenticonlist .contenticonlist-col strong {
        font-size: 13px
    }

    .contenticonlist .contenticonlist-col span img {
        max-width: 80px;
        max-height: 80px
    }

    .blogtitle .blogtitle-title p {
        font-size: 15px
    }

    .blogtitle .blogtitle-title {
        width: calc(100% - 280px);
        padding-left: 30px
    }

    .blogtitle {
        padding: 0 30px 36px 60px;
    }

    .blogtitle .blogtitle-logo img {
        max-width: 280px
    }

    .seotext>h1,
    .seotext>h2,
    .seotext>h3,
    .seotext>h4 {
        font-size: 17px
    }

    .seotext>p {
        font-size: 13px
    }

    .fixedwp a {
        width: 50px;
        height: 50px
    }

    .fixedwp a i {
        font-size: 26px
    }

    .fixedwp {
        right: 2%;
    }

    #back-to-top a svg {
        height: 23px
    }

    .Images,
    #divVideoGoruntulemeAlan {
        width: 480px
    }

    .SmallImages {
        width: 100px;
    }

    .SmallImages div {
        width: 80px
    }

    .leftImage {
        width: 580px
    }

    .RightDetail {
        width: calc(100% - 580px - 20px);
        margin-left: 20px;
        padding: 15px;
    }

    .urunDetayPanel {
        padding: 20px 30px;
    }

    #divTabOzellikler .urunTabAlt {
        font-size: 13px
    }

    #divIndirimOrani .indirimliOrani #ltrIndirimOrani {
        font-size: 15px
    }

    .categoryName h1 {
        font-size: 20px
    }

    .menualan ul li.tumbtn {
        font-size: 14px;
        gap: 20px;
    }

    .menualan ul {
        gap: 1.5vw;
    }

    .menualan ul li a {
        font-size: 13px
    }

    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl>li {
        margin-bottom: 10px
    }

    .DetayYeniUrun {
        width: 60px;
        height: 38px;
        line-height: 38px;
        font-size: 12px
    }

    #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;
    }

    .BasketBtn .UFavorilerimeEkle a .box1 i {
        height: 46px;
        line-height: 46px
    }

    body .footerTemp .socialMediaDiv,
    body .footerTemp .appMediaDiv {
        padding: 15px 25px;
    }

    #divEtiketler a:before,
    .keywordlist a:before {
        width: 25px;
        height: 25px
    }

    #divEtiketler a,
    .keywordlist a {
        min-height: 40px
    }

    body .footerTemp .socialMediaDiv,
    body .footerTemp .appMediaDiv {
        white-space: inherit;
    }

    .SayacDiv .countdown>div,
    .CargoTimer div {
        font-size: 12px
    }
}

@media (max-width:1100px) {

    body #headerNew .mobile-cart-item .svgIcon svg,
    body #headerNew .mobile-user-item .account-link .svgIcon svg,
    body #headerNew .newSearcBtnClick a .svgIcon svg,
    body #headerNew .newMenuBtnClick a .svgIcon svg {
        width: 30px
    }

    body #headerNew .mobile-cart-item .cart-icon,
    body #headerNew .mobile-user-item .account-link,
    body #headerNew .newMenuBtnClick a,
    body #headerNew .newSearcBtnClick a {
        font-size: 21px;
        color: #F29F58;
    }

    body #headerNew .mobile-cart-item .svgIcon svg,
    body #headerNew .mobile-user-item .account-link .svgIcon svg,
    body #headerNew .newSearcBtnClick a .svgIcon svg,
    body #headerNew .newMenuBtnClick a .svgIcon svg {
        float: left;
        fill: #F29F58;
    }

    .menualan {
        display: none;
    }

    .headercargo a span {
        display: none;
    }

    .headercargo a img {
        min-width: 30px;
        max-width: 30px
    }

    .headercargo {
        margin-bottom: 0
    }

    body #headerNew .header-main {
        padding: 2px 0;
    }

    body #headerNew .header-main .header-nav.nav-left {
        gap: 28px;
    }

    /**/
    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuBackBtn {
        gap: 20px;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuBackBtn i {
        font-size: 30px;
        color: #1B1833;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl li a {
        padding: 5px 45px 5px 30px;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .nextKolonBtn,
    #headerNew .header .newHeaderNavigation.mobileStyle .nextSubBtn {
        padding-right: 30px
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuBackBtn.active {
        padding-left: 30px
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuCloseBtn {
        padding-right: 30px;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop {
        height: 65px
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl {
        height: calc(100% - 65px);
        top: 65px;
        background: #fff
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .menu-wrap,
    body #headerNew .header .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu {
        height: calc(100% - 65px);
        top: 65px;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl>li>a {
        padding: 0 40px 0 30px;
        min-height: 28px;
        display: flex;
        flex-direction: row;
        float: left;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        text-align: left;
        gap: 10px;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl>li>a .downTagText {
        display: none;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .kolon>li.imagebottomactive>a .downTagText,
    body #headerNew .header .newHeaderNavigation.mobileStyle .kolon>li.imagebottomactive>a>img {
        display: none;
    }
}

@media screen and (max-width:1099px) {
    body #headerNew .header-main .flex-left .nav-left {
        justify-content: flex-start;
    }

    body #headerNew .cart-item {
        right: -20px;
        top: 0;
    }

    body #headerNew .header-main .header-nav.nav-right {
        position: relative;
    }

    body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi,
    body #headerNew a.favori-link .header-favori-count {
        right: 0
    }

    .newMenuTop .mobilmenulogo {
        float: left;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        position: absolute;
        left: 30px;
        top: 0;
    }

    .newMenuTop .mobilmenulogo img {
        max-width: 100px
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuBackBtn.active {
        background-color: #fff;
        z-index: 9
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    body ul.breadcrumb,
    .userLoginContent,
    .hesabimContent,
    .ticiContainer,
    .ticiContainer2 {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 100%;
    }

    .detaySliderContainer .ProductList {
        max-width: 100%;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .markaSlider .jCarouselLite {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNav {
        max-width: 100%;
    }

    /**/
    body #headerNew .header .header-top .headerContainer {
        max-width: 100% !important;
        padding-right: 20px;
        padding-left: 20px;
    }

    body #headerNew .header .header-main .headerContainer {
        max-width: 100% !important;
        padding-right: 20px;
        padding-left: 20px;
    }

    body #headerNew .header .header-bottom .headerContainer {
        max-width: 100% !important;
        padding-right: 20px;
        padding-left: 20px;
    }

    body .footerTemp section.elementor-section .elementor-container {
        max-width: 100% !important;
        padding-right: 20px;
        padding-left: 20px;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    /**/
    #mainHolder_divDesign [class*="t-pb-"] {
        margin-bottom: 20px !important
    }

    body #mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-thumbsimg .owl-dot {
        width: 80px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul {
        gap: 16px;
        flex-direction: row;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a {
        font-size: 15px;
        min-height: 20px;
        gap: 10px;
        width: 100%;
        text-align: center;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a:before {
        width: 9px;
        height: 20px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead {
        width: 100%;
        margin-bottom: 20px !important
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxAnasayfaTab {
        width: 100%
    }

    .newIcon {
        width: 46px;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }

    .cargoIcon {
        font-size: 11px;
        min-height: 26px;
        padding: 5px 8px;
    }

    .favori a {
        width: 36px;
        height: 36px
    }

    .favori a:before {
        font-size: 15px
    }

    .productItem .productName a {
        font-size: 13px;
        line-height: 16px;
        height: 32px
    }

    .productItem .discountPrice span,
    .productItem .regularPrice span {
        font-size: 15px;
        line-height: 20px
    }

    .productItem .regularPrice {
        margin-right: 5px
    }

    .discountIcon span {
        font-size: 12px;
        line-height: 20px
    }

    .discountIcon {
        line-height: 20px;
        font-size: 12px;
        margin-right: 5px
    }

    .discountIcon:before {
        line-height: 20px;
        font-size: 11px;
    }

    .productItem .productDetail {
        padding: 10px 5px;
    }

    .ProductListButtontwo {
        left: 5px;
        right: 5px;
        bottom: 10px;
        height: 32px
    }

    .ProductListButtontwo .mycartIcon a {
        font-size: 11px;
        line-height: 32px;
        height: 32px
    }

    .ProductListButtontwo .mycartIcon {
        width: calc(100% - 85px);
    }

    .ProductListButtontwo .urunListeAdet {
        height: 32px;
        width: 75px
    }

    .ProductListButtontwo .urunListeAdet .urunListeAdetAzalt,
    .ProductListButtontwo .urunListeAdet .urunListeAdetArtir {
        height: 30px;
        line-height: 30px;
        width: 25px
    }

    .ProductListButtontwo .urunListeAdet input {
        height: 30px;
        padding: 0 25px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1,
    .JKatAdi .bold .satir1,
    .blogtitle .blogtitle-title span {
        font-size: 18px
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1,
    .JKatAdi .bold .satir1 {
        min-height: 45px
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle,
    .JKatAdi {
        padding: 10px 20px !important;
    }

    .bannerblock .bannerblock-col a>div span,
    .contenticonlist .contenticonlist-col strong {
        font-size: 13px
    }

    .contenticonlist .contenticonlist-col span img {
        max-width: 80px;
        max-height: 80px
    }

    .contenticonlist {
        gap: 10px;
    }

    .blogtitle .blogtitle-title p {
        font-size: 15px
    }

    .blogtitle .blogtitle-title {
        width: calc(100% - 280px);
        padding-left: 30px
    }

    .blogtitle {
        padding: 0 30px 36px 30px;
    }

    .blogtitle .blogtitle-logo img {
        max-width: 280px
    }

    .seotext>h1,
    .seotext>h2,
    .seotext>h3,
    .seotext>h4 {
        font-size: 17px
    }

    .seotext>p {
        font-size: 13px
    }

    .seotext {
        padding: 30px;
    }

    .fixedwp a {
        width: 50px;
        height: 50px
    }

    .fixedwp a i {
        font-size: 26px
    }

    .fixedwp {
        right: 2%;
    }

    #back-to-top a svg {
        height: 23px
    }

    .leftImage .ProductGallery .gallery-container .GalleryArea {
        width: 100%
    }

    .Images,
    #divVideoGoruntulemeAlan {
        width: 600px
    }

    .leftImage {
        width: 100%
    }

    .RightDetail {
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
        padding: 20px;
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb {
        display: none;
    }

    .SmallImages {
        width: 100px;
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .AltVideoThumb,
    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .thumb-item,
    .SmallImages div {
        width: 80px;
        margin-bottom: 10px
    }

    .urunDetayPanel {
        padding: 20px 30px;
    }

    #divTabOzellikler .urunTabAlt {
        font-size: 13px
    }

    #divIndirimOrani .indirimliOrani #ltrIndirimOrani {
        font-size: 15px
    }

    .categoryName h1 {
        font-size: 20px
    }

    .menualan ul li.tumbtn {
        font-size: 14px;
        gap: 20px;
    }

    .menualan ul {
        gap: 1.5vw;
    }

    .menualan ul li a {
        font-size: 13px
    }

    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl>li {
        margin-bottom: 10px
    }

    body #top-bar {
        font-size: 11px
    }

    .DetayYeniUrun {
        width: 60px;
        height: 38px;
        line-height: 38px;
        font-size: 12px
    }

    #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;
    }

    .BasketBtn .UFavorilerimeEkle a .box1 i {
        height: 46px;
        line-height: 46px
    }

    body .footerTemp .socialMediaDiv,
    body .footerTemp .appMediaDiv {
        padding: 15px 25px;
    }

    #divEtiketler a:before,
    .keywordlist a:before {
        width: 25px;
        height: 25px
    }

    #divEtiketler a,
    .keywordlist a {
        min-height: 40px
    }

    body .footerTemp .socialMediaDiv,
    body .footerTemp .appMediaDiv {
        white-space: inherit;
    }

    .SayacDiv .countdown>div,
    .CargoTimer div {
        font-size: 12px
    }

    .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%;
    }
}

/* 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: 5px 20px;
        margin: 0;
        color: #1B1833;
        border: 1px solid #EFEFEF;
        width: calc(50% - 2.5px);
        float: left;
        line-height: 34px;
        background: #fff;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        font-weight: 500;
        border-radius: 5px;
        text-align: left;
    }

    body .mobilFilterOpenBtn .button:before {
        content: '\f054';
        font-family: 'FontAwesome';
        display: inline-block;
        vertical-align: top;
        line-height: 34px;
        margin-left: 5px;
        font-weight: 600;
        color: #F29F58;
        float: right;
        font-size: 15px
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn {
        float: right;
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn {
        float: left;
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn:before {}

    body .mobilFilterOpenBtn .button.mobilSiralamBtn:before {
        transform: rotate(90deg);
    }

    body .mobilFilterOpenBtn {
        margin: 0;
        padding: 0;
        display: block !important;
    }

    .categorydesign .uNo {
        float: right;
        color: #999a9d;
        font-size: 12px;
    }

    body #divSayfalamaUst .filterDeleteContent {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection {
        position: absolute;
        left: calc(50% + 5px);
        top: 0;
        width: calc(50% - 5px);
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
    }

    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;
        max-width: 100%;
        padding: 0 10px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select option {
        font-size: 14px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:nth-child(2) {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection {
        padding: 0;
        text-align: center;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        border-bottom: none;
        background: #fff;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:not(.appliedFilter) {
        margin: 0;
        width: 100%;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a {
        border: none;
        text-align: center;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a span {
        line-height: 35px;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) a:before {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li>a {
        border-bottom: 1px solid #e5e5e5;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(4)>a {
        border-bottom: none;
    }

    body .category-vertical-filters.top-filters {
        display: flex !important;
        flex-direction: column;
        width: 360px;
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        z-index: 9999;
        background: #fff;
        margin: 0;
        padding: 0;
        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 {
        left: 0;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreUst {
        float: left;
        width: 100%;
        line-height: 64px;
        font-size: 12px;
        color: #1B1833;
        padding: 0 30px;
        position: relative;
        text-align: left;
        display: block;
        font-weight: 600;
        background-color: #fff;
    }

    body .category-vertical-filters.top-filters .FiltreUst span {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        left: 30px;
        right: 55px;
        top: 0;
        bottom: 0;
        font-weight: 600
    }

    body .category-vertical-filters.top-filters .FiltreUst .closeFilt {
        float: right;
        font-size: 19px;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }

    body .category-vertical-filters.top-filters .FiltreUst .closeFilt i:before {
        font-weight: 400;
    }

    body .category-vertical-filters.top-filters .FiltreUst a {
        float: right;
        font-size: 13px;
        position: relative;
        z-index: 1;
        color: #1B1833;
        margin-right: 10px
    }

    body .category-vertical-filters.top-filters .FiltreUst a.active {
        display: block;
    }

    body .category-vertical-filters.top-filters .FiltreUst a i {
        color: #1B1833;
        font-size: 15px;
        display: inline-block;
        vertical-align: top;
        line-height: 60px;
        margin-left: 5px;
        font-weight: 500;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
        float: left;
        width: 100%;
        position: relative;
        padding: 0 30px;
        display: block;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreicerikAlan {
        float: left;
        width: 100%;
        max-height: calc(100% - 190px);
        overflow-y: auto;
        overflow-x: hidden;
        flex-grow: 1
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: auto;
        display: block;
        padding: 0 30px 30px;
        display: none;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn span {
        display: inline-block;
        vertical-align: top;
        background: #000;
        padding: 8px;
        min-width: 100%;
        width: 100%;
        margin: 0;
        color: #fff;
        line-height: 20px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
    }

    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;
        display: none;
    }

    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: #F29F58;
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
        padding: 12px 30px 12px 0;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a:after {
        top: 0;
        color: #000;
        font-weight: 300;
        font-family: 'FontAwesome';
        right: 0;
    }

    body .category-vertical-filters.top-filters .panel:not(.div-fiyat-filter) .panel-heading a:after {
        content: '\2b';
        right: 0;
        top: 10px;
        color: #F29F58;
        font-size: 18px;
        font-weight: 600
    }

    body .category-vertical-filters.top-filters .panel:not(.div-fiyat-filter) .panel-heading.active a:after {
        content: '\f068';
        font-size: 12px;
        font-weight: 400;
        color: #F29F58;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        line-height: 44px;
        font-size: 12px;
        color: #F29F58;
        display: block;
        font-weight: 600
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel {
        width: 100% !important;
    }

    body .category-vertical-filters.top-filters .panel {
        float: left;
        width: 100% !important;
        padding: 0 30px;
    }

    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: 10px 4px 10px 0;
        overflow-y: auto;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown ul {
        margin-top: 10px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li {
        width: 100%;
        margin-right: 0;
        text-align: left;
        margin-bottom: 8px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li a {
        color: #1B1833;
        line-height: 22px;
        font-size: 12px;
        font-weight: 600
    }

    body .category-vertical-filters.top-filters .list-group .panel-search input {
        height: 35px;
        padding: 5px;
        border: 1px solid #F29F58;
        border-radius: 5px
    }

    body .category-vertical-filters.top-filters .vertical-filter-panel .list-group-item a {
        font-size: 14px;
        color: #000;
        font-weight: normal;
        float: left;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item:before {
        border-radius: 5px;
        display: inline-block !important;
        width: 22px;
        height: 22px;
        border-color: #F29F58;
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        line-height: 20px;
        text-align: center;
        transition: 0.5s
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before {
        content: '\f00c';
        background-color: #F29F58;
        border-color: #F29F58;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
        background: transparent !important;
        height: auto;
    }

    body .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
        width: 100%;
        margin: 20px 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent {
        display: none !important;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:first-child:before {
        display: none;
    }

    body .slider-range {
        margin: 0 0 15px 10px !important;
        width: calc(100% - 20px);
    }

    body .amount {
        padding: 0;
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 600;
        color: #1B1833;
    }

    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
    }

    .mobilaf {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 9999;
        display: none;
        cursor: pointer;
        transition: 0.5s
    }

    .mobilaf.acik {
        display: block;
        position: fixed;
    }

    .sepetimBody .mobilaf.acik {
        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) {
    body.overflow {
        overflow: hidden;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    body {
        padding-top: 0;
    }

    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 10px;
    }

    #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*/
    .socialButons iframe {
        margin-right: 10px;
    }

    .socialButons .UWhatsApp {
        float: left;
        margin-right: 10px;
    }

    .socialButons .UTelegram {
        float: left;
        margin-right: 10px;
    }

    .TopDet .product_social_icon_wrapper {
        text-align: center;
        margin: 18px 0 0;
        float: left;
        width: 100%;
        padding: 0;
    }

    .TopDet .product_social_icon_wrapper .PaylasTit {}

    /******************************************************/
    .bottomHead {
        float: left;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1002;
        background: #fff;
        border-top: 1px solid #cecece;
        display: block;
    }

    .bottomHead ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }

    .bottomHead ul li {
        float: left;
        width: 25%;
    }

    .bottomHead ul li a {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding: 5px 0;
        color: #000;
        position: relative;
        height: 49px;
    }

    .bottomHead ul li a svg {
        width: 18px;
        display: block;
        margin: 0 auto 5px;
    }

    .bottomHead ul li.welcC a svg {
        margin-bottom: 3px;
    }

    /*kategori*/
    .categoryContainer .categoryTitleText {
        padding: 0;
        margin: 0;
    }

    .ProductBody .categoryTitle {
        padding: 0;
        margin: 0;
    }

    /**/
    body .category-vertical-filters.top-filters {
        width: 100%;
        height: 100%;
        box-shadow: none;
        border: none;
    }

    body ul.breadcrumb {
        white-space: nowrap;
        overflow-y: scroll;
        padding-bottom: 10px
    }

    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: 10px !important;
        line-height: 20px !important;
        color: #D5D5D5;
    }

    body ul.breadcrumb li:after {
        font-size: 10px;
        line-height: 20px !important;
        color: #D5D5D5;
        margin: 0 7px;
    }

    body ul.breadcrumb li:nth-last-of-type(1) a span:after {
        display: none;
    }

    body ul.breadcrumb li:nth-last-of-type(1) {
        max-width: 100%;
    }

    body ul.breadcrumb li:nth-last-of-type(1) * {
        max-width: 100%;
        font-size: 10px !important;
        text-overflow: ellipsis;
        overflow: hidden
    }

    body ul.breadcrumb li:first-child>a:before {
        font-size: 14px !important;
        line-height: 20px !important;
        margin-right: 5px
    }

    body.CategoryBody ul.breadcrumb {
        padding-bottom: 5px
    }

    body.CategoryBody ul.breadcrumb * {
        color: #6D698B;
    }

    body.CategoryBody ul.breadcrumb li:after {
        color: #6D698B;
    }

    /**/
    .categoryTitleText {
        position: relative;
        z-index: 99;
    }

    .breadList {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        padding: 10px 20px;
        z-index: 999;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
        -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
        -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    }

    .breadList.breadActive {
        display: block !important;
    }

    .breadList ul {
        list-style: none;
    }

    .breadList .mBread {
        float: left;
        width: 100%;
    }

    .breadList .mBread ul {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .breadList .mBread ul li {
        float: left;
        width: 100%;
        font-size: 0;
        display: block;
        margin-right: 0;
        line-height: 1;
    }

    .breadList .mBread ul li a {
        float: left;
        width: 100%;
        font-size: 11px;
        color: #454545;
        padding: 6px 8px;
        position: relative;
    }

    .breadList .mBread ul li a:before {
        content: '\f148';
        font-family: 'FontAwesome';
        font-size: 10px;
        position: absolute;
        left: -5px;
        top: 8px;
        transform: rotate(90deg);
        -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 2.5px;
    }

    .categoryContainer .ProductList {
        margin: 0 -2.5px;
    }

    body .mobilFilterOpenBtn .button {
        font-size: 12px;
        padding: 0px 20px;
    }

    /*urundetay*/
    .leftImage {
        float: left;
        width: 100%;
    }

    .RightDetail {
        width: 100%;
        padding: 20px;
        margin: 10px 0 0;
        border-radius: 5px
    }

    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;
    }

    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;
    }

    .urunOzellik {
        display: none;
    }

    .urunOzellikTab {
        margin: 0 0 10px 0;
        display: block;
        float: left;
        width: 100%;
        background-color: #F8F8F8;
        border-radius: 5px;
        padding: 10px 0;
    }

    .urunOzellikTab .urunTab {
        float: left;
        width: 100%;
    }

    .urunOzellikTab .urunTab>ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .urunOzellikTab .urunTab>ul>li {
        float: left;
        width: 100%;
    }

    .urunOzellikTab .urunTab>ul>li>a {
        color: #1B1833;
        font-size: 14px;
        line-height: 44px;
        float: left;
        width: 100%;
        padding: 0 20px;
        font-weight: 600;
        position: relative;
    }

    .urunOzellikTab .urunTab>ul>li>a span {
        font-weight: 600;
    }

    .urunOzellikTab .urunTab>ul>li .urunDetayPanel {
        display: none !important;
    }

    .urunOzellikTab .urunTab>ul>li[onofftip="true"]>a {
        color: #F29F58;
    }

    .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%;
    }

    .urunOzellikTab .urunTab>ul>li>a:after {
        content: '\f077';
        transition: 0.5s;
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: 600;
        float: right;
    }

    .urunOzellikTab .urunTab>ul>li[onofftip="true"]>a:after {
        transform: rotate(180deg);
    }

    /*mobilicerik*/
    .detaySliderContainer {
        margin: 10px 0 0;
    }

    .sliderBannerContainer {
        margin: 10px 0 0;
    }

    /*#divMobileImageList .owl-dots{display:block;}*/
    /**/
    img.hidemobil {
        display: none;
    }

    img.hidedesktop {
        display: block;
    }

    .categorybannerlist {
        margin-bottom: 5px
    }

    .categorybannerlist a,
    .categorybannerlist a img {
        border-radius: 5px
    }

    /**/
    body #top-bar {
        font-size: 9px
    }

    .htopslide .owl-nav .ProductListprev:before,
    .htopslide .owl-nav .ProductListnext:before {
        font-size: 13px !important
    }

    .htopslide .owl-nav .ProductListprev,
    .htopslide .owl-nav .ProductListnext {
        width: 8px !important
    }

    .htopslide .htopslide-col {
        padding: 0 20px;
    }

    /*body #headerNew{padding-bottom:61px}*/
    body #headerNew #divTopProductSearch {
        transition: 0.5s;
    }

    body #headerNew #divTopProductSearch .searchform-wrapper #txtbxArama,
    body #headerNew #divTopProductSearch .searchform-wrapper #btnKelimeAra {
        height: 40px !important;
    }

    body #headerNew #divTopProductSearch .searchform-wrapper #txtbxArama {
        padding: 0 16px;
    }

    body #headerNew #divTopProductSearch .searchform-wrapper #btnKelimeAra {
        border-radius: 8px
    }

    body #divTopProductSearch .searchform-wrapper {
        border-color: #D5D5D5;
    }

    body #headerNew #divTopProductSearch .header-search-form-wrapper {
        background: #fff;
        padding: 0 15px;
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        width: auto;
        z-index: 5;
        display: block !important
    }

    body #headerNew #divTopProductSearch {
        display: block !important;
    }

    body #headerNew #divTopProductSearch .searchform #btnKelimeAra .svgIcon svg path {
        fill: #A29F99;
    }

    body #headerNew .header-main {
        height: 85px;
        padding: 0 0 5px 0;
    }

    body #headerNew .cart-item {
        width: 13px;
        height: 13px;
        top: 2px;
        right: -15px;
    }

    body #headerNew .mobile-search-item {
        opacity: 0;
        visibility: hidden;
    }

    body #headerNew #hb-logo {
        margin-left: 40px !important;
        order: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    body #headerNew .header-main .flex-left {
        order: 2;
        display: inline-flex;
        flex: inherit;
    }

    body #headerNew .header-main .flex-right {
        display: inline-flex;
        flex: inherit;
    }

    body #headerNew .header-main .header-nav.nav-left {
        gap: 0;
    }

    body #headerNew .newMenuBtnClick {
        position: absolute;
        left: 15px;
        top: 0;
        z-index: 9
    }

    body #headerNew .newMenuBtnClick a {
        background-color: #F29F58;
        border-radius: 5px;
        width: 30px;
        height: 30px;
        padding: 5px;
        color: #fff;
        font-size: 15px
    }

    body #headerNew .header-search-form-wrapper .flex-col #btnKelimeAra i.fa-search {
        display: block;
        font-size: 17px;
        padding: 4px;
    }

    body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi,
    body #headerNew a.favori-link .header-favori-count {
        right: -5px
    }

    .menualan {
        display: block;
        margin: 42px 0 5px
    }

    .menualan ul {
        gap: 30px;
        overflow-y: auto;
        width: calc(100% + 15px);
        margin-right: -15px;
    }

    .menualan ul::-webkit-scrollbar {
        height: 2px;
    }

    .menualan ul::-webkit-scrollbar-track {
        background: #fff;
    }

    .menualan ul::-webkit-scrollbar-thumb {
        background: #fff;
    }

    .menualan ul li.tumbtn {
        display: none;
    }

    .menualan ul li a {
        font-size: 12px;
        min-height: 45px;
        gap: 0;
        white-space: nowrap;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav,
    body #headerNew .header .newHeaderNavigation.mobileStyle .menu-wrap,
    body #headerNew .header .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu {
        width: 80%;
        max-width: 260px
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuCloseBtn {
        display: none;
    }

    .menushadow.active {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9;
        clear: none;
        display: block !important;
        transition: 0.5s
    }

    /**/
    body #mainHolder_divDesign .anasayfaTekSliderThumbimg .blokResimLink img {
        border-radius: 5px
    }

    body #mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-thumbsimg {
        gap: 5px;
        padding: 5px 0 0;
    }

    body #mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-thumbsimg .owl-dot {
        width: 82px
    }

    #mainHolder_divDesign .anasayfa_tek_slider.owl-carousel .owl-nav {
        left: -10px;
        right: -10px;
    }

    #mainHolder_divDesign .anasayfa_tek_slider.owl-carousel .owl-nav .ProductListprev,
    #mainHolder_divDesign .anasayfa_tek_slider.owl-carousel .owl-nav .ProductListnext {
        width: 24px;
        height: 32px;
        border-radius: 50%;
        background-color: #fff
    }

    #mainHolder_divDesign .anasayfa_tek_slider.owl-carousel .owl-nav .ProductListprev:before,
    #mainHolder_divDesign .anasayfa_tek_slider.owl-carousel .owl-nav .ProductListnext:before {
        font-size: 13px;
        font-weight: 600
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle,
    .JKatAdi {
        padding: 10px 20px !important;
        margin-bottom: 10px !important
    }

    body #mainHolder_divDesign section.mobilbottom10 .JKatAdi {
        margin-bottom: 0 !important
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1,
    .JKatAdi .bold .satir1 {
        min-height: 40px;
        font-size: 14px
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul {
        gap: 30px;
        flex-direction: row;
        padding: 10px 0
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul::-webkit-scrollbar {
        height: 2px;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul::-webkit-scrollbar-track {
        background: #fff;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul::-webkit-scrollbar-thumb {
        background: #fff;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a {
        font-size: 12px;
        min-height: 30px;
        gap: 0;
        width: 100%;
        text-align: center;
        max-width: 80px;
        white-space: normal
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead ul li a:before {
        display: none !important;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxTabHead {
        width: calc(100% + 15px);
        margin-bottom: 0 !important;
        padding-right: 0;
        margin-right: -15px;
    }

    body #mainHolder_divDesign #ticimaxTabContent .ticimaxAnasayfaTab {
        width: 100%
    }

    /**/
    .newIcon {
        width: 40px;
        height: 30px;
        line-height: 30px;
        font-size: 11px;
        border-radius: 5px 0px
    }

    .cargoIcon {
        font-size: 10px;
        min-height: 26px;
        padding: 5px 7px;
        border-radius: 5px 0px
    }

    .favori a {
        width: 30px;
        height: 30px;
        border-radius: 0px 5px
    }

    .favori a:before {
        font-size: 13px
    }

    .productItem {
        border-radius: 5px
    }

    .productItem .productName {
        margin-bottom: 8px
    }

    .productItem .productName a {
        font-size: 12px;
        line-height: 17px;
        height: 51px;
        -webkit-line-clamp: 3;
    }

    .productItem .discountPrice span,
    .productItem .regularPrice span {
        font-size: 11px;
        line-height: 20px
    }

    .productItem .regularPrice {
        margin-right: 5px
    }

    .productItem .productPrice {
        margin: 0 0 8px;
    }

    .productItem .productIcon {
        gap: 8px;
    }

    .discountIcon span {
        font-size: 10px;
        line-height: 20px
    }

    .discountIcon {
        line-height: 20px;
        font-size: 10px;
        margin-right: 5px
    }

    .discountIcon:before {
        line-height: 20px;
        font-size: 10px;
    }

    .productItem .productDetail {
        padding: 8px;
    }

    .ProductListButtontwo {
        opacity: 1;
        visibility: visible;
        position: relative;
        height: auto;
        left: auto;
        right: auto;
        bottom: auto;
        flex-direction: column;
        gap: 5px;
    }

    .ProductListButtontwo .mycartIcon a {
        font-size: 12px;
        border-radius: 5px
    }

    .ProductListButtontwo .mycartIcon {
        width: 100%;
    }

    .ProductListButtontwo .urunListeAdet {
        height: 36px;
        width: 100%;
        border-radius: 5px
    }

    .ProductListButtontwo .urunListeAdet .urunListeAdetAzalt,
    .ProductListButtontwo .urunListeAdet .urunListeAdetArtir {
        height: 34px;
        line-height: 34px;
        width: 35px
    }

    .ProductListButtontwo .urunListeAdet .urunListeAdetAzalt {
        border-radius: 5px 0 0 5px
    }

    .ProductListButtontwo .urunListeAdet .urunListeAdetArtir {
        border-radius: 0 5px 5px 0
    }

    .ProductListButtontwo .urunListeAdet input {
        height: 34px;
        padding: 0 35px;
        border-radius: 5px;
        font-size: 13px
    }

    /**/
    #mainHolder_divDesign .owl-carousel .owl-nav,
    .owl-carousel .owl-nav {
        left: -10px;
        right: -10px;
    }

    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev,
    .owl-carousel .owl-nav .ProductListprev,
    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext,
    .owl-carousel .owl-nav .ProductListnext {
        width: 22px;
        height: 32px;
        border-radius: 50%;
        background-color: #fff
    }

    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before,
    .owl-carousel .owl-nav .ProductListprev:before,
    #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before,
    .owl-carousel .owl-nav .ProductListnext:before {
        font-size: 13px;
        font-weight: 600
    }

    .bannerblock {
        gap: 5px;
    }

    .bannerblock .bannerblock-col {
        width: calc(33.33% - 4px);
        margin-bottom: 0
    }

    .bannerblock .bannerblock-col a {
        gap: 5px;
        margin-bottom: 10px;
    }

    .bannerblock .bannerblock-col a>div span {
        font-size: 11px
    }

    .bannerblock .bannerblock-col a img {
        border-radius: 5px
    }

    .contenticonlist {
        gap: 5px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenticonlist .contenticonlist-col {
        width: 100%;
        max-width: calc(33.33% - 4px)
    }

    .contenticonlist .contenticonlist-col strong {
        font-size: 11px;
        padding: 5px 10px;
    }

    .contenticonlist .contenticonlist-col span img {
        max-width: 60px;
        max-height: 60px
    }

    .fixedwp a {
        width: 50px;
        height: 50px
    }

    .fixedwp a i {
        font-size: 22px
    }

    .fixedwp {
        right: 15px;
        bottom: 15px;
    }

    #back-to-top {
        right: 26px;
        bottom: 75px;
    }

    #back-to-top a svg {
        height: 23px
    }

    .blogtitle .blogtitle-title p {
        font-size: 9px;
        text-align: right;
    }

    .blogtitle .blogtitle-title {
        width: calc(100% - 120px);
        padding-left: 15px;
        min-height: 41px;
        gap: 10px;
    }

    .blogtitle .blogtitle-title span {
        font-size: 9px
    }

    .blogtitle {
        padding: 0 15px 7px 10px;
        margin-bottom: 20px
    }

    .blogtitle .blogtitle-logo {
        padding: 0 5px;
        margin-bottom: -7px
    }

    .blogtitle .blogtitle-logo img {
        max-width: 120px
    }

    .blogtitle:before {
        height: 41px;
        bottom: 7px;
    }

    .seotext>h1,
    .seotext>h2,
    .seotext>h3,
    .seotext>h4 {
        font-size: 12px
    }

    .seotext>p {
        font-size: 10px;
        line-height: 1.8
    }

    .seotext {
        padding: 20px;
        gap: 10px;
    }

    /**/
    body .footerTemp .socialMediaDiv,
    body .footerTemp .appMediaDiv {
        padding: 18px 20px;
        border-radius: 5px
    }

    body .footerTemp .appMediaDiv .storeMedia a img {
        max-width: 68px
    }

    body .footerTemp .elementor-element.footermenu4col .footerMenuAlt li {
        width: calc(50% - 15px);
    }

    body .footerTemp .elementor-element.footermenu4col .footerMenuAlt {
        max-height: 345px;
        overflow: auto;
    }

    body .footerTemp .elementor-element.footermenu4col .footerMenuAlt::-webkit-scrollbar {
        width: 5px;
        border-radius: 10px
    }

    body .footerTemp .elementor-element.footermenu4col .footerMenuAlt::-webkit-scrollbar-track {
        background: #F8F8F8;
        border-radius: 10px
    }

    body .footerTemp .elementor-element.footermenu4col .footerMenuAlt::-webkit-scrollbar-thumb {
        background: #F29F58;
        border-radius: 10px
    }

    body .footerTemp section.footermenublock {
        width: calc(100% - 30px) !important;
        margin-right: 15px !important;
        margin-left: 15px !important;
        border-radius: 5px !important
    }

    body .footerTemp .footerMenul.accordionMode .footerMenuTitle:after {
        color: #1B1833;
        font-weight: 600
    }

    body .footerTemp .footerticimaxlogo {
        order: 1;
    }

    body .footerTemp section.homepageactive {
        display: block;
    }

    /**/
    .keywordlist,
    .categorydesign .keywordlist {
        margin-bottom: 30px
    }

    .keywordlist,
    #divEtiketler {
        gap: 5px;
    }

    .keywordlist a:before,
    #divEtiketler a:before {
        width: 20px;
        height: 20px
    }

    .keywordlist a,
    #divEtiketler a {
        gap: 3px;
        min-height: 36px;
        padding: 8px 10px;
        border-radius: 5px;
        font-size: 10px
    }

    .categorydesign .seotext {
        margin-bottom: 40px
    }

    .pageNumberBottom {
        margin: 0;
    }

    .categoryContainer .ProductListContent .ItemOrj {
        margin-bottom: 5px
    }

    body.CategoryBody .categoryTitleText {
        border-radius: 5px;
        padding: 12px 10px 10px;
    }

    body .categoryName h1 {
        font-size: 16px
    }

    body #divSayfalamaUst {
        margin: 5px 0;
    }

    body.CategoryBody ul.breadcrumb li:first-child>a:after {
        display: none;
    }

    .CountLi {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 3px 0;
    }

    .CountLi span {
        color: #fff;
        font-size: 10px;
        line-height: 1.3;
        font-weight: 600;
    }

    .ProductIcon .box1,
    .ProductIcon2>div>a {
        font-size: 10px
    }

    .ProductIcon {
        align-items: center;
        justify-content: center;
    }

    /**/
    body ul.breadcrumb li:first-child>a:after {
        display: none;
    }

    body.ProductBody ul.breadcrumb:before {
        color: #D5D5D5;
    }

    .leftImage {
        border: 1px solid #F8F8F8;
        border-radius: 5px
    }

    /*.ProductBody .categoryTitle{margin-bottom:10px}*/
    .DetayYeniUrun {
        width: 40px;
        height: 30px;
        line-height: 30px;
        font-size: 11px;
        border-radius: 0px 5px
    }

    .leftImage .mobileImageSlider.owl-carousel {
        float: left;
        width: 100%;
        position: relative;
    }

    .leftImage .mobileImageSlider.owl-carousel .owl-nav {
        left: -5px;
        right: -5px;
        padding: 0;
        width: calc(100% + 10px);
        top: calc(50% - 7px);
        display: block !important
    }

    .leftImage .mobileImageSlider.owl-carousel .owl-nav .owl-next {
        opacity: 1 !important;
        float: right;
    }

    .leftImage .mobileImageSlider.owl-carousel .owl-nav .owl-prev {
        opacity: 1 !important;
        float: left;
    }

    .leftImage .mobileImageSlider.owl-carousel .owl-nav span {
        border: none;
        font-size: 0 !important;
        width: 10px;
        height: 15px;
        background: transparent;
        border: none;
        line-height: 1;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: flex;
        transition: 0.5s
    }

    .leftImage .mobileImageSlider.owl-carousel .owl-nav span:hover {
        background: transparent;
    }

    .leftImage .mobileImageSlider.owl-carousel .owl-nav .owl-next span,
    .leftImage .mobileImageSlider.owl-carousel .owl-nav .owl-prev span {
        border-radius: 0;
    }

    .leftImage .mobileImageSlider.owl-carousel .owl-nav span:before {
        font-family: FontAwesome;
        color: #1B1833;
        font-size: 15px;
        font-weight: 600;
        transition: 0.5s
    }

    .leftImage .mobileImageSlider.owl-carousel .owl-nav span:hover:before {
        color: #1B1833;
    }

    .leftImage .mobileImageSlider.owl-carousel .owl-nav .owl-next span:before {
        content: '\f054';
    }

    .leftImage .mobileImageSlider.owl-carousel .owl-nav .owl-prev span:before {
        content: '\f053';
    }

    #divMarka {
        margin-bottom: 5px
    }

    #divMarka .right_line,
    #divMarka .right_line * {
        font-size: 14px;
        line-height: 18px
    }

    .ProductName h1 span {
        font-size: 14px
    }

    .RightDetail ul.rating li i.starItem {
        font-size: 10px;
        line-height: 15px
    }

    .RightDetail .PuanVerSag {
        font-size: 10px;
        line-height: 15px
    }

    #divTedarikci .left_line,
    #divUrunStokAdedi .left_line,
    #divToplamStokAdedi .left_line,
    #divBarkod .left_line,
    #divParaPuan .left_line,
    #divTahminiTeslimatSuresi .left_line,
    #divTedarikci .center_line,
    #divUrunStokAdedi .center_line,
    #divToplamStokAdedi .center_line,
    #divBarkod .center_line,
    #divParaPuan .center_line,
    #divTahminiTeslimatSuresi .center_line,
    #divTedarikci .right_line,
    #divTedarikci .right_line *,
    #divUrunStokAdedi .right_line,
    #divToplamStokAdedi .right_line,
    #divBarkod .right_line,
    #divParaPuan .right_line,
    #divTahminiTeslimatSuresi .right_line,
    #divOzelAlan1,
    #divOzelAlan2,
    #divOzelAlan3,
    #divOzelAlan4,
    #divOzelAlan5,
    #divUrunKodu,
    #divUrunKodu span,
    #divTaksitAciklama .taksitSatir,
    #divMagazaStok a {
        line-height: 13px;
        font-size: 10px;
    }

    #divTedarikci,
    #divUrunStokAdedi,
    #divToplamStokAdedi,
    #divBarkod,
    #divParaPuan,
    #divTahminiTeslimatSuresi {
        line-height: 13px;
    }

    .RightDetail .PuanVerSag,
    .RightDetail #PuanVer {
        margin-top: 8px
    }

    #divUrunKodu,
    #divTedarikci,
    #divUrunStokAdedi,
    #divToplamStokAdedi,
    #divBarkod,
    #divParaPuan,
    #divTahminiTeslimatSuresi,
    #divOzelAlan1,
    #divOzelAlan2,
    #divOzelAlan3,
    #divOzelAlan4,
    #divOzelAlan5 {
        margin-top: 8px
    }

    #pnlFiyatlar {
        padding: 15px 0;
    }

    .PriceList {
        margin-top: 15px
    }

    #divIndirimOrani .indirimliOrani #ltrIndirimOrani {
        font-size: 14px;
        min-height: 26px;
        line-height: 26px
    }

    #divIndirimOrani .indirimliOrani:before {
        font-size: 12px;
        min-height: 26px;
        line-height: 26px
    }

    .PiyasafiyatiContent .right_line *,
    .IndirimliFiyatContent .right_line *,
    #divTurkLirasiFiyat .right_line *,
    #divIndirimsizFiyat .right_line *,
    #divKDVDahilFiyat .right_line * {
        font-size: 16px
    }

    #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: 26px
    }

    #divIndirimOrani,
    .PiyasafiyatiContent {
        margin-right: 10px
    }

    #divUrunEkSecenek,
    .RightDetail #productDetailRelated {
        margin-top: 15px
    }

    .bedenT a {
        font-size: 11px;
        line-height: 17px
    }

    #divUrunEkSecenek .eksecenekLine .left_line {
        font-size: 12px;
        line-height: 17px
    }

    #divUrunEkSecenek .eksecenekLine .right_line .size_box,
    #divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line select {
        font-size: 12px
    }

    .SayacDiv .countdown>div,
    .CargoTimer div {
        font-size: 10px
    }

    .SayacDiv,
    .CargoTimer {
        padding: 7px 13px;
        margin-bottom: 5px
    }

    #divAdetCombo .right_line,
    .RightDetail .riSingle {
        width: 100px
    }

    .RightDetail .riSingle a.riUp,
    .RightDetail .riSingle a.riDown {
        width: 30px !important
    }

    #txtbxurunSiparisAdedi,
    #divAdetCombo select {
        border-radius: 5px;
        font-size: 14px
    }

    #divKombinSatinAl a,
    .buyfast input,
    .basketBtn input {
        font-size: 14px;
        border-radius: 5px
    }

    .basketBtn {
        width: calc(100% - 100px);
        padding-left: 5px
    }

    .buyfast {
        padding: 5px 5px 0 0;
        width: calc(100% - 40px);
    }

    .BasketBtn .UFavorilerimeEkle {
        margin-top: 5px;
        width: 40px
    }

    .BasketBtn .UFavorilerimeEkle a {
        border-radius: 5px
    }

    .BasketBtn .UFavorilerimeEkle a .box1 i {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px
    }

    #txtbxurunSiparisAdedi,
    #divAdetCombo select,
    .RightDetail .riSingle a.riUp,
    .RightDetail .riSingle a.riDown,
    .basketBtn input,
    .buyfast input {
        height: 40px !important;
    }

    .Basketinp p,
    #divKombinSatinAl a,
    #divAdetCombo .left_line,
    .RightDetail .riSingle a.riUp,
    .RightDetail .riSingle a.riDown {
        line-height: 40px;
    }

    .DetailIconList {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .TopDet .product_social_icon_wrapper .PaylasTit {
        font-size: 10px;
        border-left: none;
        padding-left: 0
    }

    .ProductIcon {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-items: stretch !important;
        gap: 8px !important;
        margin: 15px 0 !important;
    }

    .ProductIcon>div {
        margin: 0 !important;
        flex: 1 1 calc(50% - 4px) !important;
        max-width: calc(50% - 4px) !important;
        background: #fdfdfd !important;
        border: 1px solid #eaeaea !important;
        border-radius: 8px !important;
        padding: 8px 10px !important;
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .ProductIcon>div>a {
        font-size: 11px !important;
        font-weight: 600 !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
    }

    .TopDet {
        margin-bottom: 10px
    }

    #divTabOzellikler .urunTabAlt {
        font-size: 12px;
    }

    .urunDetayPanel {
        padding: 2px 20px;
        background-color: transparent;
        border-radius: 0
    }

    #divEtiketler,
    body.ProductBody .keywordlist {
        margin: 40px 0 30px;
    }

    .SonGezilenUrunler {
        padding: 20px 0;
        margin: 10px 0 30px;
    }

    /**/
    .SmallImages {
        display: none !important;
    }

    .Images,
    #divVideoGoruntulemeAlan {
        width: 100%;
        display: none;
    }

    /**/
    .ticiContainer2 {
        padding-right: 15px;
        padding-left: 15px
    }

    body #headerNew .header-top .headerContainer,
    body #headerNew .header-main .headerContainer,
    body #headerNew .header-bottom .headerContainer,
    body #headerNew .newHeaderNavigation:not(.mobileStyle) .menu-list-row {
        padding-right: 15px;
        padding-left: 15px
    }

    body #mainHolder_divDesign .mobilpaddingnone .hazirBlokContent .txrow .txcol-sm,
    body #mainHolder_divDesign .mobilpaddingnone .hazirBlokContent .txrow .txcol-sm-1,
    body #mainHolder_divDesign .mobilpaddingnone .hazirBlokContent .txrow .txcol-sm-2,
    body #mainHolder_divDesign .mobilpaddingnone .hazirBlokContent .txrow .txcol-sm-3,
    body #mainHolder_divDesign .mobilpaddingnone .hazirBlokContent .txrow .txcol-sm-4,
    body #mainHolder_divDesign .mobilpaddingnone .hazirBlokContent .txrow .txcol-sm-5,
    body #mainHolder_divDesign .mobilpaddingnone .hazirBlokContent .txrow .txcol-sm-6,
    body #mainHolder_divDesign .mobilpaddingnone .hazirBlokContent .txrow .txcol-sm-7,
    body #mainHolder_divDesign .mobilpaddingnone .hazirBlokContent .txrow .txcol-sm-8,
    body #mainHolder_divDesign .mobilpaddingnone .hazirBlokContent .txrow .txcol-sm-9,
    body #mainHolder_divDesign .mobilpaddingnone .hazirBlokContent .txrow .txcol-sm-10,
    body #mainHolder_divDesign .mobilpaddingnone .hazirBlokContent .txrow .txcol-sm-11,
    body #mainHolder_divDesign .mobilpaddingnone .hazirBlokContent .txrow .txcol-sm-12,
    body #mainHolder_divDesign .mobilpaddingnone .hazirBlokContent .txrow .txcol-12,
    body #mainHolder_divDesign .mobilpaddingnone.t-vw-8 .ticiContainer {
        padding: 0 !important
    }

    body #mainHolder_divDesign .ticiContainer {
        padding: 0 15px !important;
    }

    body #mainHolder_divDesign .ticiContainer.hazirBlokContent .txrow .txcol-sm {
        padding: 0 !important;
    }

    body #mainHolder_divDesign .hazirBlokContent .txrow .txcol-12 {
        padding: 0 !important;
    }

    body #mainHolder_divDesign .t-vw-9 .hazirBlokContent .txcol-sm-12 {
        padding: 0 !important;
    }

    body #mainHolder_divDesign [class*="t-pb-"] {
        margin-bottom: 40px !important;
    }

    body #mainHolder_divDesign section.mobilbottomnone[class*="t-pb-"] {
        margin-bottom: 0 !important;
    }

    body #mainHolder_divDesign section.mobilbottom10[class*="t-pb-"] {
        margin-bottom: 10px !important;
    }

    body .footerTemp section.elementor-section .elementor-container {
        padding-right: 15px;
        padding-left: 15px
    }

    body #mainHolder_divDesign .hazirBlokContent .txrow .txcol-sm-6.box-t-mb-15 {
        margin-bottom: 15px !important;
    }

    /**/
}

@media screen and (min-width:0px) and (max-width:384px) {
    .productPrice .discountIcon {
        display: none;
    }
}

/* ========================================================= */
/* IOTSAN MIGRATION: COLOR + HEADER MIDDLE + TICKER          */
/* ========================================================= */

:root {
    --iotsan-primary: #ff6f00; /* Vibrant metallic orange */
    --iotsan-primary-hover: #e65100;
    --iotsan-primary-grad: linear-gradient(135deg, #ff8c00 0%, #ff5500 50%, #d84315 100%); /* Metallic orange gradient */
    --iotsan-dark: #070d19; /* Ultra dark luxury space navy */
    --iotsan-dark-grad: linear-gradient(180deg, #0e172a 0%, #070d19 100%); /* Deep navy gradient */
    --iotsan-text: #1f2937;
    --iotsan-muted: #64748b;
    --iotsan-soft: #f1f5f9;
    --iotsan-metallic-light: linear-gradient(135deg, #ffffff 0%, #e2e8f0 50%, #cbd5e1 100%);
    --iotsan-glass: rgba(7, 13, 25, 0.75);
    
    /* Box Shadows & Glows */
    --iotsan-shadow-primary: 0 4px 20px rgba(255, 111, 0, 0.35);
    --iotsan-shadow-dark: 0 4px 20px rgba(7, 13, 25, 0.4);
    --iotsan-border-accent: 1px solid rgba(255, 111, 0, 0.25);
    --iotsan-border-light: 1px solid rgba(255, 255, 255, 0.1);
}

body {
    color: var(--iotsan-text);
}

a:hover {
    color: var(--iotsan-primary);
}

/* Custom Premium Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #070d19;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff8c00 0%, #d84315 100%);
    border-radius: 5px;
    border: 2px solid #070d19;
}

::-webkit-scrollbar-thumb:hover {
    background: #ff6f00;
}

/* Main theme color migration from iotsan */
.HeaderTop,
.HeaderMenu,
.navigation,
.navUl,
.footer,
.footerBottom {
    background: var(--iotsan-dark-grad) !important;
}

.HeaderMenu li a,
.navigation .navUl>li>a {
    color: #e2e8f0 !important;
}

/* Theme's visible horizontal menu uses .menualan links */
.menualan ul li a {
    color: #e2e8f0 !important;
}

.menualan ul li a:hover {
    color: var(--iotsan-primary) !important;
}

.HeaderMenu li a:hover,
.navigation .navUl>li>a:hover {
    color: var(--iotsan-primary) !important;
}

.button,
.basketBtn input,
.buyfast input,
.userLoginBtn,
.userSignBtn,
.mycartIcon a,
.mycartIcon input,
#btnKelimeAra {
    background: var(--iotsan-primary-grad) !important;
    color: #fff !important;
    border: 1px solid #ff6f00 !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 8px rgba(255, 111, 0, 0.2) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1;
}

/* Button Shimmer Overlay */
.button::after,
.basketBtn input::after,
.buyfast input::after,
.userLoginBtn::after,
.userSignBtn::after,
.mycartIcon a::after,
.mycartIcon input::after,
#btnKelimeAra::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    transition: all 0.75s ease;
    z-index: -1;
}

.button:hover::after,
.basketBtn input:hover::after,
.buyfast input:hover::after,
.userLoginBtn:hover::after,
.userSignBtn:hover::after,
.mycartIcon a:hover::after,
.mycartIcon input:hover::after,
#btnKelimeAra:hover::after {
    left: 150%;
    transition: all 0.75s ease;
}

.button:hover,
.basketBtn input:hover,
.buyfast input:hover,
.userLoginBtn:hover,
.userSignBtn:hover,
.mycartIcon a:hover,
.mycartIcon input:hover,
#btnKelimeAra:hover {
    background: var(--iotsan-dark-grad) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    box-shadow: var(--iotsan-shadow-dark) !important;
    transform: translateY(-2px) !important;
}

.productItem .discountPrice span,
.IndirimliFiyatContent .right_line *,
#divTurkLirasiFiyat .right_line * {
    color: var(--iotsan-primary) !important;
}

.productItem .regularPrice span,
.PiyasafiyatiContent .right_line * {
    color: var(--iotsan-muted) !important;
}

.productItem .productName a {
    color: var(--iotsan-text) !important;
}

.productItem .productPoints .rating i,
.RightDetail ul.rating li i.starItem,
.RightDetail ul.rating li.filled i {
    color: var(--iotsan-primary) !important;
}

.discountIcon {
    background: var(--iotsan-primary-grad) !important;
    color: #fff !important;
    box-shadow: 0 2px 5px rgba(255, 111, 0, 0.3) !important;
    border-radius: 4px !important;
}

.newIcon {
    background: var(--iotsan-dark-grad) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 4px !important;
}

/* Premium Product Card Elevations */
.productItem {
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    background: #ffffff !important;
}

.productItem:hover {
    transform: translateY(-6px) scale(1.01) !important;
    border-color: rgba(255, 111, 0, 0.3) !important;
    box-shadow: 0 12px 30px rgba(7, 13, 25, 0.12), 0 0 15px rgba(255, 111, 0, 0.1) !important;
}

.productItem .productImage {
    overflow: hidden !important;
}

.productItem .productImage img {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.productItem:hover .productImage img {
    transform: scale(1.06) !important;
}

/* Header middle area layout from iotsan */
.headerContent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.headerContent .welcome,
.headerContent .mycart,
.headerContent .HeaderFavori {
    display: inline-flex;
    align-items: center;
}

.headerContent .welcome a,
.headerContent .mycart a,
.headerContent .HeaderFavori {
    color: var(--iotsan-text) !important;
    font-weight: 500 !important;
    transition: color 0.2s ease;
}

.headerContent .welcome a:hover,
.headerContent .mycart a:hover,
.headerContent .HeaderFavori:hover {
    color: var(--iotsan-primary) !important;
}

.mycart .sepetUrunSayisi {
    background: var(--iotsan-primary-grad) !important;
    color: #fff !important;
    box-shadow: 0 2px 5px rgba(255, 111, 0, 0.3) !important;
}

#txtbxArama {
    border-color: var(--iotsan-soft) !important;
    border-radius: 6px 0 0 6px !important;
    transition: all 0.3s ease !important;
}

#txtbxArama:focus {
    border-color: var(--iotsan-primary) !important;
    box-shadow: 0 0 0 3px rgba(255, 111, 0, 0.15) !important;
}

#btnKelimeAra {
    background: var(--iotsan-primary-grad) !important;
    border-radius: 0 6px 6px 0 !important;
}

#btnKelimeAra:hover {
    background: var(--iotsan-dark-grad) !important;
}

/* iotsan ticker */
.tech-ticker-wrap {
    display: none !important;
}

@media (max-width: 1041px) {
    .headerContent {
        gap: 10px;
    }

    .headerContent .welcome a,
    .headerContent .mycart a,
    .headerContent .HeaderFavori {
        font-size: 12px;
    }
}

/* Hotfix: restore category menu under search bar on desktop */
@media (min-width: 1101px) {
    .menualan {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative;
        z-index: 20;
    }

    .menualan ul {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 24px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        overflow: visible !important;
    }

    .menualan ul li {
        display: flex !important;
        align-items: center !important;
    }

    .menualan ul li a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 56px !important;
        color: #e2e8f0 !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        white-space: nowrap;
        text-decoration: none !important;
    }

    .menualan ul li a:hover {
        color: var(--iotsan-primary) !important;
    }
}

/* ========================================================= */
/* --- TİCİMAX KATEGORİ AĞACINI ZORLA YATAY YAPMA YAMASI --- */
/* ========================================================= */

/* 1. Kategori Kutusunu Görünür Yap ve Lacivert Bant Ekle */
.newHeaderNavigation,
#headerNew .newHeaderNavigation {
    display: block !important;
    position: static !important;
    background: var(--iotsan-dark-grad) !important;
    width: 100% !important;
    min-height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-bottom: 2px solid var(--iotsan-primary) !important;
}

/* Glassmorphic Sticky Header */
#headerNew.fixed {
    background: rgba(7, 13, 25, 0.85) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(255, 111, 0, 0.3) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37) !important;
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    z-index: 9999 !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

#headerNew.fixed .newHeaderNavigation {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* 2. Dikey (Sütun) Kategorileri YATAY (Satır) Olarak Diz! */
.newHeaderNavigation .newHeaderNavUl,
#headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    max-width: 1240px !important;
    height: auto !important;
}

/* 3. Link Tasarımlarını Jilet Gibi Yap */
.newHeaderNavigation .newHeaderNavUl>li,
#headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl>li {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
}

.newHeaderNavigation .newHeaderNavUl>li>a,
#headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl>li>a {
    color: #e2e8f0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 15px 20px !important;
    display: block !important;
    width: auto !important;
    min-height: auto !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

/* Üzerine Gelince Otonom Turuncu Parlama */
.newHeaderNavigation .newHeaderNavUl>li>a:hover,
#headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl>li>a:hover {
    color: var(--iotsan-primary) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

/* 4. Rakibin Kırık Resimlerini, Ok İşaretlerini ve Menü Fazlalıklarını Gizle */
.newHeaderNavigation .newHeaderNavUl>li>a:after,
.newHeaderNavigation .newHeaderNavUl>li>a img,
.menu-wrap,
.menualan ul li.tumbtn {
    display: none !important;
}

@media (max-width: 1100px) {
    .menualan {
        display: none !important;
    }
}

/* Push the category layout and filters down on category pages on desktop */
#headerNew {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    z-index: 100 !important;
    clear: both !important;
}

#headerNew::after {
    content: "";
    display: table;
    clear: both;
}

body.CategoryBody {
    padding-top: 0px !important;
}

body.CategoryBody #divIcerik {
    margin-top: 10px !important;
}

body.CategoryBody .CategoryContent,
body.CategoryBody .middleTopBlock {
    margin-top: 5px !important;
}

body.CategoryBody .categoryTitle {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

body.CategoryBody .LeftMiddle,
body.CategoryBody .leftBlock,
body.CategoryBody .centerCount {
    margin-top: 10px !important;
}

@media (min-width: 1101px) {
    body.CategoryBody {
        padding-top: 0px !important;
    }
    
    body.CategoryBody #divIcerik {
        margin-top: 15px !important;
    }
}


/* Back to Top Circular Progress styling */
#back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}

/* Remove top gap where ticker used to be */
.htop-top, 
.htopslide, 
.tech-ticker-wrap,
#divTicimaxTop {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

body #headerNew .header-wrapper .header-top {
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

body #headerNew .header-wrapper .header-top .flex-col.flex-center .html {
    display: none !important;
}


#back-to-top a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #070d19 !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(255, 111, 0, 0.2) !important;
    transition: all 0.3s ease !important;
    position: relative;
}

#back-to-top a:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35), 0 0 10px rgba(255, 111, 0, 0.6) !important;
    background: var(--iotsan-primary-grad) !important;
}

#back-to-top a svg {
    width: 20px !important;
    height: 20px !important;
    transition: fill 0.3s ease;
}

#back-to-top a:hover svg path {
    stroke: #ffffff !important;
}

/* Premium Toast Notifications */
.premium-toast-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}

.premium-toast {
    pointer-events: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 320px;
    padding: 16px 20px;
    background: rgba(7, 13, 25, 0.95);
    border: 1px solid rgba(255, 111, 0, 0.4);
    border-radius: 12px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 111, 0, 0.15);
    backdrop-filter: blur(10px);
    transform: translateX(120%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.premium-toast.active {
    transform: translateX(0);
    opacity: 1;
}

.premium-toast-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--iotsan-primary-grad);
    color: #ffffff;
    box-shadow: 0 0 10px rgba(255, 111, 0, 0.4);
}

.premium-toast-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.premium-toast-content {
    flex-grow: 1;
}

.premium-toast-title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
}

.premium-toast-message {
    font-size: 12px;
    color: #cbd5e1;
}

.premium-toast-close {
    cursor: pointer;
    color: #94a3b8;
    transition: color 0.2s;
}

.premium-toast-close:hover {
    color: #ff6f00;
}

.premium-toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--iotsan-primary-grad);
    width: 100%;
    border-radius: 0 0 0 12px;
    animation: toast-progress-bar 4s linear forwards;
}

@keyframes toast-progress-bar {
    to {
        width: 0%;
    }
}

/* Premium Lively Filter Panel Styling */
.category-vertical-filters .vertical-filter-panel {
    background: #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-radius: 12px !important;
    padding: 18px 15px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 12px rgba(7, 13, 25, 0.03) !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.category-vertical-filters .vertical-filter-panel:hover {
    box-shadow: 0 8px 24px rgba(7, 13, 25, 0.08) !important;
    border-color: rgba(255, 111, 0, 0.25) !important;
}

.category-vertical-filters .vertical-filter-panel .panel-heading {
    border-bottom: 1px solid #f1f5f9 !important;
    padding-bottom: 10px !important;
    margin-bottom: 12px !important;
    position: relative !important;
}

.category-vertical-filters .vertical-filter-panel .panel-heading a {
    color: var(--iotsan-dark) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    transition: color 0.2s ease;
}

.category-vertical-filters .vertical-filter-panel .panel-heading a:hover {
    color: var(--iotsan-primary) !important;
}

/* Micro-interaction on filter item hover */
.category-vertical-filters .vertical-filter-panel .list-group-item {
    padding: 8px 10px !important;
    transition: all 0.2s ease !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
}

.category-vertical-filters .vertical-filter-panel .list-group-item:hover {
    background: rgba(255, 111, 0, 0.05) !important;
    transform: translateX(5px) !important;
}

.category-vertical-filters .vertical-filter-panel .list-group-item a {
    color: #4b5563 !important;
    font-size: 13px !important;
    transition: color 0.2s ease !important;
    display: inline-block !important;
    width: 100% !important;
}

.category-vertical-filters .vertical-filter-panel .list-group-item:hover a {
    color: var(--iotsan-primary) !important;
}

/* Custom styled selected states for filter options */
.category-vertical-filters .vertical-filter-panel .list-group-item.selected {
    background: rgba(255, 111, 0, 0.08) !important;
}

.category-vertical-filters .vertical-filter-panel .list-group-item.selected a {
    color: var(--iotsan-primary) !important;
    font-weight: 600 !important;
}

/* Price Range Slider enhancement */
.category-vertical-filters .slider-range .ui-slider-range {
    background: var(--iotsan-primary-grad) !important;
}

.category-vertical-filters .slider-range .ui-slider-handle {
    border: 2px solid var(--iotsan-primary) !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 6px rgba(255, 111, 0, 0.4) !important;
    transition: transform 0.2s ease !important;
}

.category-vertical-filters .slider-range .ui-slider-handle:hover {
    transform: scale(1.2) !important;
}

/* ==========================================================================
   Tavsiye Et (Recommend to Friend) & Yorum Yaz (Comment) Popup/Form Styles
   ========================================================================== */

/* Main Containers */
#divUrunTavsiyeEt, 
.urunTavsiyeEtWrapper, 
div[id*="divUrunTavsiyeEt"],
#divUrunYorumYaz,
.urunYorumYazWrapper,
div[id*="divUrunYorumYaz"] {
    width: 100% !important;
    max-width: 550px !important;
    margin: 0 auto !important;
    padding: 24px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
    border-radius: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* Ensure outer wrappers/modals don't overflow */
.fancybox-outer, 
.fancybox-inner {
    border-radius: 12px !important;
}

/* Form Tables & Layout */
#divUrunTavsiyeEt table, 
.urunTavsiyeEtWrapper table,
#divUrunYorumYaz table,
.urunYorumYazWrapper table {
    width: 100% !important;
    border-collapse: collapse !important;
}

#divUrunTavsiyeEt td, 
.urunTavsiyeEtWrapper td,
#divUrunYorumYaz td,
.urunYorumYazWrapper td {
    display: block !important;
    width: 100% !important;
    padding: 6px 0 !important;
    text-align: left !important;
    box-sizing: border-box !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    color: #4b5563 !important;
}

/* Input Fields & Textareas */
#divUrunTavsiyeEt input[type="text"], 
#divUrunTavsiyeEt input[type="email"], 
#divUrunTavsiyeEt textarea, 
.urunTavsiyeEtWrapper input[type="text"], 
.urunTavsiyeEtWrapper textarea,
#divUrunYorumYaz input[type="text"],
#divUrunYorumYaz textarea,
.urunYorumYazWrapper input[type="text"],
.urunYorumYazWrapper textarea {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    color: #1f2937 !important;
    background-color: #f9fafb !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
    font-family: 'Montserrat', sans-serif !important;
}

#divUrunTavsiyeEt input[type="text"]:focus, 
#divUrunTavsiyeEt input[type="email"]:focus, 
#divUrunTavsiyeEt textarea:focus,
#divUrunYorumYaz input[type="text"]:focus,
#divUrunYorumYaz textarea:focus {
    border-color: #ff8c00 !important;
    background-color: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.15) !important;
}

#divUrunTavsiyeEt textarea,
#divUrunYorumYaz textarea {
    min-height: 100px !important;
    resize: vertical !important;
}

/* Captcha (Güvenlik Kodu) Alignment */
#divUrunTavsiyeEt img[id*="imgGuvenlik"], 
#divUrunTavsiyeEt img[id*="Captcha"],
.urunTavsiyeEtWrapper img,
#divUrunYorumYaz img[id*="imgGuvenlik"],
#divUrunYorumYaz img[id*="Captcha"] {
    max-height: 40px !important;
    border-radius: 6px !important;
    margin-bottom: 8px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

#divUrunTavsiyeEt input[id*="txtGuvenlikKodu"], 
#divUrunTavsiyeEt input[id*="Captcha"],
.urunTavsiyeEtWrapper input[id*="txtGuvenlikKodu"],
#divUrunYorumYaz input[id*="txtGuvenlikKodu"],
#divUrunYorumYaz input[id*="Captcha"] {
    width: 100% !important;
    display: block !important;
    margin-top: 5px !important;
}

/* Submit Buttons */
#divUrunTavsiyeEt input[type="submit"], 
#divUrunTavsiyeEt button, 
#divUrunTavsiyeEt a[id*="btnGonder"], 
.urunTavsiyeEtWrapper input[type="submit"], 
#divUrunYorumYaz input[type="submit"],
#divUrunYorumYaz button,
#btnGonder, 
#btnTavsiyeEt,
.btnYorumKaydet {
    display: block !important;
    width: 100% !important;
    padding: 14px 20px !important;
    background: linear-gradient(135deg, #ff8c00 0%, #d84315 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 6px rgba(216, 67, 21, 0.2) !important;
    box-sizing: border-box !important;
    margin-top: 15px !important;
}

#divUrunTavsiyeEt input[type="submit"]:hover, 
#divUrunTavsiyeEt button:hover, 
#divUrunYorumYaz input[type="submit"]:hover,
#btnGonder:hover,
.btnYorumKaydet:hover {
    background: linear-gradient(135deg, #ff9e22 0%, #e65100 100%) !important;
    box-shadow: 0 6px 12px rgba(216, 67, 21, 0.3) !important;
    transform: translateY(-1px) !important;
}

/* Popup Titles */
#divUrunTavsiyeEt .popupTitle, 
.urunTavsiyeEtWrapper .tavsiyeTitle, 
.urunTavsiyeEtWrapper h2,
#divUrunYorumYaz .popupTitle,
.urunYorumYazWrapper h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    border-bottom: 2px solid #f3f4f6 !important;
    padding-bottom: 12px !important;
}

/* Fancybox responsive override */
@media (max-width: 767px) {
    .fancybox-wrap {
        width: 94% !important;
        left: 3% !important;
        box-sizing: border-box !important;
    }
    .fancybox-inner {
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }
    .fancybox-iframe {
        width: 100% !important;
        height: 100% !important;
        box-sizing: border-box !important;
    }
}