/*-----------------*/
/*------OO---------*/
/*-----------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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 {
    margin: 0px auto;
    text-size-adjust: 100%;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Montserrat, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 0.8rem;
    background: #FAFAFA !important;
 }

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: none;
    max-width: 100%;
    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 0s, color 0.1s ease-in-out 0s;
}

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: Montserrat, 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 0s;
}

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%;
}

.fa-facebook-f:before {
    content: "\f39e" !important;
}

.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: Montserrat, 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: Montserrat, sans-serif;
    color: rgb(102, 102, 102);
    display: block;
    font-size: 14px;
    width: 100%;
    transition-duration: 0.2s, 0.2s;
}

.button {
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    color: rgb(255, 255, 255);
    padding: 4px 5px;
    transition: all 0.3s ease 0s;
    border: none;
    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: none !important;
}

.Magazalar #header {
    margin-bottom: 50px;
}

.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: "\f095";
}

.iletisimContent .iletisimLeft .span.iletisimLeftFaks .Right:before {
    content: "\f1ac";
}

.iletisimContent .iletisimLeft .span.iletisimLeftAdres .Right:before {
    content: "\f3c5";
}

.iletisimContent .iletisimLeft .span.iletisimLeftEposta .Right:before {
    content: "\f0e0";
}

.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"] {
    line-height: 1;
    padding-left: 48px !important;
}

.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: "\f007";
    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%;
}

#header:before {
    content: "";
    display: table;
}

#header:after {
    content: "";
    display: table;
}

.hoverr:before {
    content: "";
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.15);
    z-index: 10;
    clear: none;
    display: block !important;
}

#header {
    width: 100%;
    position: relative;
    float: left;
    z-index: 1000;
    background: rgb(255, 255, 255);
}

.headerContent:before {
    content: "";
    display: block;
    clear: both;
}

.headerContent:after {
    content: "";
    display: block;
    clear: both;
}

#logo {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 27px 0px;
}

#logo .logo {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
}

#logo .logo img {
    display: block;
    max-width: 100%;
}

.headerButton {
    float: right;
    margin: 22px 0px;
}

.favi {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    margin: 0px 21px;
}

.favi a {
    float: left;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 12px;
    line-height: 30px;
    fill: rgb(0, 0, 0);
}

.favi a .svgIcon {
    display: block;
    width: 25px;
    margin: 0px auto;
    line-height: 0;
}

.favi a span {
    display: block;
}

.mycart {
    float: right;
    z-index: 9999;
    position: relative;
}

.mycart > a {
    display: flex;
    color: rgb(0, 0, 0);
    font-size: 12px;
    text-align: center;
    fill: rgb(0, 0, 0);
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.mycart .svgIcon {
    display: block;
    width: 35px;
    margin: 0px auto;
    line-height: 0;
}

.mycart .sepetTecxt {
    display: none;
    float: left;
    line-height: 32px;
}

.mycart .sepetUrunSayisi {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 26px;
    height: 26px;
    line-height: 17px;
    background: #CB3420;
    border-radius: 100%;
    color: rgb(255, 255, 255);
    font-size: 14px;
    border: 3px solid #ffffff;
}

.mycart .sepetUrun {
    display: none;
}

.sepetTopTutar {
    display: none !important;
}

.CartProduct p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.CartProduct {
    background: rgb(255, 255, 255);
    float: left;
    z-index: 99999;
    position: fixed;
    transition: all 0.75s ease 0s;
    right: -430px;
    margin-left: 0px;
    border: 1px solid rgb(240, 240, 240);
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    box-shadow: rgba(119, 120, 123, 0.08) -30px 0px 44px;
    top: 0px;
    width: 430px;
    padding: 30px;
    height: 100%;
    display: block !important;
}

.mycart:after {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -15px;
    height: 15px;
    content: "";
}

.CartProduct:before, .CartProduct:after {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
}

.CartProduct:before {
    border-color: transparent transparent rgb(240, 240, 240);
    border-width: 9px;
    margin-left: -9px;
    display: none;
}

.CartProduct:after {
    border-color: transparent transparent rgb(255, 255, 255);
    border-width: 8px;
    margin-left: -8px;
    right: 11px;
    display: none;
}

.CartProduct ul {
    padding: 0px;
    margin: 0px;
}

.CartProduct .SProduct {
    float: left;
    width: 100%;
    height: calc(100% - 160px);
    overflow: hidden auto;
    padding-right: 10px;
    padding-top: 60px;
}

.CartProduct .SProduct li {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.CartProduct .SProduct li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: 0px;
}

.CartProduct .SProduct li a {
    float: left;
    width: 100%;
    text-align: left;
    color: rgb(34, 34, 34);
    padding-right: 0px;
}

.CartProduct .SProduct li a img {
    margin-right: 20px;
    float: left;
    width: 140px;
    object-fit: contain;
    height: 90px !important;
}

.CartProduct .SProduct li a .SepettopAd {
    width: calc(100% - 200px);
    float: left;
}

.CartProduct .SProduct li a .SepettopAd .urunAd {
    margin-bottom: 10px;
}

.CartProduct .SProduct li a .SepettopAd .urunAd span {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}

.CartProduct .SProduct li a .SepettopAd .varyAd {
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
    color: rgb(34, 34, 34);
}

.CartProduct .SProduct li a .SepettopAd .varyAd span {
    font-size: 13px;
    line-height: 19px;
}

.CartProduct .SProduct li a .SepettopAd .sptAdet {
    margin: 10px;
    padding-top: 1px;
    display: flex;
    align-items: center;
    justify-content: right !important;
}

.CartProduct .SProduct li a .SepettopAd .sptAdet span {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
}

.CartProduct .SProduct li a .SepettopAd .sptAdet span:first-child {
    margin-left: 10px;
}

.CartProduct .SProduct li a .sepetTopSatisBirimi {
    vertical-align: middle;
    float: left;
    display: inline-block !important;
    font-size: 0px !important;
}

.CartProduct .SProduct li a .sepetTopFiyat {
    font-weight: bold;
    font-size: 18px;
    margin: 0px 0px 10px;
    color: rgb(12, 12, 12);
    line-height: 26px;
    width: calc(100% - 160px);
    display: block !important;
    float: right !important;
}

.CartProduct .SProduct li a:nth-child(2) {
    position: absolute;
    right: 0px;
    top: 23px;
    margin-top: -20px;
    font-size: 15px;
    padding: 0px;
    width: auto !important;
}

.CartProduct .SProduct li a .sepetTopBirimFiyat {
    display: none !important;
}

.CartProduct .SProduct li a .fa-times {
    font-family: FontAwesome;
    font-weight: 300;
}

.CartProduct .SProduct li a .fa-times:before {
    content: "\f057";
    color: rgb(160, 162, 175);
}

.CartProduct .SPrice {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0px;
    margin: 20px 0px 10px;
    display: none;
}

.CartProduct .SPrice li {
    font-size: 0px;
}

.CartProduct .SPrice li span {
    float: left;
    color: rgb(25, 25, 24);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.CartProduct .SPrice .sepetToplamTutar {
    float: right;
    text-align: right;
    font-size: 15px;
}

.CartProduct .button {
    float: left;
    width: 100%;
    line-height: 35px;
    border-radius: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0px 10px !important;
    font-size: 13px !important;
}

.CartProduct .headerCartBtn {
    line-height: 40px;
    border: 1px solid #CB3420;
    background: #CB3420;
    color: rgb(255, 255, 255);
    border-radius: 10px;
}

.CartProduct .headerOrderBtn {
    line-height: 40px;
    float: right;
}

.CartProduct .headerCartBtn:hover {
    color: rgb(255, 255, 255);
    background: rgb(25, 25, 24);
    border-color: rgb(25, 25, 24) !important;
}

.CartProduct.more .SPrice {
    display: block;
}

.CartProduct.more .Title {
    display: block;
}

.CartProduct.more .cart-footer {
    display: block;
}

.CartProduct.more .headerCartBtn {
    display: block !important;
}

.CartProduct.more .headerOrderBtn {
    border: 1px solid rgb(25, 25, 24);
    color: rgb(255, 255, 255);
    background: rgb(12, 12, 12);
    border-radius: 10px;
    display: block !important;
}

.sepetimBody .mycart:hover .CartProduct {
    visibility: hidden;
    opacity: 0;
    top: 0px;
}

.sepetimBody .mycart:hover:after {
    display: none;
}

.CartProduct.more .headerOrderBtn:hover {
    color: rgb(255, 255, 255);
    background: rgb(34, 34, 34);
}

.CartProduct .SProduct li a .fa-times:hover:before {
    color: rgb(252, 74, 74) !important;
}

.CartProduct.more .headerOrderBtn:hover {
    background: rgb(119, 120, 123);
    border-color: rgb(119, 120, 123);
}

.CartProduct .SProduct:before {
    content: "Sepetim";
    position: absolute;
    left: 40px;
    top: 30px;
    color: rgb(34, 34, 34);
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

.welcome {
    float: right;
    z-index: 99;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-direction: row-reverse;
}

.welcome > div {
    float: left;
}

.welcome ul {
    float: left;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.uyeGirisWelcome, .uyeGirisUyeAdi {
    display: none;
}

.headerUyeGiris a, .headerUyeOl a, .headerHesabim, .headerCikis {
    float: left;
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 32px;
}

.welcome .svgIcon {
    float: none;
    display: block;
    width: 22px;
    margin: 0px auto;
    line-height: 0;
    fill: rgb(0, 0, 0);
}

.headerUyeOl, .headerCikis {
    display: none;
}

.welcome li {
    display: inline-block;
    vertical-align: top;
}

.headerSocialConnect {
    float: right;
    margin-left: 25px;
    display: none !important;
}

.headerSocialConnect .baglanButton {
    border: none;
    margin: 0px;
    padding: 0px;
    line-height: 0;
    background: transparent !important;
}

.headerSocialConnect .baglanButton a {
    line-height: 43px;
    color: rgb(255, 255, 255);
    text-indent: 0px;
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
}

.headerSocialConnect .baglanButton a:before {
    content: "\f39e";
    font-family: FontAwesomeBrands;
    margin-right: 10px;
    font-size: 12px;
    line-height: 43px;
    vertical-align: top;
    font-weight: normal;
}

.usernav {
    display: none;
}

.searchContent {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    z-index: 5;
    margin: 23px 0px;
    position: absolute;
    right: 30%;
}

#divAramaKategori {
    position: absolute;
    left: 0px;
    top: 5px;
    display: none !important;
}

#divAramaKategori select {
    cursor: pointer;
    background: rgb(255, 255, 255);
    display: block;
    height: 40px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-right: 1px solid rgb(0, 0, 0);
    width: 135px;
    padding: 0px 0px 0px 15px;
    border-radius: 0px;
    text-transform: uppercase;
    color: rgb(128, 126, 126);
    font-size: 12px;
    font-weight: 300;
}

#divAramaKategori option {
    text-transform: capitalize;
}

.search {
    float: left;
    width: 100%;
    position: relative;
}

.ButtonMic {
    position: absolute;
    right: 75px;
    top: 1px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    background: transparent;
    color: rgb(121, 95, 82);
    font-size: 14px;
    width: 20px;
    height: 40px;
    display: none !important;
}

#txtbxArama {
    float: left;
    width: 100%;
    height: 45px;
    font-size: 12px;
    font-weight: normal;
    color: rgb(102, 102, 102);
    padding: 0px 55px 0px 15px;
    background: rgb(255, 255, 255);
    letter-spacing: 0px;
    transition: all 0.3s ease 0s;
    appearance: none;
    border: 1px solid #CB3420;
    border-radius: 45px;
}

#txtbxArama::-webkit-input-placeholder {
    color: rgb(102, 102, 102);
}

#txtbxArama:focus {
    color: rgb(102, 102, 102);
}

.navigation {
    float: left;
    width: 100%;
    border-top: 1px solid rgb(237, 237, 237);
    border-bottom: 1px solid rgb(237, 237, 237);
}

.navigation > div {
    z-index: 1;
    text-align: center;
    padding: 0px !important;
}

.navigation .navUl {
    display: flex;
    font-size: 0px;
    float: left;
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    align-items: center;
    justify-content: center;
    gap: 66px;
}

.navigation .navUl ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.navigation .navUl > li {
    display: inline-block;
    vertical-align: middle;
}

.navigation .navUl > li > a {
    float: left;
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 15px 0px;
    font-weight: 500;
}

.navigation .altMenu {
    position: absolute;
    top: 90%;
    left: 0px;
    right: 0px;
    background-color: rgb(255, 255, 255);
    display: none;
}

.navigation .navUl > li:hover > .altMenu {
    display: block;
}

.navigation .altMenu .altmenuSol > span {
    display: none;
}

.navigation .altMenu .altMenuler {
    display: flex;
    text-align: left;
    justify-content: stretch;
    flex-direction: row-reverse;
}

.navigation .navUl > li:after {
    content: "";
    width: 1px;
    height: 30px;
    background: rgb(237, 237, 237);
    display: block;
    margin: 12px -33px;
}

.navigation .navUl > li:first-child:after {
    display: none;
}

.navigation .altMenu .altMenuler .altMenuSag {
    float: right;
}

.navigation .altMenu .altMenuler .altMenuSag > a {
}

.navigation .altMenu .altMenuler .altMenuSag > a > img {
    display: block;
}

.navigation .altMenu .altMenuler .altmenuSol {
    position: relative;
}

.navigation .altMenu .altMenuler .altmenuSol ul ul {
    position: absolute;
    display: none;
    width: 64%;
    top: 37px;
    padding: 0px 50px 0px 100px;
    height: calc(100% - 100px);
    left: 30% !important;
    overflow: hidden;
    overflow-y: scroll;
}

.navigation .altMenu .altMenuler .altmenuSol ul li {
    display: block;
}

.navigation .altMenu .altMenuler .altmenuSol ul li li {
    width: 50%;
    float: left;
}

.navigation .altMenu .altMenuler .altmenuSol ul li a {
    color: rgb(51, 51, 51);
    font-size: 15px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation .altMenu .altMenuler .altmenuSol ul li:last-child a {
}

.navigation .altMenu .altMenuler .altmenuSol ul li ul a:hover {
    text-decoration: underline;
}

.navigation .altMenu .altMenuler .altmenuSol > ul {
    width: 36%;
    background: rgb(255, 251, 248);
    float: left;
    padding: 37px 33px;
    height: 100%;
}

.navigation .altMenu .altMenuler .altmenuSol > ul > li {
    width: 100%;
}

.navigation .altMenu .altMenuler .altmenuSol > ul > li > a {
    font-weight: 500;
}

.navigation .altMenu.picTrue .altMenuler .altMenuSag {
    width: 35%;
    padding: 26px 40px 26px 0px;
}

.navigation .altMenu.picTrue .altMenuler .altmenuSol {
    width: 65%;
}

.navigation .altMenu .altMenuler .altmenuSol > ul > li:hover ul {
    display: block;
}

.navigation .altMenu .altMenuler .altmenuSol ul ul li a {
    font-size: 14px;
}

.menuImgArea > a {
    width: calc(33.33% - 20px);
    float: left;
    border: 1px solid rgb(241, 241, 241);
    border-radius: 10px;
    padding: 13px;
    margin: 10px;
}

.menuImgArea {
    margin: 0px -10px;
}

.navigation .altMenu .altMenuler .altmenuSol > ul > li.ulVar > a:after {
    content: "\f105";
    font-family: fontAwesome;
    font-size: 15px;
    color: rgb(0, 0, 0);
}

.navigation .navUl > li a:hover, .navigation .navUl > li a:hover:after {
    color: #CB3420 !important;
}

#header .yanResimliMenu {
    display: none;
}

.menuSmIm {
    position: relative;
    filter: brightness(0);
}

.navigation .navUl > li a:hover .menuSmIm {
    filter: none;
}

#lang_flag_container {
    right: auto;
    bottom: auto;
    float: right;
    margin-left: 25px;
    display: none;
    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: none !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 {
    font-weight: normal;
    color: rgb(0, 0, 0) !important;
}

#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 {
    text-align: left;
    font-size: 11px !important;
}

#lang-detail .currency a {
    font-size: 11px !important;
}

#lang-detail p {
    font-size: 12px !important;
}

#back-to-top a:after {
    content: "";
    font-size: 12px;
    color: #191918;
    margin: 7px auto 0;
    display: block;
}

#back-to-top {
    display: none!important;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 60px;
    bottom: 60px;
}

#back-to-top a {
    float: left;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#back-to-top a svg {
}

.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%;
}

.categoryContainer .ProductList.PlSc_2 .ItemOrj {
    width: 50%;
}

.categoryContainer .ProductList.PlSc_3 .ItemOrj {
    width: 33.33%;
}

.categoryContainer .ProductList.PlSc_4 .ItemOrj {
    width: 25%;
}

.categoryContainer .ProductList.PlSc_5 .ItemOrj {
    width: 20%;
}

.ProductListContent {
    display: block;
    clear: both;
    float: left !important;
    width: 100% !important;
}

.categoryContainer .ProductListContent {
    float: left;
    width: 100%;
}

.categoryContainer .ProductList {
    margin: 0px -10px;
    width: calc(100% + 20px) !important;
}

.categoryContainer .ProductListContent .productItem {
    margin-bottom: 20px;
}

.ItemOrj {
    float: left;
    padding: 0px 10px;
    width: 25%;
}

.productItem {
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 0px;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 0;
    transition: .5s all;
    background: #fff;    overflow: hidden;
}

.productItem:hover {
border: 1px solid #FF871E;
}

..productItem .productImage {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}

.productItem .productImage a, body .productItem .productImage a.Videolu {
    display: block;
    position: relative;
    padding-bottom: 100%;
}

.productItem .productImage img, .productItem .productImage .Videolu video {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: auto;
    border-radius: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
} .productDetail {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    height: 152px;
    padding: 30px 10px 10px;
    position: relative;
}

.productItem .productName {
    position: relative;
    margin: 0px;
    float: left;
    width: 100%;
    text-align: left;
}

.productItem .productName a {
    float: left;
    width: 100%;
    padding: 0px;
    line-height: 20px;
    height: 60px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.productItem .productPrice {
    float: left;
    vertical-align: top;
    position: relative;
    margin: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    width: 100%;
    margin: 10px 0px 0px;
    gap: 3px;
    flex-direction: column-reverse;
}

.productItem .discountPrice {
    display: block;
    float: right;
    width: 100%;
    text-align: left;
}

.productItem .discountPrice span {
    color: #FF871E;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.productItem .discountKdv, .productItem .regularKdv {
    display: none;
}

.productItem .regularPrice {
    float: left;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.productItem .regularPrice span {
    font-size: 14px;
    color: #C6C6C6;
    line-height: 18px;
    font-weight: 600;
    text-decoration: line-through;
}

.productItem .productPrice.IndirimVar {
    padding-left: 57px;
}
.priceZero {
    font-size:0 !important;
    border-radius: 5px;
    width: 244px;
    height: 43px;
    background:#FFC21E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.priceZero:after {
    content: "Fiyat Sorunuz";
    font-size:13px !important;
    color: #FFFFFF;
    font-weight: 600;
}
  
.favori a:before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 17px;
    color: #FF871E;
    font-weight: 300;
}
.favori a:hover:before{font-weight:bold}
.productItem .productPoints {
    float: left;
    width: 100%;
    clear: none;
    margin: 0;
}

.productItem .productPoints .rating {
    margin: 0px;
    float: left;
}

.productItem .productPoints .rating i {
    color: #F27E00;
    font-size: 20px;
}

.productItem .productPoints .rating i:last-child {
    margin-right: 0px;
}

.productItem .productPoints [data-rating^="1"] .star-1 {
    color: #F27E00;
}

.productItem .productPoints [data-rating^="2"] .star-1 {
    color: #F27E00;
}

.productItem .productPoints [data-rating^="2"] .star-2 {
    color: #F27E00;
}

.productItem .productPoints [data-rating^="3"] .star-1 {
    color: #F27E00;
}

.productItem .productPoints [data-rating^="3"] .star-2 {
    color: #F27E00;
}

.productItem .productPoints [data-rating^="3"] .star-3 {
    color: #F27E00;
}

.productItem .productPoints [data-rating^="4"] .star-1 {
    color: #F27E00;
}

.productItem .productPoints [data-rating^="4"] .star-2 {
    color: #F27E00;
}

.productItem .productPoints [data-rating^="4"] .star-3 {
    color: #F27E00;
}

.productItem .productPoints [data-rating^="4"] .star-4 {
    color: #F27E00;
}

.productItem .productPoints [data-rating^="5"] i {
    color: #F27E00;
}

.productItem .productOnYazi {
    display: none !important;
}

.productItem .productOnYazi, .productItem .productOnYazi * {
    color: rgb(74, 74, 74);
    font-size: 14px;
    line-height: 25px;
    background: none !important;
    font-family: Montserrat, sans-serif !important;
}

.urunListStokUyari, .discountIcon div .favori, .examineIcon, .mycartIcon {
    z-index: 3;
    display: none;
}

.discountIcon span, .mycartIcon a span {
    /* font-weight: normal; */
}

