@import url('https://fonts.googleapis.com/css2?family=UoqMunThenKhung&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap'); * {
    outline: 0px;
    box-sizing: border-box;
}

::before, ::after {
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

[role="button"] {
    cursor: pointer;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0px;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    appearance: none;
}

::-webkit-file-upload-button {
    appearance: button;
    font: inherit;
}

template {
    display: none;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

html {
    max-width: 1920px;
    margin: 0px auto;
    text-size-adjust: 100%;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Urbanist, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 0.8rem;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    appearance: button;
}

textarea {
    overflow: auto;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
    margin: 0px;
}

input[type="search"] {
    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"] {
    appearance: listbox;
}

label {
    display: inline-block;
    margin-bottom: 0px;
}

input, button, select, textarea {
    line-height: inherit;
}

img {
    display: block;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    max-width: 100%;
}

i {
    font-style: normal;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
    touch-action: manipulation;
}

a {
    text-decoration: none;
    color: rgb(102, 102, 102);
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}

a:active, a:hover {
    outline-width: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

input:-webkit-autofill {
    box-shadow: white 0px 0px 0px 50px inset;
    -webkit-text-fill-color: rgb(0, 0, 0);
}

input:-webkit-autofill:focus {
    box-shadow: white 0px 0px 0px 50px inset;
    -webkit-text-fill-color: rgb(0, 0, 0);
}

select, input {
    font-family: Urbanist, sans-serif !important;
}

button {
    appearance: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 600s ease-in-out;
}

textarea {
    resize: vertical;
    overflow: auto;
}

#divAdminPopupText {
    float: left;
    width: 100%;
}

.ProductList ul {
    margin: 0px;
    padding: 0px;
}

.blokSonYazilar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blogKategori ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blogCenter ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blogRight ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.pull-center {
    display: inline-block;
    vertical-align: top;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    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 {
    flex-basis: 0px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}

.col-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.col-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}

.col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}

.col-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}

.col-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}

.col-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
}

.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.hesabimBolumuTutucu i {
    vertical-align: middle;
    font-weight: 300;
}

.adminUserLoginBody #mainHolder_Panel1 .newuserForm > div {
    margin: 0px !important;
}

#cb3DSecureOdeme {
    margin-right: 8px;
}

#txtbxCep {
    border: 1px solid rgb(169, 169, 169);
    height: 26px;
    color: rgb(119, 119, 119);
    background-color: transparent;
}

.clear {
    clear: both;
}

.textarea {
    font-family: Urbanist, sans-serif;
    border: 1px solid rgb(169, 169, 169);
    padding: 4px;
    width: 100%;
    height: 80px;
    resize: none;
    color: rgb(119, 119, 119);
    background-color: transparent;
    transition-duration: 0.2s, 0.2s;
}

.textbox {
    font-family: Urbanist, sans-serif;
    color: rgb(102, 102, 102);
    display: block;
    font-size: 14px;
    width: 100%;
    transition-duration: 0.2s, 0.2s;
}

.button {
    font-family: Urbanist, sans-serif;
    cursor: pointer;
    color: rgb(255, 255, 255);
    padding: 4px 5px;
    transition: 0.3s;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    text-align: center;
}

.selectboxx {
    height: 26px;
    line-height: 26px;
    padding: 0px 5px;
    width: 100%;
    margin-bottom: 4px;
}

.validate, .validateSol, .validateOrta {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgb(169, 68, 66);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 0px 10px;
}

.validate .validateOk, .validateSol .validateSolOk, .validateOrta .validateOrtaOk {
    background-color: rgb(169, 68, 66);
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 10px;
    display: block;
    border-radius: 0px 0px 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-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
}

.Magazalar .magazaSelect {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 239, 240);
    color: rgb(34, 34, 34);
    font-size: 13px;
    margin-right: 20px;
    width: calc(25% - 20px);
}

.Magazalar #searchStore {
    width: 25%;
    margin: 0px;
}

.Magazalar #searchStore input {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 239, 240);
    color: rgb(34, 34, 34);
    font-size: 13px;
    width: calc(100% - 115px);
}

.Magazalar #searchStore .buton {
    width: 105px;
    background: rgb(34, 34, 34);
    border-color: rgb(34, 34, 34);
}

.Magazalar #searchStore .buton:hover {
    color: rgb(34, 34, 34);
}

.Magazalar .magazalarContent {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.Magazalar #nearStores {
    float: left;
    width: 100%;
}

.Magazalar #nearStores > h2 {
    color: rgb(34, 34, 34);
    font-size: 18px;
    font-weight: 600 !important;
}

.iletisimContent {
    float: left;
    width: 100%;
}

.iletisimContent .row {
    margin: 0px;
}

.iletisimContent .AdBan {
    float: left;
    width: 50%;
}

.iletisimContent .iletisimLeft {
    float: left;
    padding: 0px;
    margin: 0px 0px 40px;
    width: 100%;
    display: block;
}

.iletisimContent .categoryTitle {
    float: left;
    padding: 0px;
    margin: 0px 0px 30px;
    width: 100%;
    text-align: left;
}

.iletisimContent .categoryTitle .categoryTitleText {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
    text-align: left;
}

.iletisimContent .categoryTitle::after {
    clear: left;
    content: "";
    width: 70px;
    height: 1px;
    background: rgb(229, 229, 229);
    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: rgb(52, 52, 52);
    font-size: 14px;
    line-height: 20px;
}

.iletisimContent .iletisimLeft .Right::before {
    color: rgb(186, 186, 186);
    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: 0px;
    margin: 0px;
    width: 100%;
}

.iletisimContent .iletisimRight .iletisimbanka {
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0px;
}

.iletisimContent .iletisimRight .iletisimbanka .span {
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0px;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div {
    display: block;
    font-size: 0px;
    border-bottom: 1px solid rgb(229, 229, 229);
    padding: 0px 0px 20px;
    margin: 0px 0px 20px;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div span {
    display: inline-block;
    vertical-align: top;
    color: rgb(52, 52, 52);
    font-size: 14px;
    width: auto !important;
}

.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: 0px;
    margin: 0px;
    width: 100%;
}

.iletisimContent .iletisimForm .rowLeft .span {
    float: left;
    padding: 0px;
    margin: 0px 0px 10px;
    width: 100%;
}

.iletisimContent .iletisimForm .rowLeft .span .Center {
    display: none;
}

.iletisimContent .iletisimForm .rowLeft .span .Left {
    display: block;
    font-size: 12px;
    color: rgb(34, 34, 34);
    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: rgb(227, 227, 227);
    background: transparent;
    width: 100%;
    border-style: solid;
    border-width: 1px;
}

.iletisimContent .iletisimForm .rowRight {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.iletisimContent .iletisimForm .rowRight .span {
    float: left;
    padding: 0px;
    margin: 0px 0px 10px;
    width: 100%;
}

.iletisimContent .iletisimForm .rowRight .span .Center {
    display: none;
}

.iletisimContent .iletisimForm .rowRight .span .Left {
    display: block;
    font-size: 12px;
    color: rgb(34, 34, 34);
    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: rgb(227, 227, 227);
    background: transparent;
    padding: 0px 10px;
    border-style: solid;
    border-width: 1px;
}

.iletisimContent .iletisimForm .rowRight .span .Right textarea {
    border-color: rgb(227, 227, 227);
    background: transparent;
    padding: 10px;
}

.iletisimContent .iletisimForm .rowRight .iletisimBtn {
    margin-top: 20px;
}

.iletisimContent .iletisimForm .rowRight .iletisimBtn input {
    padding: 0px;
    display: block;
    height: 55px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.iletisimContent .validate .validateOk, .iletisimContent .validateSol .validateSolOk, .iletisimContent .validateOrta .validateOrtaOk {
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 13, 13);
    border-radius: 2px;
}

.iletisimContent .validate, .iletisimContent .validateSol, .iletisimContent .validateOrta {
    inset: auto 0px 0px;
    display: block;
    border-radius: 2px;
}

.uyeOlContainer .FormTitle {
    display: block;
    margin: 20px 0px;
    font-size: 26px;
    text-align: center;
}

.uyeOlContainer #FrmYeniUye > .uyeOlCol {
    margin: 30px 20px 0px 0px;
    padding: 30px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    width: calc(50% - 10px);
}

.uyeOlContainer #FrmYeniUye > .uyeOlCol:nth-child(2) {
    margin-right: 0px;
}

.uyeOlContainer .uyeOlRow {
    margin: 0px;
}

.uyeOlContainer .uyeOlCol .uyeOlCol {
    width: auto;
    padding: 0px;
}

.uyeOlContainer .uyeOlCol .uyeOlCol-3 {
    padding-left: 0px;
}

.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;
    border-radius: 0px;
    box-shadow: none;
    padding: 15px 0px;
    font-weight: 400;
    width: 100%;
    text-indent: 15px;
    transition-duration: 0.2s, 0.2s;
    background-color: rgb(255, 255, 255) !important;
    height: auto !important;
    border: 1px solid rgb(238, 238, 238) !important;
    color: rgb(85, 85, 85) !important;
}

.uyeOlContainer .uyeOlCol select.selectboxx {
    font-size: 14px;
    display: block;
    letter-spacing: 0.3px;
    height: auto;
    border-radius: 0px;
    box-shadow: none;
    padding: 15px 0px;
    font-weight: 400;
    width: 100%;
    text-indent: 15px;
    transition-duration: 0.2s, 0.2s;
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(238, 238, 238) !important;
    color: rgb(85, 85, 85) !important;
}

.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 0px;
    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 0px;
    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: 0px !important;
}

.uyeOlContainer #chkSozlesme + label {
    width: calc(100% - 20px);
    float: right;
    line-height: 15px;
    font-size: 13px;
}

.userContainer {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

.userContainer .userDivLeft, .userContainer .userDivRight {
    padding: 0px;
}

.userContainer .userMail, .userContainer .userSms, .userContainer .userSozlesmeDiv {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
}

.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: 0px;
    padding: 25px;
}

.userContainer .userLoginBtn, .userContainer .userSignBtn {
    float: left;
    width: 100%;
}

.userContainer .uyeGirisBeniHatirla {
    margin: 20px 0px;
}

.userContainer .uyeGirisBeniHatirla input, .userContainer .uyeGirisBeniHatirla span {
    float: left;
}

.userContainer .uyeGirisBeniHatirla input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.userContainer .userPassBtn {
    margin: 20px 0px;
}

.pageSifremiUnuttum.SifremiUnuttumContent .SifremiUnuttum p {
    line-height: 25px;
}

.pageSifremiUnuttum.SifremiUnuttumContent .SifremiUnuttum .userWrapper {
    float: left;
    margin-bottom: 20px;
}

.userLogin {
    float: left;
    width: 100%;
    text-align: center;
    margin: 50px 0px;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik {
    display: inline-block;
    vertical-align: top;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title {
    color: rgb(0, 0, 0);
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title::before {
    content: '\f00c';
    font-family: FontAwesome;
    display: block;
    font-size: 40px;
    color: rgb(9, 125, 45);
    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 0px;
    display: inline-block;
    vertical-align: top;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik a {
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

#divTaksitContainer {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.urunOzellik .taksitWrapper .taksitBlock .taksitBlockContent {
    max-width: 100%;
}

#lang_flag_container {
    right: auto;
    bottom: auto;
    float: right;
    margin-left: 25px;
    top: 0px !important;
    left: 0px !important;
    z-index: 9999 !important;
    position: relative !important;
}

#lang_flag_container::after {
    position: absolute;
    width: 100%;
    right: 0px;
    top: 18px;
    height: 20px;
    content: "";
    display: none;
}

#lang_flag_container #lang-detail {
    display: none;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    left: auto !important;
    top: 100% !important;
    border-top-width: medium !important;
    border-top-style: none !important;
    border-top-color: currentcolor !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 7px 10px -2px !important;
}

#lang_flag_container:hover #lang-detail {
    visibility: visible;
    opacity: 1;
    transform: none;
    display: block !important;
}

#lang_flag_container:hover::after {
    display: block;
}

#lang {
    float: left;
    font-weight: normal;
    color: rgb(0, 0, 0) !important;
    font-size: 14px !important;
    padding: 0px 0px 0px 25px !important;
    line-height: 13px !important;
}

#lang span {
    font-weight: normal;
    float: left;
    line-height: 13px !important;
}

#lang_flag_container:hover #lang {
    color: rgb(0, 0, 0) !important;
    font-weight: normal;
}

#langHover {
    float: left;
    padding: 8.5px 0px !important;
}

#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;
}

#back-to-top {
    float: right;
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 9999;
    display: none;
}

#back-to-top a {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgb(0, 0, 0);
    fill: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

#back-to-top a svg {
    height: 25px;
    display: none;
}

#back-to-top a::before {
    content: "\f062";
    font-size: 20px;
    font-family: fontAwesome;
    color: rgb(255, 255, 255);
    font-weight: 100 !important;
}

.homeContainer .ProductListContent {
    float: left;
    width: 100%;
    margin: 30px 0px;
    position: relative;
}

.homeContainer .ProductListContent .ProductList {
    display: block;
    margin: 0px auto;
}

.homeContainer .ProductListContent .ItemOrj {
    padding: 0px 10px;
    margin-bottom: 20px;
    width: 25%;
    max-width: 25%;
}

.homeContainer .ProductListContent .productItem {
    margin-bottom: 0px;
}

.categoryContainer .ProductList.PlSc_hrz .ItemOrj {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
}

.categoryContainer .ProductList.PlSc_2 .ItemOrj {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
}

.categoryContainer .ProductList.PlSc_3 .ItemOrj {
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
}

.categoryContainer .ProductList.PlSc_4 .ItemOrj {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
}

.categoryContainer .ProductList.PlSc_5 .ItemOrj {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
}

.ProductListContent {
    float: left;
    width: 100%;
}

.categoryContainer .ProductListContent {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    float: none;
}

.categoryContainer .ProductList {
    margin: 0px -10px;
}

.categoryContainer .ProductListContent .productItem {
    margin-bottom: 15px;
}

.ItemOrj {
    float: left;
    padding: 0px 7.5px;
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
}