.favori a, .examineIcon a, .mycartIcon a {
    display: block;
    font-size: 0px;
}

.TukendiIco {
    z-index: 5;
    border-radius: 0px;
    background: hsl(0deg 0% 100% / 70%);
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.TukendiIco span {
    line-height: 43px;
    background: #EC1D24;
    position: absolute;
    left: 0px;
    bottom: 10px;
    right: 0px;
    max-width: calc(100% - 20px);
    border: none;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 600;
    padding: 0px;
    margin: 0px auto;
    border-radius: 5px;
}

.StokYok .cargoIcon, .StokYok .firsatIcon, .StokYok .newIcon {
    display: none !important;
}

body .productItem .divVideoPlayButton {
    position: absolute;
    inset: 0px 0px 90px;
    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, .boxBedenlerContent, .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 {
    max-width: 1480px;
    margin: 0 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;
    margin-bottom: 20px;
}

.breadList.breadActive {
    display: none !important;
}

.breadcrumbContent {
    float: left;
}

body ul.breadcrumb {
    margin: 0px auto;
    border-radius: 0px;
    float: none;
    list-style: none;
    padding: 10px 0px;
    display: block !important;
}

body ul.breadcrumb * {
    color: #000000;
    float: left;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 30px !important;
}

body ul.breadcrumb li {
    vertical-align: middle;
    font-size: 0px !important;
    float: none !important;
    align-items: center;
}


body ul.breadcrumb li:after {
    content: "\f105";
    display: inline-block;
    margin: 0px 10px;
    color: #000000;
    font-size: 13px;
    line-height: 30px;
    float: left;
    font-weight: normal;
    font-family: FontAwesome;
}

body ul.breadcrumb li:nth-last-of-type(1):after {
    display: none;
}

    body ul.breadcrumb li:nth-last-of-type(1) {
        max-width: 65%;
    }

    body ul.breadcrumb li:nth-last-of-type(1) * {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

 
body a#linkOncekiSayfa {
    line-height: 30px;
    display: block;
    color: rgb(12, 12, 12);
    font-weight: normal;
    font-size: 12px !important;
    display: none !important;
}
body ul.breadcrumb li:nth-of-type(1) a:before {
    content:"";
    display:block;
    width: 24px;
    height: 24px;
    background: url(../../Uploads/EditorUploads/img/group%206772.svg);
}

.leftImage a#linkOncekiSayfa {
    display: none;
}

.categoryTitleText {
    float: left;
    width: 100%;
}

.categoryTitle {
    float: left;
    width: 100%;
}

body #divSayfalamaUst {
    float: right;
    margin: 0px 0px 20px;
    padding: 0px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #D4D4D4;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    }

.urunListRel {
    width: 100%;
    float: left;
    position: relative;
}
h1.categoryName {
    color: #FF871E;
    font-size: 22px;
    font-weight: bold;
    text-wrap-mode: nowrap;
}
.brandlistselection {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0px;
}

.brandlistselection .clear {
    clear: none;
    display: none;
}

.brandlistselection ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.brandlistselection .sortingContent {
    background: transparent;
    align-items: center;
    display: flex !important;
    align-items: center;
    justify-content: end;
    flex-direction: row-reverse;
    gap: 20px;
    height: 60px;
}

.brandlistselection .sortingContent li {
    float: left;
    background: transparent;
    border-radius: 0px !important;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.brandlistselection .sortingContent li a {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px;
    position: relative;
    background: transparent !important;
    border-radius: 0px !important;
    border: none !important;
    color: rgb(30, 43, 80) !important;
}

.filterOrderInStock:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid rgb(203, 203, 203);
    display: block;
    border-radius: 5px;
}

.filterOrderInStock.selected:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 11px;
    color: red;
    position: absolute;
    left: 4px;
    top: 0px;
    background: transparent !important;
    display: block !important;
}
.brandlistselection .sortingContent li:nth-child(1):after {
    content: "\f078";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background: #FF871E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

.relatedProductsColor {
    left: 10px;
}

.relatedProductsColor .relatedProductsColorBtn {
    display: none !important;
}

.relatedProductsColor:after {
    content: "EÅŸdeÄŸeri Mevcut";
    border-radius: 5px;
    width: 144px;
    height: 24px;
    background: #39C15D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
 
.brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
    float: right;
    padding: 0px;
    margin: 0px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blockSelect .sort_hrz {
    display: none !important;
}

.blockSelect .sort_2 {
    display: none;
}

.blockSelect .sort_5 {
    display: none !important;
}

.category-vertical-filters .vertical-filter-panel .list-group {
    list-style: none;
    border-bottom: none;
    margin: 0 !important;
    padding: 20px 0 !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: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn {
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
    display: none;
}

body #divSayfalamaUst .filterDeleteContent {
    float: left;
    margin: 0 30px;
    padding: 0px;
    width: calc(100% - 400px);
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    overflow-x: auto;
    gap: 10px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter {
    padding: 0px;
    margin: 0;
    height: auto;
    background: transparent;
    border: 1px solid #FF871E;
    border-radius: 5px;
    width: auto;
    text-wrap-mode: nowrap;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a {
    width: 30px;
    margin: 0px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i {
    font-family: FontAwesome;
    line-height: 38px;
    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: 13px;
    text-align: left;
    margin-top: 2px;
    font-weight: 500;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span + span {
    color: #000;
    margin: 0 !important; 
    line-height: 38px;
    padding: 0 10px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir {
    display: block;
    border-radius: 5px !important;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a {
    width: 100%;
    background: transparent;
    line-height: 1;
    margin: 0px;
    padding: 0px 10px;
    border-radius: 5px !important;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span {
    line-height: 38px;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    margin: 0px;
    width: 100%;
}

.category-vertical-filters {
    padding: 0px !important;
    overflow: hidden;
    border: none !important;
    background: transparent !important;!i;!;
}

.panel {
    background: #fff;
    padding: 0 30px;
    margin-bottom: 10px !important;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
}

.panel .panel-heading {
    position: relative;
    margin: 0px !important;
    padding: 33px 0 0 !important;
    background: transparent !important;
    border: none;
}

.panel-heading a {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.category-vertical-filters .vertical-filter-panel .list-group a {
    color: #000000;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
}

.category-vertical-filters .vertical-filter-panel .list-group a:hover{
    color: #EE741D; 
}

.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: 0;
    border: 1px solid #EE741D!important;
    width: 18px !important;
    height: 18px !important;
    margin-top: 6px !important;
    margin-right: 8px !important;
    content: "" !important;
    display: block !important;
    background: #ffffff !important;
    border-radius: 5px;
}

.panel-heading a:after {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 15px 20px;
    font-size: 11px;
    color: rgb(233, 88, 11);
    font-family: FontAwesome;
    font-weight: 500;
    /* content: "\f077" !important; */
}

.panel-heading.active a:after {
    padding: 14px 0px;
    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;
    display: block !important;
}

.slider-range {
    background: transparent !important;
    !i;!;!i;!; height: 2px !important;
    !i;!; width: calc(100% - 20px);
    margin: 20px 10px 0px;
    border: none !important;
    !i;!; float: left;
}

.slider-range .ui-slider-range {
    background: #D4D4D4;
    height: 1px !important;
    margin-top: 0px;
}

.slider-range .ui-slider-handle {
    background: #FF871E !important;
    border-radius: 5px !important;
    width: 18px !important;
    height: 18px !important;
    border: none !important;
    margin-top: 0px !important;
    margin-right: -4px !important;
    top: -8px !important;
}

.amount {
    color: rgb(38, 38, 38);
    font-size: 13px;
    font-weight: 400;
    padding: 20px 0px 0px 5px;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
}

.FiyatSlider {
    height: 80px;
}

select#filterOrderSelect {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #0E0E0E;
    border: none;
    border-radius: 0;
    padding: 10px;
    border: 0px;
    appearance: none;
    border-bottom: 1px solid #D4D4D4;
}

.category-vertical-filters .vertical-filter-panel .list-group-item:hover:before,.category-vertical-filters .vertical-filter-panel .list-group-item.selected:before {
    background: #FF871E !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;
}

.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: none;
    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);
}

.KategoriFilitrelemeContent .Block_Title {
    display: none;
}

.RightDetail > .clear {
    clear: none;
}

.ProductDetailMain {
    float: left;
    width: 100%;
}

.ProductDetailMainRow {
    float: left;
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
}

.TopDet {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    display: flex;
}

.leftImage {
    width: 58%;
    float: left;
    position: relative;
    padding: 0px;
}

.RightDetail {
    width: calc(42% - 30px);
    padding: 40px;
    position: relative;
    float: left;
    margin-left: 30px;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    background: #fff;
}

.leftImage .ProductGallery {
    float: left;
    width: 100%;
}

.leftImage .ProductGallery .gallery-container {
    float: left;
    width: 100%;
    position: relative;
}

.leftImage .ProductGallery .gallery-container .GalleryArea {
    float: right;
    max-width: calc(100% - 130px);
    border: 1px solid #D9D9D9;
    margin: 0px !important;
    width: calc(100% - 130px);
    overflow: hidden;
    border-radius: 10px;
    padding: 0;
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb {
    float: left;
    width: 120px;
    border: none;
    background: transparent;
    height: 100%;
    display: block;
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list {
    float: left;
    width: 100%;
    padding: 0px 10px 0 0;
    margin: 0px;
    overflow: hidden auto;
    max-height: 100%;
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .thumb-item {
    float: left;
    clear: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid rgb(237, 237, 237);
    border-radius: 5px;
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .thumb-item.divOp {
    border: 1px solid #F27E00 !important;
}

.leftImage .ProductGallery .owl-carousel.galleryOwl .owl-dots {
    display: none;
}

.UrunDetayLeft {
    overflow: hidden;
    margin: 0px !important;
}

.Images, #divVideoGoruntulemeAlan {
    float: right;
    width: calc(100% - 126px);
    position: relative;
    margin-left: 10px;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 5px;
    background: #fff;
    height: 100%;
}

.Images img, #vdUrunVideo {
    margin: auto;
    min-height: 100%;
    width: 100%;
    object-fit: contain;
}

.cloudzoom-blank > div:last-child {
    display: none !important;
}
span#ltrIndirimOrani {
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
}

span#ltrIndirimOrani:before {
    content: "%";
}

.SmallImages {
    float: left;
    width: 114px;
    position: absolute;
    left: 0px;
    height: 100%;
    overflow: hidden scroll;
    padding: 0px 10px 0px 0px;
    display: block !important;
}

.SmallImages div {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}
.AltImgCapSmallImg.divOp {
    border: 1px solid #D4D4D4;
}
.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;
    padding: 0;
    margin: 0;
    border-top: 1px solid #D4D4D4;
}

.RightDetail .BottomList {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.ProductName {
    float: left;
    position: relative;
    margin: 0 0 10px;
    width: 100%;
}

.ProductName h1 {
    margin: 0px;
    float: left;
    width: 100%;
}

.ProductName h1 span {
    float: left;
    width: 100%;
    display: inline-block;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

#divUrunKodu {
    float: left;
    clear: left;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
    margin: 0;
    line-height: 16px;
}
#divUrunKodu span{font-weight:500}
#divUrunKodu span:after {
    content: ":";
}
.stokDeger {
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.stokDeger.stokDegerY b {
    color: #39C15D;
    margin-left: 2px;
}


.stokDeger.stokDegerR b {
    color: #F44336;
    margin-left: 4px;
}

.detailEsdeger {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    float: left;
    background: #39C15D;
    padding: 5px 25px;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}
#divTaksitAciklama {
    display: block;
    float: left;
    clear: left;
    margin-top: 10px;
}

#divTaksitAciklama .taksitSatir {
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 14px;
}
#divKargoBedava {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

#divKargoBedava .boxIcon {
    display: none;
}

#divKargoBedava .box1 i {
    font-size: 0;
}

#divKargoBedava .box1  {
    font-size: 13px;
    font-weight:500;
    text-transform:uppercase;
    color:#1B1833;
    display: flex;
    align-items: center;
    gap: 5px;
}

#divKargoBedava .box1:before  {
    content:"";
    display:block;
    width: 34px;
    height: 34px;
    background: url(../../Uploads/EditorUploads/img/group%207372.svg);
}
.UFavorilerimeEkle {
    border: 1px solid #FF871E;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.UFavorilerimeEkle .boxIcon {
    display: none;
}

.UFavorilerimeEkle .box1 {
    font-size: 0;
}

.UFavorilerimeEkle .box1 i {
    font-size: 19px;
    color: #FF871E;
    font-weight: 300;
}
.UFavorilerimeEkle .box1 i:hover { 
    font-weight: bold;
}
.RightDetail .puanVer {
    margin-top: 12px;
    float: left;
    clear: left;
}

.RightDetail #PuanVer {
    float: left;
    margin: 0px;
}

.RightDetail .PuanVerSag {
    float: left;
    color: rgb(0, 0, 0);
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 0 5px;
}

.RightDetail .PuanVerSag:before {
    content: "(";
}

.RightDetail .PuanVerSag:after {
    content: ")";
}

.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: 15px;
    line-height: 15px;
    height: auto;
    font-weight: 300;
    font-family: FontAwesome;
    position: static;
}

.RightDetail ul.rating li i.starItem:before {
    content: "\f005";
}

.RightDetail ul.rating li i.starItem:hover {
    font-size: 15px;
    font-weight: 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: #FF871E;
}

.markaresmi {
    float: left;
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
}

.markaresmi a {
    float: left;
}

.markaresmi img {
    float: left;
    max-height: 30px;
}

#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 {
    float: left;
    width: 100%;
}

#divOnyazi h2 {
    font-weight: normal;
    font-size: 100%;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
}

#divOnyazi * {
    font-family: Montserrat, sans-serif !important;
}

#divOnyazi strong {
    font-weight: bold;
}

#divOnyazi strong * {
    font-weight: bold;
}

#divOnyazi i {
    margin-right: 12px;
    font-family: FontAwesome !important;
}

.urunDetayFiyatContainer {
}

.PriceList {
    float: left;
    position: relative;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #D4D4D4;
    margin-top: 20px;
}

#pnlFiyatlar {
    vertical-align: top;
    float: left;
    display: flex;
    align-items: center;
}

#divIndirimliFiyat {
    flex-direction: column;
    display: flex;
    justify-content: center;
    gap: 0;
}

#divMarka, #divTedarikci, #divUrunStokAdedi, #divToplamStokAdedi, #divBarkod, #divParaPuan, #divTahminiTeslimatSuresi, #divIndirimOrani {
    float: left;
    clear: left;
    margin-top: 0;
    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: #000000;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
}

#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: #000000;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 26px;
}

#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 {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 26px;
    width: auto;
}

#divMarka .lineTitle {
    /* display: none; */
}

#divMarka * {
    font-weight: 400 !important;
    font-size: 20px !important;
}

.TopBottomBadges {
    float: left;
    margin: 25px 0 0;
    display: none;
}

.TopBottomBadges * {
    color: #000;
    font-size: 14px;
    line-height: 26px;
}

.PiyasafiyatiContent {
    display: flex;
    float: left;
    gap: 10px;
    align-items: center;
}

.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;
    text-decoration: line-through;
    line-height: 12px;
}

.PiyasafiyatiContent .right_line .spanKdv {
    vertical-align: top;
    display: none !important;
}

.IndirimliFiyatContent {
    display: block;
    line-height: 0.8;
    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;
    line-height: 26px;
    color: #FF871E !important; 
}

.IndirimliFiyatContent .right_line .spanKdv {
    vertical-align: bottom;
    font-size: 12px;
    line-height: 1;
    display: none !important;
}

#divTurkLirasiFiyat {
    display: block;
    line-height: 0.8;
}

#divTurkLirasiFiyat .left_line, #divTurkLirasiFiyat .center_line {
    display: none;
}

#divTurkLirasiFiyat .right_line {
    display: inline-block;
}

#divTurkLirasiFiyat .right_line * {
    vertical-align: top;
    line-height: 0.8;
    display: inline-block !important;
}

#divIndirimsizFiyat {
    display: block;
    line-height: 0.8;
}

#divIndirimsizFiyat .left_line, #divIndirimsizFiyat .center_line {
    display: none;
}

#divIndirimsizFiyat .right_line {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}

#divIndirimsizFiyat .right_line * {
    vertical-align: top;
    display: inline-block !important;
}

#divIndirimsizFiyat .right_line .spanKdv {
    vertical-align: top;
    display: none !important;
}

#divKDVDahilFiyat {
    display: block;
    line-height: 0.8;
    float: left;
    margin-top: 8px;
}

#divKDVDahilFiyat .left_line {
    display: inline-block;
    vertical-align: top;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: normal;
}

#divKDVDahilFiyat .center_line {
    display: none;
}

#divKDVDahilFiyat .right_line * {
    vertical-align: top;
    display: inline-block !important;
}

.PiyasafiyatiContent .right_line * {
    color: #C6C6C6;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
}

.IndirimliFiyatContent .right_line *, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line *, #divIndirimsizFiyat .right_line, #divIndirimsizFiyat .left_line {
    color: #000000;
}

#divKDVDahilFiyat .left_line, #divKDVDahilFiyat .right_line *, #divIndirimsizFiyat .left_line {
    line-height: 20px;
}

.IndirimliFiyatContent .right_line *, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line * {
    font-size: 22px;
    font-weight: 600;
}
.detailPriceZero .BasketBtn {
    display: none;
}

div#divFiyatAlanlari {
    display: flex;
    flex-direction: row-reverse;
    gap: 17px;
    align-items: center;
}

body #divStokYok {
    float: left;
    width: 100%;
    margin: 20px 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;
    display: none !important;!i;!;
}

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;
    padding: 23px 0px;
    border-top: 1px solid rgb(236, 236, 236);
    border-bottom: 1px solid rgb(236, 236, 236);
    margin: 20px 0px 0px;
}

#divUrunEkSecenek .eksecenekLine {
    margin: 0px;
    float: left;
    width: 100%;
    clear: none !important;
}

#divUrunEkSecenek .eksecenekLine:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}

#divUrunEkSecenek .eksecenekLine .left_line {
    float: left;
    width: 100%;
    line-height: 40px;
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-weight: normal;
}

#divUrunEkSecenek .eksecenekLine .center_line {
    display: none;
}

#divUrunEkSecenek .eksecenekLine .right_line {
    display: inline-block;
    vertical-align: top;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box {
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    position: relative;
    color: rgb(0, 0, 0);
    font-weight: normal;
    margin-right: 20px;
}

#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 {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .left_line {
    display: none;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box {
    width: 55px;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box img {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box:hover {
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon {
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line {
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box {
    min-width: 50px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid rgb(215, 215, 215);
    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 {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok {
    position: relative;
    border-color: rgb(228, 223, 221);
    background: rgb(245, 243, 243) !important;
    color: rgb(122, 121, 121) !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(206, 206, 206);
    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: none;
}

.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: none;
    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: none;
    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%;
    padding: 20px 0 0;
}

.BasketBtn {
    float: left;
    position: relative;
    width: 100%;
}

#divAdetCombo .right_line, .RightDetail .riSingle {
    width: 105px;
}

#txtbxurunSiparisAdedi, #divAdetCombo select, .RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riDown, .basketBtn input, .buyfast input {
    height: 60px !important;
}

.Basketinp p, #divKombinSatinAl a, #divAdetCombo .left_line, .RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riDown {
    line-height: 40px;
}

#divAdetCombo {
    position: relative;
    float: left;
    clear: left;
    display: block !important;
}

#divAdetCombo .center_line {
    float: left;
    display: none !important;
}

#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: 12px;
}

.RightDetail .riSingle a.riUp path, .RightDetail .riSingle a.riDown path {
    fill: #FF871E;
}

.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: 30px;
}

#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: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 1px solid #FF871E;
    font-size: 15px;
    font-weight: 500;
    float: left;
    margin: 0px;
    border-radius: 10px;
}

#divKombinSatinAl, .basketBtn, .buyfast {
    float: left;
    margin: 0px 10px 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;
    padding: 0px;
    letter-spacing: 0px;
    border: none;
    border-radius: 10px;
    appearance: none;
}

.basketBtn {
    width: calc(100% - 190px);
}

.buyfast {
    width: calc(50% - 75px);
    margin: 0 0 0 10px;
    display: none;
}

.buyfast input {
    background: #E6E6E6 !important;
    color: #000;
}

#divKombinSatinAl {
    margin: 20px 0px 0px;
    width: 100%;
}

#divKombinSatinAl a {
    font-size: 14px;
    margin: 0px !important;
}

.ProductIcon {
    float: left;
    width: 100%;
    display: flex;
    gap: 0;
    flex-flow: wrap;
}

.ProductIcon .box1 {
    padding: 0px;
    margin: 0px;
    min-width: 0px;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    display: flex;
    gap: 3px;
}

.ProductIcon .box1 i {
    display: none;
}

.ProductIcon .boxIcon {
    fill: #FF871E;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductIcon .boxIcon svg {
    height: 15px;
    width: 15px;
}

.ProductIcon > div {
    float: left;
    position: relative;
    margin: 0px;
    width: 100%;
    transition: all 0.5s ease 0s;
    min-width: auto;
    width: auto;
    text-align: center;
    padding: 5px;
}

.ProductIcon > div > a {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 3px;
}

.UGelinceHaberVer a span:before {
    content:"";
    width: 20px;
    height: 20px;
    display:block;
    background:url(../../Uploads/EditorUploads/img/sfsbz.svg);
    background-size: initial;
    } 
.detailFiyatSor {
    border-radius: 10px;
    width: 100%;
    height: 60px;
    float: left;
    background: #FFCA3B;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
  
    margin-top: 20px;
}


.detailStokSor {
    border-radius: 10px;
    width: 100%;
    height: 60px;
    float: left;
    background: #EC1D24;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
.ProductIcon2 {
    float: left;
    width: 100%;
}

.ProductIcon2 .clear {
    display: none;
}

.ProductIcon2 #divSocialButtons {
    width: 100%;
}

.ProductIcon2 > div {
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductIcon2 > div > a {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    background: transparent;
    color: #1A1A1A;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    gap: 10px;
    text-transform: uppercase;
}

.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 {
    border-top: 1px solid #D5D5D5;
    float: left;
    width: 100%;
    font-size: 0px;
    margin: 25px 0px 0px;
    display: flex !important;
    align-items: center;
    gap: 14px;
    padding-top: 25px;
}

.TopDet .product_social_icon_wrapper .PaylasTit {
    float: left;
    color: rgb(12, 12, 12);
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin-right: 13px;
}

.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;
    margin-right: 5px;
}

.TopDet .product_social_icon_wrapper ul li:last-child {
    margin-right: 0px;
}

.TopDet .product_social_icon_wrapper .shareSvg {
    font-size: 14px;
}

.TopDet .product_social_icon_wrapper ul li a {
    float: left;
    background: transparent;
    font-size: 14px;
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(234, 234, 234);
    color: rgb(12, 12, 12);
}

.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;
}

.detailIcons > span {
    display: block;
    font-size: 14px;
    color: #0C0C0C;
    float: left;
    line-height: 40px;
    margin-right: 10px;
}

.whts {
    background: #25D366 0% 0% no-repeat padding-box;
    border-radius: 5px;
    width: 272px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.whts a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.whts a i {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 100;
}

.whts a b {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
}

.UdShareWhts {
    width: 100%;
    height: 40px;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    margin: 10px 0 0;
    display: flex;
    justify-content: center;
    float: left;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    gap: 10px;
    cursor: pointer;
}

.UdShareWhts i {
    font-size: 20px;
    font-weight: 100;
    color:#42CE11;
}

.wpFix {
    position: fixed;
    right: 60px;
    bottom: 40px; 
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 99;
}

.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 {
    display: none;
}

.urunOzellik {
    float: left;
    width: 100%;
    margin: 0;
    display: block;
}

.urunOzellik .urunTab {
    float: left;
    width: 100%;
}

.urunOzellik .urunTab ul {
    vertical-align: top;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-evenly;
    background: #fff;
    border-radius: 10px;
    height: 80px;
    border: 1px solid #D4D4D4;
}

.urunOzellik .urunTab > ul > li {
    float: left;
    position: relative;
}

.urunOzellik .urunTab > ul > li:last-child {
    margin-right: 0px;
}

.urunOzellik .urunTab > ul > li > a {
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    float: left;
    line-height: 21px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    font-weight: 600;
}

.urunOzellik .urunTab > ul > li.active > a, .urunOzellik .urunTab > ul > li:hover > a {
    border-bottom: 2px solid #000000;
    color: #FF871E;
}

.urunDetayPanel {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    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: 50px;
    float: left;
    width: 100%;
    font-family: Montserrat, sans-serif !important;
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    margin-top: 20px;
    background: #fff;
}

.urunTabAlt * {
    font-family: Montserrat, sans-serif !important;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.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;
}

#mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1 {
    line-height: 30px;
    color: #1A1A1A;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    padding: 0px 0px 20px !important;
    float: left;
}

#divInstashopResim .owl-carousel .owl-nav {
    display: block !important;
}

#mainHolder_divDesign .owl-carousel .owl-nav, .owl-carousel .owl-nav {
    z-index: 2;
    position: absolute;
    right: -16px;
    left: -16px;
    top: calc(50% - 25px) !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: #F8F9FA;
    border: 1px solid #F8F9FA;
    border-radius: 10px;
    border: none;
    width: 32px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    font-size: 0px;
    transition: .5s all;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}


#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before, .owl-carousel .owl-nav .ProductListprev:before, .owl-carousel .owl-nav .InstaGalleryprev:before {
    font-size: 16px;
    font-weight: 400;
    content: "\f053";
    font-family: FontAwesome;
    color: rgb(0, 0, 0) !important;
    transition: .5s all;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before, .owl-carousel .owl-nav .ProductListnext:before, .owl-carousel .owl-nav .InstaGallerynext:before {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    font-family: FontAwesome;
    content: "\f054";
    color: rgb(0, 0, 0) !important;
    transition: .5s all;
}

#mainHolder_divDesign .owl-carousel .owl-dots, .owl-carousel .owl-dots {
    display: none;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    bottom: 15px !important;
}
.productList-Image-Owl .owl-dots{display:none !important}
#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:hover:before, .owl-carousel .owl-nav .ProductListprev:hover:before, .owl-carousel .owl-nav .InstaGalleryprev:hover:before, #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:hover:before, .owl-carousel .owl-nav .ProductListnext:hover:before, .owl-carousel .owl-nav .InstaGallerynext:hover:before {
    color: #E9561D!important;
}