.productItem {
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.productItem .productIcon {
    width: 100%;
    float: left;
}

.productItem .productImage {
    position: relative;
    width: 100%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}

.productItem .productImage a, body .productItem .productImage a.Videolu {
    display: block;
    position: relative;
    padding-bottom: 110%;
}

.productItem .productImage img, .productItem .productImage .Videolu video {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    border-radius: 0px;
    transition: 1s;
    position: absolute;
    inset: 0px;
    margin: auto;
}

.productItem .productDetail {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    height: 115px;
}

.cargoIcon {
    color: #19B71E;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    float: left;
    clear: both;
}

#mainHolder_divDesign .productItem .productImage.productImageOwlSlider .productList-Image-Owl.owl-carousel .owl-nav, .productItem .productImage.productImageOwlSlider .productList-Image-Owl.owl-carousel .owl-nav {
    display: none !important;
}

.boxUrunlerContent {
    position: absolute;
    bottom: 15px;
    left: 0px;
}

.boxUrunlerContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.boxUrunlerContainer a.boxUrunResimContent img {
    width: 15px;
    height: 15px;
}

.productItem .productName {
    position: relative;
    margin: 0px;
    float: left;
    width: 100%;
}

.productItem .productName a {
    float: left;
    width: 100%;
    padding: 0px;
    font-weight: 400;
    font-size: 13px;
    color: rgb(0, 0, 0);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;
    text-align: left;
    height: 32px !important;
}

.productOnYazi {
    float: left;
    color: rgb(123, 123, 123);
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}

.productOnYazi span {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
    height: 40px !important;
}

.productItem .productPrice {
    vertical-align: top;
    position: relative;
    margin: 5px 0px 0px;
    bottom: 0px;
    display: flex;
    float: left;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 10px;
    align-items: center;
}

.productItem .discountPrice {
    display: block;
    float: right;
}

.productItem .discountPrice span {
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
}

.productItem .productPrice.IndirimVar .discountPrice span {
    color: #C81429;
}

.productItem .discountKdv, .productItem .regularKdv {
    display: none;
}

.productItem .regularPrice {
    display: block !important;
    float: left;
}

.productItem .regularPrice span {
    font-size: 15px;
    color: #8B8B8B;
    line-height: 15px;
    font-weight: normal;
    text-decoration: line-through;
    text-wrap-mode: nowrap;
}

/* .KatSepetFiyat {color: rgb(255, 255, 255); font-size: 12px; font-weight: 500; padding: 3px 5px; background: rgb(230, 80, 72); float: left; } */
.productItem.FirsatInd .productPrice.IndirimVar .discountIcon, .productItem.FirsatInd .productPrice.IndirimVar .discountPrice {
    display: none;
}

.productItem.FirsatInd .productPrice:not(.IndirimVar) .discountPrice span {
    font-size: 14px;
    color: rgb(152, 143, 142);
    line-height: 21px;
    font-weight: normal;
    text-decoration: line-through;
    text-wrap-mode: nowrap;
}

.productItem .productPoints {
    float: left;
    width: auto;
    clear: none;
    margin-bottom: 3px;
    margin-right: 8px;
    margin-top: 5px;
}

.productItem .productPoints .rating {
    margin: 0px;
}

.productItem .productPoints .rating i {
    color: rgb(202, 202, 202);
    font-size: 17px;
    margin-right: 1px;
}

.productItem .productPoints .rating i:last-child {
    margin-right: 0px;
}

.productYeInUcFi {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    z-index: 9;
    align-items: start;
}

.productYeInUcFi .TukendiIco {
    display: block;
}

.newIcon.tip {
    width: 46px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    overflow: hidden;
    padding: 0px 10px;
    background: #DD8417;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
}

.discountIcon_s1:before {
    content: "-";
}

.discountIcon.tip {
    justify-content: center;
    background: #C81429;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 3px;
    padding: 8px 6px;
}

/* .ozelAlan1 {background: rgb(230, 80, 72); color: rgb(255, 255, 255); font-size: 11px; font-weight: 500; padding: 4px 10px !important; } */
.productItem .productPoints [data-rating^="1"] .star-1 {
    color: rgb(222, 178, 34);
}

.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: rgb(222, 178, 34);
}

.productItem .productPoints [data-rating^="2"] .star-1 {
    color: rgb(222, 178, 34);
}

.productItem .productPoints [data-rating^="2"] .star-2 {
    color: rgb(222, 178, 34);
}

.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: rgb(222, 178, 34);
}

.productItem .productPoints [data-rating^="3"] .star-1 {
    color: rgb(222, 178, 34);
}

.productItem .productPoints [data-rating^="3"] .star-2 {
    color: rgb(222, 178, 34);
}

.productItem .productPoints [data-rating^="3"] .star-3 {
    color: rgb(222, 178, 34);
}

.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: rgb(222, 178, 34);
}

.productItem .productPoints [data-rating^="4"] .star-1 {
    color: rgb(222, 178, 34);
}

.productItem .productPoints [data-rating^="4"] .star-2 {
    color: rgb(222, 178, 34);
}

.productItem .productPoints [data-rating^="4"] .star-3 {
    color: rgb(222, 178, 34);
}

.productItem .productPoints [data-rating^="4"] .star-4 {
    color: rgb(222, 178, 34);
}

.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: rgb(222, 178, 34);
}

.productItem .productPoints [data-rating="5"] i {
    color: rgb(222, 178, 34);
}

.productDetail .productPointTxt {
    float: left !important;
    width: auto !important;
    margin-top: 5px;
    font-size: 12px !important;
    display: flex;
}

.productDetail .productPointTxt:before {
    content: "(" !important;
    display: block !important;
    font-family: 'Urbanist' !important;
    font-size: 12px !important;
    line-height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.productDetail .productPointTxt:after {
    content: ")";
    display: block !important;
}

.productDetail .productPointTxt::before {
    display: none;
}

.favori, .examineIcon, .discountIcon div, .mycartIcon {
    z-index: 3;
    display: none;
}

.discountIcon_s2 {
    display: none;
}

.favori a, .examineIcon a, .mycartIcon a {
    display: block;
}

.mycartIcon {
    display: flex !important;
    position: absolute;
    bottom: 10px;
    width: 100%;
    /* height: 25px; */
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
}

.mycartIcon a {
    display: flex !important;
    width: 100%;
    height: 30px;
    background: #F8F8F8;
    border: 1px solid #DCDADA;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #000;
}

.mycartIcon a {
    display: flex;
    align-items: center;
    justify-content: center
}

.mycartIcon a span {
    /* font-size: 0; */
}

.mycartIcon a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M5.54639 8.68643H8.61779' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.08203 10.2221V7.15073' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.25108 12.3658C2.97278 13.2354 4.316 13.2354 7.00244 13.2354H7.43631C10.1227 13.2354 11.466 13.2354 12.1877 12.3658C12.9094 11.4962 12.6618 10.176 12.1668 7.53557C11.8147 5.65784 11.6386 4.71897 10.9703 4.16431C10.302 3.60965 9.34676 3.60965 7.43631 3.60965H7.00244C5.09199 3.60965 4.13676 3.60965 3.46843 4.16431C2.80011 4.71897 2.62407 5.65784 2.27199 7.53557C1.77691 10.176 1.52937 11.4962 2.25108 12.3658Z' stroke='black'/%3E%3Cpath d='M5.41455 3.60966V3.00805C5.41455 2.01127 6.2226 1.20322 7.21938 1.20322C8.21616 1.20322 9.02421 2.01127 9.02421 3.00805V3.60966' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mycartIcon a:hover {
    background: #000;
    color:#fff;
}

.mycartIcon a:hover:before {
    filter: invert(1)
}


.TukendiIco {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: none;
}

.StokYok .cargoIcon, .StokYok .firsatIcon, .StokYok .newIcon {
    display: none !important;
}

body .productItem .divVideoPlayButton {
    position: absolute;
    inset: 0px;
    width: 40px;
    height: 40px;
    margin: auto;
    overflow: hidden;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay {
    color: rgb(255, 255, 255);
    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: 0px;
    text-shadow: rgb(132, 132, 132) 0px 0px 4px;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i.fa-play-circle-o:before {
    content: '\f144';
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i.fa-pause-circle-o:before {
    content: '\f28b';
}

.productItem .urunListeAdet, .productItem.StokYok .urunListeAdet, .productIcon .quickViewIco, .productItem:hover .productIcon .quickViewIco {
    display: none !important;
}

.Block_Title {
    display: none;
}

.noProduct {
    width: 212px;
    height: 214px;
    background: url("/Uploads/Images/urunyok.png") center center no-repeat !important;
}

.noProduct * {
    display: none !important;
}

#divUstFiltreKategori {
    display: none;
}

#divUstFiltreMarka {
    display: none;
}

.categorydesign {
    color: rgb(0, 0, 0);
    font-size: 13px;
    line-height: 22px;
    max-width: 1240px;
    margin: 7px auto;
}

.categorydesign .Blok {
    margin: 0px;
}

.leftBlock .categorydesign {
    display: block;
}

.categorydesign * {
}

.categorydesign strong {
    font-weight: bold;
}

.categorydesign strong * {
    font-weight: bold;
}

.categorydesign img {
    display: inline-block;
    vertical-align: middle;
}

.breadList.breadActive {
    display: none !important;
}

.breadcrumbContent {
    float: left;
}

body ul.breadcrumb {
    margin: 0px auto;
    padding: 0px;
    border-radius: 0px;
    float: none;
    list-style: none;
    clear: none;
    display: block !important;
}

body ul.breadcrumb * {
    color: #787878;
    float: left;
    font-weight: normal;
    font-size: 13px !important;
    line-height: 12px !important;
}

body ul.breadcrumb li {
    vertical-align: middle;
    font-size: 0px !important;
    float: none !important;
}

body ul.breadcrumb li::after {
    content: "\f054";
    display: inline-block;
    margin: 0px 5px;
    color: #787878;
    font-size: 10px;
    line-height: 12px;
    float: left;
    font-family: 'FontAwesome';
}

body ul.breadcrumb li:nth-last-of-type(1)::after {
    display: none;
}

body ul.breadcrumb li:nth-last-of-type(1) * {
    /* color: rgb(0, 0, 0); */
}

body a#linkOncekiSayfa {
    line-height: 30px;
    display: none;
    color: rgb(0, 0, 0);
    font-weight: normal;
    font-size: 12px !important;
}

.leftImage a#linkOncekiSayfa {
    display: none;
}

.categoryTitleText {
    float: left;
    width: 100%;
}

.categoryTitle {
    float: left;
    width: 100%;
}

body #divSayfalamaUst {
    float: right;
    margin: 0;
    padding: 0px;
    text-align: center;
}

.urunListRel {
    width: 100%;
    float: left;
    position: relative;
}

.brandlistselection {
    display: flex;
    vertical-align: top;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 30px;
    padding: 30px 0px;
    max-width: 1240px;
    margin: 0 auto;
}

.brandlistselection .clear {
    clear: none;
    display: none;
}

.brandlistselection ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.brandlistselection .sortingContent {
    background: transparent;
    display: flex;
}

.brandlistselection .sortingContent li {
    float: left;
    background: transparent;
    border-radius: 0px !important;
}

.brandlistselection .sortingContent li a {
    background: transparent;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px !important;
    padding: 0px !important;
    line-height: 12px;
    color: #7B7777 !important
}

.brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
    float: right;
    padding: 0px;
    /* display: none; */
    margin: 0px !important;
}

.blockSelect .sort_hrz {
    display: none !important;
}

.blockSelect .sort_2 {
    display: none;
}

.blockSelect .sort_3 {
    display: none !important;
}

.category-vertical-filters .vertical-filter-panel .list-group {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.category-vertical-filters .vertical-filter-panel .list-group ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreUst {
}

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;
}