#mainHolder_divDesign .owl-carousel .owl-dots .owl-dot, .owl-carousel .owl-dots .owl-dot {
    border: 1px solid rgb(199, 199, 199);
    vertical-align: top;
    width: 10px !important;
    height: 10px !important;
    background: rgb(255, 255, 255) !important;
    margin: 0px 4px !important;
    border-radius: 10px !important;
    display: inline-block !important;
}

#mainHolder_divDesign .owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot.active {
    background: #000000!important;
}

.ticimaxAnasayfaTab .txcol-sm-3 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0 !important;
    width: 22% !important;
    min-width: 22% !important;
    border-radius: 10px;
    overflow: hidden;
}

.ticimaxAnasayfaTab .txcol-sm-9,.ticimaxAnasayfaTab .txcol-lg-9 {
    padding: 0 !important;
    width: 78% !important;
    min-width: 78% !important;
    max-width: 78% !important;
    padding-left: 35px !important;
}
#ticimaxTabContent #ProductPageProductList .ItemOrj {
    width: 100%;
    min-width: 100%;
    padding: 0 !important; 
    margin: 0;
}
 
.ticimaxAnasayfaTab .txcol-sm-3 a {
    height: 100%;
}

.ticimaxAnasayfaTab .txcol-sm-3 a img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}

#mainHolder_divDesign #ticimaxTabContent .ticimaxAnasayfaTab .txrow {
    justify-content: end;
}

 

#ulMarkaSliderTemplateData .owl-nav {
    display: block !important;
}

#mainHolder_divDesign .ticimaxTabHead {
    margin-bottom: 20px !important;
    display: n;
}

.productList-Image-Owl .owl-dots .owl-dot span {
    display: none !important;
}

.sliderBannerContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px;
}

.sliderBannerContainer .Block_Link {
    margin: 0;
    transition: .5s all;
    !i;!;
    position: relative !important;
    !i;!;
    float: left;
    width: auto;
    display: flex !important;
    !i;!;
    align-items: center;
    justify-content: center;
    position: absolute !important;!i;!;
    top: 10px;
    right: 0 !important;!i;!;
}

.sliderBannerContainer .ProductList {
    margin: 0px auto 30px;
    display: block !important;
}

.sliderBannerContainer .Jbutonlar {
    display: none;
}

.sliderBannerContainer .jCarouselLite {
    float: left;
    width: 100%;
}

.detaySliderContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 60px 0 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;
}

#pnlSlider .flex-control-paging li {
    margin: 0px 2px;
}

#pnlSlider .flex-control-paging li a {
    float: right;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    border: none;
    box-shadow: none;
    text-shadow: none;
    background: rgb(255, 255, 255);
}

#pnlSlider .flex-control-paging li a.flex-active {
    background: rgb(0, 0, 0);
}

#pnlSlider .flex-direction-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 45%;
}

#pnlSlider .flex-direction-nav li {
    display: inline-block;
    vertical-align: top;
}

#pnlSlider .flex-direction-nav .flex-nav-prev {
    float: left;
}

#pnlSlider .flex-direction-nav .flex-nav-next {
    float: right;
}

#pnlSlider .flex-direction-nav .flex-prev, #pnlSlider .flex-direction-nav .flex-next {
    color: rgb(255, 255, 255);
    border: none;
    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: 0px;
}

#pnlSlider .flex-direction-nav .flex-prev:before {
}

#pnlSlider .flex-direction-nav .flex-next:before {
}

#pnlSlider .flex-direction-nav .flex-prev:hover, #pnlSlider .flex-direction-nav .flex-next:hover {
}

#pnlSlider .flex-direction-nav a:before {
    text-shadow: none;
}

#pnlSlider .flex-direction-nav a:after {
    text-shadow: none;
}

#pnlSlider .HPSItems .flex-control-thumbs {
    position: static;
    background: 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: Montserrat, sans-serif !important;
}

#mainHolder_UrunDetay_imgCookie {
    display: none !important;
}

.product_social_icon_wrapper {
    display: none;
}

.HesabimContainer .urunDetayPanel {
    max-height: 100%;
}

.orders {
    width: 100%;
}

.TumKategoriler {
    display: none;
}

.mobilMenuAcButton, .searchClick, .mycartClick, .welcomeOpen {
    display: none;
}

.userLoginBtn, .userSignBtn {
    border: none !important;
}

.magazaTeslimatBilgisiContent {
    display: none;
}

#store_region_container {
    right: 325px;
    height: 40px;
    border: 1px solid rgb(230, 230, 230);
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 130px;
    top: 17px !important;
    display: none !important;
}

#store_region_container a {
    color: rgb(0, 0, 0);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#store_region_container a i:before {
    content: "\f3c5";
    font-weight: 100;
    font-size: 20px;
}

#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;
}

#divOnyazi::-webkit-scrollbar, .urunTabAlt::-webkit-scrollbar, .SmallImages::-webkit-scrollbar, .SepetBlockInfo::-webkit-scrollbar, .searchContent ul::-webkit-scrollbar, body .kombinContent ul::-webkit-scrollbar, .CartProduct .SProduct::-webkit-scrollbar, .yanResimliMenu .KatMenu1::-webkit-scrollbar, .UrunGuruplari .Block_Text::-webkit-scrollbar, .ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar, .leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar, .mobilMenu .menuIcerikAlan::-webkit-scrollbar, .mobilMenu .navUl > li > ul::-webkit-scrollbar, .mobilMenu .navUl > li > ul li ul::-webkit-scrollbar, .navigation .altMenu .altMenuler .altmenuSol ul ul::-webkit-scrollbar, .ResimliMenu1AltUl::-webkit-scrollbar {
    width: 4px;
    border-radius: 20px;
}

#divOnyazi::-webkit-scrollbar-track, .urunTabAlt::-webkit-scrollbar-track, .SmallImages::-webkit-scrollbar-track, .SepetBlockInfo::-webkit-scrollbar-track, .searchContent ul::-webkit-scrollbar-track, body .kombinContent ul::-webkit-scrollbar-track, .CartProduct .SProduct::-webkit-scrollbar-track, .yanResimliMenu .KatMenu1::-webkit-scrollbar-track, .UrunGuruplari .Block_Text::-webkit-scrollbar-track, .ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar-track, .leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar-track, .mobilMenu .menuIcerikAlan::-webkit-scrollbar-track, .mobilMenu .navUl > li > ul::-webkit-scrollbar-track, .mobilMenu .navUl > li > ul li ul::-webkit-scrollbar-track, .navigation .altMenu .altMenuler .altmenuSol ul ul::-webkit-scrollbar-track, .ResimliMenu1AltUl::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
    border-radius: 20px;
}

#divOnyazi::-webkit-scrollbar-thumb, .urunTabAlt::-webkit-scrollbar-thumb, .SmallImages::-webkit-scrollbar-thumb, .SepetBlockInfo::-webkit-scrollbar-thumb, .searchContent ul::-webkit-scrollbar-thumb, .CartProduct .SProduct::-webkit-scrollbar-thumb, body .kombinContent ul::-webkit-scrollbar-thumb, .UrunGuruplari .Block_Text::-webkit-scrollbar-thumb, .yanResimliMenu .KatMenu1::-webkit-scrollbar-thumb, .ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar-thumb, .leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar-thumb, .mobilMenu .menuIcerikAlan::-webkit-scrollbar-thumb, .mobilMenu .navUl > li > ul::-webkit-scrollbar-thumb, .mobilMenu .navUl > li > ul li ul::-webkit-scrollbar-thumb, .navigation .altMenu .altMenuler .altmenuSol ul ul::-webkit-scrollbar-thumb, .ResimliMenu1AltUl::-webkit-scrollbar-thumb {
    background: rgb(215, 215, 215);
    border-radius: 20px;
}

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.active > a, .tooltip-inner, .welcome.active, .sepetimBody .Basketstep ul li.aktif {
    background: #FF871E;
}

.iletisimContent .iletisimRight .iletisimbanka .span > .line1:nth-child(n + 2), body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir, .pageNumberContent a:hover, .OdemeMenu ul li.activeMenu {
    border-color: #FF871E;
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: rgb(0, 0, 0);
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgb(0, 0, 0);
}

.tooltip.left .tooltip-arrow {
    border-left-color: rgb(0, 0, 0);
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: rgb(0, 0, 0);
}

.baglanButton {
    border-color: transparent;
}

.Basketstep ul li:before {
    border: 1px solid rgb(0, 0, 0);
}

.sepetimBody .Basketstep ul li.aktif:after {
    border-top-color: rgb(0, 0, 0);
}

.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(0, 0, 0);
}

.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(12, 12, 12);
}

.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, .CartProduct .SProduct li a:nth-child(2):hover * {
    color: rgb(0, 0, 0);
}

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, .CartProduct .headerCartBtn:hover {
    border-color: rgb(0, 0, 0);
}

.siparisOzetTakip {
    color: rgb(255, 255, 255);
}

.BasketDetail table tbody tr td a {
    display: inherit;
}

.BasketDetail table tbody tr td:last-child a {
    display: block;
}

.sepetimBody #header:after {
    display: none;
}

body .alisverisedevamet {
    background: rgb(255, 255, 255);
}

.KasaOnuFirsatlarContent ul li a.button:hover {
    border: none !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;
}

.bottomHead {
    display: none;
}

#divSliderYani {
    display: none;
}

.header-bottom >.headerContainer>.flex-col>.nav {
    width: 100%;
}

.html.custom.html_3 {
    width: 100%;
}
 
#mainHolder_divDesign .owl-dots .owl-dot span {
    display: none !important;
}

.kategoriOwl .owl-carousel .owl-nav .ProductListprev, .kategoriOwl .owl-carousel .owl-nav .ProductListnext {
    box-shadow: none !important;
}

#divIcerik div.anasayfa_tek_slider .owl-nav {
    left: 20px;
    right: 20px;
    max-width: 1480px;
    margin: 0 auto;
}

.productMarka {
    color: #F27E00;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    float: left;
    margin-right: 5px;
    white-space: nowrap;
}

.discountIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    background: #FF871E;
    width: 48px;
    height: 43px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

span.discountIcon_s1 {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600;
    margin: 0;
    line-height: 14px;
}

span.discountIcon_s2 {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    display: none;
}

ul.breadcrumb li a {
    align-items: center;
    justify-content: center;
    display: flex !important;
}
ul.breadcrumb li:first-child a span{font-size:0 !important}
.kateTxt {
    margin: 22px 0px;
}

.kateTxt span {
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}

.kateTxt p {
    color: rgb(0, 0, 0);
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
}

.brandlistselection .sortingContent li:nth-child(2) {
    position: absolute;
    left: 350px;
    display: none !important; 
}

.appliedFilter.FiltrelemeUrunAdet span {
    font-size: 16px;
    color: #0E0E0E!important;
    font-weight: 600 !important; /
    padding: 0 !important;
    margin: 0 !important;
    text-wrap-mode: nowrap;
}

.sortingContent:after {
    display: none !important;
}

 

.newIcon {
    background: #50B532;
    font-size: 12px;
    font-weight: 400;
    width: 40px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    border-radius: 5px;
    color: #fff;
    display: none;
}

.productPri {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 5px 0px 10px;
    height: 40px;
    position: relative;
}

.favori {
    position: absolute;
    right: 12px;
    top: 15px;
    z-index: 99;
}

 

.favori a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.cargoIcon {
    font-size: 12px;
    float: left;
    width: 100%;
    align-items: center;
    justify-content: start;
    display: none !important;
    color: #1FBC52;
    text-align: left;
    position: absolute;
    left: 15px;
    bottom: 19px;
    gap: 6px;
    font-weight: 500;
}

.productYeInUcFi {
    position: absolute;
    bottom: 0;
    left: 0;
}

.ozelAlan1 {
    background: #F27E00;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 10px;
    color: #fff;
    display: flex !important;
    align-items: center;
    text-align: left;
    padding: 3px 7px;
    width: 67px;
    height: 36px;
    display: none !important;!i;!;
}

.FiyatTextBox {
    padding: 10px 10px 20px;
    background: #fff;
}

.panel-search {
    padding: 15px 0 0;
    margin-bottom: -5px;
}

.panel-search input {
    font-size: 12px;
    color: #1B1833;
    border: 1px solid rgb(237, 237, 237);
    border-radius: 5px;
    height: 46px;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    background: #FAFAFA;
    padding: 0 20px;
    font-weight: 500;
}

.firsatIcon {
    background: #3E95EB;
    font-size: 13px;
    font-weight: 400;
    width: 48px;
    height: 36px;
    line-height: 14px;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 10px;
    color: #fff;
    display: flex !important;
    align-items: center;
    text-align: left;
    padding: 3px 7px;
}

.sortingContent .blockSelect a i {
    display: none;
}

.btnCatSorting.sort_3:before {
    content: "";
    background: url("../../Uploads/EditorUploads/img/kate3.svg") center center no-repeat;
    width: 14px;
    height: 18px;
    display: block;
    filter: grayscale(1) brightness(1) invert(1) opacity(0.5);
    margin-right: 20px !important;
}

.btnCatSorting.sort_4:before {
    content: "";
    background: url("../../Uploads/EditorUploads/img/kate4.svg") center center no-repeat;
    width: 20px;
    height: 18px;
    display: block;
    filter: grayscale(1) brightness(1) invert(1) opacity(0.5);
}

.brandlistselection .sortingContent li a.Active:before {
    filter: none;
}

.kategoriOwl2 > span {
    line-height: 28px;
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: 500;
    vertical-align: top;
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    padding: 0px 0px 15px !important;
}

.kategoriOwl2 ul {
    padding: 0px;
    margin: 0px;
}

.kategoriOwl2 ul li {
    margin: 0px;
    list-style: none;
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    border: 1px solid rgb(241, 241, 241);
    border-radius: 10px;
    padding: 10px;
}

.kategoriOwl2 ul li span {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0px;
    color: rgb(56, 56, 56);
    line-height: 12px;
    margin: 50px 0px 0px;
    display: block;
}

.filterBottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0 0;
}

.filterKate {
    margin: 0 0 10px;
    float: left;
    width: 100%;
}

.filterKate a {
    float: left;
    background: #d8d6d6;
    border-radius: 10px;
    color: #000000;
    font-size: 11px;
    line-height: 16px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    transition: 0.5s all;
    margin: 0 10px 10px 0;
}

.filterKate a:hover {
    background: #CB3420;
    color: #fff;
}

.FiyatTextBox input {
    padding: 10px;
    text-align: center;
    color: rgb(237, 237, 237);
    border-radius: 5px;
    border: 1px solid rgb(237, 237, 237) !important;
    width: calc(50% - 3.5px) !important;
}

.category-vertical-filters .FiyatTextBox button[name="SolFiltreFiyatAraligiFiltre"] {
    display: none !important;
}

section.BannerTwo .hazirBlokContent .txcol-sm-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
}

section.BannerTwo .hazirBlokContent .txcol-sm-6:nth-child(1) {
    float: left;
    width: 66.66% !important;
}

section.BannerTwo .hazirBlokContent .txcol-sm-6:nth-child(2) {
    float: left;
    width: 33.33% !important;
}

.txrow {
    align-items: center;
    justify-content: center;
}

#divIcerik div.anasayfa_tek_slider .owl-nav > div {
    width: 50px !important;
    height: 50px !important;
}

#mainHolder_divDesign .kategoriOwl .owl-nav .ProductListprev, #mainHolder_divDesign .kategoriOwl .owl-nav .ProductListnext {
    background: #CB3420 !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px !important;
    border: 2px solid rgb(255, 255, 255) !important;
}

#mainHolder_divDesign .kategoriOwl .owl-nav .ProductListprev:before, #mainHolder_divDesign .kategoriOwl .owl-nav .ProductListnext:before {
    font-size: 12px;
    color: rgb(255, 255, 255) !important;
}