body #divSayfalamaUst .filterDeleteContent {
    float: left;
    margin: 0px 0px 10px;
    padding: 0px;
    width: 100%;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter {
    padding: 0px;
    margin: 0px 15px 0px 0px;
    height: auto;
    background: transparent;
    border: 1px solid rgb(102, 102, 102);
    width: auto;
    border-radius: 0px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a {
    width: 25px;
    margin: 0px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i {
    font-family: FontAwesome;
    line-height: 30px;
    color: rgb(4, 4, 4);
    font-size: 15px;
    font-weight: 300;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i:before {
    content: '\f00d';
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span {
    color: rgb(102, 102, 102);
    font-size: 12px;
    text-align: left;
    margin-top: 7px;
    font-weight: normal;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span + span {
    color: rgb(102, 102, 102);
    margin-top: 3px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir {
    display: block;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a {
    width: 100%;
    background: transparent;
    line-height: 1;
    margin: 0px;
    padding: 0px 5px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span {
    line-height: 30px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    margin: 0px;
    width: 100%;
}

.brandlistselectionBottom {
    margin-bottom: 0px;
    display: none;
}

#divSayfalamaAlt {
    width: 100%;
    margin: 0px;
}

.pageNumber {
    float: right;
    text-align: right;
    margin: 0px;
    display: none;
}

.pageNumber a {
}

.pageNumberContent {
}

.pageNumberBottom {
    float: right;
    text-align: center;
    margin: 50px 0px;
    padding: 0px;
    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: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border-radius: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    float: left;
    position: relative;
    display: block;
    text-align: center;
    margin: 0px 5px;
}

.pageNumberContent a.butonDisabled, .pageBorder a.butonDisabled {
    opacity: 1 !important;
}

.pageNumberContent a:hover, .pageBorder a:hover {
    color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
}

.pageNumberContent a.SelectedSayfa, .pageBorder a.SelectedSayfa {
    color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
}

.pageNumber .productCountInfo {
    text-transform: uppercase;
    color: rgb(11, 33, 42);
    font-size: 13px;
    font-weight: bold;
}

.productCountBar {
    display: none;
}

.pageNumber .divMoreProducts .button {
    border: 1px solid rgb(0, 0, 0);
    margin: 10px 0px 0px;
    color: rgb(11, 33, 42);
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 30px;
    background: rgb(255, 255, 255) !important;
}

.KategoriFilitrelemeContent .Block_Title {
    display: none;
}

.RightDetail > .clear {
    clear: none;
}

.ProductDetailMain {
    width: 100%;
    padding: 0px;
    max-width: 1240px;
    margin: 0 auto;
}

.ProductDetailMainRow {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.TopDet {
    float: left;
    width: 100%;
    position: relative;
    margin: 40px 0 0;
}

.leftImage {
    width: 60%;
    float: left;
    position: relative;
    padding: 0px;
}

.RightDetail {
    width: 40%;
    float: left;
    position: sticky;
    padding: 0px 0 0px 45px;
    top: 0;
}

.leftImage .ProductGallery {
    float: left;
    width: 100%;
}

.leftImage .ProductGallery .gallery-container {
    float: left;
    width: 100%;
    position: relative;
}

.leftImage .ProductGallery .gallery-container .GalleryArea {
    float: right;
    width: 500px;
    margin: 0px;
    padding: 0px;
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb {
    float: left;
    width: 90px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: transparent;
    height: 100%;
    display: block;
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden auto;
    max-height: 100%;
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .thumb-item {
    float: left;
    clear: left;
    width: 80px;
    margin-bottom: 15px;
}

.leftImage .ProductGallery .owl-carousel.galleryOwl .owl-dots {
    display: none;
}

.UrunDetayLeft {
    overflow: hidden;
    margin: 0px !important;
}

.Images, #divVideoGoruntulemeAlan {
    float: right;
    width: calc(100% - 150px);
    position: relative;
    padding-left: 0;
}

.Images img, #vdUrunVideo {
    max-width: 100%;
    max-height: 100%;
}

.cloudzoom-blank > div:last-child {
    display: none !important;
}

.SmallImages {
    float: left;
    width: 100px;
    align-items: center;
    gap: 20px;
    flex-flow: wrap;
    display: flex !important;
    flex-direction: column;
}

.SmallImages div {
    float: left;
    width: 100%;
}

.SmallImages div img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.leftImage .productTimer {
    display: none !important;
}

.DetayYeniUrun {
    display: none !important;
}

.RightDetail .TopList {
    float: left;
    width: 100%;
    position: relative;
}

.RightDetail .MiddleList {
    float: left;
    width: 100%;
    position: relative;
    margin: 15px 0px 0px;
}

.RightDetail .BottomList {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 0px 0;
}

.urunOzellikTab {
    margin: 35px 0px 0px;
    display: block;
    float: left;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    padding-top: 20px;
}

.urunOzellikTab .urunTab {
    float: left;
    width: 100%;
}

.urunOzellikTab .urunTab > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
}

.urunOzellikTab .urunTab > ul > li {
    float: left;
    width: 100%;
}

#liTabYorumlar {
}

.urunOzellikTab .urunTab > ul > li > a {
    font-size: 14px;
    color: rgb(0, 0, 0);
    padding: 13px 0px;
    float: left;
    width: 100%;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    background: 0px 0px !important;
}

.urunOzellikTab .urunTab > ul > li > a::after {
    content: '\f067';
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    font-family: fontawesome;
    color: rgb(0, 0, 0);
    font-weight: 300;
    font-size: 12px;
    line-height: 38px;
}

.urunOzellikTab .urunTab > ul > li > a span {
}

.urunOzellikTab .urunTab > ul > li .urunDetayPanel {
    display: none !important;
}

.urunOzellikTab .urunTab>ul>li[onofftip=true]>a:after {
    content: '\f068';
}

.urunOzellikTab .urunTab > ul > li[onofftip="true"] .urunDetayPanel {
    display: block !important;
}

.urunOzellikTab .divYorumlarV2Slide {
    width: 100%;
    margin-bottom: 30px;
}

.urunOzellikTab .divYorumlarV2Ortalama {
    width: 100%;
    margin-left: 0px;
}

.urunOzellikTab .divYorumlarV2Section1_1a1a {
    flex-direction: column;
}

.urunOzellikTab .divYorumlar-t1c9k {
    max-width: 100%;
    min-width: 0px;
}

.urunOzellikTab .taksitWrapper .taksitBlock {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.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%;
}

.urunTabAlt strong {
    font-weight: 700;
}

.urunTabAlt #txtOneriMail {
    margin: 0px;
    height: 30px;
    padding: 0px 10px;
    border-width: 1px;
    width: 100% !important;
}

.urunTabAlt #txtOneriNot {
    margin: 0px;
    padding: 10px;
    background: rgb(255, 255, 255);
    width: 100% !important;
}

.urunTabAlt * {
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 22px;
    padding: 0px !important;
}

.urunTabAlt > ul {
    padding: 0px 20px !important;
}

.urunTabAlt > ul > li {
    margin: 7px 0px;
    list-style: disc !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: rgb(255, 255, 255);
}

.tabUrunOneriler ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.tabUrunOneriler ul li {
    float: left;
    width: 100%;
}

body .productInfoBoxNew ul li#liTabOzellikler {
}

.urunDetayPanel.active {
    position: fixed;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: block !important;
    background: rgba(1, 84, 162, 0.1) !important;
}

.commentTicimax .commentTiciNewCommentButton {
    display: flex;
    vertical-align: top;
    letter-spacing: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    width: 118px;
    height: 40px;
    margin: 0px;
    align-items: center;
    justify-content: center;
    background: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    padding: 0px !important;
}

.commentTicimax .commentTiciNewCommentTitle {
    margin: 0px !important;
}

.ProductName {
    float: left;
    position: relative;
    margin: 0px;
    width: 100%;
}

.ProductName h1 {
    margin: 0px;
    float: left;
    width: 100%;
}

.ProductName h1 span {
    float: left;
    width: 100%;
    display: inline-block;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 500;
}

#divUrunKodu {
    float: left;
    clear: left;
    color: rgb(152, 143, 142);
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 0px;
    margin: 10px 0px 0px;
}

#divUrunKodu span {
    display: inline-block;
    vertical-align: top;
    color: rgb(152, 143, 142);
    font-size: 12px;
    font-weight: bold;
    position: relative;
    line-height: 14px;
    float: left;
    text-transform: uppercase;
}

#divUrunKodu span::after {
    content: ":";
    margin: 0px 4px;
}

#divTaksitAciklama {
    display: block;
    float: left;
    clear: left;
    margin-top: 10px;
}

#divTaksitAciklama .taksitSatir {
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 14px;
}

.RightDetail .puanVer {
    float: left;
    clear: left;
}

.RightDetail #PuanVer {
    float: left;
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
}

.RightDetail .PuanVerSag {
    float: left;
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 15px;
    margin: 17px 0px 0px 10px;
}

.RightDetail ul.rating {
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.RightDetail ul.rating li {
    float: left;
    margin-right: 0px;
    width: auto;
    height: auto;
    padding: 0px 2px 0px 0px;
    font-size: 0px;
}

.RightDetail ul.rating li i.starItem {
    font-size: 12px;
    line-height: 15px;
    height: auto;
    font-weight: 300;
    font-family: FontAwesome;
    position: static;
}

.RightDetail ul.rating li i.starItem:before {
    content: '\f005';
}

.RightDetail ul.rating li i.starItem:hover {
    font-size: 12px;
    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: #FFC643;
}

.markaresmi {
    float: left;
    position: relative;
    z-index: 1;
}

.markaresmi a {
    float: left;
}

.markaresmi img {
    max-width: 100%;
    float: left;
}

#divMagazaStok {
    float: left;
    clear: left;
    margin: 10px 0px 0px !important;
}

#divMagazaStok a {
    display: inline-block;
    vertical-align: top;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divOnyazi {
    float: left;
    width: 100%;
}

#divOnyazi .teksatir {
    margin-top: 0px;
    float: left;
    width: 100%;
}

#divOnyazi h2 {
    font-weight: normal;
    font-size: 100%;
}

#divOnyazi * {
    color: rgb(0, 0, 0);
    font-size: 12px;
    line-height: 18px;
    font-family: Urbanist, sans-serif !important;
}

#divOnyazi strong {
    font-weight: bold;
}

#divOnyazi strong * {
    font-weight: bold;
}

#divOnyazi i {
    font-family: FontAwesome !important;
    margin-right: 12px;
}

.urunDetayFiyatContainer {
}

.PriceList {
    float: left;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 20px 0px 0px;
}

#pnlFiyatlar {
    display: flex;
    vertical-align: top;
    float: left;
    width: 100%;
    gap: 10px;
    align-items: start;
    flex-direction: row;
    margin-bottom: 0px;
}

#divIndirimliFiyat {
    display: flex;
    align-items: center;
    gap: 13px;
}

#divMarka, #divTedarikci, #divUrunStokAdedi, #divToplamStokAdedi, #divBarkod, #divParaPuan, #divTahminiTeslimatSuresi {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 14px;
}

#divMarka .left_line, #divTedarikci .left_line, #divUrunStokAdedi .left_line, #divToplamStokAdedi .left_line, #divBarkod .left_line, #divParaPuan .left_line, #divTahminiTeslimatSuresi .left_line, #divIndirimOrani .left_line {
    display: inline-block;
    vertical-align: top;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divMarka .center_line, #divTedarikci .center_line, #divUrunStokAdedi .center_line, #divToplamStokAdedi .center_line, #divBarkod .center_line, #divParaPuan .center_line, #divTahminiTeslimatSuresi .center_line, #divIndirimOrani .center_line {
    display: inline-block;
    vertical-align: top;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divMarka .right_line, #divMarka .right_line *, #divTedarikci .right_line, #divTedarikci .right_line *, #divUrunStokAdedi .right_line, #divToplamStokAdedi .right_line, #divBarkod .right_line, #divParaPuan .right_line, #divTahminiTeslimatSuresi .right_line, #divIndirimOrani .indirimliOrani, #divIndirimOrani .indirimliOrani * {
    display: inline-block;
    vertical-align: top;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    width: auto;
}

#divIndirimOrani .lineTitle {
    display: none !important;
}

div#divIndirimOrani {
    background: #C81429;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
}

#divIndirimOrani .indirimliOrani:before {
    content: "-";
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

#divIndirimOrani .indirimliOrani {
    text-align: center;
    font-size: 0px;
    color: rgb(255, 255, 255) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#divIndirimOrani .indirimliOrani #ltrIndirimOrani {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 255, 255) !important;
}

#divIndirimOrani .indirimliOrani #ltrIndirimOrani::before {
    content: "%";
}

.PiyasafiyatiContent {
    display: block;
    float: left;
}

.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;
}

.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 {
    vertical-align: bottom;
    font-size: 12px;
    line-height: 1;
    display: none !important;
}

#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;
}

#divIndirimsizFiyat {
    display: block;
}

#divIndirimsizFiyat .left_line, #divIndirimsizFiyat .center_line {
    display: none;
}

#divIndirimsizFiyat .right_line {
    display: inline-block;
    font-weight: normal;
}

#divIndirimsizFiyat .right_line * {
    vertical-align: top;
    display: inline-block !important;
    color: rgb(0, 0, 0) !important;
}

#divIndirimsizFiyat .right_line .spanKdv {
    display: none !important;
    vertical-align: top;
}

#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;
}

.PiyasafiyatiContent .right_line * {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
}

.IndirimliFiyatContent .right_line *, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line *, #divIndirimsizFiyat .right_line, #divIndirimsizFiyat .left_line {
    color: #C81429;
}

.IndirimliFiyatContent .right_line *, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line * {
    font-size: 24px;
    font-weight: bold;
}

#divKDVDahilFiyat .left_line, #divKDVDahilFiyat .right_line *, #divIndirimsizFiyat .left_line, .IndirimliFiyatContent, .IndirimliFiyatContent .right_line *, .PiyasafiyatiContent, .PiyasafiyatiContent .right_line *, #divTurkLirasiFiyat, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat, #divKDVDahilFiyat {
    line-height: 1;
}

body #divStokYok {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: normal;
    text-align: center;
    padding: 5% 0px;
    background-color: rgb(242, 245, 246);
    border-radius: 0px;
}

body #divStokYok:before {
    content: '\f057';
    font-family: 'FontAwesome';
    font-weight: 300;
    width: 100%;
    float: left;
    font-size: 30px;
    margin-bottom: 20px;
}

#divEkstraBilgiler {
    float: left;
    clear: left;
    margin-top: 10px;
}

#divEkstraBilgiler img {
    max-width: 100%;
    display: block;
}

.btnnostok i.fa {
    font-family: FontAwesome;
}

#divUrunEkSecenek {
    float: left;
    width: 100%;
    position: relative;
}

#divUrunEkSecenek .eksecenekLine {
    margin: 0px;
    float: left;
    width: 100%;
    clear: none !important;
}

#divUrunEkSecenek .eksecenekLine:last-child {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}

#divUrunEkSecenek .eksecenekLine .left_line {
    float: left;
    width: 100%;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: 900;
    margin: 10px 0px;
    text-transform: uppercase;
}

#divUrunEkSecenek .eksecenekLine .center_line {
    display: none;
}