body section.BgGrey {
    background-color: rgb(248, 248, 248) !important;
    padding: 60px 0px !important;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box small {
    font-size: 12px;
    padding: 8px 0px 0px;
    display: block;
}

.ProductList .owl-nav {
    top: calc(50% - 16px) !important;
}

#divTahminiTeslimatSuresi {
    margin: 0 0 10px;
}

#divIndirimOrani .left_line, #divIndirimOrani .center_line {
    display: none;
}

#divIndirimOrani .indirimliOrani {
    font-size: 0px;
}

#divIndirimOrani .indirimliOrani {
    font-size: 0;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}

#divIndirimOrani {
    margin: 0;
    background: #FF871E;
    border-radius: 5px;
    width: 58px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductList {
    float: left;
    display: block !important;
    width: 100% !important;
}

img.bannerTop {
    margin-bottom: 20px;
}

.catTop {
    max-height: 115px;
    overflow: hidden;
    position: relative;
    margin-top: 90px;
}

.catTop.active {
    max-height: initial
}

.KatAcbtn {
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 30px
}

.KatAcbtn:after {
    content: "\f107";
    display: block;
    font-size: 15px;
    font-family: fontawesome;
    color: #5a5a5a
}

.KatAcbtn.active:after {
    content: "\f106"
}

.catTop span {
    color: #2D2C2C;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
}

.catTop p {
    color: #2D2C2C;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0;
    padding: 0px;
}

.guvenList ul li span {
    color: #FF871E;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 100%;
}

.guvenList ul li small {
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
    max-width: 260px;
}

.sosyalMedya {
    float: left;
    background: rgb(248, 248, 248);
    width: 100%;
    color: rgb(38, 37, 33);
    text-align: center;
    font-size: 20px;
    line-height: 18px;
    font-weight: 300;
    padding: 50px 0px 35px;
}

.sosyalMedya ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0px;
    margin: 0px 0px 15px;
}

.sosyalMedya ul li {
    filter: brightness(0);
    transition: all 0.5s ease 0s;
}

.footApp {
    width: 100%;
    float: left;
    margin: 30px 0px 0px;
}

.footApp li {
    width: calc(50% - 10px);
    float: left;
    min-height: 45px;
    margin-right: 10px;
}

.footApp li:last-child {
    margin-top: 25px;
}

.FooterBottom a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.footerIconsFlex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 190px;
    color: #838383;
    font-size: 14px;
    line-height: 20px;
}

.footerIconsFlex img {
    width: auto;
}

.footerFlex .footerTempRow {
    align-items: center;
}

.footerFlex .footerTempRow .elementor-column:last-child li {
    align-items: center;
    gap: 5px;
}

.footerFlex .footerTempRow .elementor-column:last-child img {
    width: auto
}

.guvenList {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 0;
}

.guvenList ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    gap: 20px;
}

.guvenList ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 10px;
    flex-direction: column !important; 
    width: auto !important; 
}

.guvenList ul li .guvenListTxt {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.sosyalMedya ul li:hover {
    filter: none;
}

a#btnMailKaydet:hover {
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
}
ul#ulMarkaSliderTemplateData   {
   height:100px
}
ul#ulMarkaSliderTemplateData li {
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    margin: 1px;
}

ul#ulMarkaSliderTemplateData li img{
    width: 100%;
    padding: 10px;
}

#mainHolder_divDesign #ulMarkaSliderTemplateData .owl-nav {
    top: calc(50% - 20px) !important;
}

.socialMediaDiv {
    background: #FAFAFA !important;
    border-radius: 10px;
    max-width: 90%;
    margin: 0 auto; 
    flex-flow: row !important;
    gap: 40px;
    padding: 20px;
}

ul.horizontal.socialMedia {
    width: auto;
    gap: 20px !important;
}

.socialMediaTitle span {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.footerTemp .socialMedia li a i {
    background: transparent !important;
    color: #FF871E !important;
    font-size: 26px !important;
    padding: 0 !important;
    width:40px !important;
    height:40px !important;
}

footer {
    margin-bottom: -66px !important; 
}
.cargoIcon:before {
    content: "";
    background: url("../../Uploads/EditorUploads/img/kargo.svg") center center;
    contain; display: block;
    width: 15px;
    height: 12px;
}
.account-item .nav-dropdown .header-member-name {
    background: #FF871E !important;
    border-radius: 5px !important;
}
.blockSelect {
    margin: 0 0 0 40px !important;
    display: none;
}

.productStokKodu {
    display: block !important;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    position: absolute;
    top: 10px;
}

 
.mycartIcon {
    background: #FF871E;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    border-radius: 5px;
}

.mycartIcon a {
    border-radius: 5px;
    height: 45px;
    width: 100%;
    font-size: 15px;
    line-height: 45px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.productItem:hover .mycartIcon {display:block}
.category-vertical-filters .vertical-filter-panel .list-group-item {
    margin: 0 !important;
    padding: 0px !important;
    background: transparent !important;
}

.category-vertical-filters .vertical-filter-panel .list-group-item:hover:after, .category-vertical-filters .vertical-filter-panel .list-group-item.selected:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 11px;
    color: #fff;
    position: absolute;
    left: 4px;
    top: 10px;
    background: transparent !important;
    display: block !important;
}

section.design-bg-1 {
    background-color: #FAFAFA !important;
}

.ticimaxTabHead li a {
    font-weight: 500;
    float: left;
    white-space: nowrap;
    background: transparent !important;
    padding: 0px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 16px !important;
    line-height: 22px !important;
}

.ticimaxTabHead li.ticimaxTabHead_active a {
    color: #1A1A1A !important;
    font-size: 24px!important;
    font-weight: bold!important;
}

.ticimaxTabHead li {
    margin: 0px !important;
    width: auto !important;
}

.ticimaxTabHead ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
    padding: 0px !important;
    margin: 0px !important;
    display: none;
}

#mainHolder_divDesign #ticimaxTabContent .ticimaxAnasayfaTab .JKatAdi {
    /* display: none; */
}

.leftImage .ProductGallery .gallery-container .GalleryArea .owl-carousel .zoom-js img {
    padding: 0px;
    width: 100%;
    border-radius: 0;
}

.ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav span {
    color: rgb(0, 0, 0) !important;
    font-size: 0 !important;
    background: #F8F9FA;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #F8F9FA;
}

.ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav span:hover {
    border: 1px solid #FC6600 !important;
    background: transparent
}

.ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav span:hover:before {
    color: #FC6600 !important;
}

.ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav span:before {
    font-size: 23px;
    font-weight: 300;
    line-height: 1;
    font-family: FontAwesome;
    color: rgb(0, 0, 0) !important;
}

.ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-prev span:before {
    content: "\f177";
}

.ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav .owl-next span:before {
    content: "\f178";
}

.ProductGallery .gallery-container .owl-carousel.galleryOwl .owl-nav {
    left: 20px;
    right: 20px;
    top: calc(50% - 20px) !important;
    width: calc(100% - 40px) !important;
}

.SonGezilenUrunler {
    margin-top: 80px;
    float: left;
    width: 100%;
}

.SonGezilenUrunler #SonGezilen {
    float: left;
    width: 100%;
}

.basketBtn input:hover {
    background: #FC6600;
}

.UFavorilerimeEkle #Icon_ionic-ios-heart {
    fill: #fff;
}

.UFavorilerimeEkle:hover #Icon_ionic-ios-heart {
    fill: #F26600;
}

.ProductIcon > div:hover {
    border-color: #F27E00;
    background: transparent;
}

.ProductIcon > div:hover .box1 {
    color: #F27E00;
}

.ProductIcon > div:hover .boxIcon {
    fill: #F27E00;
}

ul.breadcrumb li a:hover :before {
    filter: invert(1);
}

body ul.breadcrumb li:first-child a:hover:before {
    filter: brightness(0);
}

.welcome:hover .headerUyeGiris a, .welcome:hover .headerUyeOl a, .welcome:hover .headerHesabim, .headerCikis {
    color: #CB3420;
}

.welcome:hover .svgIcon, .mycart:hover .svgIcon, .favi:hover .svgIcon {
    filter: brightness(0) saturate(100%) invert(26%) sepia(62%) saturate(2286%) hue-rotate(346deg) brightness(94%) contrast(96%);
}

.pageNumber .productCountInfo {
    font-size: 16px;
}

.productCountBar {
    display: none;
}

.pageNumber .divMoreProducts .button {
    background: #CB3420;
    border-radius: 10px;
    padding: 20px 30px;
    margin: 20px 0 0 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

#mainHolder_divDesign #ticimaxYanBlok .JKatAdi .bold .satir1 {
    color: #030303 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    text-transform: none !important;
    padding: 0 !important;
}

#mainHolder_divDesign #ticimaxYanBlok .JKatAdi.categoryTitle {
    position: absolute;
    top: 6px;
    z-index: 2;
    background: white;
    display: block;
    padding: 10px !important;
    left: 2px;
    right: 2px;
    width: calc(100% - 4px);
}

#mainHolder_divDesign #ticimaxYanBlok .productImage {
    padding: 50px 38px 0;
}

#mainHolder_divDesign #ticimaxYanBlok .productItem {
    margin: 0 !important
}

#mainHolder_divDesign #ticimaxYanBlok .sliderBannerContainer .ProductList {
    margin: 0 !important
}

#mainHolder_divDesign #ticimaxYanBlok .productItem .productDetail {
    padding: 45px 20px 0px;
}

#mainHolder_divDesign #ticimaxYanBlok .cargoIcon {
    display: none !important;
}

#mainHolder_divDesign #ticimaxYanBlok .productItem .productPoints .rating {
    float: initial;
}

#mainHolder_divDesign #ticimaxYanBlok .productItem .productName a {
    text-align: center;
}

#mainHolder_divDesign #ticimaxYanBlok .productItem .productPrice {
    align-items: center;
}

#mainHolder_divDesign #ticimaxYanBlok .productItem .productIcon,#mainHolder_divDesign #ticimaxYanBlok .sliderBannerContainer .Block_Link {
    display: none !important;
}

.sliderBannerContainer .Block_Link a {
    color: #ff871e;
    font-size: 14px;
    font-weight: 500;
}

.sliderBannerContainer .Block_Link a:after{
   content:"\f054";
    font-family:fontAwesome;
    margin-left:5px;
}
 
#masthead .menuKateArea {
    display: none !important;
}

.menuKateArea,.kateArea {
    padding: 0 50px 20px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
}

.HomeBody .menuKateArea {
    display: flex
}

.kateArea {
    display: flex !important;
    padding: 20px 50px 30px;
}

.menuKateArea a,.kateArea a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menuKateArea a span,.kateArea a span {
    color: #262626;
    font-size: 14px;
    font-weight: 500;
}

.menuKateArea a:hover span,.kateArea a:hover span {
    color: #808080
}
 

 
 
.header-button {
    font-weight: 500;
}

span#spnTopSepetToplamUrun:before {
    content: "("
}

span#spnTopSepetToplamUrun:after {
    content: ")"
}

span#spnTopSepetToplamUrun {
    position: relative;
    right: 0;
    top: 0;
    color: #E9561D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.header-favori-item a.favori-link:hover svg {
    display: none;
}

.header-favori-item a.favori-link:hover .svgIcon:after {
    content: "";
    width: 24px;
    height: 28.22px;
    display: block;
    background: url(../../Uploads/EditorUploads/img/favorite.svg) no-repeat center;
    background-size: contain;
}

.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li> a >span {
    text-wrap: nowrap;
}

.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a {
    position: relative;
    width: 100%;
    display: flex;
}

.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li >a {
    width: 100% !important;
}

.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:last-child > a:after {
    display: none;
}

.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li {
    max-width: 280px;
    padding: 0;
    background: #fff;
}
.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:first-child { 
    padding-top: 20px;
}
.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:last-child {
    border-radius: 0 0 10px 10px;
    padding-bottom: 20px;
}
.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon > li {
    padding: 10px;
    width: calc(20% - 0px);
    float: left;
    align-items: center !important;
}
.newHeaderNavigation:not(.mobileStyle) .menu-wrap {
    background: transparent !important;
    padding: 0 50px;
}

.newHeaderNavigation:not(.mobileStyle) .menu-list-row {
    padding: 25px 0;
    background: #fff;
    max-width: 100% !important;
    border-radius: 0px 10px 10px 0px;
    margin: 0 !important;
    height: 100%;
    overflow: hidden;
}
.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon > li > a .upTagText {
    position: relative !important;
    resize: block;
    align-items: center;
}

.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon > li > a.upTagVar span {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 16px;
    margin-top: 7px;
}
 
.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon .nav-submenu li:last-child:after {
    content: ""
}

.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon .nav-submenu {
    display: block !important;
}

.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li.ulVar > a:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 12px;
}
.newHeaderNavigation:not(.mobileStyle) .menu-list-kolon {
    height: 100%;
}
.newHeaderNavigation:not(.mobileStyle) .menu-wrap .kolon {
    height: 100%;
    flex-flow: wrap !important;
    padding: 0 20px!important;
    overflow: auto;
    height: 100%;
}

.newHeaderNavigation:not(.mobileStyle) .menu-list-image {
    padding: 0 20px 0 0;
}

.newHeaderNavigation:not(.mobileStyle) .menu-list-image {
    display: none !important;!i;!;
}

.newHeaderNavigation:not(.mobileStyle) .menu-list-image .menuLogoArea ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 15px;
}

.newHeaderNavigation:not(.mobileStyle) .menu-list-image-row {
    width: 100%;
}

.menu-list-image-list {
    display: none;
}

.menu-list-image-editor {
    width: 100%;
}

.newHeaderNavigation:not(.mobileStyle) .menu-list-image .menuLogoArea ul li {
    width: 100%;
    opacity: .35;
    transition: .5s all;
}

.newHeaderNavigation:not(.mobileStyle) .menu-list-image .menuLogoArea ul li:hover {
    opacity: 1;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:hover > a .upTagText {
    filter: none;
}

.MenuCenter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.MenuCenter ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0;
    width: calc(100% - 210px);
    background: #FAFAFA;
    height: 46px;
    border-radius: 10px;
}

.MenuCenter ul li {width:calc(100% / 6);display: flex;align-items: center;justify-content: center;border-right: 1px solid #D4D4D4;}
.MenuCenter ul li:last-child{border-right:none;}
.MenuCenter ul li a {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 600;
    text-wrap: nowrap;
}
.MenuCenter ul li a:hover{color:#FF871E;}

 .MenuCenter ul li:last-child a{color:#FF871E;}

.htop ul {
    opacity: 0;
    height: 40px;
    display: none;
    text-align: center;
}
.htop ul.owl-carousel {
    display: block;
    position: relative;
    opacity: 1;
}
.htop ul li {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    width: 100%;
}

#divTopProductSearch {
    max-width: 660px;
    margin: 0 auto;
}
section.sliderArea .ticiContainer > .txrow {
    flex-wrap: nowrap;
    justify-content: end;
    gap: 20px !important;
    position: relative;
}

section.sliderArea .ticiContainer > .txrow > div:first-child {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    max-width: calc(73% - 20px);
    position: absolute;
    height: 100%;
    left: 0;
    margin-right: 20px !important;
}

section.sliderArea .ticiContainer > .txrow > div:last-child {
    gap: 20px;
    max-width: 27%;
    flex-direction: column !important;
    width: 30%;
}

section.sliderArea .ticiContainer > .txrow > div:last-child div {
    width: 100%;
    max-width: 100%
}

section.sliderArea .ticiContainer > .txrow > div:last-child img {
    width: 100%;
    max-width: 100%
}

section.bannerMar10 {
    margin: 0 -10px;
    width: calc(100% + 20px) !important;
}

section.bannerMar10 img {
    width: 100%;
}

section.sliderYan {
    display: none !important;
}

section.sliderYan .txrow > div {
    margin-bottom: 20px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

section.sliderYan .txrow > div:last-child {
    margin: 0;
}

#mainHolder_divDesign .bannerFive .ticiContainer > .txrow {
    margin: 0 -20px !important;
    width: calc(100% + 30px) !important;
}

.bannerFive .ticiContainer > .txrow > div:first-child {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
}

.bannerFive .ticiContainer > .txrow > div:last-child {
    width: 20%;
    max-width: 20%;
    min-width: 20%;
}

.bannerFive .ticiContainer > .txrow > div:first-child > .txrow > div {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    margin: 0 !important;
}

#mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-thumbsimg {
    bottom: 0 !important;
    position: relative;
    padding: 20px;
}

#mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-thumbsimg .owl-dot {
    width: 80px;
    height: 80px;
    border: 3px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}

#mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-thumbsimg .owl-dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mainHolder_divDesign .anasayfaTekSliderThumbimg .owl-thumbsimg .owl-dot.active {
    border-color: #F27E00;
}

.homeKateArea a {
    float: left;
    width: 20%;
    padding: 0 10px 20px;
    position: relative;
    text-align: center;
}

.homeKateArea a span {
    color: #262626;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 0;
    display: block;
    line-height: 24px;
}

section.design-bg-21 {
    background-color: #fff !important;!i;!;
    padding: 60px 0 !important;!i;!;
}

.footerTemp .elementor-column[data-col="16"] {
    width: auto !important;
}

.footerTemp .footerTempRow {
    justify-content: space-between;
    gap: 30px;
}

.homeMarkalarArea {
    margin: 50px;
    padding: 0 50px;
}

.homeMarkalarArea ul {
    margin: 0px;
    padding: 0px 80px;
}

.homeMarkalarArea ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.homeGuvenList {
    width: 100%;
}

.homeGuvenList ul {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.homeGuvenList ul li {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 25px 10px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    flex-direction: column !important;
}

.homeGuvenList ul li span {
    color: #000000;
    font-size: 15px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.homeGuvenList ul li span small {
    color: #000000;
    font-size: 13px;
    display: block;
    text-align: center;
    font-weight: 400;
    margin: 5px 0 0;
    line-height: 20px;
}

.AramaModulu {
    border: 1px solid #E9561D;
    border-radius: 5px;
    float: left;
    width: 100%;
    padding: 30px 55px;
}

.AramaModulu .aramaTop {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 26px;
}

.AramaModulu .aramaBottom ul {
    padding: 0;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
}

.AramaModulu .aramaBottom ul li {
    list-style: none;
    width: 100%;
    position: relative;
}

.AramaModulu .aramaBottom ul li img {
    width: auto;
    position: absolute;
    left: 0;
    height: 60px;
    object-fit: none;
    max-width: 65px;
}

.AramaModulu .aramaBottom ul li select {
    padding: 0 35px 0 60px;
    height: 60px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    width: 100%;
    appearance: none;
    color: #161616;
    font-size: 16px;
    font-weight: 600;
}

.aramabtn {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    width: 220px;
    height: 60px;
    background: #E9561D;
    min-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aramabtn a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AramaModulu .aramaBottom ul li:after {
    content: "\f078";
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 60px;
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 12px;
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body #headerNew #wide-nav .headerContainer {
    position: relative;
}

body .newHeaderNavigation:not(.mobileStyle) {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0;
    width: 100%;
    height: auto;
    display: none;
    min-height: 500px;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
    gap: 0;
    float: left;
    width: 100%;
    display: flex;
    height: 100%;
    margin: 0;
    list-style: none;
    border-top: none;
    flex-direction: column;
    position: relative;
    background: transparent !important;!i;!;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a {
    padding: 7px 30px;
    display: flex;
    flex-direction: row;
    float: left;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
    position: relative;
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a .upTagText {
    font-size: 0 !important;
    width: auto; 
}

body .newHeaderNavigation:not(.mobileStyle) .menu-wrap {
    padding: 0;
    position: absolute;
    top: 0;
    left: 270px;
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 6;
    width: auto;
    height: 100%;
    background-color: transparent !important;
    !i;!;
    border-radius: 0 0 10px 0;
    padding: 15px 0;
    overflow: hidden;
}

body .newHeaderNavigation.active {
    display: block;
}

.MenuCenter > div {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

.katbtn:before {
    content: "";
    width: 32px;
    height: 32px;
    display: block;
    background:url(../../uploads/editoruploads/img/group%207244.png) no-repeat;
}

.katbtn {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    width: 190px;
    height: 46px;
    background: #FF871E;
    border-radius: 10px;
}

.katbtn.active {
    /* color: #E9561D; */
}

.katbtn.active:before {
    filter: none;
}

div#divTelefonSiparis {
    display: none !important;
    float: left;
    width: 100%;
    border: 1px solid #E9561D;
    border-radius: 5px;
    margin-top: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#divTelefonSiparis .boxIcon {
    display: none;
}

div#divTelefonSiparis .box1 i {
    display: none
}

div#divTelefonSiparis a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #E9561D;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.teknikDetay .teknikDetayItem {
    margin: 0;
    border-radius: 0px !important;
    border: none !important;
    float: left;
    width: 100%;
}

 

.teknikDetay .teknikDetayItem > div {
    margin: 0;
    display: flex;
    align-items: center;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.teknikDetay .teknikDetayItem > div span {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

span.second {
    display: none !important;
}

.priceBottom {
    float: left;
    width: 100%;
    margin: 10px 0 0;
    color: #1A1A1A;
    font-size: 12px;
}

span.DCT-Time > span {
    font-weight: bold;
}

.Detail-Cargo-Timer {
    font-size: 14px;
    margin: 10px 0 0;
}

.priceBottomTaks {
    background: #60B73F;
    color: #fff;
    padding: 7px 16px;
    width: auto;
    display: inline;
    margin: 10px 0 0;
    float: left;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    background: url(../../uploads/editoruploads/img/taksitbg.png) no-repeat;
    background-size: cover;
}

.detayIcons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    float: left;
}

.detayIcons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    gap: 10px;
    position: relative;
    flex-flow: wrap;
}

.detayIcons ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    padding: 10px 0;
    background: #F2F4F5;
    flex-direction: column;
    list-style: none;
    margin: 0;
    border-radius: 5px;
    gap: 5px;
    min-width: 80px !important;
    max-width: 80px !important;
    width: calc(20% - 10px) !important;
}

.detayIcons ul li img {
    width: 30px;
    height: 30px;
    object-fit: none;
}

.detayIcons ul li span {
    display: grid;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #000000;
    font-size: 11px;
    font-weight: 400;
}

.teknikOzellikler {
    width: 100%;
    padding-left: 130px;
    margin: 20px 0 0;
    float: left;
}

.teknikOzellikler > span {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.teknikOzellikler > .scrollTab {
    background: #F5F5F5;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 0;
    float: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.teknikOzellikler .teknikDetayItem {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    gap: 0;
    display: none;
}

.teknikOzellikler .teknikDetayItem * {
    color: #848484;
    font-size: 13px;
    font-weight: 400;
    padding: 3px 0;
}

.teknikOzellikler .teknikDetayItem:before {
    content: "";
    background: #989898;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    margin-right: 12px;
}

.teknikOzellikler .teknikDetayItem .t1:after {
    content: ":";
    margin: 5px;
}

.teknikOzellikler .teknikDetayItem:nth-child(-n+7) {
    display: flex;
}

.bannerBorder .blokResimLink {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    transition: 0.8s all !important;
}

.bannerBorder .blokResimLink img {
    border-radius: 10px;
    transform: scale(1.01) !important;
}

.bannerBorder .blokResimLink:hover {
    border: 1px solid #E9561D;
}

#top-bar .headerContainer { 
    overflow: hidden;
    width:100%
}
  
  .htop ul .owl-nav {left: 0 !important;right: 0 !important;top: 5px !important;}

.htop {
    width: 100%;
    overflow: hidden;
    height: 40px;
    max-width: 1480px;
}

.htop ul .owl-nav > div {
    box-shadow: none !important;
    background: transparent !important;
    filter: invert(1);
}
.cart-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FF871E;
    border-radius: 10px;
    padding: 0 10px;
    height: 46px;
}

span#spnTopSepetToplamTutar {
    position: absolute;
    bottom: 8px;
    right: 0;
    font-size: 11px;
    font-weight: 400;
    color: #FF871E;
}

span.header-cart-title {
    padding-bottom: 15px;
    color: #FF871E !important;!i;!;
    font-size: 13px !important;!i;!;
    font-weight: 500;
}

.account-item {
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 0 10px;
    height: 46px;
}

 

.searchform button {
    position: absolute;
    right: 0;
}

#divTopProductSearch .searchform-wrapper {
    /* border: none !important; */
    /* background: #F5F3F2; */
    !i;!;
}

.homeKate {
    margin: 30px 0;
    overflow: hidden;
}

.homeKate ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.homeKate ul li {
    list-style: none;
}

.homeKate ul li a span {
    display: block;
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.homabanner ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.homabanner ul li {
    list-style: none;
}

 
.homeMarkalarOwl > span {
    color: #000000;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.homeMarkalarOwl ul {
    margin: 40px 0 0;
    padding: 0;
}

.homeMarkalarOwl ul li {
    list-style: none;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 5px;
    margin: 1px;
}

.footerBorder .footerTempRow {
    border-top: 1px solid #DCDCDC;
    padding-top: 35px;
}

 
.footerInfo .footerMenuAlt li:nth-child(2) a {
    font-size: 24px !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footerInfo .footerMenuAlt li:nth-child(2) a:before {
    width: 18px;
    height: 18px;
    content: "";
    display: block;
    background: url(../../uploads/editoruploads/img/icon-feather-phone-call.svg)no-repeat;
}

.footerInfo .footerMenuAlt li:nth-child(3) a {
    font-size: 14px !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footerInfo .footerMenuAlt li:nth-child(3) a:before {
    width: 18px;
    height: 14px;
    content: "";
    display: block;
    background: url(../../uploads/editoruploads/img/icon-feather-mail.svg) no-repeat;
}
.homeAbout {
    display: flex;
    gap: 20px;
}

.homeAboutTxt span {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}

.homeAboutTxt p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    margin: 20px 0 0;
}

.homeAboutTxt a {
    border-radius: 10px;
    width: 120px;
    height: 50px;
    background: #FF871E;
    display: flex;
    margin: 20px 0 0;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
}

.homeAboutTxt i {
    color: #FF871E;
}

.homeAbout .homeAboutTxt,.homeAbout img {
    width: 50%;
    border-radius:10px
}
 
@media (min-width: 1100px) {
    @keyframes smoothScroll {
        0% {
            transform: translateY(-70px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    header.fixed {
        position: fixed;
        top: 0;
        z-index: 999;
        animation: smoothScroll .5s backwards;
        width: 100%;
        height: 100px !important;
    }

    body.margin {
        padding-top: 190px;
    }
body.margin .hoverr:before{display:none !important}
    header.fixed #top-bar,header.fixed .MenuCenter ul,header.fixed #hb-logo {
        display: none;
    }
     header.fixed #wide-nav {
    height: 0;
}
    header.fixed .MenuCenter {
    position: absolute;
    top: -75px;
    width: auto;
}

header.fixed #divTopProductSearch {
    position: absolute;
    left: 0;
    right: 0;
}
}

.headerContent, body ul.breadcrumb, .navigation > div, .userLoginContent, .hesabimContent, .sepetimBody .headerContent, .sepetimBody #footer .ticiContainer, .ticiContainer {
    max-width: 1480px;
    margin: 0px auto;
    position: relative;
    clear: both;
    display: block;
}

.headerContent {
    text-align: center;
}

.innerContainer {
}

#divIcerik:not(.homepage) {
    max-width: 1480px;
    padding: 0;
}

.UyeOl .ticiContainer {
}

#footer .ticiContainer {
}

.UyeGiris .ticiContainer {
}

.Magazalar .ticiContainer {
}

.sepetimBody .ticiContainer {
    margin: 0px auto;
}

.sepetimBody .headerContent {
}

.HesabimTakip .ticiContainer {
}

.Iletisimaspx .ticiContainer {
}

.homeContainer .ticiContainer {
}

.ticiContainer.homeContainer {
}

.ticiContainer.pageContainer {
}

.ticiContainer.categoryContainer {
    padding: 20px 0px 0px;
}

.sepetimBody #footer .ticiContainer {
}

.ticiContainer.productDetailContainer {
}

.sepetimBody .footerSslLogo {
    display: none !important;
}

.sepetimBody .headerContent {
    box-shadow: none;
}

.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: 20%;
    padding-right: 0px;
}

.categoryContainer .centerCount {
    width: 80%;
    float: left;
    padding-left: 20px;
}

.rightBlock {
    float: right;
    width: 300px;
    padding-left: 20px;
}

.leftBlock.LeftMiddleRight {
    width: 25%;
}

.rightBlock.LeftMiddleRight {
    width: 25%;
}

.centerCount.LeftMiddleRight {
    width: 50%;
}

.ticiContainer:before, .ticiContainer:after {
    display: table;
}

.ticiContainer:after {
    clear: both;
}

.ticiContainer {
    clear: both;
    zoom: 1; }

@media (min-width: 1301px) and (max-width: 1560px) {
    #divIcerik:not(.homepage), #top-bar, #masthead, #wide-nav,body ul.breadcrumb,.categorydesign {
        padding:0 3%;
        max-width: 100%;
    }
    .htop{max-width:1200px; !important}
 
}

@media (min-width: 1100px) and (max-width: 1300px) {
    #divIcerik:not(.homepage), #top-bar, #masthead, #wide-nav,body ul.breadcrumb,.categorydesign {
        padding:0 3%;
    }
    .categoryContainer .ProductList.PlSc_4 .ItemOrj {
    width: 33.33%;
        min-width:33.33%;
}
    
    .htop{max-width:900px; !important}
}

@media (min-width: 768px) and (max-width: 1100px) {
    #divIcerik:not(.homepage), #top-bar, #masthead, #wide-nav,body ul.breadcrumb,.categorydesign {
        padding:0 10px;
    }
#headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl .kolon>li> a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
  

    .htop{max-width:700px; !important}
    .categoryContainer .ProductList.PlSc_4 .ItemOrj,.categoryContainer .ProductList.PlSc_3 .ItemOrj {
        width: 33.33% !important;
        min-width: 33.33% !important;
    }

    .cart-item a.header-cart-link.headerButon:after {
        display: none;
    }

    .ProductIcon > div {
        min-width: 50%;
    }

    .MenuCenter {
        display: none;
    }

    #divIcerik {
        padding: 0 10px !important;
    }

    .RightDetail {
        width: 50%;
        padding: 20p;
        margin-left: 10px;
    }

    .leftImage {
        width: 50%;
    }

    .SmallImages {
        display: none !important;
    }

    .Images, #divVideoGoruntulemeAlan {
        width: 100%;
    }

   
    .cart-item {
    border: none !important; 
}

#headerNew   .svgIcon svg {
    width: auto !important; 
}

#headerNew .mobile-item-button i {
    color: #ff881e !important; 
}

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb {
        display: none;
    }

    .leftImage .ProductGallery .gallery-container .GalleryArea {
        width: 100% !important;
        max-width: 100% !important;
    }

    #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li > a {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: inherit;
        gap: 10px;
    }

    #headerNew #divTopProductSearch {
        position: absolute;
        left: 0px !important;
        right: 0px !important;
        width: 100%;
        max-width: 100%;
        top: 86px !important;
    }

    #divTopProductSearch.dropactive .header-search-form-wrapper {
        top: 0 !important;
    }
}