#divUrunEkSecenek .eksecenekLine .right_line {
    display: inline-block;
    vertical-align: top;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box {
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: relative;
    color: rgb(0, 0, 0);
    font-weight: 400;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box img {
    width: 100%;
    height: 100%;
    display: block;
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .left_line {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .center_line {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line {
    width: 100%;
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line select {
    min-width: 100%;
    float: left;
    height: 40px;
    border: 1px solid rgb(215, 215, 215);
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-weight: normal;
    padding: 0px 10px;
    background: rgb(255, 255, 255);
    border-radius: 0px;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon {
    display: none;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .left_line {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box {
    width: 53px;
    border: 1px solid rgb(112, 112, 112);
    border-radius: 100%;
    overflow: hidden;
    padding: 8px;
    margin: 0px 13px 13px 0px;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box img {
    border-radius: 100%;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box:hover, #divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box.selected {
    border: 2px solid rgb(0, 0, 0);
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon {
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line {
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box {
    margin: 0px 10px 10px 0px;
    min-width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgb(239, 237, 237);
    border-radius: 0px;
    padding: 0px 4px;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:last-child {
    margin-right: 0px;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:hover, #divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected {
    border: 1px solid rgb(0, 0, 0);
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok {
    position: relative;
    background: rgb(239, 237, 237) !important;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok img {
    filter: grayscale(100%);
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok::after {
    content: "";
    height: 1px;
    max-width: 65px;
    margin: 0px auto;
    background: rgb(230, 80, 72);
    left: 0px;
    right: 0px;
    top: 50%;
    position: absolute;
    transform: rotate(140deg);
}

#IlgiliUrunDiv {
    float: left;
    width: 100%;
}

#IlgiliUrunDiv #divIlgiliUrunler {
}

.TopDet #IlgiliUrunDiv {
    display: block;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.TopDet #IlgiliUrunDiv #divIlgiliUrunler {
    padding: 0px;
    margin: 0px;
    background: transparent;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.TopDet #IlgiliUrunDiv .JKatAdi {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0px !important;
    padding: 0px !important;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold::before {
    display: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold::after {
    display: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold .satir1 {
    background: transparent;
    margin: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    font-size: 13px;
    line-height: 40px;
    font-weight: normal;
    color: rgb(0, 0, 0);
    padding: 0px !important;
}

.TopDet #IlgiliUrunDiv .clear {
    display: none;
}

.TopDet #IlgiliUrunDiv ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.TopDet #IlgiliUrunDiv ul li {
    float: left;
    width: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    overflow: hidden;
}

.TopDet #IlgiliUrunDiv ul li:hover {
}

.TopDet #IlgiliUrunDiv ul li .productItem {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    width: 100%;
    float: left;
    padding: 0px;
    box-shadow: none !important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productTimer {
    display: none !important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage {
    padding: 0px;
}

.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: 0px;
    margin: 0px;
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productDetail::before {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productDetail::after {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productName {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .TukendiIco {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .boxBedenlerContent {
    display: none !important;
}

#divSatinAl {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
    padding: 0px;
}

.BasketBtn {
    float: left;
    position: relative;
    width: 100%;
}

#divAdetCombo .right_line, .RightDetail .riSingle {
    width: 115px;
}

#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: 40px;
}

#divAdetCombo {
    position: relative;
    float: left;
    clear: left;
    display: block !important;
}

#divAdetCombo .center_line {
    display: none !important;
    float: left;
}

#divAdetCombo .right_line {
    float: left;
    max-width: 100% !important;
}

#divAdetCombo select {
    width: 100%;
    padding: 0px 10px;
    text-align: left;
}

.RightDetail .riSingle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 0px;
}

.RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riDown {
    font-size: 0px;
    background: transparent;
    top: 0px;
    font-weight: normal;
    position: absolute;
    float: left;
    cursor: pointer;
    text-indent: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    margin: 0px !important;
}

.RightDetail .riSingle a.riUp svg, .RightDetail .riSingle a.riDown svg {
    width: 10px;
}

.RightDetail .riSingle a.riUp path, .RightDetail .riSingle a.riDown path {
    fill: rgb(0, 0, 0);
}

.RightDetail .riSingle a.riUp {
    left: auto;
    right: 0px;
}

.RightDetail .riSingle a.riDown {
    left: 0px;
}

.Basketinp {
    display: block;
    position: relative;
    float: left;
    clear: left;
}

.BasketBtn .pSatisBirimi, .BasketBtn .left_line.lineTitle2 {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    float: left;
    clear: left;
    line-height: 40px;
}

#txtbxurunSiparisAdedi_wrapper {
    float: left;
    position: relative;
    width: 100% !important;
    padding: 0px !important;
}

#txtbxurunSiparisAdedi {
    text-align: center;
    display: inline-block;
    padding: 0px;
    appearance: none;
    width: 100% !important;
}

#txtbxurunSiparisAdedi, #divAdetCombo select {
    background: #F7F7F7;
    color: rgb(0, 0, 0);
    border: 1px solid #838383;
    font-size: 15px;
    font-weight: 400;
    float: left;
    margin: 0px;
    border-radius: 5px;
}

#divKombinSatinAl, .basketBtn, .buyfast {
    float: left;
    margin: 0px 0px 0px 10px;
}

#divKombinSatinAl a, .buyfast input, .basketBtn input {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    appearance: none;
    border-radius: 5px;
    padding: 0px 0px 0px 40px;
    background-image: url("../../uploads/editoruploads/img/basket.svg") !important;
    background-repeat: no-repeat !important;
    background-position: calc(50% - 40px) center !important;
}

.basketBtn {
    width: 100%;
    margin: 15px 0 0;
}

.buyfast {
    width: 100%;
    margin: 15px 0px 0px;
    display: block;
}

.buyfast input {
    background: #fff !important;
    border: 1px solid #000000 !important;
    color: #000 !important;
    background-image: none !important;
    padding: 0;
}

#divKombinSatinAl {
    margin: 20px 0px 0px;
    width: 100%;
}

#divKombinSatinAl a {
    font-size: 14px;
    margin: 0px !important;
}

.ProductIcon {
    float: left;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 24px 10px;
}

.ProductIcon .box1 {
    padding: 0px;
    margin: 0px;
    min-width: 0px;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: 400;
}

.ProductIcon .box1 i {
    display: none;
}

.ProductIcon .boxIcon {
    fill: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductIcon .boxIcon svg {
    height: 19px;
    height: 19px;
}

.ProductIcon > div {
    float: left;
    position: relative;
    width: auto;
}

.ProductIcon > div > a {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ProductIcon2 {
    float: left;
    width: 100%;
}

.ProductIcon2 .clear {
    display: none;
}

.ProductIcon2 #divSocialButtons {
    width: 100%;
}

.ProductIcon2 > div {
    float: left;
    width: 33.33%;
    margin-bottom: 15px;
    position: relative;
}

.ProductIcon2 > div > a {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    background: transparent;
    color: rgb(0, 0, 0);
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ProductIcon2 > div > a:hover {
    color: rgb(0, 0, 0);
    background: transparent !important;
}

.ProductIcon2 .boxIcon {
    fill: rgb(0, 0, 0);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductIcon2 .boxIcon svg {
    height: 22px;
}

.TopDet .product_social_icon_wrapper {
    display: flex;
    clear: both;
    float: left;
    width: 100%;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-top: 50px;
}

.TopDet .product_social_icon_wrapper .PaylasTit {
    float: left;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    margin-right: 10px;
}

.TopDet .product_social_icon_wrapper ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.TopDet .product_social_icon_wrapper ul li {
    float: left;
}

.TopDet .product_social_icon_wrapper ul li:last-child {
    margin-right: 0px;
}

.TopDet .product_social_icon_wrapper ul li a {
    float: left;
    color: rgb(0, 0, 0);
    background: #F7F7F7;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.TopDet .product_social_icon_wrapper ul li a svg {
    width: 15px;
}

.TopDet .product_social_icon_wrapper .UWhatsApp {
    float: left;
    margin-right: 0px;
}

.TopDet .product_social_icon_wrapper .UWhatsApp .whatsApp {
    float: left;
    color: rgb(255, 255, 255);
    background: rgb(109, 195, 58);
    font-size: 0px;
    border-radius: 100%;
    text-align: center;
    width: 30px;
}

.TopDet .product_social_icon_wrapper .UWhatsApp .whatsApp i {
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.whts {
    width: 100%;
    float: left;
    background: rgb(244, 243, 237);
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 5px;
    padding: 0px 19px;
    margin: 10px 0px 0px;
    border: 1px solid rgb(52, 58, 62);
    color: rgb(52, 58, 62) !important;
    display: none;
}

.whts b {
    color: rgb(52, 58, 62);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.whts i {
    font-weight: 100;
    font-size: 20px;
    color: rgb(52, 58, 62);
    display: none;
}

.TopDet .product_social_icon_wrapper:hover ul {
    display: flex !important;
}

.TopDet .shareSvg svg {
    display: none
}

.TopDet .shareSvg {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    font-size: 14px;
    font-weight: 500;
}

.socialButons {
    width: 100%;
    position: relative;
    float: right !important;
    margin: 0px !important;
}

.socialButons iframe {
    float: left;
}

.product-social {
    float: left;
    margin-right: 10px;
}

.product-social span {
    float: left;
    line-height: 32px;
    display: inline-block;
    color: rgb(0, 0, 0);
    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: rgb(50, 50, 50);
    font-size: 18px;
}

.urunOzellikTab {
}

.urunOzellik {
    float: left;
    width: 100%;
    margin: 20px 0px;
    display: none;
}

.urunOzellik .urunTab {
    float: left;
    width: 100%;
}

.urunOzellik .urunTab ul {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.urunOzellik .urunTab > ul > li {
    float: left;
}

.urunOzellik .urunTab > ul > li:last-child {
    margin-right: 0px;
}

.urunOzellik .urunTab > ul > li > a {
    cursor: pointer;
    color: rgb(0, 0, 0);
    font-size: 16px;
    float: left;
    font-weight: normal;
}

.urunOzellik .urunTab > ul > li > a span {
    font-weight: normal;
}

.urunOzellik .urunTab > ul > li.active > a {
}

.urunDetayPanel {
    float: left;
    width: 100%;
    padding: 20px 60px 0 0;
    max-height: 150px;
    overflow: auto;
    clear: none !important;
}

.urunTabAlt strong {
    font-weight: bold;
}

.urunTabAlt #txtOneriMail {
    margin: 0px;
    height: 30px;
    padding: 0px 10px;
    border-width: 1px;
    width: 100% !important;
}

.urunTabAlt #txtOneriNot {
    margin: 0px;
    padding: 10px;
    background: rgb(255, 255, 255);
    width: 100% !important;
}

.urunTabAlt {
    padding: 0px;
    float: left;
    width: 100%;
    color: rgb(0, 0, 0);
    font-size: 13px;
    line-height: 24px;
    font-family: Urbanist, sans-serif !important;
    font-weight: 300;
}

.urunTabAlt * {
    font-family: Urbanist, sans-serif !important;
}

.teknikDetay {
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
    margin: 0px !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: rgb(255, 255, 255);
}

.tabUrunOneriler ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.tabUrunOneriler ul li {
    float: left;
    width: 100%;
}

.oneriValidate .validate {
    top: 0px;
    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;
    line-height: normal;
    width: auto !important;
}

.urunTabAlt ul li input[type="checkbox"] {
    margin-top: 0px;
}

#divEtiketler {
    float: left;
    width: 100%;
    padding: 0px 20px 20px;
    margin: 50px 0px 0px;
    background: rgb(255, 255, 255);
    text-align: center;
}

#divEtiketler .productModuleTitle {
    float: left;
    color: rgb(32, 33, 34);
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin: 10px 0px;
}

#divEtiketler a {
    color: rgb(105, 109, 113);
    font-size: 13px;
}

#divEtiketler a:hover {
    text-decoration: underline;
}

#mainHolder_divDesign .JKatAdi.categoryTitle, .JKatAdi {
    float: left;
    position: relative;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

#mainHolder_divDesign .JKatAdi.categoryTitle .bold, .JKatAdi .bold {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 10px !important;
}

#mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1 {
    line-height: 25px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: left;
    padding: 0px !important;
}

#divInstashopResim .owl-carousel .owl-nav {
    display: block !important;
}

.ulUrunSlider.owl-carousel .owl-nav {
    top: calc(50% - 70px) !important;
    position: absolute;
    left: -15px;
    right: -15px;
}

#mainHolder_divDesign .owl-carousel .owl-nav, .owl-carouse .owl-nav {
    z-index: 2;
    position: absolute;
    right: -15px;
    left: -15px;
    top: calc(50% - 20px);
    display: block !important;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .InstaGalleryprev {
    left: 0px;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext, .owl-carousel .owl-nav .ProductListnext, .owl-carousel .owl-nav .InstaGallerynext {
    right: 0px;
}

#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: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    font-size: 0px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:hover, .owl-carousel .owl-nav .InstaGalleryprev:hover, .owl-carousel .owl-nav .ProductListprev:hover {
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:hover, .owl-carousel .owl-nav .InstaGallerynext:hover, .owl-carousel .owl-nav .ProductListnext:hover {
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev::before, .owl-carousel .owl-nav .ProductListprev::before, .owl-carousel .owl-nav .ProductListnext::before, .owl-carousel .owl-nav .InstaGalleryprev::before, .owl-carousel .owl-nav .InstaGallerynext::before, #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext::before {
}

body #mainHolder_divDesign .owl-carousel .owl-dots, body .owl-carousel .owl-dots {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    bottom: 30px;
    display: none !important;
}

body #mainHolder_divDesign .owl-carousel .owl-dots .owl-dot, body .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 0px;
    display: flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
}

.ProductListnext::before {
    color: #000 !important;
    font-size: 14px !important;
    content: "\f054" !important;
    font-family: 'FontAwesome';
}

.ProductListprev::before {
    color: #000 !important;
    font-size: 14px !important;
    content: "\f053" !important;
    font-family: 'FontAwesome';
}

#mainHolder_divDesign .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: block !important;
    background: rgba(255, 255, 255, 0.4) !important;
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
    border-radius: 0px !important;
}

body #mainHolder_divDesign .owl-carousel .owl-dots .owl-dot.active, body .owl-carousel .owl-dots .owl-dot.active {
    background: rgb(255, 255, 255) !important;
}

#mainHolder_divDesign #sliderblok_0 .anasayfa_tek_slider.owl-carousel .owl-nav {
    left: 30px;
    right: 30px;
}

body .anasayfa_tek_slider.owl-carousel .owl-dots {
    align-items: center;
    justify-content: end;
    padding: 0px 30px;
    gap: 25px;
    display: flex !important;
}

#mainHolder_divDesign .owl-carousel .owl-dots .owl-dot span, .owl-carousel .owl-dots .owl-dot span {
    display: none !important;
}

.productList-Image-Owl .owl-dots {
    display: block !important;
}

.productList-Image-Owl .owl-dot {
    width: 100% !important;
    height: 3px !important;
    border-radius: 0px !important;
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
    margin: 0px !important;
    background: rgb(239, 237, 237) !important;
}

.productList-Image-Owl .owl-dots {
    flex-flow: row;
    display: flex !important;
    gap: 5px !important;
    bottom: -8px !important;
}

body .productImage.productImageOwlSlider .owl-dot.active {
    background: rgb(204, 204, 204) !important;
}

.sliderBannerContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0;
}

.sliderBannerContainer .Block_Link {
    position: absolute;
    right: 0px;
    top: -13px;
    background: 0% 0% no-repeat padding-box padding-box rgb(68, 128, 63);
    border-radius: 10px;
    width: 220px;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.sliderBannerContainer .Block_Link a {
    font-size: 16px;
    font-weight: bold;
    color: rgb(255, 255, 255) !important;
}

.sliderBannerContainer .ProductList {
    margin: 0px auto;
    display: block !important;
}

.sliderBannerContainer .Jbutonlar {
    display: none;
}

.sliderBannerContainer .jCarouselLite {
    float: left;
    width: 100%;
}

.detaySliderContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0;
}

.detaySliderContainer .ProductList {
    margin: 0px auto;
    display: block !important;
}

.detaySliderContainer .Jbutonlar {
    display: none;
}

.detaySliderContainer .jCarouselLite {
    float: left;
    width: 100%;
}

#pnlSlider {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#pnlSlider ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#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: 0px;
    left: 0px;
    display: none !important;
}

#pnlSlider .flex-control-paging li {
    margin: 0px 2px;
}

#pnlSlider .flex-control-paging li a {
    float: right;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    box-shadow: none;
    text-shadow: none;
    background: rgb(255, 255, 255);
}

#pnlSlider .flex-control-paging li a.flex-active {
    background: rgb(0, 0, 0);
}

#pnlSlider .flex-direction-nav {
    position: absolute;
    left: 0px;
    right: 0px;
    top: calc(50% - 15px);
    margin: 0px auto;
    max-width: 1600px !important;
}

#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: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    opacity: 1;
    font-size: 0px;
    position: relative;
    text-shadow: none;
    text-align: center;
}

#pnlSlider .flex-direction-nav .flex-prev {
    left: 0px;
}

#pnlSlider .flex-direction-nav .flex-next {
    right: 0px;
}

#pnlSlider .flex-direction-nav .flex-prev::before, #pnlSlider .flex-direction-nav .flex-next::before {
    font-size: 30px;
    font-weight: 300 !important;
}

#pnlSlider .flex-direction-nav .flex-prev:before {
    content: "\f053" !important;
    font-family: 'FontAwesome' !important;
}

#pnlSlider .flex-direction-nav .flex-next:before {
    content: "\f054" !important;
    font-family: 'FontAwesome' !important;
}

#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: rgb(255, 255, 255);
    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: 0px;
    width: 100%;
}

.HomePageSlideShowContainer .HPSItems {
    clear: both;
    cursor: pointer;
    width: 100%;
}

.HomePageSlideShowContainer .HPSItems div {
    cursor: pointer;
    float: left;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    width: 100%;
}

.hesabimAnasayfaMenuler ul li a:hover .fa {
    color: rgb(255, 255, 255);
}

.siparisTakipSayfasi {
    background: rgb(255, 255, 255);
}

.siparisTakipSayfasi .siparisTakipBaslik {
    text-align: center;
    padding: 20px 0px !important;
}

.sepetiTemizle {
    float: right;
    line-height: 43px;
    padding: 0px 10px;
}

.popupSepet {
    width: 99%;
}

.popupSepet #hed div {
    width: 94%;
}

.sayfaIcerik * {
    font-family: Urbanist, 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-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !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: 0px;
    margin: 0px;
    list-style: none;
}

.sepetimBody .sepetItemB1 span.KampanyaTanimSpan {
    display: inline-block;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown::-webkit-scrollbar,#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: 3px;
    height: 10px;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown::-webkit-scrollbar-track,#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: #CACACA;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown::-webkit-scrollbar-thumb,#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: #000000;
}

body .button, .baglanButton, .siparisOzetTakip, body.sepetimBody .basketCompletebtn, #AdresContent .button, .BasketPage .OdemeMenu ul li.activeMenu > a, .pageNumberContent a:hover, .menuUstBolum, body .category-vertical-filters.top-filters .FiltreUst, .SepetUst, .urunOzellikTab .urunTab > ul > li[onofftip="true"] > a, .tooltip-inner, .welcome.active, .sepetimBody .Basketstep ul li.aktif, #divNewUyeGirisContent .newUserLoginBtn, .newUyeOlContainer .newUserLoginBtn, .pageSifremiUnuttum .newUserLoginBtn {
    background: #000000;
}

.iletisimContent .iletisimRight .iletisimbanka .span > .line1:nth-child(n+2), body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir, .pageNumberContent a:hover, .OdemeMenu ul li.activeMenu {
    border-color: rgb(240, 72, 115);
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: rgb(240, 72, 115);
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgb(240, 72, 115);
}

.tooltip.left .tooltip-arrow {
    border-left-color: rgb(240, 72, 115);
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: rgb(240, 72, 115);
}

.baglanButton {
    border-color: transparent;
}

.Basketstep ul li::before {
    border: 1px solid rgb(240, 72, 115);
}

.sepetimBody .Basketstep ul li.aktif::after {
    border-top-color: rgb(240, 72, 115);
}

.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: rgb(240, 72, 115);
}

.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: rgb(0, 0, 0);
}

.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: rgb(240, 72, 115);
}

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: rgb(240, 72, 115);
}

.siparisOzetTakip {
    color: rgb(255, 255, 255);
}

.BasketDetail table tbody tr td a {
    display: inherit;
}

.BasketDetail table tbody tr td:last-child a {
    display: block;
}

body .alisverisedevamet {
    background: rgb(255, 255, 255);
}

.KasaOnuFirsatlarContent ul li a.button:hover {
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
}

.BasketPage a.YeniAdresEkle:hover {
    color: rgb(255, 255, 255) !important;
}

.baglanButton:hover {
    background: transparent;
}

body .adresGir .kirmiziButon:hover {
    background: rgb(158, 26, 32) !important;
    color: rgb(255, 255, 255) !important;
}

body .adresGir .yesilButon:hover {
    background: rgb(64, 109, 32) !important;
    color: rgb(255, 255, 255) !important;
}

.divRelatedProductsPopup .ulRelatedProducts {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.bottomHead {
    display: none;
}

#divSliderYani {
    display: none;
}

body {
    background: rgb(255, 255, 255);
}

.ProductList ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blokSonYazilar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blogKategori ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blogCenter ul {
    list-style: none;
}

.blogRight ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.navigation .navUl ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#footer .socialdiv ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#footer .store ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#footer .linkler .blink ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.category-vertical-filters .vertical-filter-panel .list-group {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.category-vertical-filters .vertical-filter-panel .list-group ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.TopDet .product_social_icon_wrapper ul {
    width: 100%;
    list-style: none;
    margin: 0px;
    position: relative;
    padding: 0px;
    display: flex;
    gap: 7px;
}

.tabUrunOneriler ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sepetimBody ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

body .category-vertical-filters.top-filters ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mobilMenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.bottomHead ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.breadList ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.CartProduct ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.welcome ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.brandlistselection ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.TopDet #IlgiliUrunDiv ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.urunOzellik .urunTab ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#pnlSlider ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mBread ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.fixed-announce {
    float: left;
    width: 100%;
    background: rgb(11, 33, 42);
    height: 30px;
    overflow: hidden;
}

.fixed-announce > div {
    float: left;
    width: 100%;
    white-space: nowrap;
    padding: 0px;
    opacity: 0;
}

.fixed-announce > div.owl-carousel {
    opacity: 1;
}

.fixed-announce span {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: rgb(255, 255, 255);
    line-height: 30px;
}

.fixed-announce .owl-nav {
    display: none !important;
}

span#spnTopSepetToplamUrun {
    position: absolute;
    top: -3px;
    right: -10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background: rgb(147, 150, 72) !important;
    color: rgb(255, 255, 255) !important;
    width: 17px !important;
    height: 17px !important;
}

.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon > li > a:hover {
    text-decoration: underline;
}

.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:nth-last-child(1) > a, .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:nth-last-child(2) > a, .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:nth-last-child(3) > a {
    font-weight: 600;
}

.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
    justify-content: space-evenly !important;
}

.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:hover > a {
    font-weight: 600;
}

.newHeaderNavigation:not(.mobileStyle) .menu-list-kolon {
    padding-right: 0px;
}

.ProductList .JKatAdi .bold {
    float: left;
    text-align: left !important;
}

#customFooterContent {
    margin-top: 50px;
}

a#btnMailKaydet {
    font-weight: bold;
    background: rgb(255, 255, 255) !important;
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
}

.eTempTitle {
    border-bottom: 1px solid rgb(152, 143, 142);
}

/*.socialMediaDiv {
    position: absolute;
    margin-top: -55px;
    left: 90px;
    width: calc(100% - 90px) !important;
}*/

.socialMediaTitle {
    margin-bottom: 40px;
}

.footerTemp .elementor-column[data-col="20"]:last-child {
    min-width: 30%;
}

.footerTemp .newsletterContent #txtbxNewsletterMail {
}

div#UpdatePanel1 {
    display: flex;
    gap: 5px;
    margin-top: 3%;
}

.homeKate > span {
    color: rgb(49, 49, 49);
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    display: block;
}

.homeKate ul {
    margin: 0px;
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.homeKate ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.homeKate ul li span {
    margin-top: 12px;
    display: block;
    color: rgb(11, 33, 42);
    font-size: 14px;
    font-weight: bold;
}

.homeKateScroll ul {
    padding: 0px 0px 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    overflow: auto;
}

.homeKateScroll ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    min-width: 385px;
}

.homeKateScroll ul li span {
    margin-top: 20px;
    display: block;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
}

.noSliderProduct.product_6 .ItemOrj {
    max-width: 33.33% !important;
}

#mainHolder_divDesign .ticimaxTabHead {
    justify-content: space-between;
    align-items: center;
    display: none;
}

.ticimaxAnasayfaTab {
    float: left;
    width: 100%;
}

#mainHolder_divDesign .ticimaxTabHead ul {
    padding: 0px;
    margin: 0px;
    float: left;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: end;
    width: auto;
}

#mainHolder_divDesign .ticimaxTabHead li {
    margin: 0px !important;
}

#mainHolder_divDesign .ticimaxTabHead li a {
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid rgb(210, 217, 208);
    padding: 10px 30px;
    background: transparent !important;
    color: rgb(3, 3, 3) !important;
}

#mainHolder_divDesign .ticimaxTabHead li.ticimaxTabHead_active a {
    border-bottom: 3px solid rgb(147, 150, 72);
    color: rgb(0, 0, 0) !important;
}

#mainHolder_divDesign .ticimaxTabHead li a:hover {
    color: rgb(0, 0, 0) !important;
}

section.BGF5F2EB {
    background-color: rgb(245, 242, 235) !important;
    padding: 40px 0px !important;
}

.homeImgPro .JKatAdi.vitrinUrunBaslik.categoryTitle {
    display: none !important;
}

.homeImgPro .ticimaxTabHead ul {
    justify-content: start !important;
}

.homeImgPro .ticimaxTabHead ul a {
    padding: 0px !important;
}

#mainHolder_divDesign .homeImgPro .ticimaxTabHead li a {
    font-weight: bold;
    font-size: 24px;
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
    color: rgb(0, 0, 0) !important;
}

#mainHolder_divDesign .homeImgPro .txcol-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 30px !important;
}

#mainHolder_divDesign .homeImgPro .txcol-sm-9 {
    flex: 0 0 50%;
    max-width: 50%;
}

.t-mb-20 {
    margin-bottom: 40px !important;
}

body ul.breadcrumb {
    max-width: 100%;
    margin: 0px auto;
    padding: 0;
    max-width: 1240px;
}

.ticiContainer {
    max-width: 100%;
    margin: 0px auto;
}

.bannerTitle {
    font-size: 15px;
    font-weight: 500;
    margin: 15px 0px 5px;
}

.bannerDesc {
    font-size: 13px !important;
}

.bannerButtonWrapper a {
    padding: 0px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    margin: 0 !i;
}

.GuvenList {
    float: left;
    width: 100%;
    margin: 0;
}

.GuvenList ul {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
}

.GuvenList ul li {
    vertical-align: top;
    float: left;
    gap: 13px;
    display: flex !important;
    flex-flow: nowrap !important;
}

.GuvenList ul li .gimg {
    float: left;
    margin-top: 7px;
}

.GuvenList ul li .gimg img {
}

.GuvenList ul li .gtex {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    float: left;
    line-height: 20px;
}

.GuvenList ul li:last-child .gtex {
    max-width: 170px;
}

.GuvenList ul li .gtex p {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.boxBedenlerContent {
    position: absolute;
    bottom: 105px;
    left: 0px;
    display: block !important;
}

.boxBedenlerContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.boxBedenlerContainer > div {
    border: 1px solid rgb(112, 112, 112);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    overflow: hidden;
    padding: 2px;
}

.boxBedenlerContainer > div img {
    border-radius: 100%;
}

.favori {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex !important;
}

.favori a {
    font-size: 0px;
}

.favori a::before {
    content: "\f004";
    font-family: FontAwesome;
    font-size: 16px;
    color: #000;
    font-weight: 100;
}

.favori a:hover::before {
    color: #C81429;
}

h1.categoryName {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    display: block;
    text-align: center;
    margin: 20px 0 0;
}

.bedenT svg {
    width: 13px;
}

.bedenT a {
    color: rgb(0, 0, 0);
    align-items: center;
    justify-content: center;
    float: left;
    gap: 5px;
    font-size: 13px;
    font-weight: bold;
    display: none;
}

.kombinContent ul {
    padding: 0px;
    margin: 0px;
}

.kombinItem {
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
    padding: 0px !important;
    margin: 10px 0px 0px !important;
}

div#divUrunDetayKombin > span {
    font-size: 24px;
    font-weight: bold;
}

div#divUrunDetayKombin {
    margin: 30px 0px 0px;
}

.kombinContent ul li.kombinToplamTutar {
    display: none;
}

.kombinItem #specialFieldsList, .kombinItem #divFiyatAlanlari .kombinFiyat2 span, .kombinItem .kombinFiyat3, .kombinItem .kombinImages .selectedImagesLink {
    display: none;
}

.kombinFormline .kombinright_line {
    line-height: 18px;
}

div#divFiyatAlanlari {
    display: flex;
    align-items: center;
    gap: 10px;
}

.PriceListKombin {
    width: calc(100% - 200px);
    height: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

#divFiyatAlanlari .kombinFiyat1 {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 400;
}

#divFiyatAlanlari .kombinFiyat2 {
    font-weight: bold;
}

.kombinItem .kombinRightDetail {
    position: relative;
    padding-left: 30px !important;
    width: calc(100% - 70px) !important;
}

.kombinItem .PriceListKombin a.button {
    position: absolute;
    right: 0px;
    top: calc(50% - 22px);
    width: 160px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    display: flex !important;
    color: rgb(247, 247, 247) !important;
}

.kombinItem .kombinImages img {
    width: 70px;
    border-radius: 10px;
}

.kombinItem .kombinleftImage {
    width: 70px !important;
}

span#ltrIndirimOrani {
}

/* .sPric {background: rgb(230, 80, 72); color: rgb(255, 255, 255); font-size: 14px; font-weight: bold; padding: 3px 6px; } */
#productDetailRelated {
    float: left;
    padding: 0px !important;
    margin: 35px 0px 0px !important;
}

#productDetailRelated .JKatAdi .bold {
    margin: 0px 0px 10px !important;
}

#productDetailRelated .JKatAdi .bold .satir1 {
    text-align: left;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 14px;
}

.detaySliderContainer .JKatAdi .bold {
    margin-bottom: 15px !important;
}