@media (max-width: 1041px) {
    .navigation {
        display: none;
    }
.homeAbout {
    flex-direction: column;
}

.homeAbout .homeAboutTxt, .homeAbout img {
    width: 100%;
}

.homeAboutTxt a {
    margin: 20px auto 0;
}
    .homeKate ul {
        overflow: auto;
        padding-bottom: 20px;
    }

    .homeKate ul li {
        min-width: 80px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1 {
        padding: 20px 0px 10px !important;
        font-size: 20px;
        line-height: 20px;
    }

    #divSayfalamaUst .filterBlock {
        display: block !important;
        width: 100%;
    }

    section.OwlBanner {
        padding: 0px 0px 40px !important;
        margin: 0px 0px 30px !important;
    }

    #mainHolder_divDesign .owl-carousel .owl-nav, .owl-carousel .owl-nav {
        /* right: 0 !important; */
        /* left: 0 !important; */
    }

    #mainHolder_divDesign .kategoriOwl .owl-carousel .owl-nav {
        top: calc(50% - 35px) !important;
        left: -70px !important;
        right: -70px !important;
    }

    .mobilMenuAcButton {
        display: block;
    }

    body .dropdown-toggle:after {
        display: none;
    }

    body #divSayfalamaUst {
        padding: 0px;
        width: 100%;
        border: none;
        background: transparent;
        flex-direction: column-reverse;
        gap: 20px;
    }

    body .categoryContainer .ItemOrj,body .categoryContainer .ProductList.PlSc_4 .ItemOrj {
        flex: 33.33% !important;
        max-width: 33.33% !important;
        width: 33.33% !important;
    }

    .guvenList ul {
        /* display: block; */
        flex-flow: wrap;
        gap: 10px;
        align-items: start;
    }
.guvenList ul li span {
    font-size: 15px;
}

.guvenList ul li small {
    font-size: 12px;
    line-height: 16px;
}
    .guvenList ul li {
        margin: 10px;
        float: left;
        height: auto;
        width: 100%;
        max-width: calc(50% - 25px);
        padding: 20px 30px;
    }