.detaySliderContainer .JKatAdi .bold .satir1 {
    text-align: start;
    font-size: 18px;
}

#productDetailRelated > a img {
    border: 1px solid transparent !important;
}

#productDetailRelated > a:hover img {
    border: 1px solid rgb(0, 0, 0) !important;
}

header {
    margin-bottom: 20px;
}

.hlinks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.hlinks a, .hsocial a {
    color: rgb(255, 255, 255);
}

.hsocial {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.newHeaderNavigation:not(.mobileStyle) .menu-wrap {
    background: rgb(0 0 0 / 15%) !important;
    height: calc(100dvh - 150px);
}

.newHeaderNavigation:not(.mobileStyle) .menu-list-row {
    background: rgb(255, 255, 255);
    margin: 0px auto !important;
    padding: 45px;
}

.newSearcBtnClick .search-times {
    position: fixed;
    z-index: 999;
    right: 23px;
    top: 21px;
    background: rgb(239, 237, 237);
    width: 27px;
    height: 27px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newSearcBtnClick .search-times svg {
    display: none;
}

.productItem .productImage .owl-nav {
    display: none !important;
}

.kateOwl {
    float: left;
    width: 100%;
}

.kateOwl ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.kateOwl ul li {
    float: left;
    list-style: none;
}

.kateOwl ul li a {
    font-size: 14px;
    color: #000;
    padding: 0 20px;
    border: 1px solid #ECECEC;
    min-width: 190px;
    display: block;
    text-wrap-mode: nowrap;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    margin: 0 10px !important;
}

.homeBnr .bannerWrapper {
    border-radius: 5px;
    overflow: hidden;
}

.homeBnr .bannerDescriptionWrapper {
    background: hsl(0deg 0% 0% / 40%);
}

.homeBnr .bannerDescriptionWrapper .bannerTitle {
    margin: 0;
    padding: 0;
    font-size: 48px;
    font-weight: 300;
}

.homeBnr .bannerDescriptionWrapper .bannerSubTitle {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 400;
    font-family: UoqMunThenKhung;
}

.homeBnr .bannerButtonWrapper a {
    margin: 25px 0 0;
    padding: 0;
    color: #fff;
    border: none !important;
    letter-spacing: 40%;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
}

.homeBnr2 .bannerDescriptionWrapper .bannerTitle {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: 300;
}

.homeBnr2 .bannerDescriptionWrapper .bannerSubTitle {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 400;
    font-family: UoqMunThenKhung;
}

.homeBnr2 .bannerButtonWrapper a {
    margin: 5px 0 0;
    padding: 0;
    color: #1A6A02;
    border: none !important;
    letter-spacing: 40%;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #1A6A02 !important;
    border-radius: 0 !important;
}

.bannerWrapper.blokTypeBackround .bannerDescriptionWrapper {
    padding: 0 30px;
}

/*.bannerWrapper img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}*/

.homeCategory .txrow.ticiJustifyCenter > div {
    min-width: 33.33%;
}

.homeCategory .txrow.ticiJustifyCenter > div .bannerTitle {
    text-align: left;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.homeCategory .bannerDescriptionWrapper {
    flex-direction: row;
    margin: 17px 0 27px;
}

.homeCategory .bannerButtonWrapper a i {
    font-weight: 400 !important;
    font-size: 16px;
}

.hazirBlokContent .txcol-sm-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 20px !important;
}

.hazirBlokContent .txcol-sm-3 * {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.hazirBlokContent .txcol-lg-9 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.footerTopContent * {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.14px;
    color: #3C3C3B;
}

.footerTopContent {
    max-height: 95px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.footerTop {
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
}

.footerTopHeader {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 0 0 10px;
}

.footerTopContent p {
    margin: 10px 0 !important;
}

.toggle-content {
    cursor: pointer;
    color: #000;
    display: block;
    font-size: 14px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 4px;
    font-weight: 600;
    background: linear-gradient(to right, transparent 0 50px, #fff 100px 100%);
    padding-left: 130px;
}

.footerWp {
    display: block;
    background: #fff;
    box-shadow: 0px 2px 8px 0px #0000001F;
    border-radius: 5px;
    padding: 12px 14px 10px;
    margin-bottom: 27px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerWp a {
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footerWp a i {
    color: #24D365;
    font-size: 25px;
    margin-top: -2px;
}

.footerAlt ul li {
    margin: 5px 0;
}

.footerAlt ul li a {
    display: flex;
    align-items: start;
    justify-content: center;
    color: #fff;
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.footerAlt ul li a img {
    margin-top: 3px;
}

.footerAlt {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.category-slider {
    width: 100%;
    padding: 0;
    background: #fff;
}

.category-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.category-list {
    display: flex;
    padding: 0;
    gap: 25px;
    white-space: nowrap;
    overflow: auto;
}

.category-list::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.category-list::-webkit-scrollbar-track,#divOnyazi::-webkit-scrollbar-track, .urunTabAlt::-webkit-scrollbar-track {
    background: #CACACA;
}

.category-list::-webkit-scrollbar-thumb {
    background: #000000;
}

.category-item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 90px;
    float: left;
}

.category-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #e5e5e5;
    transition: all .25s ease;
}

.category-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.category-item span {
    margin-top: 9px;
    font-size: 12px;
    color: #878787;
    transition: color .25s ease;
    text-align: center;
}

.category-item:hover .category-image, .category-item.active .category-image {
    border-color: #000;
}

.category-item:hover span, .category-item.active span {
    color: #000;
}

@media (min-width: 1099px) {
    @keyframes smoothScroll {
        0% {
            transform: translateY(-70px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    header.fixed {
        top: 0px;
        z-index: 999;
        animation: 0.5s ease 0s 1 normal backwards running smoothScroll;
        width: 100%;
        left: 0px;
        right: 0px;
        position: fixed !important;
        background: rgb(255, 255, 255) !important;
    }

    header.fixed div#top-bar {
        display: none !important;
    }

    header.fixed .header-bottom {
        background: rgb(255, 255, 255) !important;
    }

    .marrgin {
        margin-top: 190px;
    }

    header.fixed .newHeaderNavigation:not(.mobileStyle) .menu-wrap {
        top: 100% !important;
    }
}

@media (min-width: 1042px) {
    .taksitWrapper .taksitBlock {
        width: 50% !important;
        padding: 0px !important;
    }

    .urunTabAlt .taksitWrapper * {
        padding: 0px !important;
    }

    .sortingContent {
        flex-direction: row-reverse;
        gap: 25px;
        display: flex !important;
    }

    .col-5li {
        width: 20%;
    }

    .mobilMenu {
        display: none;
    }

    body #divSayfalamaUst .filterBlock {
        float: left;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        border-radius: 0px;
        width: 100%;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 99999;
        padding: 0px;
        height: 100vh;
        display: none !important;
    }

    body #divSayfalamaUst .filterBlock.active {
        background: rgba(0, 0, 0, 0.5);
        display: block !important;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading a::after {
        color: #8C8C8C;
        font-weight: 300;
        top: 0px;
        right: 0px;
        line-height: 55px;
        content: "\f078" !important;
        font-size: 13px !important;
        font-family: fontawesome !important;
        display: block !important;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading.active a::after {
        content: "\f077" !important;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters {
        overflow: hidden auto;
        height: 100vh;
        width: 400px;
        float: left;
        padding: 60px 28px 30px;
        animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running slide-left;
        background: rgb(255, 255, 255) !important;
    }

    @-webkit-keyframes slide-left {
        0% {
            transform: translateX(-100px);
        }

        100% {
            transform: translateX(0px);
        }
    }

    @keyframes slide-left {
        0% {
            transform: translateX(-100px);
        }

        100% {
            transform: translateX(0px);
        }
    }

    .FiltreicerikAlan {
        width: calc(100% - 60px);
        margin: 0px 30px;
        float: left;
        height: auto;
        overflow: auto;
        border-top: 1px solid #C5C5C5;
    }

    .tukgo {
        display: flex;
        align-items: center;
        font-family: Arial, sans-serif;
    }

    .filterOrderInStock {
        position: relative;
        padding-right: 50px;
        font-size: 12px;
        color: rgb(152, 143, 142);
        text-decoration: none;
        cursor: pointer;
        font-weight: 500;
        text-transform: uppercase;
        width: 100%;
        text-align: left;
    }

    .filterOrderInStock::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 20px;
        background: rgb(238, 238, 238);
        border-radius: 34px;
        transition: background 0.3s;
    }

    .filterOrderInStock::before {
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 14px;
        height: 14px;
        background: rgb(255, 255, 255);
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px;
        transition: right 0.3s;
        z-index: 2;
    }

    .filterOrderInStock.selected::after {
        background: rgb(76, 175, 80);
    }

    .filterOrderInStock.selected::before {
        right: 2px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters::-webkit-scrollbar {
        width: 3px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters::-webkit-scrollbar-track {
        background: rgb(239, 237, 237);
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters::-webkit-scrollbar-thumb {
        background: rgb(204, 204, 204);
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel {
        padding: 0px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        border-bottom: 1px solid #C5C5C5;
        margin: 0px;
        background: rgb(255, 255, 255);
        width: 100% !important;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
        padding: 0px 10px 0px 0px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading {
        padding: 0px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        margin: 0px;
        min-width: auto;
        background-color: rgb(255, 255, 255) !important;
    }

    .sortingContent li:nth-child(2) {
        display: none;
    }

    .FiltreToggle {
        font-size: 13px;
        color: rgb(0, 0, 0);
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        justify-content: center;
        font-weight: 400;
        background: #F7F7F7;
        border: 1px solid #DBD6D7;
        padding: 8px 14px;
    }

    .brandlistselection .sortingContent li:first-child::after {
        content: "\f078";
        display: block;
        right: 10px;
        position: absolute;
        font-size: 11px;
        font-family: FontAwesome;
    }

    .brandlistselection .sortingContent li:first-child {
        position: relative;
        display: flex;
        align-items: center;
    }

    .sortingContent::after {
        display: none !important;
    }

    select#filterOrderSelect {
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        appearance: none;
        color: rgb(0, 0, 0);
        font-size: 14px;
        font-weight: 400;
        width: auto;
        padding: 0px;
        background: #F7F7F7 !important;
        border: 1px solid #DBD6D7;
        padding: 8px 24px 8px 14px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading::after {
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading a {
        line-height: 1;
        font-weight: 500;
        text-align: left;
        color: rgb(0, 0, 0);
        font-size: 15px;
        padding: 20px 0px;
        position: relative;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a::after {
        display: none;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown > li {
        float: left;
        text-align: left;
        margin: 0px;
        width: 100%;
        padding: 0px;
        display: flex;
        align-items: center;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .div-kategori .list-group.dropdown > li {
        width: 100%;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown li a {
        color: rgb(0, 0, 0);
        font-weight: 400 !important;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown li a:hover {
        color: rgb(0, 0, 0);
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown > li ul {
        display: block;
        margin: 0px 0px 0px 15px;
        padding: 0px;
        list-style: none;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown > li ul > li {
        width: 100%;
        margin-top: 7px;
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item::before {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-top: 0px;
        margin-right: 7px;
        vertical-align: top;
        float: left;
        background: rgb(255, 255, 255);
        border: 1px solid rgb(210, 205, 199);
        border-radius: 0px;
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item:hover:before,body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before {
        justify-content: center;
        display: flex !important;
        font-size: 9px;
        content: '\f00c';
        align-items: center;
        color: #000;
        font-family: 'FontAwesome';
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
        height: auto;
        background: 0px 0px !important;
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item a {
        color: rgb(0, 0, 0);
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown {
        top: 100%;
        width: calc(100% - 0px);
        position: static;
        box-shadow: none;
        border: 0px;
        padding: 0px;
        margin: 0px 0px 20px;
        font-size: 0px;
        max-height: 190px;
        overflow: auto !important;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range {
        background: rgb(112, 112, 112);
        height: 1px;
        width: calc(100% - 20px);
        margin: 10px 10px 0px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        float: left;
        border-radius: 4px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range .ui-slider-range {
        background: rgb(0, 0, 0);
        height: 1px;
        margin-top: 0px;
        border-radius: 4px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range .ui-slider-handle {
        margin-right: -4px;
        background: rgb(255, 255, 255) !important;
        border-radius: 100% !important;
        width: 23px !important;
        height: 23px !important;
        margin-top: 0px !important;
        top: -10px !important;
        box-shadow: 0px 0px 4px 0px #00000040;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .amount {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        left: 0px;
        padding: 20px 0px;
        float: left;
        width: 100%;
        text-align: left;
        margin-bottom: 0px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel.vertical-top-price-filter .FiyatSlider {
        width: 100%;
        margin: 30px 0px 0px;
        padding-bottom: 0px;
    }

    .filterApplyDes {
        position: absolute;
        left: 0px;
        bottom: 40px;
        right: 0px;
        background: rgb(0, 0, 0);
        width: 200px;
        margin: 0px auto;
        color: rgb(255, 255, 255);
        height: 40px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        cursor: pointer;
        display: none;
    }

    .appliedFilter.FiltrelemeUrunAdet span {
        font-size: 14px;
        margin: 0px !important;
        color: #787878 !important;
        font-weight: 400 !important;
        line-height: 25px !important;
        padding: 0px !important;
        position: absolute !important;
        left: 0;
        right: 0;
        top: 35px;
        z-index: -1;
    }

    .brandlistselection .sortingContent li a.btnCatSorting.sort_5::before {
        content: "5";
    }

    .brandlistselection .sortingContent li a.btnCatSorting.sort_4::before {
        content: "4";
    }

    .brandlistselection .sortingContent li a.btnCatSorting.sort_4 {
        border-right: 1px solid #7B7777;
        padding-right: 10px !important;
    }

    .brandlistselection .sortingContent li a.btnCatSorting.Active::before {
        color: #000
    }

    .sortingContent .blockSelect a i {
        display: none;
    }

    .sortingContent .blockSelect {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        height: 35px;
        gap: 10px;
        margin: 0px !important;
    }

    .sortingContent .blockSelect:before {
        content: "Gosterim"
    }

    .category-vertical-filters .vertical-filter-panel .list-group {
        list-style: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        margin: 0px !important;
        padding: 0px 0px 15px !important;
    }

    .category-vertical-filters .vertical-filter-panel .list-group ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreUst {
        display: flex;
        height: 63px;
        align-items: center;
        justify-content: start;
        color: rgb(0, 0, 0);
        font-size: 15px;
        font-weight: 400;
        background: rgb(255, 255, 255) !important;
        padding: 0 30px;
    }

    .closeFilt {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
        position: absolute;
        right: 30px;
        cursor: pointer;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreUst a {
        position: fixed;
        bottom: 30px;
        width: calc(50% - 30px);
        height: 45px;
        background: rgb(255, 255, 255);
        border: 1px solid rgb(0, 0, 0);
        left: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgb(0, 0, 0);
        font-size: 14px;
        font-weight: 500;
        display: none;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreUst a i {
        display: none;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: space-between;
        height: 74px;
        padding: 0px 30px;
        display: none;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn {
        display: block;
        background: rgb(0, 0, 0);
        float: right;
        width: calc(50% - 30px);
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        margin: 30px 20px 30px 10px;
        line-height: 45px;
        cursor: pointer;
        display: none;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
        display: none;
    }

    body #divSayfalamaUst .filterDeleteContent {
        float: left;
        margin: 0px 0px 10px;
        padding: 0px;
        width: 100%;
        display: none;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter {
        padding: 0px;
        margin: 0px 15px 0px 0px;
        height: auto;
        background: transparent;
        border: 1px solid rgb(102, 102, 102);
        width: auto;
        border-radius: 0px;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter a {
        width: 25px;
        margin: 0px;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter a i {
        font-family: FontAwesome;
        line-height: 30px;
        color: rgb(4, 4, 4);
        font-size: 15px;
        font-weight: 300;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter a i:before {
        content: "\f00d";
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span {
        color: rgb(102, 102, 102);
        font-size: 12px;
        text-align: left;
        margin-top: 2px;
        font-weight: normal;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span + span {
        color: rgb(102, 102, 102);
        margin-top: 3px;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir {
        display: block;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a {
        width: 100%;
        background: transparent;
        line-height: 1;
        margin: 0px;
        padding: 0px 5px;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span {
        line-height: 30px;
        font-weight: normal;
        font-size: 12px;
        text-align: center;
        margin: 0px;
        width: 100%;
    }

    .panel {
        border-bottom: 1px solid rgb(231, 231, 231);
    }

    .category-vertical-filters {
        overflow: hidden;
        padding: 0px !important;
        border-width: medium !important;
        border-style: none !important;
        border-color: currentcolor !important;
        border-image: initial !important;
        background: transparent !important;
    }

    .panel .panel-heading {
        position: relative;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        margin: 0px !important;
        background: transparent !important;
    }

    .panel-heading a {
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-weight: bold;
        line-height: 22px;
    }

    .category-vertical-filters .vertical-filter-panel .list-group a {
        color: rgb(78, 78, 78);
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 32px !important;
    }

    .category-vertical-filters .vertical-filter-panel .list-group-item::before, .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image::before {
        border-radius: 0px;
        border: 1px solid #CCCCCC!important;
        width: 18px !important;
        height: 18px !important;
        margin-top: 0px !important;
        margin-right: 8px !important;
        content: "" !important;
        display: block !important;
        background: #F7F7F7 !important;
    }

    .panel-heading a:after {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 11px;
        color: #000;
        font-family: FontAwesome;
        font-weight: 500;
        content: "\f077" !important;
    }

    .panel-heading.active a:after {
        content: "\f078" !important;
    }

    .list-group.dropdown {
        top: 100%;
        width: 100%;
        position: static;
        box-shadow: none;
        border: 0px;
        padding: 0px 10px 40px 0px;
        margin: 0px;
        font-size: 0px;
        max-height: 270px;
        background: 0px 0px;
    }

    .slider-range {
        width: calc(100% - 20px);
        margin: 20px 10px 0px;
        float: left;
        background: transparent !important;
        height: 2px !important;
        border-width: medium !important;
        border-style: none !important;
        border-color: currentcolor !important;
        border-image: initial !important;
    }

    .slider-range .ui-slider-range {
        background: rgb(0, 0, 0);
        margin-top: 0px;
        height: 2px !important;
    }

    .slider-range .ui-slider-handle {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
        background: rgb(255, 255, 255) !important;
        width: 25px !important;
        height: 25px !important;
        margin-top: 0px !important;
        top: -6px !important;
        border-radius: 100% !important;
        border: 1px solid rgb(221, 221, 221) !important;
    }

    .amount {
        color: rgb(0, 0, 0);
        font-size: 14px;
        font-weight: 500;
        padding: 20px 0px 0px 5px;
        float: left;
        width: 100%;
        text-align: left;
        margin-bottom: 0px;
    }

    .FiyatSlider {
        height: 90px;
        padding: 0px;
    }

    .category-vertical-filters .vertical-filter-panel .list-group-item:hover::before, .category-vertical-filters .vertical-filter-panel .list-group-item.selected::before {
        color: rgb(0, 0, 0);
        font-family: FontAwesome;
        align-items: center;
        justify-content: center;
        content: "\f00c" !important;
        display: flex !important;
        border: 1px solid rgb(0, 0, 0) !important;
    }

    .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
        font-size: 13px;
        cursor: pointer;
        box-sizing: border-box;
        position: relative;
        padding: 5px 0px;
        margin: 0px;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        z-index: 4;
        text-align: left;
        color: rgb(35, 35, 35);
        width: 100% !important;
        height: auto !important;
        background: none !important;
    }

    .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image a {
        font-weight: 500;
        color: rgb(12, 12, 12) !important;
        font-size: 13px !important;
    }

    .brandlistselectionBottom {
        margin-bottom: 0px;
        display: none;
    }

    #divSayfalamaAlt {
        width: 100%;
        margin: 0px;
        display: none;
    }

    .category-vertical-filters .vertical-filter-panel .list-group-item {
        padding: 0px !important;
        margin: 0px !important;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
    #headerNew .headerContainer, body ul.breadcrumb, .ticiContainer {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }

    .ulUrunSlider.owl-carousel .owl-nav {
        left: 10px;
        right: 10px;
    }

    .productItem .productPrice {
        gap: 2px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: start;
        margin: 2px 0 0;
        height: 32px;
    }

    .productItem .productPoints {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .productDetail .productPointTxt {
        margin-top: 1px;
    }
}

@media (max-width: 1100px) {
    #headerNew .headerContainer, body ul.breadcrumb, .ticiContainer {
        padding-left:10px;
        padding-right: 10px;
    }

    .RightDetail {
        width: 50%;
        padding: 0 0 0 20px;
    }

    .ulUrunSlider.owl-carousel .owl-nav {
        left: 10px;
        right: 10px;
    }

    .leftImage {
        width: 50%;
    }

    .SmallImages {
        display: none !important;
    }

    .Images, #divVideoGoruntulemeAlan {
        width: 100%;
    }

    .hazirBlokContent .txcol-sm-3 {
        display: none;
    }

    .hazirBlokContent .txcol-lg-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footerTemp .socialMedia.horizontal {
        width: 80px;
        margin: -19px 0 0;
    }

    .productItem .productPrice {
        gap: 2px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: start;
        margin: 4px 0 0;
        height: 32px;
    }

    .productItem .productPoints {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .productDetail .productPointTxt {
        margin-top: 1px;
    }
}

.innerContainer {
}

#divIcerik.homepage {
    /* margin-top: -54px !important; */
}

.UyeOl .ticiContainer {
}

.UyeGiris .ticiContainer {
}

.Magazalar .ticiContainer {
}

.sepetimBody .ticiContainer {
    margin: 0px auto;
}

.HesabimTakip .ticiContainer {
}

.Iletisimaspx .ticiContainer {
}

.homeContainer .ticiContainer {
}

.ticiContainer.homeContainer {
}

.ticiContainer.pageContainer {
}

.ticiContainer.categoryContainer {
    padding: 0px 15px;
}

.ticiContainer.productDetailContainer {
}

.sepetimBody .footerSslLogo {
    display: none !important;
}

.centerCount.Middle {
    width: 100%;
    padding: 0px;
}

.centerCount.userLoginContent {
    width: 100%;
    padding: 0px;
}

.centerCount.iletisimContent {
    width: 100%;
    padding: 0px;
}

.centerCount.UyeolContent {
    width: 100%;
    padding: 0px;
}

.centerCount.HesabimTakip {
    width: 100%;
    padding: 0px;
}

.leftBlock {
    float: left;
    width: 400px;
    padding-right: 100px;
}

.rightBlock {
    float: right;
    width: 400px;
    padding-left: 20px;
}

.centerCount.LeftMiddle {
    width: calc(100% - 400px);
}

.centerCount.RightMiddle {
    width: calc(100% - 400px);
}

.centerCount {
    float: left;
    width: 100%;
    padding: 0px;
}

.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; }

@media (max-width: 1041px) {
    .categoryContainer .ProductList.PlSc_5 .ItemOrj,.categoryContainer .ProductList.PlSc_4 .ItemOrj {
        width: 33.33%;
        max-width: 33.33%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33%;
    }

    #divSayfalamaUst .filterBlock {
        display: block !important;
    }

    .centerCount.LeftMiddle {
        width: 100% !important;
    }

    h1.categoryName {
        position: relative;
    }

    .FiltreToggle {
        display: none;
    }

    body .dropdown-toggle::after {
        display: none;
    }

    body #divSayfalamaUst {
        padding: 0px;
        margin: 10px 0px;
        width: 100%;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        background: transparent;
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .urunListRel {
        width: 100%;
    }

    body .mobilFilterOpenBtn .button {
        padding: 0px;
        margin: 0px;
        color: rgb(0, 0, 0);
        border: 1px solid rgb(195, 195, 195);
        width: calc(50% - 5px);
        float: left;
        line-height: 38px;
        background: rgb(255, 255, 255);
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        font-weight: 500;
    }

    body .mobilFilterOpenBtn .button::before {
        content: "";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: top;
        line-height: 38px;
        margin-right: 5px;
        font-weight: 300;
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn {
        float: left;
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn {
        float: right;
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn:before {
        content: '\f1de';
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn:before {
        content: '\f15d';
    }

    body .mobilFilterOpenBtn {
        margin: 0px;
        padding: 0px;
        display: block !important;
    }

    .categorydesign .uNo {
        float: right;
        color: rgb(153, 154, 157);
        font-size: 12px;
    }

    body #divSayfalamaUst .filterDeleteContent {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:nth-child(1)::after {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection {
        position: absolute;
        left: 0px;
        top: 0px;
        width: calc(50% - 5px);
        background: transparent;
        padding: 0px;
        margin: 0px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        border-radius: 0px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
        width: 100%;
        background: transparent;
        padding: 0px;
        margin: 0px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        border-radius: 0px;
        display: block !important;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
        width: 100%;
        background: transparent;
        padding: 0px;
        margin: 0px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        border-radius: 0px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
        width: 100%;
        height: 40px;
        font-size: 0px;
        text-indent: 0px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        color: rgb(0, 0, 0);
        font-weight: 500;
        min-width: auto;
        border-radius: 0px;
        background: transparent;
        appearance: none;
    }

    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: 0px;
        text-align: center;
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        z-index: 10;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        background: rgb(255, 255, 255);
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:not(.appliedFilter) {
        margin: 0px;
        width: 100%;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a {
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        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 rgb(229, 229, 229);
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(4) > a {
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    }

    body .category-vertical-filters.top-filters {
        width: 360px;
        position: fixed;
        top: 0px;
        right: -100%;
        bottom: 0px;
        z-index: 9999;
        background: rgb(243, 245, 248);
        margin: 0px;
        padding: 0px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        transition: 0.3s;
        display: block !important;
    }

    body .category-vertical-filters.top-filters ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    body .filterBlock.active .category-vertical-filters.top-filters {
        right: 0px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreUst {
        float: left;
        width: 100%;
        line-height: 50px;
        font-size: 16px;
        color: rgb(255, 255, 255);
        margin-bottom: 10px;
        padding: 0px 10px;
        position: relative;
        text-align: center;
        display: block;
    }

    body .category-vertical-filters.top-filters .FiltreUst span {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        inset: 0px;
    }

    body .category-vertical-filters.top-filters .FiltreUst .closeFilt {
        float: left;
        font-size: 25px;
        position: relative;
        z-index: 1;
    }

    body .category-vertical-filters.top-filters .FiltreUst a {
        float: right;
        font-size: 13px;
        position: relative;
        z-index: 1;
        color: rgb(255, 255, 255);
        display: none;
    }

    body .category-vertical-filters.top-filters .FiltreUst a.active {
        display: block;
    }

    body .category-vertical-filters.top-filters .FiltreUst a i {
        color: rgb(255, 255, 255);
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        line-height: 50px;
        margin-left: 5px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        padding: 0px 10px;
        display: block;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreicerikAlan {
        float: left;
        width: 100%;
        max-height: calc(100% - 190px);
        overflow: hidden auto;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        display: block;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn span {
        display: inline-block;
        vertical-align: top;
        background: rgb(0, 0, 0);
        padding: 10px;
        min-width: 150px;
        color: rgb(255, 255, 255);
        line-height: 30px;
        font-size: 15px;
        text-transform: uppercase;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock {
        float: left;
        width: 100%;
        line-height: 50px;
        font-size: 14px;
        color: rgb(38, 35, 36);
        text-align: left;
        padding: 0px 0px 0px 15px;
        background: rgb(255, 255, 255);
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock::before {
        content: "";
        float: right;
        width: 24px;
        max-height: 24px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 32px;
        border-radius: 100%;
        margin: auto 0px;
        background: rgb(255, 255, 255);
        box-shadow: rgb(153, 153, 153) 0px 0px 2px 0px;
        z-index: 1;
        transition: 0.3s;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock::after {
        content: "";
        float: right;
        width: 40px;
        max-height: 16px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        border-radius: 20px;
        background: rgb(197, 199, 201);
        margin: auto 15px auto 0px;
        transition: 0.3s;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock.selected::before {
        right: 15px;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock.selected::after {
        background: rgb(57, 214, 98);
    }

    body .category-vertical-filters.top-filters .panel .panel-heading {
        padding: 0px;
        margin: 0px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        background: rgb(255, 255, 255);
        float: left;
        width: 100%;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a {
        float: left;
        width: 100%;
        text-align: left;
        color: rgb(38, 35, 36);
        font-weight: 500;
        font-size: 15px;
        line-height: 50px;
        padding: 0px 10px;
        text-transform: uppercase;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a::after {
        top: 0px;
        color: rgb(0, 0, 0);
        font-weight: 300;
        font-family: FontAwesome;
        right: 10px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
        position: absolute;
        right: 40px;
        top: 0px;
        bottom: 0px;
        line-height: 50px;
        font-size: 15px;
        color: rgb(0, 0, 0);
        display: block;
    }

    body .category-vertical-filters.top-filters .panel {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        padding: 0px 10px;
    }

    body .category-vertical-filters.top-filters .panel:last-child {
        margin-bottom: 0px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown {
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        position: static;
        box-shadow: none;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown ul {
        margin-top: 10px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li {
        width: 100%;
        margin-right: 0px;
        text-align: left;
        margin-bottom: 10px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li a {
        color: rgb(0, 0, 0);
        line-height: 16px;
    }

    body .category-vertical-filters.top-filters .vertical-filter-panel .list-group-item a {
        font-size: 13px;
        color: rgb(38, 35, 36);
        font-weight: normal;
        float: left;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item::before {
        border-radius: 0px;
        width: 16px;
        height: 16px;
        display: inline-block !important;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.selected::before {
        border-color: rgb(0, 0, 0);
        background: rgb(0, 0, 0);
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
        height: auto;
        background: transparent !important;
    }

    body .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
        width: 100%;
        margin: 20px 0px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent {
        display: none !important;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:first-child::before {
        display: none;
    }

    body .slider-range {
        width: calc(100% - 20px);
        margin: 0px 0px 15px 10px !important;
    }

    body .amount {
        padding: 0px;
    }

    .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: 0px auto;
    }

    .mobileImageSlider .owl-stage-outer {
        float: left;
        width: 100%;
    }

    .uyeOlContainer #FrmYeniUye > .uyeOlCol {
        width: 100%;
        padding: 10px;
        margin: 10px 10px 0px 0px;
    }

    .uyeOlContainer .FormTitle {
        margin: 10px 0px;
        padding: 10px 0px;
        font-size: 18px;
        font-weight: 600;
    }

    .uyeOlContainer .uyeOlCol input.textbox {
        padding: 10px 0px;
    }

    .uyeOlContainer .uyeOlCol select.selectboxx {
        padding: 10px 0px;
    }

    .Magazalar .magazaSelect {
        width: 100%;
        margin-right: 0px;
    }

    .Magazalar #searchStore {
        width: 100%;
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    body.overflow {
        overflow: hidden;
    }

    #divIcerik.homepage {
        margin: 0px auto;
    }

    body {
        padding-top: 0px;
    }

    body.sepetimBody {
        padding-top: 0px;
    }

    #lang_flag_container {
        display: none;
    }

    .userContainer .userLeftBox, .userContainer .userRightBox {
        padding: 0px;
    }

    .userContainer .userRightBox {
        margin-top: 20px;
    }

    .SifremiUnuttumContent .userWrapper.SifremiUnuttum {
        width: 100%;
        padding: 0px 10px;
    }

    #divIcerik {
        padding: 0px 10px;
        margin: 0px auto;
    }

    .proCategoryTitle.categoryTitleText {
        padding: 0px 10px;
    }

    #divTicimaxCopyrightContent {
        text-align: center;
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }

    #divTicimaxCopyrightContent a {
        display: inline-block;
    }

    #divTicimaxCopyrightContent img {
        display: inline-block;
        vertical-align: top;
    }

    .spanTittle {
        font-size: 18px !important;
    }

    .iletisimContent .iletisimForm {
        width: 100%;
        padding: 0px;
    }

    .iletisimContent .AdBan {
        width: 100%;
    }

    .iletisimContent .categoryTitle {
        margin: 0px;
    }

    .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 0px 0px;
    }

    .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: 0px 0px 10px;
        padding: 10px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    .SifremiUnuttum {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .SifremiUnuttum .line {
        width: 100%;
    }

    .SifremiUnuttum #mainHolder_txtbxMail {
        width: 70%;
    }

    .SifremiUnuttum .button {
        width: 30%;
    }

    .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;
        float: left;
        width: 100%;
        padding: 0px;
    }

    .TopDet .product_social_icon_wrapper .PaylasTit {
    }

    .bottomHead {
        float: left;
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 1002;
        background: rgb(255, 255, 255);
        border-top: 1px solid rgb(206, 206, 206);
        display: block;
    }

    .bottomHead ul {
        margin: 0px;
        list-style: none;
        padding: 0px;
    }

    .bottomHead ul li {
        float: left;
        width: 25%;
    }

    .bottomHead ul li a {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding: 5px 0px;
        color: rgb(0, 0, 0);
        position: relative;
        height: 49px;
    }

    .bottomHead ul li a svg {
        width: 18px;
        display: block;
        margin: 0px auto 5px;
    }

    .bottomHead ul li.welcC a svg {
        margin-bottom: 3px;
    }

    .categoryContainer .categoryTitleText {
        padding: 0px;
        margin: 0px;
    }

    .ProductBody .categoryTitle {
        padding: 0px;
        margin: 0px;
    }

    body .category-vertical-filters.top-filters {
        width: 100%;
        height: calc(100% - 50px);
        box-shadow: none;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    body ul.breadcrumb {
        white-space: nowrap;
        position: relative;
        padding: 0px 10px;
    }

    body ul.breadcrumb.zindex {
        z-index: -1;
        pointer-events: none;
    }

    body ul.breadcrumb::after {
        position: absolute;
        inset: 0px;
        z-index: 99;
        content: "";
        display: block;
    }

    body ul.breadcrumb li:nth-child(1) a::before {
        display: none;
    }

    body ul.breadcrumb:before {
        content: '\f015';
        font-family: 'FontAwesome';
        font-weight: 300;
        line-height: 40px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: top;
        color: #000;
    }

    body ul.breadcrumb * {
        max-width: 25px;
        text-decoration: none;
        line-height: 40px !important;
        font-size: 12px !important;
    }

    body ul.breadcrumb li::after {
        line-height: 40px;
        content: "...";
        margin: 0px 2px;
        font-size: 12px !important;
    }

    body ul.breadcrumb li {
        font-size: 0px !important;
    }

    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: 80%;
    }

    body ul.breadcrumb li:nth-last-of-type(1) * {
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px !important;
    }

    body ul.breadcrumb li a span {
        font-size: 0px !important;
    }

    body ul.breadcrumb li a span:after {
        content: '\f105';
        font-family: 'FontAwesome';
        font-size: 14px!important;
        display: inline-block;
        vertical-align: top;
        line-height: 40px;
        font-weight: 300;
    }

    .categoryTitleText {
        position: relative;
        z-index: 99;
    }

    .breadList {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        background: rgb(255, 255, 255);
        padding: 10px 20px;
        z-index: 999;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
    }

    .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: 0px;
        margin: 0px;
    }

    .breadList .mBread ul li {
        float: left;
        width: 100%;
        font-size: 0px;
        display: block;
        margin-right: 0px;
        line-height: 1;
    }

    .breadList .mBread ul li a {
        float: left;
        width: 100%;
        font-size: 11px;
        color: rgb(69, 69, 69);
        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: rgb(0, 0, 0);
        z-index: 99;
    }

    .categoryContainer .breadList .clbtn {
        right: -5px;
    }

    .categoryContainer .ProductList.PlSc_hrz .ItemOrj {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
    }

    .categoryContainer .ProductList.PlSc_2 .ItemOrj {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
    }

    .categoryContainer .ProductList.PlSc_3 .ItemOrj {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
    }

    .categoryContainer .ProductList.PlSc_4 .ItemOrj {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
    }

    .categoryContainer .ProductList.PlSc_5 .ItemOrj {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
    }

    body:not(.sepetimBody) .ItemOrj {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0px 5px;
    }

    .categoryContainer .ProductList {
        margin: 0px -5px;
    }

    .categoryContainer .ProductListContent .productItem {
        margin-bottom: 10px;
    }

    body .mobilFilterOpenBtn .button {
        font-size: 13px;
    }

    .leftImage {
        float: left;
        width: 100%;
    }

    .RightDetail {
        width: 100%;
        padding: 10px 0px 0px;
    }

    body a#linkOncekiSayfa {
        display: none;
    }

    body .leftImage a#linkOncekiSayfa {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 35px;
        background: rgb(255, 255, 255);
        text-align: center;
        font-family: FontAwesome;
        color: rgb(0, 0, 0);
        z-index: 5;
        line-height: 35px;
        display: block;
        font-size: 0px !important;
    }

    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;
    }

    .detaySliderContainer {
        margin: 10px 0px;
    }

    .sliderBannerContainer {
        margin: 10px 0px;
    }

    .htop {
        display: none;
    }

    .categoryContainer .ProductList.PlSc_4 .ItemOrj {
        -webkit-box-flex: 0;
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .html.custom.html_2 {
        display: none;
    }

    .headerTop {
        text-align: center;
        font-size: 13px;
    }

    .kateArea {
        padding: 15px;
    }

    .kateArea > span {
        font-size: 20px;
    }

    .kateArea > p {
        max-width: 100%;
        font-size: 14px;
    }

    .homeKate > span {
        font-size: 18px;
    }

    .homeKate ul {
        padding: 10px 0px 0px;
        justify-content: start;
        overflow: auto;
        gap: 15px;
    }

    .homeKate ul li {
        width: auto;
        min-width: 100px;
    }

    .homeKate ul li span {
        margin: 15px 0px 0px;
        font-size: 14px;
    }

    .sliderBannerContainer .Block_Link {
        top: auto;
        position: relative;
        margin: 0px auto;
        height: 40px;
        width: 190px;
    }

    .homeProComt {
        flex-direction: column;
    }

    .homeProComt img {
        max-width: 100%;
        width: 100%;
    }

    .homeYorm ul {
        overflow: auto;
    }

    .homeYorm ul li {
        min-width: 200px;
    }

    .homeIcons {
        padding: 20px;
    }

    .homeIcons ul {
        gap: 20px;
        width: 100%;
    }

    .homeIcons ul li {
        width: calc(50% - 10px);
    }

    .homeIcons ul li img {
        height: 40px;
        object-fit: contain;
    }

    .homeIcons ul li span {
        font-size: 14px;
    }

    .homeIcons ul li small {
        font-size: 12px;
    }

    .homeBlog ul {
        gap: 10px;
        margin: 10px 0px 0px;
        overflow: auto;
        padding: 10px 2px;
    }

    .homeBlog ul li {
        min-width: 270px;
    }

    .homeYormTop {
        padding: 15px;
    }

    .sliderBannerContainer .Block_Link a {
        font-size: 14px;
    }

    .discountIcon.tip {
        padding: 3px;
    }

    #divMobileImageList .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
    }

    .productItem .productPrice {
        gap: 2px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1 {
        font-size: 18px;
    }

    .ProductDetailMainRow {
        margin: 0px;
    }

    .ozelAlan2 {
        font-size: 11px;
    }

    .ozelAlan1 {
        font-size: 12px;
    }

    .noSliderProduct.product_6 .ItemOrj {
        max-width: 50% !important;
    }

    .homeKateScroll ul li {
        min-width: 250px;
    }

    .homeKateScroll ul {
        padding-bottom: 20px !important;
    }

    .t-mb-20 {
        margin-bottom: 0px !important;
    }

    #mainHolder_divDesign .ticimaxTabHead {
        flex-direction: column;
    }

    .GuvenList ul {
        flex-flow: wrap;
    }

    .bannerSliderBannerWrapper .txrow > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bannerSliderBannerWrapper .multiBlokSlider .bannerWrapper {
        width: 100%;
    }

    .homeProRev .ticimaxAnasayfaTab > .txrow > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .homeProRev .ticimaxAnasayfaTab .ProductList {
        width: 100%;
        margin: 0px;
    }

    .homeProRev .ticimaxAnasayfaTab > .txrow .ProductListContent {
        height: 100dvh;
    }

    .productYeInUcFi {
        top: 10px;
        left: 10px;
    }

    .productYeInUcFi > div {
        font-size: 9px !important;
        padding: 3px 6px !important;
    }

    .newIcon.tip {
        width: 33px;
        height: 18px !important;
        line-height: 18px !important;
        padding: 0px 6px !important;
    }

    #mainHolder_divDesign .owl-carousel .owl-nav, .owl-carousel .owl-nav {
        left: 10px;
        right: 10px;
        display: none !important;
    }

    div#divMobileImageList .owl-nav {
        display: none !important;
    }

    .TopDet {
        margin: 10px 0 0
    }

    .hlinks {
        gap: 10px;
    }

    .homeBnr .bannerDescriptionWrapper .bannerTitle {
        font-size: 32px;
    }

    .homeBnr .bannerDescriptionWrapper .bannerSubTitle {
        font-size: 20px;
    }

    .homeBnr .bannerButtonWrapper a {
        font-size: 14px;
    }

    .homeBnr2 .bannerDescriptionWrapper .bannerTitle {
        font-size: 30px;
    }

    .homeBnr2 .bannerDescriptionWrapper .bannerSubTitle {
        font-size: 20px;
        margin: 8px 0
    }

    .homeBnr2 .bannerButtonWrapper a {
        font-size: 14px;
    }

    .kateOwl ul li a {
        padding: 0 10px !important;
        min-width: auto;
        margin: 0 2px !important;
    }

    .footerTemp .socialMedia.horizontal {
        width: auto;
        margin: 0px 0 0;
    }
}

@media screen and (min-width: 414px) {
}

@media screen and (min-width: 375px) and (max-width: 413px) {
}

@media screen and (min-width: 0px) and (max-width: 374px) {
}

.ozelAlan1, #divOzelAlan1 {
    display: none;
}

#IlgiliUrunDiv .KatSepetFiyat {
    display: none;
}

.KatSepetFiyat {
    position: absolute;
    float: left;
    width: auto;
    border: 1px solid #C81429;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    padding: 0;
    bottom: -40px;
    left: 5px;
    right: 5px;
}

.KatSepetFiyat span {
    font-size: 14px;
    font-weight: 600;
    color: #C81429;
    line-height: 30px;
}

.sPric {
    clear: left;
    float: left;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C81429;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #C81429;
    border-radius: 5px;
    gap: 5px;
    line-height: 30px;
    margin: 20px 0 0;
}

.sPric span {
    font-size: 15px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}

.sPric span {
    font-size: 15px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .KatSepetFiyat {
        font-size: 9px;
    }

    .KatSepetFiyat span {
        font-size: 11px;
    }
}

@media screen and (max-width: 340px) {
    .KatSepetFiyat {
        font-size: 8px;
    }
}

.productItem.Indirim1 {
    margin-bottom: 65px!important;
}