.hazirBlokContent .ProductListContent{padding:0 10px;}
    #back-to-top {
        right: 20px;
    }

    .wpFix {
        right: 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;
    }

    .filterKate a {
        padding: 0 10px;
        font-size: 10px;
    }

    .filterBottom {
        flex-direction: revert;
        gap: 10px;
        margin: 0;
        float: left;
    }

    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: 46px;
        width: calc(50% - 5px);
        background: transparent;
        padding: 0px;
        margin: 0px;
        border: none;
        border-radius: 0px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
        width: 100%;
        background: transparent;
        padding: 0px;
        margin: 0px;
        border: none;
        border-radius: 0px;
        display: block !important;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
        width: 100%;
        background: transparent;
        padding: 0px;
        margin: 0px;
        border: none;
        border-radius: 0px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
        width: 100%;
        height: 40px;
        font-size: 0px;
        text-indent: 0px;
        border: none;
        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: none;
        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: none;
        text-align: center;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a span {
        line-height: 35px;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) a:before {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a {
        border-bottom: 1px solid rgb(229, 229, 229);
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(4) > a {
        border-bottom: none;
    }

    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: none;
        transition: all 0.3s ease 0s;
        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;
        background: #fff !important;!i;!;!immpo;!immpo;!immp;!i;!;
    }

    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;
        padding: 0 20px;
    }

    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: #000;
        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: 15px;
        color: rgb(38, 35, 36);
        text-align: left;
        padding: 0px 0px 0px 15px;
        background: rgb(255, 255, 255);
        position: relative;
        text-transform: uppercase;
        font-weight: 500;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock:before {
        content: "";
        float: right;
        width: 24px !important;
        max-height: 24px !important;
        height: 24px !important;
        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: all 0.3s ease 0s;
    }

    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 !important;
        border-radius: 20px;
        background: rgb(197, 199, 201);
        margin: auto 15px auto 0px;
        transition: all 0.3s ease 0s;
        left: auto;
    }

    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) !important;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading {
        border: none;
        background: rgb(255, 255, 255);
        float: left;
        width: 100%;
        padding: 0px !important;
        margin: 0px !important;
    }

    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;
    }

    .FiyatTextBox input {
        width: calc(50% - 4.5px) !important;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a:after {
        top: 0px !important;
        color: rgb(0, 0, 0);
        font-weight: 300;
        font-family: FontAwesome;
        right: 10px;
        padding: 0px;
    }

    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: none;
        position: static;
        box-shadow: none;
        width: 100%;
        margin: 0 !important;
        padding: 0 10px 20px !important;
    }

    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: 0 0;
        padding: 40px 20px 0;
    }

    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 {
        padding: 0px !important;
        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;
        width: 100%;
    }

    .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;
    }

    .menuUstBolum {
        width: 100%;
        display: inline-block;
        float: left;
        margin-top: 0px;
        border-bottom: 1px solid rgb(232, 232, 232);
    }

    .menuUstBolum .CloseBtnMenu {
        float: right;
        fill: rgb(255, 255, 255);
        width: 50px;
        text-align: center;
        margin: 0px;
        cursor: pointer;
    }

    .menuUstBolum .CloseBtnMenu svg {
        width: 20px;
        margin-top: 15px;
    }

    .menuUstBolum .menuBack {
        float: left;
        line-height: 50px;
        fill: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
        font-size: 15px;
        text-align: center;
        margin: 0px;
        cursor: pointer;
        padding-left: 20px;
    }

    .menuUstBolum .menuBack svg {
        margin-right: 10px;
        float: left;
        margin-top: 15px;
        width: 20px;
    }

    .mobilMenu {
        position: fixed;
        left: -110%;
        top: 0px;
        bottom: 0px;
        width: 360px;
        z-index: 99999;
        background: rgb(255, 255, 255);
        transition: left 0.3s ease-in-out 0s;
    }

    .mobilMenu.acik {
        left: 0px;
    }

    .mobilMenu ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .mobilMenu .menuIcerikAlan {
        float: left;
        width: 100%;
        height: calc(100% - 51px);
        position: absolute;
        top: 51px;
        right: 0px;
        left: 0px;
    }

    .mobilMenu .navUl {
        float: left;
        width: 100%;
        height: 100%;
    }

    .mobilMenu .navUl > li > ul li, .mobilMenu .navUl > li {
        float: left;
        width: 100%;
        border-bottom: 1px solid rgb(229, 229, 229);
        position: relative;
        padding: 0px 0px 0px 5px;
    }

    .mobilMenu .navUl > li > ul li a, .mobilMenu .navUl > li > a {
        color: rgb(0, 0, 0);
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
        padding: 0px 15px;
        z-index: 2;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .mobilMenu .navUl .ulVar > a {
        width: 100%;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliDown2, .mobilMenu .navUl > li > ul li .ResimsizDown2, .mobilMenu .navUl > li .ResimsizDown, .mobilMenu .navUl > li .ResimliDown {
        float: right;
        position: absolute;
        right: 0px;
        top: 0px;
        left: 0px;
        z-index: 1;
        padding-right: 20px;
        cursor: pointer;
        height: 40px;
        z-index: 2;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliDown2 svg, .mobilMenu .navUl > li > ul li .ResimsizDown2 svg, .mobilMenu .navUl > li .ResimsizDown svg, .mobilMenu .navUl > li .ResimliDown svg {
        float: right;
        width: 12px;
        margin: 14px 0;
    }

    .mobilMenu .altMenu .altMenuMarkalar, .mobilMenu .altMenu .altMenuler {
        float: left;
        width: 100%;
        height: 100%;
        overflow: hidden auto;
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
    }

    .mobilMenu .altMenu .altMenuSag {
        display: none;
    }

    .mobilMenu .altMenu .altmenuSol {
        float: left;
        width: 100%;
        height: 100%;
    }

    .mobilMenu .navUl > li ul.over {
        overflow-y: hidden;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl, .mobilMenu .navUl > li > ul li ul, .mobilMenu .navUl > li > ul, .mobilMenu .altMenu {
        position: fixed;
        left: -100%;
        top: 51px;
        bottom: 0px;
        width: 360px;
        background: rgb(255, 255, 255);
        z-index: 3;
        transition: all 0.3s ease-in-out 0s;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl.active, .mobilMenu .navUl > li > ul li ul.active, .mobilMenu .navUl > li > ul.active, .mobilMenu .altMenu.active {
        left: 0px;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span, .mobilMenu .altMenu .altMenuMarkalar > span, .mobilMenu .altMenu .altmenuSol > span, .mobilMenu .navUl > li > ul li ul > span, .mobilMenu .navUl > li > ul > span {
        color: rgba(40, 47, 54, 0.8);
        font-size: 18px;
        font-weight: 600;
        line-height: 55px;
        padding-left: 55px;
        border-bottom: 1px solid rgb(229, 229, 229);
        position: relative;
        float: left;
        width: 100%;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span a, .mobilMenu .altMenu .altMenuMarkalar > span a, .mobilMenu .altMenu .altmenuSol > span a, .mobilMenu .navUl > li > ul > span span {
        z-index: 0;
        position: relative;
        display: flex;
        align-items: center;
    }

    .mobilMenu .navUl > li > ul li ul > span .NoiBack2, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span .DownBtn, .mobilMenu .altMenu .altMenuMarkalar > span .UpBtn, .mobilMenu .altMenu .altmenuSol > span .UpBtn, .mobilMenu .navUl > li > ul > span .NoiBack {
        z-index: 1;
        padding-left: 20px;
        position: absolute;
        inset: 0px;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl > span .DownBtn svg, .mobilMenu .navUl > li > ul li ul > span .NoiBack2 svg, .mobilMenu .altMenu .altMenuMarkalar > span .UpBtn svg, .mobilMenu .altMenu .altmenuSol > span .UpBtn svg, .mobilMenu .navUl > li > ul > span .NoiBack svg {
        float: left;
        width: 17px;
        margin-top: 19px;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li, .mobilMenu .navUl > li > ul li {
        float: left;
        width: 100%;
        border-bottom: 1px solid rgb(229, 229, 229);
        position: relative;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl li > a, .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li > a, .mobilMenu .navUl > li > ul li a {
        color: rgb(40, 47, 54);
        font-size: 14px;
        font-weight: 500;
        line-height: 50px;
        vertical-align: top;
        padding: 0px 13px;
        z-index: 2;
        position: relative;
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl, .mobilMenu .navUl > li > ul li ul, .mobilMenu .navUl > li > ul, .mobilMenu .menuIcerikAlan {
        overflow: hidden auto;
    }

    .mobilMenu .altMenu .altMenuMarkalar > a {
        float: left;
        width: 50%;
        padding: 0px 13px;
        min-height: 57px;
        text-align: center;
        margin-bottom: 15px;
    }

    .menuSmIm {
        position: relative;
        width: 40px;
    }
}

@media (max-width: 767px) {
    body.overflow {
        overflow: hidden;
    }

    #divIcerik.homepage {
        margin: 0px auto;
        padding: 0 !important;!i;!;
    }

    body {
        padding-top: 0;
    }

    #header {
        min-height: 50px;
    }

    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;
    }

    .headerContent {
        margin: 0px auto;
    }

    #divIcerik {
        padding: 0px 10px !important;
        !i;!; margin: 0px auto;
    }

    .proCategoryTitle.categoryTitleText {
        padding: 0px 10px;
    }

    #footer .ticiContainer {
        padding: 0px 10px;
    }

    #divTicimaxCopyrightContent {
        text-align: center;
        float: left;
        width: 100%;
    }

    #divTicimaxCopyrightContent a {
        display: inline-block;
    }

    #logo {
        float: none;
        position: static;
        display: block;
        border: none;
        width: auto;
        padding: 0px;
        background: transparent;
        margin: 0;
    }

    #logo:after {
        display: none;
    }

    #logo .logo {
        margin: 0px auto;
        width: 141px;
        float: none;
        text-align: center;
        display: block;
        background: transparent;
        padding: 11px 0;
    }

    #logo .logo img {
        max-width: 100%;
        display: inline-block;
    }

    .mycart {
        top: 10px;
        right: 5px;
        width: 15px;
        height: 15px;
        z-index: 2;
    }

    .mycart .sepetUrunSayisi {
        width: 15px;
        height: 15px;
        line-height: 15px;
        background: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
    }

    .mobilMenuAcButton {
        display: block;
        position: absolute;
        top: 11px;
        left: 10px;
        font-size: 22px;
        color: rgb(0, 0, 0);
    }

    .searchClick {
        display: block;
        position: absolute;
        top: 11px;
        left: 50px;
        font-size: 22px;
        color: rgb(0, 0, 0);
    }

    .welcomeOpen {
        display: block;
        position: absolute;
        top: 10px;
        right: 50px;
        font-size: 22px;
        color: rgb(0, 0, 0);
    }

    .mycartClick {
        display: block;
        position: absolute;
        top: 11px;
        right: 10px;
        font-size: 22px;
        color: rgb(0, 0, 0);
    }

    .mobilMenuAcButton span {
        font-size: 9px;
        line-height: 9px;
        display: none;
    }

    .mobilMenuAcButton svg {
        width: 25px;
    }

    .searchClick svg {
        width: 25px;
    }

    .welcomeOpen svg {
        /* width: 25px; */
    }

    .mycartClick svg {
        /* width: 20px; */
    }

    .mobilMenu {
        width: 100%;
        bottom: 50px;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl, .mobilMenu .navUl > li > ul li ul, .mobilMenu .navUl > li > ul, .mobilMenu .altMenu {
        width: 100%;
        bottom: 50px;
    }

    .menuUstBolum {
        margin-top: 0px;
    }

    .CartProductInner {
        position: absolute;
        inset: 50px 0px 0px;
        width: 100%;
        padding: 0px 10px;
    }

    .SepetUst {
        float: left;
        width: calc(100% + 20px);
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 50px;
        font-size: 16px;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -10px;
    }

    .SepetUst span {
        display: inline-block;
        vertical-align: top;
    }

    .SepetUst .seClose {
        float: left;
        width: 40px;
        fill: rgb(255, 255, 255);
        position: absolute;
        left: 0px;
    }

    .SepetUst .seClose svg {
        width: 20px;
        margin-top: 15px;
    }

    .CartProduct {
        background: 0% 0% / 100% rgb(255, 255, 255);
        position: fixed;
        right: -100%;
        top: 0px;
        width: 100%;
        height: calc(100% - 50px);
        border: none;
        transition: all 0.3s ease 0s;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding: 10px;
        border-radius: 0px;
        display: block !important;
    }

    .CartProduct i {
        display: none;
    }

    .CartProduct.animated {
        right: 0px;
    }

    .CartProduct.animated i {
        display: inline-block;
    }

    .CartProduct .SProduct {
        float: left;
        width: 100%;
        max-height: calc(100% - 129px);
        overflow: hidden auto;
        font-size: 0px;
        text-align: left;
        margin: 10px 0px 0px;
    }

    .CartProduct .headerCartBtn {
        line-height: 38px;
        font-size: 12px !important;
    }

    .CartProduct .headerOrderBtn {
        line-height: 40px;
        font-size: 12px !important;
    }

    .spanustSepetteUrunYok {
        font-size: 16px;
        margin: 20px 0px 0px;
        float: left;
        clear: both;
        text-align: center;
        width: 100%;
        font-weight: 900;
        color: rgb(208, 17, 43);
    }

    .spanustSepetteUrunYok:before {
        content: "!";
        font-size: 50px;
        vertical-align: top;
        border: 1px solid;
        display: block;
        width: 100px;
        height: 100px;
        line-height: 98px;
        border-radius: 100%;
        margin: 0px auto 30px;
    }

    .mycart {
        padding: 0px;
        margin: 0px;
        border: none;
        position: absolute;
        left: auto;
        bottom: auto;
        background: none !important;
    }

    .mycart:before {
        display: none;
    }

    .mycart:after {
        display: none;
    }

    .mycart .sepetTopTutar {
        display: none !important;
    }

    .mycart .sepetUrun {
        display: none !important;
    }

    .mycart .sepetTecxt {
        display: none !important;
    }

    .mycart .sepetUrunSayisi {
        border-radius: 100%;
        text-align: center;
        font-size: 12px;
        border: none;
        position: static;
        margin: 0px;
        display: block !important;
    }

    .mycart .sepetUrunSayisi:before {
        display: none;
    }

    .mycart .sepetUrunSayisi:after {
        display: none;
    }

    .mycart > a {
        display: block;
        width: auto;
        height: auto;
        padding: 0px;
        border: none;
        margin: 0px;
        background: transparent;
    }

    .mycart > a:before {
        display: none;
    }

    .mycart > a:after {
        display: none;
    }

    .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: none;
    }

    .SifremiUnuttum {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .SifremiUnuttum .line {
        width: 100%;
    }

    .SifremiUnuttum #mainHolder_txtbxMail {
        width: 70%;
    }

    .SifremiUnuttum .button {
        width: 30%;
    }

    .resimliYanMenu {
        display: none;
    }

    .navigation {
        display: none;
    }

    #header {
        border: none;
        padding-top: 0px;
        box-shadow: none;
        height: auto;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        margin-bottom: 0px !important;
    }

    #header:before {
        display: none;
    }

    #header.homeHeader {
        border: none;
    }

    .headerContent {
        text-align: left;
    }

    .searchContent {
        display: block;
        width: 100%;
        margin: 0px;
        height: 0px;
        background: rgb(255, 255, 255);
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        padding: 0px;
        border: none;
        transition: all 0.1s ease 0s;
    }

    .searchContent.active {
        height: 40px;
        padding: 0px;
        overflow: visible;
        width: 100%;
    }

    .search {
        margin: 0px;
        max-width: 100%;
        width: 100%;
        position: relative;
        padding: 0px;
        display: block;
    }

    .search:after {
        display: none;
    }

    .search:before {
        display: none;
    }

    .search .crossclick {
        display: none;
    }

    #divAramaKategori {
        top: 0px;
        left: 0px;
    }

    #divAramaKategori select {
        width: 70px;
        padding-left: 5px;
        font-size: 10px;
        height: 40px;
    }

    #txtbxArama {
        height: 40px;
        padding-right: 40px;
        padding-left: 10px;
        width: 100%;
        box-shadow: none;
        font-size: 12px;
        border-radius: 0px;
        margin: 0px;
        border: 1px solid rgb(241, 241, 241);
        text-align: left;
    }

    .searchContent.active #txtbxArama {
        padding: 0px 35px 0px 10px;
    }

    #btnKelimeAra {
        width: 40px;
        height: 40px;
        right: 0px;
        top: 0px;
        line-height: 40px;
        text-indent: 0px;
        padding: 0px;
        left: auto;
        border: none;
        border-radius: 0px;
        text-align: center;
    }

    .ButtonMic {
        right: 40px;
        height: 40px;
    }

    .welcome {
        display: block;
        width: 100%;
        position: absolute;
        top: 100%;
        right: 0px;
        bottom: auto;
        text-align: center;
        background: transparent;
        border: none;
        padding: 0px;
        margin: 0px;
        height: 0px;
        border-radius: 0px;
        z-index: 100;
        overflow: hidden;
        transition: all 0.1s ease 0s;
    }

    .welcome.active {
        height: 40px;
    }

    .welcome > div {
        width: 100%;
        position: static;
        padding: 0px;
        box-shadow: none;
        display: block;
        background: transparent;
        margin: 0px;
    }

    .welcome > ul {
        margin: 0px;
    }

    .welcome > div:before {
        display: none;
    }

    .welcome:before {
        display: none;
    }

    .mobilMenu .welcome {
        display: block;
    }

    .welcome ul {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .welcome li {
        float: none;
        width: auto;
        vertical-align: top;
        display: inline-block !important;
    }

    .headerSocialConnect {
        margin-left: 0px;
    }

    .headerSocialConnect .baglanButton {
        margin-left: 10px;
    }

    .headerSocialConnect .baglanButton a {
        line-height: 40px;
        font-size: 13px;
        color: rgb(255, 255, 255);
        padding: 0px;
    }

    .headerSocialConnect .baglanButton a:before {
        line-height: 40px;
    }

    .headerHesabim, .headerCikis, .headerUyeOl a, .headerUyeGiris a {
        float: none;
        font-size: 13px;
        line-height: 40px;
        color: rgb(255, 255, 255);
        border: none;
        padding: 0px;
        width: auto;
        height: auto;
        margin: 0px;
        font-weight: 500;
        display: inline-block !important;
    }

    .headerUyeGiris a, .headerHesabim {
        background: transparent;
        margin-right: 10px;
    }

    .headerUyeGiris a:after, .headerHesabim:after, .headerCikis:after, .headerUyeOl a:after, .headerUyeGiris a:before, .headerHesabim:before, .headerCikis:before, .headerUyeOl a:before {
        display: none;
    }

    #footer .linkler {
        padding: 0px 0px 40px;
    }

    #footer .linkler .blink > ul {
        display: block;
    }

    #footer .linkler .blink > ul > li {
        float: left;
        width: 100%;
    }

    #footer .linkler .blink > ul > li > ul {
        display: none;
        float: left;
        width: 100%;
        border-bottom: 1px solid rgb(214, 214, 214);
    }

    #footer .linkler .blink > ul > li > span {
        float: left;
        width: 100%;
        margin: 0px;
        line-height: 50px;
        border-bottom: 1px solid rgb(214, 214, 214);
        font-size: 14px;
    }

    #footer .linkler .blink > ul > li > span .ackapabtn {
        float: right;
        display: block;
        position: absolute;
        inset: 0px;
        text-align: right;
    }

    #footer .linkler .blink > ul > li > span .ackapabtn .svgbtn {
        width: 13px;
        filter: invert(1);
    }

    #footer .linkler .blink > ul > li {
        float: left;
        width: 100%;
        max-width: 100% !important;
        padding: 0;
    }

    #footer .linkler .blink > ul > li > ul > li {
        float: left;
        width: 100%;
    }

    #footer .linkler .blink > ul > li > ul > li > a {
        margin-bottom: 0px;
        line-height: 30px;
    }

    .ebultenDiv {
        width: 100%;
        padding: 20px 0px 0px;
        margin: 0px;
    }

    .ebultenGelecek {
        margin-top: 10px;
    }

    #divTicimaxCopyrightContent {
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }

    #divTicimaxCopyrightContent img {
        display: inline-block;
        vertical-align: top;
    }

    #ticimaxCopyright {
        font-size: 11px;
        margin-top: 5px !important;
    }

    #back-to-top {
        bottom: 110px;
        right: 15px;
    }

    #back-to-top a {
        width: 40px;
    }

    #footer .socialdiv {
        margin: 0px;
        text-align: center;
    }

    #footer .socialdiv ul {
        display: inline-block;
        vertical-align: top;
    }

    #footer .store {
        text-align: center;
        margin: 10px 0px;
    }

    #footer .store ul {
        display: inline-block;
        vertical-align: top;
    }

    .categoryContainer .categoryTitleText {
        padding: 0px;
        margin: 0px;
    }

    .ProductBody .categoryTitle {
        padding: 0px;
        margin: 0px;
    }

    body .category-vertical-filters.top-filters {
        width: 100%;
        height: calc(100% - 0px);
        box-shadow: none;
        border: none;
    }

    .category-vertical-filters .vertical-filter-panel .list-group-item:hover:after, .category-vertical-filters .vertical-filter-panel .list-group-item.selected:after {
        top: 3px;
    }

    body ul.breadcrumb {
        white-space: nowrap;
        position: relative;
        padding: 0;
    }

    body ul.breadcrumb.zindex {
        z-index: -1;
        pointer-events: none;
    }

    body ul.breadcrumb:after {
        position: absolute;
        inset: 0px;
        z-index: 99;
        content: "";
        display: block;
    }

    .leftImage .ProductGallery .gallery-container .GalleryArea {
        width: 100%;
        max-width: 100%;
    }

    body ul.breadcrumb:before {
        /* content: "\f015"; */
        font-family: FontAwesome;
        font-weight: 300;
        line-height: 40px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: top;
    }

    body ul.breadcrumb * {
        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: 76%;
    }

    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;
        display: inline-block;
        vertical-align: top;
        line-height: 40px;
        font-weight: 300;
        font-size: 14px !important;
    }

    .categoryTitleText {
        position: relative;
        z-index: 99;
        padding: 0 10px;
    }

    .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);
    }

    .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%;
    }

    body .categoryContainer .ProductList.PlSc_2 .ItemOrj {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    body .categoryContainer .ProductList.PlSc_3 .ItemOrj {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    body .categoryContainer .ProductList.PlSc_4 .ItemOrj {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    body .categoryContainer .ProductList.PlSc_5 .ItemOrj {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    body:not(.sepetimBody) .ItemOrj {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0px 5px;
    }

    .categoryContainer .ProductList {
        margin: 0px -5px;
        width: calc(100% + 10px) !important;
    }

    .categoryContainer .ProductListContent .productItem {
    }

    body .mobilFilterOpenBtn .button {
        font-size: 13px;
    }

    .leftImage {
        float: left;
        width: 100%;
        border: 1px solid #D4D4D4;
        border-radius: 10px;
        padding: 0;
        overflow: hidden;
    }

    .RightDetail {
        width: 100%;
        padding: 20px;
        
        !;
        height: auto !important;
        !i;!;
        margin: 20px 0 0 !important;!i;!;
        }

    body a#linkOncekiSayfa {
        display: none;
    }

    body .leftImage a#linkOncekiSayfa {
        position: absolute;
        top: 3px;
        left: 3px;
        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;
    }

    #divTaksitAciklama {
        clear: left;
        float: left;
    }

    .urunOzellik {
        display: none;
    }

    .urunOzellikTab {
        margin: 25px 0px;
        display: block;
        float: left;
        width: 100%;
    }

    .urunOzellikTab .urunTab {
        float: left;
        width: 100%;
    }

    .urunOzellikTab .urunTab > ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .urunOzellikTab .urunTab > ul > li {
        float: left;
        width: 100%;
        border-bottom: 1px solid rgb(235, 235, 235);
    }

    .urunOzellikTab .urunTab > ul > li > a {
        color: rgb(90, 90, 90);
        font-size: 14px;
        text-transform: uppercase;
        line-height: 44px;
        float: left;
        width: 100%;
        padding: 0px 15px;
        font-weight: 500;
        position: relative;
    }

    .urunOzellikTab .urunTab > ul > li > a span {
        font-weight: 500;
    }

    .urunOzellikTab .urunTab > ul > li.active > a {
        color: rgb(255, 255, 255);
    }

    .urunOzellikTab .urunTab > ul > li .urunDetayPanel {
        display: none !important;
    }

    .urunOzellikTab .urunTab > ul > li.active .urunDetayPanel {
        padding: 20px;
        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%;
    }

    .detaySliderContainer {
        margin: 10px 0px;
    }

    .sliderBannerContainer {
        margin: 10px 0px;
        padding: 0;
    }

    div#store_region_container {
        position: absolute;
        left: 0px;
        right: 0px;
        width: 100%;
        background: rgb(255, 255, 255);
        top: 50px !important;
    }

    #mainHolder_divDesign .owl-carousel .owl-nav, .owl-carousel .owl-nav {
        /* display: none !important; */
        right: 0;
        left: 0;
    }

    .FooterBottom .copy {
        padding: 0;
    }

    .TopDet {
        margin: 0px;
        display: block;
    }

    #divMobileImageList .owl-dots {
        margin: 10px 0px 0px;
        bottom: 0px !important;
    }

    .wpFix {
        width: 40px;
        height: 40px;
        bottom: 60px;
        right: 15px;
    }

    .wpFix svg {
        width: 45px;
    }

    #back-to-top a:after {
        font-size: 9px;
        margin: 3px auto 0;
    }

    #mainHolder_divDesign .owl-carousel .owl-dots, .owl-carousel .owl-dots {
        bottom: -20px !important;
    }

    .ticimaxTabHead ul {
        justify-content: flex-start !important;
        gap: 15px;
    }

    #divIcerik div.anasayfa_tek_slider .owl-dots {
        bottom: 0 !important;
    }

    .SonGezilenUrunler {
        margin: 0;
    }

    .ProductDetailMainRow {
        padding: 0;
        margin: 0;
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb {
        display: none !important
    }

    .urunTabAlt {
        font-size: 14px !important;
        line-height: 20px;
    }

    .MenuCenter {
        display: none;
    }

    .htop {
    max-width: 100% !important;
    width: 100% !important;!i;!;
    }

    .cart-item a.header-cart-link.headerButon:after {
        display: none;
    }

    .teknikOzellikler .teknikDetayItem:nth-child(-n+7) {
        display: none
    }

    .teknikOzellikler .teknikDetayItem:nth-child(-n+4) {
        display: flex!important;
        width: 100%;
    }

    .teknikOzellikler {
        padding: 0;
    }

    .leftImage .ProductGallery .gallery-container .galleryOwl-thumb {
        display: none;
    }

    .guvenList ul li {
        flex-direction: column !important;
    }

    .guvenList ul li .guvenListTxt * {
        text-align: center;
        display: block;
        width: 100%;
    }

    .guvenList ul li {
        padding: 0;
    }

    #mainHolder_divDesign #ticimaxTabContent .ticimaxAnasayfaTab .txrow {
        justify-content: space-between;
    }

    #mainHolder_divDesign #ticimaxTabContent .ticimaxAnasayfaTab .txrow > div {
        padding: 0 !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100%;
        padding-left: 0px !important;
    }

    #mainHolder_divDesign .ticimaxTabHead {
        margin: 30px 0 20px !important;
    }

    .ticimaxTabHead li.ticimaxTabHead_active a {
        font-size: 18px !important;
    }

    #ulMarkaSliderTemplateData {
        padding: 0;
    }

    #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li > a {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: inherit;
        gap: 10px;
    }

    .teknikDetay {
        margin: 0 -10px !important;
    }

    .teknikDetay .teknikDetayItem > div {
        height: 40px !important;
        font-size: 12px !important;
        padding: 0 10px !important;
        margin: 0 5px;
        width: calc(50% - 10px) !important;
    }

    .teknikDetay .teknikDetayItem > div span {
        font-size: 13px !important;
    }

    .teknikDetay .teknikDetayItem {
        margin: 5px 0;
    }

    #headerNew #divTopProductSearch {
        position: absolute;
        left: 0px !important;
        right: 0px !important;
        width: 100%;
        max-width: 100%;
    }

    #headerNew #divTopProductSearch {
        position: absolute;
        left: 0px !important;
        right: 0px !important;
        width: 100%;
        max-width: 100%;
        top: 86px !important;
    }

    #divTopProductSearch.dropactive .header-search-form-wrapper {
        top: 0 !important;
    }

    .SmallImages {
        display: none !important;
    }

    .Images, #divVideoGoruntulemeAlan {
        width: 100%;
        display: none !important;!i;!;
    }

 .cart-item {
    border: none !important; 
}

#headerNew   .svgIcon svg {
    width: auto !important; 
}

#headerNew .mobile-item-button i {
    color: #ff881e !important; 
}
    .productStokKodu {
    font-size: 11px;
}
    .productStokKodu:before{display:none}
    .socialMediaDiv {
    flex-direction: column !important; 
    margin-top: -40px;
}

.footerTemp .footerTempRow {
    gap: 0 !important; 
}
    footer{margin:0 !important}
    #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl .kolon>li> a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 10px;
} 
    div#divMobileImageList.owl-carousel .owl-nav {
    display: flex!important;
    top: calc(50% - 20px) !important; 
    position: absolute;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    justify-content: space-between;
}

div#divMobileImageList {
    float: left;
    position: relative;
}

div#divMobileImageList.owl-carousel .owl-nav span {
    background: #ffffff;
    width: 30px;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 26px;
    border: 1px solid #a1a1a1;
    padding-bottom: 4px;
}
  .htop ul li {font-size: 11px;}
    .html.custom.html_2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
}

.flex-col {
    width: 100%;
    position: relative;
} 
    .htop ul .owl-nav {
    left: -10px !important;
    right: -10px !important;
}
}

@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) {
}

.drift-container, .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
    display: none !important;
}
.adminEditButton.productDetail {
    width: auto;
    height: auto;
    padding: 0;
}