/* ==================== */
/* ------FE6--DS------- */
/* ==================== */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*reset Css*/
[hidden] {
    display: none !important;
}

[role="button"] {
    cursor: pointer;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    line-height: 15px;
    height: 30px;
    display: block;
    opacity: 1;
    visibility: visible;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

template {
    display: none;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

html {
    max-width: 1920px;
    margin: 0 auto;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Mulish", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    font-weight: normal;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

textarea {
    overflow: auto;
}

/*input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -moz-appearance: none; -webkit-appearance: none; margin: 0; }*/
input[type="search"] {
    -webkit-appearance: none;
}

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

input, button, select, textarea {
    line-height: inherit;
}

img {
    display: block;
    border: none;
    max-width: 100%;
}

i {
    font-style: normal;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

a {
    text-decoration: none;
    color: #666;
    transition: background .1s ease-in-out,color .1s ease-in-out;
}

a:active, a:hover {
    outline-width: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #000;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #000;
}

select, input {
    font-family: "Mulish", sans-serif !important;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 600s ease-in-out 0s;
}

textarea {
    resize: vertical;
    overflow: auto;
}

#divAdminPopupText {
    float: left;
    width: 100%;
}

.ProductList ul {
    margin: 0;
    padding: 0;
}

.blokSonYazilar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogKategori ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogCenter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogRight ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*colgrid*/
.mobilTicimaxLogo img {
    filter: brightness(0) !important;
}

.pull-center {
    display: inline-block;
    vertical-align: top;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*colgrid*/
.fa-facebook-f:before {
    content: "\f39e"!important;
}

.hesabimBolumuTutucu i {
    vertical-align: middle;
    font-weight: 300;
}

.adminUserLoginBody #mainHolder_Panel1 .newuserForm > div {
    margin: 0 !important;
}

#cb3DSecureOdeme {
    margin-right: 8px;
}

#txtbxCep {
    border: solid 1px #a9a9a9;
    height: 26px;
    color: #777777;
    background-color: transparent;
}

.clear {
    clear: both;
}

.textarea {
    font-family: "Mulish", sans-serif;
    border: solid 1px #a9a9a9;
    padding: 4px;
    width: 100%;
    height: 80px;
    resize: none;
    color: #777777;
    background-color: transparent;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
}

.textbox {
    font-family: "Mulish", sans-serif;
    color: #666666;
    display: block;
    font-size: 14px;
    width: 100%;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
}

.button {
    font-family: "Mulish", sans-serif;
    cursor: pointer;
    color: #fff;
    padding: 4px 5px;
    transition: all 0.3s ease 0s;
    border: none;
    text-align: center;
}

.selectboxx {
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    background-color: none !important;
    width: 100%;
    margin-bottom: 4px;
}

.validate, .validateSol, .validateOrta {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #a94442;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
}

.validate .validateOk, .validateSol .validateSolOk, .validateOrta .validateOrtaOk {
    background-color: #a94442;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    display: block;
    border-radius: 0 0 5px 5px;
}

.cloudzoom-zoom {
    z-index: 999;
}

.clearfix {
    content: '';
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.clearfix:after, .clearfix:before {
    content: '';
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.KasaOnuFirsatlarContent ul li a.button {
    border: none!important;
}

/* -----------------------------------Magaza Sayfasi--------------------------------------------*/
.Magazalar #header {
    margin-bottom: 50px;
}

.Magazalar .magazaSelect {
    background: #fff;
    border: 1px solid #eeeff0;
    color: #222222;
    font-size: 13px;
    margin-right: 20px;
    width: calc(25% - 20px);
}

.Magazalar #searchStore {
    width: 25%;
    margin: 0;
}

.Magazalar #searchStore input {
    background: #fff;
    border: 1px solid #eeeff0;
    color: #222222;
    font-size: 13px;
    width: calc(100% - 115px);
}

.Magazalar #searchStore .buton {
    width: 105px;
    background: #222;
    border-color: #222;
}

.Magazalar #searchStore .buton:hover {
    color: #222;
}

.Magazalar .magazalarContent {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.Magazalar #nearStores {
    float: left;
    width: 100%;
}

.Magazalar #nearStores >h2 {
    font-weight: 500!important;
    color: #222;
    font-size: 18px;
}

/*------------------------------------iletisim--------------------------------------------*/
.iletisimContent {
    float: left;
    width: 100%;
}

.iletisimContent .row {
    margin: 0;
}

.iletisimContent .AdBan {
    float: left;
    width: 50%;
}

.iletisimContent .iletisimLeft {
    float: left;
    padding: 0;
    margin: 0 0 40px;
    width: 100%;
    display: block;
}

.iletisimContent .categoryTitle {
    float: left;
    padding: 0;
    margin: 0 0 30px;
    width: 100%;
    text-align: left;
}

.iletisimContent .categoryTitle .categoryTitleText {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 80px;
    text-align: left;
}

.iletisimContent .categoryTitle:after {
    clear: left;
    content: '';
    width: 70px;
    height: 1px;
    background: #e5e5e5;
    float: left;
}

.iletisimContent .iletisimLeft .Left {
    display: none;
}

.iletisimContent .iletisimLeft .Center {
    display: none;
}

.iletisimContent .iletisimLeft .span {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.iletisimContent .iletisimLeft .Right {
    display: block;
    color: #343434;
    font-size: 14px;
    line-height: 20px;
}

.iletisimContent .iletisimLeft .Right:before {
    color: #bababa;
    font-size: 20px;
    font-family: 'FontAwesome';
    width: 35px;
    text-align: left;
    font-weight: 300;
    float: left;
}

.iletisimContent .iletisimLeft .span.iletisimLeftFirmaAdi .Right {
    font-size: 20px;
    font-weight: 500;
}

.iletisimContent .iletisimLeft .span.iletisimLeftTelefon .Right {
    font-size: 24px;
}

.iletisimContent .iletisimLeft .span.iletisimLeftTelefon .Right:before {
    content: '\f2a0';
}

.iletisimContent .iletisimLeft .span.iletisimLeftFaks .Right:before {
    content: '\f1ac';
}

.iletisimContent .iletisimLeft .span.iletisimLeftAdres .Right:before {
    content: '\f3c5';
}

.iletisimContent .iletisimLeft .span.iletisimLeftEposta .Right:before {
    content: '\f2b6';
}

.iletisimContent .iletisimRight {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.iletisimContent .iletisimRight .iletisimbanka {
    float: left;
    padding: 0;
    width: 100%;
    margin: 0;
}

.iletisimContent .iletisimRight .iletisimbanka .span {
    float: left;
    padding: 0;
    width: 100%;
    margin: 0;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div {
    display: block;
    font-size: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div span {
    display: inline-block;
    vertical-align: top;
    width: auto!important;
    color: #343434;
    font-size: 14px;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div div {
    display: inline-block;
    vertical-align: top;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div.line1 span {
    display: block;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div.line1 {
    text-align: center;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div.line1 .line1 {
    text-align: left;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div.line1 .line4 {
    text-align: right;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div.line1 > div {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div.line1 > div span:nth-child(1) {
    margin-bottom: 10px;
}

.iletisimContent .iletisimRight .iletisimbanka .span > div.line2 > div.line2 {
    float: right;
}

.iletisimContent .iletisimRight .iletisimbanka .span > .line1:nth-child(n+2) {
    border-top: 4px solid;
    margin-top: 20px;
    padding-top: 20px;
}

.iletisimContent .iletisimForm {
    float: left;
    width: 50%;
    padding-left: 80px;
}

.iletisimContent .iletisimForm .rowLeft {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.iletisimContent .iletisimForm .rowLeft .span {
    float: left;
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
}

.iletisimContent .iletisimForm .rowLeft .span .Center {
    display: none;
}

.iletisimContent .iletisimForm .rowLeft .span .Left {
    display: block;
    font-size: 12px;
    color: #222222;
    font-weight: 500;
    line-height: 30px;
}

.iletisimContent .iletisimForm .rowLeft .span .Right {
    display: block;
    position: relative;
}

.iletisimContent .iletisimForm .rowLeft .span .Right input {
    height: 40px;
    border-color: #e3e3e3;
    background: transparent;
    width: 100%;
    border-style: solid;
    border-width: 1px;
}

.iletisimContent .iletisimForm .rowRight {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.iletisimContent .iletisimForm .rowRight .span {
    float: left;
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
}

.iletisimContent .iletisimForm .rowRight .span .Center {
    display: none;
}

.iletisimContent .iletisimForm .rowRight .span .Left {
    display: block;
    font-size: 12px;
    color: #222222;
    font-weight: 500;
    line-height: 30px;
    width: auto!important;
}

.iletisimContent .iletisimForm .rowRight .span .Right {
    display: block;
    position: relative;
    width: auto!important;
}

.iletisimContent .iletisimForm .rowRight .span .Right .captchaImageBox {
    display: block;
    margin-bottom: 10px;
}

.iletisimContent .iletisimForm .rowRight .span .Right input {
    height: 40px;
    border-color: #e3e3e3;
    background: transparent;
    padding: 0 10px;
    border-style: solid;
    border-width: 1px;
}

.iletisimContent .iletisimForm .rowRight .span .Right textarea {
    border-color: #e3e3e3;
    background: transparent;
    padding: 10px;
}

.iletisimContent .iletisimForm .rowRight .iletisimBtn {
    margin-top: 20px;
}

.iletisimContent .iletisimForm .rowRight .iletisimBtn input {
    padding: 0;
    display: block;
    height: 55px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.iletisimContent .validate .validateOk, .iletisimContent .validateSol .validateSolOk, .iletisimContent .validateOrta .validateOrtaOk {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ff0d0d;
    border-radius: 2px;
}

.iletisimContent .validate, .iletisimContent .validateSol, .iletisimContent .validateOrta {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    display: block;
    border-radius: 2px;
}

/*------------------------------------Uye Ol--------------------------------------------*/
.uyeOlContainer .FormTitle {
    display: block;
    margin: 20px 0;
    font-size: 26px;
    text-align: center;
}

.uyeOlContainer #FrmYeniUye > .uyeOlCol {
    margin: 30px 20px 0 0;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    width: calc(50% - 10px);
}

.uyeOlContainer #FrmYeniUye > .uyeOlCol:nth-child(2) {
    margin-right: 0;
}

.uyeOlContainer .uyeOlRow {
    margin: 0;
}

.uyeOlContainer .uyeOlCol .uyeOlCol {
    width: auto;
    padding: 0;
}

.uyeOlContainer .uyeOlCol .uyeOlCol-3 {
    padding-left: 0;
}

.uyeOlContainer .uyeOlCol label {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.uyeOlContainer .uyeOlCol input.textbox {
    font-size: 14px;
    display: block;
    letter-spacing: 0.3px;
    background-color: #fff !important;
    height: auto !important;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 0;
    border: 1px solid #eee !important;
    font-weight: 400;
    color: #555 !important;
    width: 100%;
    text-indent: 15px;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
}

.uyeOlContainer .uyeOlCol select.selectboxx {
    font-size: 14px;
    display: block;
    letter-spacing: 0.3px;
    background-color: #fff !important;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 0;
    border: 1px solid #eee !important;
    font-weight: 400;
    color: #555 !important;
    width: 100%;
    text-indent: 15px;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
}

.uyeOlContainer .dateofbirth select.selectboxx {
    width: 31%;
    float: left;
    margin-right: 1%;
}

.uyeOlContainer .gender {
    float: left;
    width: 100%;
}

.uyeOlContainer .gender label {
    float: left;
    width: 70px;
    margin-top: 10px;
    display: block;
}

.uyeOlContainer .gender input {
    float: left;
    margin-top: 14px;
    margin-right: 3px;
}

.uyeOlContainer .intl-tel-input {
    margin-bottom: 15px;
}

.uyeOlContainer #mainHolder_rblCinsiyet {
    float: left;
}

.uyeOlContainer input.uyeol {
    height: auto;
    padding: 15px 0;
    line-height: normal;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
}

.uyeOlContainer .intl-tel-input input[type=tel] {
    padding-left: 48px !important;
    line-height: 1;
}

.uyeOlContainer .uyeOlColItem.checkboxItem label span {
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 13px;
    line-height: 14px;
    width: calc(100% - 26px);
}

.uyeOlContainer .uyeol {
    width: 100%;
    text-align: center;
    padding: 2px;
    margin: 30px 0;
    height: 45px;
    font-size: 15px;
    line-height: 48px;
}

.uyeOlContainer .uyeOlColItem.checkboxItem label input {
    margin-left: -20px;
}

.uyeOlContainer .uyeOlColItem.checkboxItem label:before {
    margin-right: 10px;
}

.uyeOlContainer .uyeOlCol .uyeOlCol {
    margin-right: 20px;
}

.uyeOlContainer #chkSozlesme {
    margin: 0!important;
}

.uyeOlContainer #chkSozlesme + label {
    width: calc(100% - 20px);
    float: right;
    line-height: 15px;
    font-size: 13px;
}

.uyeOlContainer .socialUserSozlesmeDiv .socialChkSozlesme {
    font-weight: 400;
}

.userContainer {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.userContainer .userDivLeft, .userContainer .uyeDegilsenUyeOl, .userContainer .userDivRight {
    padding: 0;
    margin: 0;
    width: 50%;
}

.userContainer .uyeDegilsenUyeOl > .userDivRight {
    width: 100%;
}

.userContainer .userMail, .userContainer .userSms, .userContainer .userSozlesmeDiv {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}

.userContainer .userMail label, .userContainer .userSms label, .userContainer .userSozlesmeDiv label {
    width: 85%;
    float: left;
    font-family: "Mulish", sans-serif;
    line-height: 16px;
    font-weight: 400;
}

.userContainer #chkSozlesme+label {
    width: 85%;
    float: left;
    font-family: "Mulish", sans-serif;
}

.userContainer .userLeftBox, .userContainer .userRightBox {
    width: 100%;
    float: left;
    margin: 0;
    padding: 25px;
}

.userContainer .userLoginBtn, .userContainer .userSignBtn {
    float: left;
    width: 100%;
    font-family: "Mulish", sans-serif;
}

.userContainer .uyeGirisBeniHatirla {
    margin: 20px 0;
}

.userContainer .uyeGirisBeniHatirla input,.userContainer .uyeGirisBeniHatirla span {
    float: left;
}

.userContainer .uyeGirisBeniHatirla input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.userContainer .userPassBtn {
    margin: 20px 0;
}

/* ------------------------------------Sifremi Unuttum--------------------------------------------*/
.pageSifremiUnuttum.SifremiUnuttumContent .SifremiUnuttum p {
    line-height: 25px;
}

.pageSifremiUnuttum.SifremiUnuttumContent .SifremiUnuttum .userWrapper {
    float: left;
    margin-bottom: 20px;
}

/* ------------------------------------Uye Ol Basarili--------------------------------------------*/
.userLogin {
    float: left;
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik {
    display: inline-block;
    vertical-align: top;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title {
    color: #000;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    display: block;
    font-size: 40px;
    color: #097d2d;
    font-weight: 500;
    margin-bottom: 10px;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title h4 {
    font-size: 25px;
    font-style: normal;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title span {
    font-size: 15px;
    font-style: normal;
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik p {
    font-style: normal;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik a {
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-style: normal;
}

/* ------------------------------------Taksit Secenekleri--------------------------------------------*/
#divTaksitContainer {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.urunOzellik .taksitWrapper .taksitBlock .taksitBlockContent {
    max-width: 100%;
}

/*Header-Footer*/
#header:before {
    content: '';
    display: table;
}

#header:after {
    content: '';
    display: table;
}

.hoverr:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.34);
    z-index: 10;
    clear: none;
    display: block !important;
}

#header {
    width: 100%;
    position: relative;
    float: left;
    z-index: 1000;
    background: #fff;
}

.headerContent:before {
    content: '';
    display: block;
    clear: both;
}

.headerContent:after {
    content: '';
    display: block;
    clear: both;
}

/*logo*/
#logo {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: -3px 0 0;
}

#logo .logo {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 210px;
}

#logo .logo img {
    display: block;
    max-width: 100%;
    float: left;
}

#logo .logo img.kurdele {
    max-width: 25px;
    margin: 13px 0 0 0px;
    transform: rotate(-15deg);
}

/*headerButton*/
.headerButton {
    float: right;
    display: flex;
    justify-content: right;
    align-items: center;
    flex-direction: row-reverse;
    padding-right: 20px;
}

.headerButton > div {
    margin-right: 20px;
}

.headerButton > div:first-child {
    margin-right: 0;
}

.favi {
    float: right;
    margin-top: 2px;
}

.favi a {
    float: left;
    text-align: center;
    color: #000000;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
}

.favi a .svgIcon {
    display: none;
    margin: 0 auto;
    line-height: 0;
}

.favi a:before {
    content: url('https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/heart.svg');
    width: 18px;
    height: 16px;
    display: block;
    margin: 0 auto;
}

.favi a span {
    display: none;
}

/*sepet*/
.mycart {
    float: right;
    z-index: 99;
    position: relative;
}

.mycart > a {
    display: block;
    color: #000000;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}

.mycart > a:before {
    content: url('https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/basket.svg');
    width: 15px;
    height: 18px;
    display: block;
    margin: 0 auto;
}

.mycart .svgIcon {
    display: none;
    margin: 0 auto;
    line-height: 0;
}

.mycart .sepetUrunSayisi:before {
    content: "(";
}

.mycart .sepetUrunSayisi:after {
    content: ")";
}

/*sepettext*/
.mycart .sepetTecxt {
    display: block;
    float: left;
    line-height: 20px;
    display: none;
}

.mycart .sepetUrunSayisi {
    display: block;
    position: absolute;
    right: -16px;
    top: 0;
    width: 15px;
    height: 18px;
    line-height: 18px;
    color: #000;
    font-size: 12px;
}

.mycart .sepetUrun {
    display: none;
}

.sepetTopTutar {
    display: none!important;
}

/*sepetacilir*/
.CartProduct {
    display: block !important;
    width: 500px;
    background: #fff;
    float: left;
    border: 0;
    padding: 15px;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: -500px;
    bottom: 0;
    box-shadow: 0px 0px 6px #00000029;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.CartProduct:before {
    position: absolute;
    width: 15%;
    right: 0;
    top: -18px;
    height: 20px;
    content: '';
}

.CartProduct .SPrice {
    float: left;
    height: 30px;
    background: transparent;
    width: 100%;
    text-align: right;
    margin: 0 0 15px 0;
    display: none;
}

.CartProduct.more .SPrice {
    display: block;
    height: auto;
    padding: 0 7.5px;
    color: #616161;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.CartProduct.more .SPrice:before {
    content: 'Vergiler Dahil';
    float: left;
}

.CartProduct .SPrice * {
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.CartProduct .SPrice .sepetToplamTutar {
    margin-left: 34px;
}

.CartProduct .SProduct {
    max-height: calc(100% - 220px);
    height: 100%;
    float: left;
    width: 100%;
    display: table;
    overflow: hidden;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    color: #000;
    overflow-y: auto;
    padding: 0;
}

.CartProduct .SProduct li {
    display: block;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #D7D7D8;
}

.CartProduct .SProduct li:after {
    clear: both;
    display: table;
    content: "";
}

.CartProduct .SProduct li a {
    float: left;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
}

.CartProduct .SProduct li a .SepettopAd span:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.CartProduct .SProduct li a .SepettopAd span:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.CartProduct .SProduct li a .sepetTopFiyat {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 45%;
    text-align: right;
}

.CartProduct .SProduct li a:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: auto !important;
    width: 23px !important;
    height: 23px !important;
    border: 1px solid #dddddd;
    border-radius: 100%;
    text-align: center;
}

.CartProduct .SProduct li a:nth-child(2) span {
    display: block;
    width: 100%;
}

.CartProduct .SProduct li a:nth-child(2) span i {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000000;
    line-height: 23px;
    font-weight: 400;
}

.CartProduct .SProduct li a:nth-child(2) span i:before {
    content: '\f00d';
}

.CartProduct .SProduct li a .SepettopAd .urunAd {
    width: 100%;
    float: left;
}

.CartProduct .SProduct li a .SepettopAd .varyAd {
    width: 100%;
    float: left;
    color: #616161;
    font-size: 13px;
    letter-spacing: 0.65px;
    font-weight: 400;
    line-height: 16px;
}

.CartProduct .SProduct li a .SepettopAd .sptAdet {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    color: #616161;
    font-size: 13px;
    letter-spacing: 0.65px;
    font-weight: 400;
    line-height: 16px;
}

.CartProduct .SProduct li a .SepettopAd .sptAdet .sepetTopSatisBirimi {
    display: inline-block!important;
    margin-right: 5px
}

.CartProduct .SProduct li a .SepettopAd .urunAd span {
    display: block;
    color: #000000;
    font-size: 13px;
    margin: 0 0 6px 0;
    line-height: 16px;
    text-align: left;
    float: left;
    font-weight: 400;
}

.CartProduct .SProduct li a .SepettopAd > div {
    width: 100%;
    text-align: left;
}

.SepetTopAdet {
    width: auto !important;
    line-height: unset !important;
    display: block;
}

.SepettopAd {
    width: 55%;
}

.CartProduct .SProduct li a .sepetTopBirimFiyat {
    display: none !important;
}

.CartProduct .SProduct li a .fa-times {
    font-family: 'FontAwesome';
}

.CartProduct .SProduct li a .fa-times:before {
    content: '\f056';
}

.CartProduct .SProduct li a .sepetTopFiyat {
    white-space: nowrap;
    color: #000000;
    font-weight: 400;
    float: right;
    display: block !important;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 6px 0;
}

.CartProduct .SProduct .SepetTopSil {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.CartProduct .SProduct li a img {
    height: 130px !important;
    width: 85px !important;
    margin-right: 20px;
}

.CartProduct .button {
    float: left;
    width: calc(50% - 15px);
    font-size: 14px !important;
    line-height: 39px;
    border-radius: 0;
    padding: 0;
    margin: 0 7.5px;
    border: 1px solid #000000;
    display: inline-block !important;
}

.CartProduct .headerCartBtn {
    color: #000;
    background: #ffffff;
    text-transform: capitalize;
    border: 1px solid #AAAAAA;
}

.CartProduct .headerOrderBtn {
    background: #000;
}

.CartProduct .headerOrderBtn:hover {
    background: #000000!important;
}

.CartProduct .headerCartBtn:hover {
    background: #FFFFFF!important;
    border-color: #000000!important;
}

.CartProduct .divustSepetteUrunYok {
    margin: 15px 0;
    max-height: calc(100% - 100px);
    height: 100%;
}

.mycart.active .CartProduct {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.sepetimBody .AllCategory {
    display: none;
}

.sepetimBody .linkRebatedProducts {
    margin-left: 0;
}

.sepetimBody .searchContent {
}

.sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth {
    max-height: 400px;
    overflow: auto;
    padding-right: 10px !important;
}

.sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth::-webkit-scrollbar {
    width: 3px;
}

.sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth::-webkit-scrollbar-thumb {
    background: #000;
}

/*hesabim*/
.welcome {
    float: right;
    z-index: 9;
    position: relative;
    margin-top: 2px;
}

/*.welcome:before{content: url('https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/person.svg');width: 16px;height: 16px;display: block;margin: 0 auto;}*/
.welcome > div {
    float: left;
}

.welcome ul {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0;
}

.uyeGirisWelcome,.uyeGirisUyeAdi {
    display: none;
}

.headerUyeGiris a, .headerUyeOl a, .headerHesabim, .headerCikis {
    float: left;
    color: #000000;
    font-size: 0;
    font-weight: 400;
}

.headerUyeGiris a:before, .headerHesabim:before {
    content: url('https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/person.svg');
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
}

.welcome .svgIcon {
    float: none;
    display: none;
    margin: 0 auto;
    line-height: 0;
}

.headerUyeOl a, .headerCikis {
    display: none
}

/*socialbutton*/
.welcome li {
    display: inline-block;
    vertical-align: top;
}

.headerSocialConnect {
    display: none !important;
    float: right;
    margin-left: 25px;
}

.headerSocialConnect .baglanButton {
    background: transparent !important;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.headerSocialConnect .baglanButton a {
    line-height: 43px;
    color: #fff;
    text-indent: 0;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
}

.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;
}

/*Arama*/
.searchContent {
    position: absolute;
    left: 0;
    right: 0;
    top: -36px;
    background: #ffffff;
    height: 0;
    transition: height .3s ease-in-out;
    overflow: hidden;
    padding: 0;
    z-index: 99;
}

body.sayacVar .searchContent {
    top: -70px;
}

.searchContent.active {
    height: 115px;
    overflow: visible;
    padding: 35px 0 0 0;
    border-top: 1px solid #D7D7D8;
    border-bottom: 1px solid #D7D7D8;
}

body.sayacVar .searchContent.active {
    height: 130px;
}

#divAramaKategori {
    display: none !important;
    position: absolute;
    left: 0;
    top: 5px;
}

#divAramaKategori select {
    cursor: pointer;
    background: #f5f5f5;
    display: block;
    height: 36px;
    border: none;
    border-right: 1px solid #dcdcdc;
    width: 135px;
    padding: 0 0 0 15px;
    border-radius: 0;
    text-transform: uppercase;
    color: #807e7e;
    font-size: 12px;
    font-weight: 300;
}

#divAramaKategori option {
    text-transform: capitalize;
}

.search {
    position: relative;
    margin: 20px 45px;
    display: none;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
}

.active .search {
    display: block;
}

.ButtonMic {
    display: none !important;
    position: absolute;
    right: 75px;
    top: 1px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #795f52;
    font-size: 14px;
    width: 20px;
    height: 40px;
}

#txtbxArama {
    float: left;
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: none;
    color: #000000;
    padding-left: 30px;
    padding-right: 40px;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#txtbxArama::-webkit-input-placeholder {
    color: #000000;
}

#txtbxArama:-moz-placeholder {
    color: #000000;
}

#txtbxArama::-moz-placeholder {
    color: #000000;
}

#txtbxArama:-ms-input-placeholder {
    color: #000000;
}

#txtbxArama:focus {
    color: #000000;
}

#btnKelimeAra {
    background: url('https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/search-a.svg')no-repeat center center;
    width: 20px;
    line-height: 40px;
    font-size: 0;
    color: #1a1a1a;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    z-index: 9;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.closebtn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #000;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.searchContent.active .closebtn {
    opacity: 1;
}

.closebtn i {
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
}

.searchContent ul {
    padding: 15px!important;
    text-align: left;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.searchContent ul li {
    float: left;
    width: 100%;
}

.searchContent ul li a {
    line-height: 30px;
    font-size: 13px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    float: left;
}

/*menu*/
.navigation {
    float: left;
    width: 100%;
}

.navigation > div {
    z-index: 1;
    text-align: center;
    padding: 0!important;
    float: left;
    position: unset !important;
}

.navigation .navUl {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 0;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.navigation .navUl ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navigation .navUl > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 20px;
}

.navigation .navUl > li:last-child {
    margin: 0;
}

.navigation .navUl > li > a {
    float: left;
    color: #000;
    font-size: 14px;
    line-height: 75px;
    font-weight: 400;
    position: relative;
}

.navigation .navUl > li > a[title="Ä°NDÄ°RÄ°MÄ°N Ã‡OK SATANLARI"] {
    font-weight: 500;
}

.navigation .navUl > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(50% - 10px);
    width: 0;
    height: 1px;
    background: #000000;
    transition: all .4s;
}

.navigation .navUl > li:hover > a:after {
    width: 100%;
    left: 0;
}

.navigation .navUl > li:last-child > a {
    color: #D11B1B;
}

.navigation .navUl > li:last-child > a:after {
    background: #D11B1B;
}

.navigation .navUl > li > a sup {
    font-size: 10px;
    color: red;
    padding-left: 5px;
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
}

/*menuacilir*/
.navigation .altMenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    display: none;
}

.navigation .navUl > li:hover > .altMenu {
    display: block;
}

.navigation .altMenu .altmenuSol > span {
    display: none;
}

.navigation .altMenu .altMenuler {
    display: block;
    text-align: left;
}

.navigation .altMenu .altMenuler .altMenuSag {
    float: right;
}

.navigation .altMenu .altMenuler .altMenuSag > a {
}

.navigation .altMenu .altMenuler .altMenuSag > a > img {
    display: block;
}

.navigation .altMenu .altMenuler .altmenuSol {
    float: left;
    width: 100%;
}

.navigation .altMenu .altMenuler .altmenuSol ul {
    display: block;
}

.navigation .altMenu .altMenuler .altmenuSol ul li {
    display: block;
}

.navigation .altMenu .altMenuler .altmenuSol ul li li {
    float: left;
    clear: left;
}

.navigation .altMenu .altMenuler .altmenuSol ul li a {
    display: block;
    font-size: 15px;
}

.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 {
}

.navigation .altMenu .altMenuler .altmenuSol > ul > li {
}

.navigation .altMenu .altMenuler .altmenuSol > ul > li > a {
    font-size: 15px;
}

.navigation .altMenu.picTrue .altMenuler .altMenuSag {
    width: 100%;
}

.navigation .altMenu.picTrue .altMenuler .altmenuSol {
    width: calc(100% - 320px);
    display: none;
}

/*yanresimlimenu*/
#header .yanResimliMenu {
    display: none;
}

/*dilsecenegi*/
#headerNew .header-dil-content #lang_flag_container {
    z-index: 1!important;
    position: absolute!important;
    left: auto!important;
    padding: 0 60px;
}

#headerNew .header-dil-content #lang_flag_container:hover {
    z-index: 100!important;
}

#headerNew .header-dil-content #lang_flag_container #lang-detail {
    background-color: #FAF8F5;
    left: auto !important;
    top: -2px!important;
    right: 10px;
    border-top: none !important;
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, .3) !important;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .3);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

#headerNew .header-dil-content #lang_flag_container #lang {
    float: left;
    color: #000!important;
    font-size: 12px !important;
    font-weight: normal;
    padding: 8px 0!important;
    background: transparent;
}

#headerNew .header-dil-content #lang_flag_container #lang span {
    font-weight: normal;
    float: left;
}

#headerNew .header-dil-content #lang_flag_container #lang span:after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 5px;
}

#headerNew .header-dil-content #lang-detail .language a {
    color: #000000!important;
    opacity: 1!important;
}

#headerNew .header-dil-content #lang-detail .language a.active {
    display: none!important;
}

#headerNew .header-dil-content #lang_flag_container:hover #lang {
    color: #fff !important;
    font-weight: normal;
}

#headerNew .header-dil-content #lang_flag_container #langHover {
    float: left;
    padding: 0!important;
}

#headerNew .header-dil-content #langHover.white {
    background: transparent !important;
}

a#ucSepetim_btnSepetiTemizle {
    margin-top: 28px;
    display: inline-block;
}

#lang-detail {
    width: unset!important;
    min-width: 210px;
}

#lang-detail .language a {
    font-size: 11px!important;
    text-align: left;
}

#lang-detail .currency a {
    font-size: 11px!important;
}

#lang-detail .language, #lang-detail .currency {
    width: 100%!important;
}

#lang-detail p {
    font-size: 12px!important;
    text-align: left;
}

#lang-detail .language, #lang-detail .currency {
    padding: 0 10px!important;
}

div#divAvailableCurrencies p {
    margin-top: 0;
}

/*Footer*/
#footer {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    padding: 0 60px;
    margin: 90px 0 0 0;
    box-shadow: 0px 0px 10px #0000001A;
}

.FooterSC {
    float: left;
    width: 100%;
    position: relative;
}

.FooterTop {
    float: left;
    width: 100%;
    position: relative;
}

.FooterMiddle {
    float: left;
    width: 100%;
    position: relative;
}

.FooterBottom {
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid #C5C5C5;
}

/*ebulten*/
.ebultenDiv {
    float: left;
    position: relative;
    max-width: 380px;
    width: 100%;
}

.ebultenGelecek {
    display: block;
    width: 100%;
    float: left;
    font-size: 0;
    margin: 0 0 15px 0;
}

#divNewsLetter {
    float: left;
    width: 100%;
    position: relative;
    display: none;
}

.ebultenGelecek #divNewsLetter {
    display: block;
    padding: 0;
}

#divNewsLetter label {
    display: none;
    margin-bottom: 25px;
    text-align: center;
    color: #000;
    line-height: 1.2;
    font-size: 12px;
}

#UpdatePanel1 {
    position: relative;
    float: right;
    width: 100%;
}

#txtbxNewsletterMail {
    height: 50px;
    font-size: 13px;
    color: #000;
    padding: 0 52px 0 13px;
    background: #fff;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: 300;
    border: 1px solid #000000;
    opacity: 1;
}

#txtbxNewsletterMail::-webkit-input-placeholder {
    color: #000;
}

#txtbxNewsletterMail:-moz-placeholder {
    color: #000;
}

#txtbxNewsletterMail::-moz-placeholder {
    color: #000;
}

#txtbxNewsletterMail:-ms-input-placeholder {
    color: #000;
}

#txtbxNewsletterMail:focus {
    color: #000;
    border: 1px solid #f00;
}

.ebultenDiv .newsbutton {
    font-family: 'FontAwesome';
    color: #FFFFFF;
    background: #000000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0!important;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

.ebultenDiv .newsbutton:hover {
    color: #FFFFFF;
    background: #000000;
}

/*footerlink*/
#footer .linkler {
    float: left;
    width: 100%;
    position: relative;
    padding: 55px 0 20px;
}

#footer .linkler .blink {
    float: left;
    width: 100%;
    margin: 0
}

#footer .linkler .blink ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .linkler .blink > ul {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}

#footer .linkler .blink > ul > li {
    float: left;
}

#footer .linkler .blink > ul > li:last-child {
    margin-bottom: 0;
}

#footer .linkler .blink > ul li {
    display: block;
}

#footer .linkler .blink > ul >li> span {
    display: block;
    clear: left;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 22px;
    position: relative;
}

#footer .linkler .blink > ul >li> span .ackapabtn {
    display: none;
}

#footer .linkler .blink > ul >li >ul {
    display: inline-block;
    vertical-align: top;
}

#footer .linkler .blink > ul >li >ul >li >a {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #000;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 12px;
}

#footer .linkler .blink > ul >li >ul >li:last-child >a {
    margin-bottom: 0;
}

#footer .linkler .blink > ul >li >ul >li >a .footerIcon {
    float: left;
    width: 45px;
}

#footer .linkler .blink > ul >li >ul >li >a span {
    float: left;
    width: calc(100% - 46px);
}

#footer .linkler .blink > ul >li >ul >li >a span strong {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

#footer .linkler .blink > ul >li >ul >li >a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 769px) {
    #footer .linkler .blink > ul >li >ul {
        display: inline-block!important;
    }
}

/*footersocial*/
#footer .socialdiv {
    float: left;
    clear: left;
}

#footer .socialdiv ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

#footer .socialdiv ul li {
    float: left;
    margin-right: 20px;
}

#footer .socialdiv ul li:last-child {
    margin-right: 0;
}

#footer .socialdiv ul li a {
    float: left;
    color: #000000;
    font-size: 16px;
}

#footer .socialdiv ul li a i {
    display: inline-block;
    vertical-align: top;
    line-height: 17px;
}

#footer .socialdiv ul li.tiktok img {
    width: 17px;
}

#footer .socialdiv ul li.tiktok {
    margin-right: 0;
}

/*store*/
#footer .store {
    float: left;
    clear: left;
}

#footer .store ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .store ul li {
    float: left;
    clear: both;
    margin-bottom: 7px;
}

#footer .store ul li:last-child {
    margin-right: 0;
}

#footer .store ul li a {
    float: left;
    color: #c4c4c4;
    font-size: 17px;
}

#footer .store ul li a i {
    display: inline-block;
    vertical-align: top;
    line-height: 17px;
}

/*yukaribtn*/
#back-to-top {
    float: right;
    position: fixed;
    right: 12px;
    bottom: 35px;
    z-index: 999;
    display: none;
}

#back-to-top a {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #000;
    fill: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

#back-to-top a svg {
    height: 25px;
}

/*Footer*/
/* ------------------------------------Vitrin urunleri--------------------------------------------*/
.homeContainer .ProductListContent {
    float: left;
    width: 100%;
    margin: 30px 0;
    position: relative;
}

.homeContainer .ProductListContent .ProductList {
    display: block;
    margin: 0 auto;
}

.homeContainer .ProductListContent .ItemOrj {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 25%;
    max-width: 25%;
}

.homeContainer .ProductListContent .productItem {
    margin-bottom: 0;
}

/****************************************URUN KART*********************************/
.categoryContainer .ProductList.PlSc_hrz .ItemOrj {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.categoryContainer .ProductList.PlSc_2 .ItemOrj {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.categoryContainer .ProductList.PlSc_3 .ItemOrj {
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}

.categoryContainer .ProductList.PlSc_4 .ItemOrj {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.categoryContainer .ProductList.PlSc_5 .ItemOrj {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.ProductListContent {
    float: left;
    width: 100%;
}

.categoryContainer .ProductListContent {
    float: left;
    width: 100%;
}

.categoryContainer .ProductList {
    margin: 0;
}

.categoryContainer .ProductListContent .productItem {
    margin-bottom: 20px;
}

.ItemOrj {
    float: left;
    padding: 0 15px;
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.ItemOrj .productItem .productImage a img[src*="/load.gif"] {
    opacity: 0;
}

.ItemOrj .productItem .productImage a:not(.Videolu) video {
    opacity: 0;
}

/*urun*/
.productItem {
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
}

.productItem .productIcon {
    width: 100%;
    float: left;
}

.productItem .productIcon > div {
    display: none;
}

/*urunresim*/
.productItem .productImage {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    float: left;
}

.productItem .productImage a, body .productItem .productImage a.Videolu {
    display: block;
    position: relative;
    padding-bottom: 182%;
}

.productItem .productImage img, .productItem .productImage .Videolu video {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

/*urunaciklama*/
.productItem .productDetail {
    display: block;
    float: left;
    height: 125px;
    width: 100%;
    text-align: left;
    padding: 6px 10px 0;
    position: relative;
}

/*urunad*/
.productItem .productName {
    position: relative;
    margin: 0 0 8px 0;
    float: left;
    width: 80%;
}

.productItem .productName a {
    float: left;
    width: 100%;
    padding: 0;
    line-height: 20px;
    height: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 15px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.StokInfo {
    float: left;
    width: 100%;
    font-size: 11px;
    margin: 0 0 10px;
    display: block;
}

/*urunfiyat*/
.productItem .productPrice {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    float: left;
    clear: left;
}

.productItem .discountPrice {
    display: block;
    float: left;
}

.productItem .discountPrice span {
    color: #000;
    font-size: 15px;
    line-height: 0.8;
    font-weight: 300;
}

.productItem .productPrice.IndirimVar .discountPrice span {
    color: #D11B1B;
}

.productItem .discountKdv, .productItem .regularKdv {
    display: none;
}

.productItem .regularPrice {
    display: block !important;
    float: left;
    margin-left: 5px;
}

.productItem .regularPrice span {
    font-size: 13px;
    color: #B8B8B8;
    -moz-text-decoration-color: #B8B8B8;
    text-decoration-color: #B8B8B8;
    line-height: 0.8;
    font-weight: 400;
    text-decoration: line-through;
}

/*urunpuan*/
.productItem .productPoints {
    float: left;
    width: 100%;
    clear: none;
    margin-bottom: 5px;
}

.productItem .productPoints .rating {
    margin: 0;
}

.productItem .productPoints .rating i {
    color: #cacaca;
    font-size: 17px;
    margin-right: 1px;
}

.productItem .productPoints .rating i:last-child {
    margin-right: 0;
}

.productItem .productPoints [data-rating^='1'] .star-1 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='2'] .star-1 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='2'] .star-2 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='3'] .star-1 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='3'] .star-2 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='3'] .star-3 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='4'] .star-1 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='4'] .star-2 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='4'] .star-3 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='4'] .star-4 {
    color: #ff8a00;
}

.productItem .productPoints [data-rating^='5'] i {
    color: #ff8a00;
}

/*Urun Iconlari*/
.favori,.examineIcon,.discountIcon div, .discountIcon .discountIcon_s2, .mycartIcon {
    z-index: 3;
    display: none;
}

.discountIcon span,.mycartIcon a span {
    font-weight: normal;
}

.favori a, .examineIcon a, .mycartIcon a {
    display: block;
}

/*tukendi*/
.TukendiIco {
    z-index: 5;
    border-radius: 0;
    background: transparent;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.TukendiIco span {
    line-height: 40px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    left: 0;
    bottom: 50%;
    right: 0;
    max-width: 200px;
    border: none;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0 auto;
}

/*stokyok*/
.StokYok .cargoIcon, .StokYok .firsatIcon, .StokYok .newIcon {
    display: none!important;
}

/*playbuton*/
body .productItem .divVideoPlayButton {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    overflow: hidden;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay {
    color: #fff;
    float: left;
    width: 100%;
    height: 100%;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i {
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 40px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    text-shadow: 0 0 4px #848484;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i.fa-play-circle-o:before {
    content: '\f144';
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i.fa-pause-circle-o:before {
    content: '\f28b';
}

/*ekbutonlar*/
.productItem .urunListeAdet, .productItem.StokYok .urunListeAdet,.productItem .productDetail .itemCategory {
    display: none !important;
}

/*******************************************KATEGORi**********************************/
.Block_Title {
    display: none;
}

.noProduct {
    background: url('https://static.ticimax.cloud/52168/Uploads/Images/urunyok.png') center center no-repeat !important;
    width: 212px;
    height: 214px;
}

.noProduct * {
    display: none !important;
}

#divUstFiltreKategori {
    display: none;
}

#divUstFiltreMarka {
    display: none;
}

/*kategoriAciklama*/
.categorydesign {
    float: left;
    width: 100%;
}

.categorydesign .Blok {
    margin: 0;
}

.leftBlock .categorydesign {
    display: block;
}

.categorydesign * {
}

.categorydesign strong {
    font-weight: 500;
}

.categorydesign strong * {
    font-weight: 500;
}

.categorydesign img {
    display: inline-block;
    vertical-align: middle;
}

/*breadcrumb*/
.breadList.breadActive {
    display: none!important;
}

.breadcrumbContent {
    float: left;
}

body ul.breadcrumb {
    margin: 0 auto;
    display: block!important;
    padding: 0;
    border-radius: 0;
    float: none;
    list-style: none;
    clear: none;
}

body ul.breadcrumb * {
    color: #B8B8B8;
    font-size: 14px!important;
    line-height: 80px!important;
    float: left;
    font-weight: 400;
}

body ul.breadcrumb li {
    font-size: 0!important;
    float: none!important;
    vertical-align: middle;
}

body ul.breadcrumb li a {
    position: relative;
}

body ul.breadcrumb li:after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
    color: #B8B8B8;
    font-size: 14px ;
    line-height: 80px;
    float: left;
    font-weight: 400;
}

body ul.breadcrumb li:nth-last-of-type(1):after {
    display: none;
}

body ul.breadcrumb li:nth-last-of-type(1) span {
    font-weight: 400;
    color: #000;
}

body ul.breadcrumb li:nth-last-of-type(1) a {
    pointer-events: none;
}

body ul.breadcrumb li:nth-last-of-type(1) a:before {
    content: '';
    background: #000;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: calc(50% - 10px);
    left: 0;
    right: 0;
}

body a#linkOncekiSayfa {
    line-height: 30px ;
    display: none;
    color: #000 ;
    font-size: 12px!important;
    font-weight: normal;
}

.leftImage a#linkOncekiSayfa {
    display: none;
}

/*ustalan*/
.categoryTitleText {
    float: left;
    width: 100%;
    padding: 0 0 0 30px;
}

.ticiContainer.categoryContainer .categoryTitleText {
    display: block;
}

.categoryTitle {
    float: left;
    width: 100%;
    position: relative;
}

body #divSayfalamaUst {
    float: right;
    margin: 0;
    text-align: center;
    padding: 18px 30px;
}

.urunListRel {
    width: 100%;
    float: left;
}

.brandlistselection {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin: 0;
    width: 100%;
}

.brandlistselection .clear {
    clear: none;
    display: none;
}

.brandlistselection ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.brandlistselection .sortingContent {
    background: #ddd;
}

.brandlistselection .sortingContent li {
    float: left;
    background: transparent;
    border-radius: 0!important;
}

.brandlistselection .sortingContent li a {
    background: transparent;
    border-radius: 0!important;
}

.brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
    float: right;
}

.blockSelect .sort_hrz {
    display: none;
}

.blockSelect .sort_2 {
}

.blockSelect .sort_5 {
    display: none;
}

.category-vertical-filters .vertical-filter-panel .list-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-vertical-filters .vertical-filter-panel .list-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn {
    width: 100%;
    float: left;
    clear: left;
    display: inline-block;
    text-align: center;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn span {
    letter-spacing: 0.7px;
    color: #FFFFFF;
    padding: 0 53px;
    background: #000;
    line-height: 40px;
    display: inline-block;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
    display: none;
}

/*filtresecili*/
body #divSayfalamaUst .filterDeleteContent {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter {
    padding: 0;
    margin: 0 15px 0 0;
    height: auto;
    background: transparent;
    border: 1px solid #666;
    width: auto;
    border-radius: 0;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a {
    width: 25px;
    margin: 0;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i {
    font-family: 'FontAwesome';
    line-height: 30px;
    color: #040404;
    font-size: 15px;
    font-weight: 300;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i:before {
    content: '\f00d';
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span {
    color: #666;
    font-size: 12px;
    text-align: left;
    margin-top: 7px;
    font-weight: normal;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span+span {
    color: #666;
    margin-top: 3px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir {
    display: block;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a {
    width: 100%;
    background: transparent;
    line-height: 1;
    margin: 0;
    padding: 0 5px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span {
    line-height: 30px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    margin: 0;
    width: 100%;
}

/*sayfalama*/
.brandlistselectionBottom {
    margin-bottom: 0;
    display: none;
}

#divSayfalamaAlt {
    width: 100%;
    margin: 0;
}

.pageNumber {
    float: right;
    text-align: right;
    margin: 0;
    display: none;
}

.pageNumber a {
}

.pageNumberContent {
}

.pageNumberBottom {
    float: right;
    text-align: center;
    margin: 50px 0;
    padding: 0;
    width: 100%;
    display: block;
    vertical-align: middle;
}

.pageNumberContent, .pageBorder {
    display: inline-block;
    vertical-align: top;
}

.pageNumberContent a, .pageBorder a {
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    background: #fff;
    border-radius: 0;
    border: none;
    float: left;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 5px;
}

.pageNumberContent a.butonDisabled, .pageBorder a.butonDisabled {
    opacity: 1!important;
}

.pageNumberContent a:hover, .pageBorder a:hover {
    color: #fff;
    background: #333333;
}

.pageNumberContent a.SelectedSayfa, .pageBorder a.SelectedSayfa {
    color: #fff;
    background: #333333;
}

.KategoriFilitrelemeContent .Block_Title {
    display: none;
}

/*******************************************KATEGORi**********************************/
/*******************************************URUN DETAY********************************/
.RightDetail > .clear {
    clear: none;
}

.ProductDetailMain {
    float: left;
    width: 100%;
}

.ProductDetailMainRow {
    float: left;
    width: 100%;
}

.TopDet {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.leftImage {
    width: 65%;
    float: left;
    position: relative;
    padding: 0;
}

.RightDetail {
    width: 35%;
    float: left;
    position: relative;
    padding: 0 60px;
}

body.urunsecbody .RightDetail.scroll-to-fixed-fixed {
    /*position: relative!important;    width: 35% !important;left: unset !important;*/
}

.RightDetail.scroll-to-fixed-fixed {
    right: 0;
    margin-top: 20px;
}

/*Urun Resim*/
.leftImage .ProductGallery {
    float: left;
    width: 100%;
}

.leftImage .ProductGallery .gallery-container {
    float: left;
    width: 100%;
    position: relative;
}

.leftImage .ProductGallery .gallery-container .GalleryArea {
    float: right;
    width: 500px;
    margin: 0;
    padding: 0;
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb {
    float: left;
    width: 90px;
    border: none;
    background: transparent;
    height: 100%;
    display: block;
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
}

.leftImage .ProductGallery .gallery-container .galleryOwl-thumb .thumb-list .thumb-item {
    float: left;
    clear: left;
    width: 80px;
    margin-bottom: 15px;
}

.leftImage .ProductGallery .owl-carousel.galleryOwl .owl-dots {
    display: none;
}

.UrunDetayLeft {
    margin: 0 !important;
    overflow: hidden;
}

.Images {
    float: right;
    width: 500px;
    position: relative;
    display: none!important;
}

.Images img,#vdUrunVideo {
}

.cloudzoom-blank > div:last-child {
    display: none !important;
}

.SmallImages {
    display: flex !important;
    float: left;
    width: 100%;
    flex-flow: wrap;
    gap: 3px;
}

.SmallImages div {
    float: left;
    width: calc(50% - 1.5px);
    cursor: pointer;
}

.SmallImages div img {
    max-width: 100%;
    max-height: 100%;
}

.SmallImages div:not(.VideoTrue .SmallImages div):nth-child(n+5) {
    width: 33.16%;
}

.VideoTrue .SmallImages div:nth-child(n+6) {
    width: 33.16%;
}

.SmallImages div#divThumpVideo {
    display: none;
}

.SmallImages #divVideoGoruntulemeAlan {
    display: block;
    width: calc(50% - 1.5px)!important;
    position: relative
}

.leftImage .productTimer {
    display: none!important;
}

.DetayYeniUrun {
    display: none!important;
}

/*sagalan*/
.RightDetail .TopList {
    float: left;
    width: 100%;
    position: relative;
}

.RightDetail .MiddleList {
    float: left;
    width: 100%;
    position: relative;
}

.RightDetail .BottomList {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 0 0 0;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}

/*urunadi*/
.ProductName {
    float: left;
    position: relative;
    margin: 0;
    width: 100%;
}

.ProductName h1 {
    margin: 0;
    float: left;
    width: 100%;
}

.ProductName h1 span {
    float: left;
    width: 100%;
    display: inline-block;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.6px;
}

/*stokkodu*/
#divUrunKodu {
    float: left;
    clear: left;
    color: #616161;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    padding: 0;
    margin: 10px 0 10px 0;
}

#divUrunKodu span {
    display: inline-block;
    vertical-align: top;
    color: #616161;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    position: relative;
    float: left;
}

#divUrunKodu span:after {
    content: ':';
    margin: 0 4px;
}

/*taksitaciklama*/
#divTaksitAciklama {
    display: block;
    float: left;
    clear: left;
    margin-top: 10px;
}

#divTaksitAciklama .taksitSatir {
    color: #000;
    font-size: 14px;
    line-height: 14px;
}

/*paunver*/
.RightDetail .puanVer {
    float: left;
    clear: left;
}

.RightDetail #PuanVer {
    float: left;
    margin-top: 10px;
}

.RightDetail .PuanVerSag {
    float: left;
    color: #000;
    font-size: 15px;
    line-height: 15px;
    margin: 10px 0 0 10px;
}

.RightDetail ul.rating {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.RightDetail ul.rating li {
    float: left;
    margin-right: 0;
    width: auto;
    height: auto;
    padding: 0 2px 0 0;
    font-size: 0;
}

.RightDetail ul.rating li i.starItem {
    font-size: 15px;
    line-height: 15px;
    height: auto;
    font-weight: 300;
    font-family: 'FontAwesome';
    position: static;
}

.RightDetail ul.rating li i.starItem:before {
    content: '\f005';
}

.RightDetail ul.rating li i.starItem:hover {
    font-size: 15px;
    font-weight: 500;
}

.RightDetail ul.rating li.filled i {
    font-weight: 500;
}

.RightDetail .rating-stars ul>li.star.hover>i.fa {
    font-weight: 500;
}

.RightDetail .rating-stars ul>li.star.selected>i.fa {
    font-weight: 500;
}

.RightDetail ul.rating li i.starItem, .RightDetail ul.rating li.filled i, .RightDetail .rating-stars ul>li.star.hover>i.fa, .RightDetail .rating-stars ul>li.star.selected>i.fa {
    color: #ff8a00;
}

/*markaresmi*/
.markaresmi {
    float: left;
    position: relative;
    z-index: 1;
    display: none!important;
}

.markaresmi a {
    float: left;
}

.markaresmi img {
    max-width: 100%;
    float: left;
}

/*magazastok*/
#divMagazaStok {
    float: left;
    margin: 0!important;
    width: 50%;
}

#divMagazaStok a {
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

#divMagazaStok a span {
    display: inline-block;
    float: left;
    line-height: 80px;
}

#divMagazaStok a span:before {
    display: inline-block;
    content: '\f3c5';
    font-family: 'FontAwesome';
    margin: 0 10px 0 0;
    font-weight: 100;
    font-size: 16px;
}

#inStockModal #stoktakiMagazalar .searchLine > select {
    height: 40px;
    padding: 0 10px;
    width: calc(50% - 10px);
    border-radius: 0 !important;
    border: 1px solid #D7D7D8;
}

#inStockModal #stoktakiMagazalar .searchLine >h3 {
    font-weight: 500;
    font-size: 18px;
}

#inStockModal #stoktakiMagazalar > h2 {
    text-transform: uppercase;
}

.detayteslimat {
    float: left;
    width: 100%;
}

.detayteslimat a {
    text-decoration: underline;
    color: #000;
}

.teslimatpopup {
    float: left;
    width: 100%;
    padding: 20px;
}

/*on yazi*/
#divOnyazi {
    float: left;
    width: 100%;
}

.urunOzellik #divOnyazi {
    display: block;
}

.urunOzellikTab #divOnyazi {
    display: none;
}

#divOnyazi .teksatir {
    margin-top: 10px;
    float: left;
    width: 100%;
}

#divOnyazi h2 {
    font-weight: normal;
    font-size: 100%;
}

#divOnyazi * {
    font-family: "Mulish", sans-serif !important;
    font-weight: normal;
}

#divOnyazi strong {
    font-weight: 500;
}

#divOnyazi strong * {
    font-weight: 500;
}

#divOnyazi i {
    font-family: 'FontAwesome'!important;
    margin-right: 12px;
}

/*fiyatlar*/
.urunDetayFiyatContainer {
}

.PriceList {
    float: left;
    position: relative;
    width: auto;
    padding: 0;
    margin: 15px 0 15px;
}

#pnlFiyatlar {
    display: inline-block;
    vertical-align: top;
    float: left;
}

#divIndirimliFiyat {
    display: block;
    text-align: right;
    float: left;
    width: 100%;
}

/*ekbilgi*/
#divMarka, #divTedarikci, #divUrunStokAdedi, #divToplamStokAdedi, #divBarkod, #divParaPuan, #divTahminiTeslimatSuresi, #divIndirimOrani {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 14px;
}

#divMarka .left_line, #divTedarikci .left_line, #divUrunStokAdedi .left_line, #divToplamStokAdedi .left_line, #divBarkod .left_line, #divParaPuan .left_line, #divTahminiTeslimatSuresi .left_line, #divIndirimOrani .left_line {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divMarka .center_line, #divTedarikci .center_line, #divUrunStokAdedi .center_line, #divToplamStokAdedi .center_line, #divBarkod .center_line, #divParaPuan .center_line, #divTahminiTeslimatSuresi .center_line, #divIndirimOrani .center_line {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divMarka .right_line,#divMarka .right_line *, #divTedarikci .right_line, #divTedarikci .right_line *, #divUrunStokAdedi .right_line, #divToplamStokAdedi .right_line, #divBarkod .right_line, #divParaPuan .right_line, #divTahminiTeslimatSuresi .right_line,#divIndirimOrani .indirimliOrani, #divIndirimOrani .indirimliOrani * {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    width: auto;
}

#divUrunStokAdedi {
    display: none!important;
}

#divToplamStokAdedi {
    display: none!important;
}

/*piyasa fiyati*/
.PiyasafiyatiContent {
    display: block;
    float: right;
}

.PiyasafiyatiContent .left_line, .PiyasafiyatiContent .center_line {
    display: none;
}

.PiyasafiyatiContent .right_line {
    display: inline-block;
    vertical-align: top;
}

.PiyasafiyatiContent .right_line * {
    color: #B8B8B8;
    font-size: 15px;
    line-height: 18px !important;
    font-weight: 400;
    text-decoration: line-through;
}

.PiyasafiyatiContent .right_line .spanKdv {
    display: none!important;
    vertical-align: top;
}

/*indirimli fiyati*/
.IndirimliFiyatContent {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.IndirimliFiyatContent .left_line, .IndirimliFiyatContent .center_line {
    display: none;
}

.IndirimliFiyatContent .right_line {
    display: inline-block;
    vertical-align: top;
}

.IndirimliFiyatContent .right_line * {
    display: inline-block;
    vertical-align: top;
    color: #D11B1B!important;
}

.IndirimliFiyatContent .right_line .spanKdv {
    display: none!important;
    vertical-align: bottom;
    font-size: 12px;
    line-height: 1;
}

/*turk lirasi fiyati*/
#divTurkLirasiFiyat {
    display: block;
}

#divTurkLirasiFiyat .left_line, #divTurkLirasiFiyat .center_line {
    display: none;
}

#divTurkLirasiFiyat .right_line {
    display: inline-block;
}

#divTurkLirasiFiyat .right_line * {
    display: inline-block!important;
    vertical-align: top;
}

/*indirimsiz fiyati*/
#divIndirimsizFiyat {
    display: block;
}

#divIndirimsizFiyat .left_line, #divIndirimsizFiyat .center_line {
    display: none;
}

#divIndirimsizFiyat .right_line {
    display: inline-block;
    font-weight: normal;
}

#divIndirimsizFiyat .right_line * {
    display: inline-block!important;
    vertical-align: top;
}

#divIndirimsizFiyat .right_line .spanKdv {
    display: none!important;
    vertical-align: top;
}

/*kdv dahil fiyati*/
#divKDVDahilFiyat {
    display: block;
    float: left;
    margin-top: 8px;
}

#divKDVDahilFiyat .left_line {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    margin-right: 5px;
}

#divKDVDahilFiyat .center_line {
    display: none;
}

#divKDVDahilFiyat .right_line * {
    display: inline-block!important;
    vertical-align: top;
}

/*fiyatrenk*/
.PiyasafiyatiContent .right_line * {
    color: #B8B8B8;
    font-size: 18px;
    line-height: 18px !important;
    font-weight: 400;
}

.IndirimliFiyatContent .right_line *, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line *, #divIndirimsizFiyat .right_line, #divIndirimsizFiyat .left_line {
    color: #000;
}

.IndirimliFiyatContent .right_line *, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line * {
    font-size: 19px;
    font-weight: 600;
}

#divKDVDahilFiyat .left_line,#divKDVDahilFiyat .right_line *,#divIndirimsizFiyat .left_line,.IndirimliFiyatContent,.IndirimliFiyatContent .right_line *, .PiyasafiyatiContent,.PiyasafiyatiContent .right_line *,#divTurkLirasiFiyat ,#divTurkLirasiFiyat .right_line *,#divIndirimsizFiyat,#divKDVDahilFiyat {
    line-height: 18px;
}

/*Stok yok*/
body #divStokYok {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 14px;
    color: #242424;
    font-weight: normal;
    text-align: center;
    padding: 3% 0;
    background-color: #f2f5f6;
    border-radius: 0;
}

body #divStokYok:before {
    content: '\f057';
    font-family: 'FontAwesome';
    font-weight: 300;
    width: 100%;
    float: left;
    font-size: 30px;
    margin-bottom: 20px;
    display: none;
}

body .StokFalse #divStokYok {
    display: none!important;
}

/*Urun ekstrabilgileri*/
#divEkstraBilgiler {
    float: left;
    clear: left;
    margin-top: 10px;
}

#divEkstraBilgiler img {
    max-width: 100%;
    display: block;
}

.btnnostok i.fa {
    font-family: 'FontAwesome';
}

/*varyasyonlar*/
#divUrunEkSecenek {
    float: left;
    width: 100%;
    position: relative;
}

/*.YakindaTrue #divUrunEkSecenek{display:none!important;}*/
#divUrunEkSecenek .eksecenekLine {
    clear: none !important;
    margin: 0 0 25px 0;
    float: left;
    width: 100%;
}

#divUrunEkSecenek .eksecenekLine:last-child {
    margin-bottom: 15px!important;
    border: none;
    padding-bottom: 0;
}

#divUrunEkSecenek .eksecenekLine .left_line {
    float: left;
    width: 100%;
    line-height: 35px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: none;
}

#divUrunEkSecenek .eksecenekLine .center_line {
    display: none;
}

#divUrunEkSecenek .eksecenekLine .right_line {
    display: inline-block;
    vertical-align: top;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box {
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    position: relative;
    font-weight: 400;
    margin-right: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.65px;
    color: #000000;
    position: relative;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box img {
    width: 100%;
    height: 100%;
    display: block;
}

/*selectvaryasyon*/
#divUrunEkSecenek .eksecenekLine.selectvaryasyon {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .left_line {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .center_line {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line {
    width: 100%;
    border: 1px solid #D7D7D8;
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line select {
    width: 100%;
    float: left;
    height: 40px;
    padding: 0 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    border: none;
    line-height: 43px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/select-icon.svg");
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: 97% 50%;
}

/*resimlivaryasyon*/
#divUrunEkSecenek .eksecenekLine.resimlivaryasyon {
    display: none;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .left_line {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box {
    width: 24px;
    height: 24px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 1px transparent;
    transition: all 0.3s ease;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box img {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box:hover {
    box-shadow: 0 0 0 1px #000000;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box.selected {
    box-shadow: 0 0 0 1px #000000;
}

/*kutuvaryasyon*/
#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 #d7d7d7;
    border-radius: 0;
    padding: 0 4px;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:last-child {
    margin-right: 0;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:hover {
    color: #fff;
    background: #000;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected {
    color: #fff;
    background: #000;
}

/*stokyokvaryasyon*/
#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok {
    position: relative;
    background: #f5f3f3!important;
    color: #7a7979!important;
    border-color: #e4dfdd;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok:after {
    content: '';
    height: 1px;
    max-width: 65px;
    margin: 0 auto;
    background: #cecece;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
}

/*ilgili Urunler*/
#productDetailRelated>a {
    width: 35px!important;
}

#productDetailRelated>a:hover img {
    border: 2px solid #000!important;
}

#IlgiliUrunDiv {
    float: left;
    width: 100%;
}

#IlgiliUrunDiv #divIlgiliUrunler {
}

.TopDet #IlgiliUrunDiv {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.TopDet #IlgiliUrunDiv #divIlgiliUrunler {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi {
    float: left;
    width: 100%;
    margin: 0!important;
    padding: 0!important;
    text-align: left;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold {
    padding: 0;
    margin: 0;
    text-align: left;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold:before {
    display: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold:after {
    display: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold .satir1 {
    background: transparent;
    padding: 0!important;
    margin: 0;
    border: none;
    font-size: 13px;
    line-height: 40px;
    font-weight: normal;
    color: #000;
}

.TopDet #IlgiliUrunDiv .clear {
    display: none;
}

.TopDet #IlgiliUrunDiv ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.TopDet #IlgiliUrunDiv ul li {
    float: left;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    overflow: hidden;
}

.TopDet #IlgiliUrunDiv ul li:hover {
}

.TopDet #IlgiliUrunDiv ul li .productItem {
    border: none;
    width: 100%;
    float: left;
    padding: 0;
    box-shadow: none!important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productTimer {
    display: none!important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage {
    padding: 0;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage a {
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage a:before {
    display: none!important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage img {
}

.TopDet #IlgiliUrunDiv ul li .productItem .productIcon {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .urunListeAdet {
    display: none !important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productDetail {
    padding: 0;
    margin: 0;
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productDetail:before {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productDetail:after {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productName {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .TukendiIco {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .boxBedenlerContent {
    display: none !important;
}

/*satinal*/
#divSatinAl {
    float: left;
    width: 100%;
    margin: 30px 0;
    padding: 0;
}

.RightDetail.StokYok #divSatinAl {
    display: none!important;
}

/*.YakindaTrue #divSatinAl{display:none!important;}*/
.BasketBtn {
    float: left;
    position: relative;
    width: 100%;
}

#divAdetCombo .right_line,.RightDetail .riSingle {
    width: 90px;
}

#txtbxurunSiparisAdedi, #divAdetCombo select,.RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riDown,.basketBtn input, .buyfast input {
    height: 40px!important;
}

.Basketinp p,#divKombinSatinAl a, #divAdetCombo .left_line,.RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riDown {
    line-height: 40px;
}

/*Adet Select*/
#divAdetCombo {
    display: block!important;
    position: relative;
    float: left;
    clear: left;
}

#divAdetCombo .center_line {
    display: none !important;
    float: left;
}

#divAdetCombo .right_line {
    float: left;
    max-width: 100%!important;
}

#divAdetCombo select {
    width: 100%;
    padding: 0 10px;
    text-align: left;
}

/*Adet input*/
.RightDetail .riSingle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
}

.RightDetail .riSingle a.riUp, .RightDetail .riSingle a.riDown {
    width: 30px !important;
    font-size: 0;
    background: transparent;
    top: 0;
    font-weight: normal;
    position: absolute;
    margin: 0 !important;
    float: left;
    cursor: pointer;
    text-indent: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.RightDetail .riSingle a.riUp svg, .RightDetail .riSingle a.riDown svg {
    width: 10px;
}

.RightDetail .riSingle a.riUp path, .RightDetail .riSingle a.riDown path {
    fill: #000;
}

.RightDetail .riSingle a.riUp {
    left: auto;
    right: 0;
}

.RightDetail .riSingle a.riDown {
    left: 0;
}

/*adetveselect*/
.Basketinp {
    display: block;
    position: relative;
    float: left;
    clear: left;
    display: none;
}

.BasketBtn .pSatisBirimi, .BasketBtn .left_line.lineTitle2 {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    float: left;
    clear: left;
    line-height: 40px;
}

#txtbxurunSiparisAdedi_wrapper {
    float: left;
    width: 100% !important;
    position: relative;
    padding: 0 !important;
}

#txtbxurunSiparisAdedi {
    width: 100% !important;
    text-align: center;
    display: inline-block;
    padding: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#txtbxurunSiparisAdedi, #divAdetCombo select {
    background: #fff;
    color: #000;
    border: 1px solid #d7d7d7;
    font-size: 13px;
    font-weight: 500;
    float: left;
    margin: 0;
    border-radius: 0;
}

/*sepete Ekle*/
#divKombinSatinAl, .basketBtn , .buyfast {
    float: left;
    margin: 0 3px 0 0;
}

#divKombinSatinAl a, .buyfast input, .basketBtn input {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    letter-spacing: 0.75px;
    border: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.basketBtn {
    width: calc(100% - 43px);
}

/*Hemen Al*/
.buyfast {
    width: 100%;
    display: none;
}

.buyfast input {
}

/*kombin Al*/
#divKombinSatinAl {
    margin: 20px 0 0 0;
    width: 100%;
}

#divKombinSatinAl a {
    font-size: 14px;
    margin: 0!important;
}

/*Iconlar*/
.ProductIcon {
    float: left;
    width: 100%;
    display: none;
}

.ProductIcon .box1 {
    padding: 0;
    margin: 0;
    min-width: 0;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
}

.ProductIcon .box1 i {
    display: none;
}

.ProductIcon .boxIcon {
    fill: #000;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.ProductIcon .boxIcon svg {
    height: 22px;
}

.UGelinceHaberVer .box1 {
    padding: 0;
    margin: 0;
    min-width: 0;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
}

.UGelinceHaberVer .box1 i {
    display: none;
}

.UGelinceHaberVer .boxIcon {
    fill: #000;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.UGelinceHaberVer .boxIcon svg {
    height: 22px;
}

.UGelinceHaberVer {
    float: left;
    position: relative;
    position: relative;
    margin: 0px;
    width: 33.33%;
}

.UGelinceHaberVer > a {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.ProductIcon > div {
    float: left;
    position: relative;
    position: relative;
    margin: 0 0 15px;
    width: 33.33%;
}

.ProductIcon > div > a {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

/*yazdiryorumtavsiye*/
.ProductIcon2 {
    float: left;
    width: 100%;
    display: none;
}

.ProductIcon2 .clear {
    display: none;
}

.ProductIcon2 #divSocialButtons {
    width: 100%;
}

.ProductIcon2 > div {
    float: left;
    width: 33.33%;
    margin-bottom: 15px;
    position: relative;
}

.ProductIcon2 > div > a {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: transparent;
    color: #000;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.ProductIcon2 > div > a:hover {
    color: #000;
    background: transparent!important;
}

.ProductIcon2 .boxIcon {
    fill: #000;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.ProductIcon2 .boxIcon svg {
    height: 22px;
}

/*paylas*/
.TopDet .product_social_icon_wrapper {
    float: left;
    width: 100%;
    display: block!important;
}

.TopDet .product_social_icon_wrapper .PaylasTit {
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

.TopDet .product_social_icon_wrapper ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0;
}

.TopDet .product_social_icon_wrapper ul li {
    float: left;
}

.TopDet .product_social_icon_wrapper ul li:last-child {
    margin-right: 0;
}

.TopDet .product_social_icon_wrapper ul li a {
    float: left;
    color: #000000;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.TopDet .product_social_icon_wrapper ul li a svg {
    width: 15px;
}

.TopDet .product_social_icon_wrapper .UWhatsApp {
    float: left;
    margin-right: 0
}

.TopDet .product_social_icon_wrapper .UWhatsApp .whatsApp {
    float: left;
    color: #000000;
    font-size: 0;
    border-radius: 100%;
    text-align: center;
    width: 30px;
}

.TopDet .product_social_icon_wrapper .UWhatsApp .whatsApp i {
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

/*whatsapp*/
.socialButons {
    float: right !important;
    width: 100%;
    position: relative;
    margin: 0 !important;
}

.socialButons iframe {
    float: left;
}

.product-social {
    float: left;
    margin-right: 10px;
}

.product-social span {
    float: left;
    line-height: 32px;
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px;
}

.product-social ul {
    float: left;
}

.product-social ul li {
    float: left;
    margin-right: 13px;
}

.product-social ul li a {
    display: block;
    color: #323232;
    font-size: 18px;
}

/*urun ozellik Bolumu*/
/*.urunOzellikTab {
    display: none;
}

.urunOzellik {
    float: left;
    width: 100%;
    margin: 20px 0;
    display: block;
}

.urunOzellik .urunTab {
    float: left;
    width: 100%;
    display: none;
}

.urunOzellik .urunTab ul {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.urunOzellik .urunTab >ul > li {
    float: left;
}

.urunOzellik .urunTab >ul > li:last-child {
    margin-right: 0;
}

.urunOzellik .urunTab >ul > li > a {
    cursor: pointer;
    color: #000;
    font-size: 16px;
    float: left;
    font-weight: normal;
}

.urunOzellik .urunTab >ul > li > a span {
    font-weight: normal;
}

.urunOzellik .urunTab >ul > li.active > a {
}

.urunDetayPanel {
    float: left;
    width: 100%;
    clear: none !important;
    border: none;
    padding: 0;
    display: block!important;
}

.urunTabAlt strong {
    font-weight: 500;
}*/

.urunOzellikTab {
    margin: 0;
    display: block;
    float: left;
    width: 100%
}

.urunOzellikTab .urunTab {
    float: left;
    width: 100%
}

.urunOzellikTab .urunTab>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.urunOzellikTab .urunTab>ul>li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec
}

.urunOzellikTab .urunTab>ul>li>a {
    color: #000;
    font-size: 18px;
    line-height: 70px;
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    background: 0 0!important;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px
}

.urunOzellikTab .urunTab>ul>li>a::after {
    content: "Devamini Goster";
    float: right;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    right: 0;
    text-transform: none;
    text-decoration: underline
}

.urunOzellikTab .urunTab>ul>li[onofftip=true]>a::after {
    content: "Gizle"
}

.urunOzellikTab .urunTab>ul>li>a span {
}

.urunOzellikTab .urunTab>ul>li .urunDetayPanel {
    display: none!important
}

.urunOzellikTab .urunTab>ul>li[onofftip=true] .urunDetayPanel {
    display: block!important
}

.urunOzellikTab .divYorumlarV2Slide {
    width: 100%;
    margin-bottom: 30px
}

.urunOzellikTab .divYorumlarV2Ortalama {
    width: 100%;
    margin-left: 0
}

.urunOzellikTab .divYorumlarV2Section1_1a1a {
    flex-direction: column
}

.urunOzellikTab .divYorumlar-t1c9k {
    max-width: 100%;
    min-width: 0
}

.urunOzellikTab .taksitWrapper .taksitBlock {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.urunOzellikTab .taksitWrapper .taksitBlock .taksitBlockContent {
    max-width: 100%
}

.urunOzellikTab .yorum-item-left {
    flex: 0 0 100%
}

.urunOzellikTab .v2YorumFilter {
    width: 100%
}

.urunOzellikTab .v2YorumFiltreGrup {
    display: block
}

.urunOzellikTab .v2YorumFilter li,.urunOzellikTab .v2YorumFilter ul li {
    width: 100%
}

.urunTabAlt strong {
    font-weight: 500
}


.urunTabAlt #txtOneriMail {
    margin: 0;
    height: 30px;
    padding: 0 10px;
    width: 100%!important;
    border-width: 1px;
}

.urunTabAlt #txtOneriNot {
    margin: 0;
    padding: 10px;
    width: 100%!important;
    background: #fff;
}

.urunTabAlt {
    font-family: "Mulish", sans-serif !important;
    padding: 0;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.urunTabAlt * {
    font-family: "Mulish", sans-serif !important;
}

.urunTabAlt i {
    font-family: 'FontAwesome' !important;
}

.urunTabAlt img {
    max-width: 100% !important;
}

.urunTabAlt img.webhide {
    display: none!important;
}

.urunTabAlt iframe {
    max-width: 100% !important;
}

.urunTabAlt .button {
    padding: 10px 5px;
    color: #fff;
}

.tabUrunOneriler ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabUrunOneriler ul li {
    float: left;
    width: 100%;
}

.oneriValidate .validate {
    top: 0;
    padding: 5px;
}

.urunTabAlt ul li {
    margin-bottom: 5px;
    clear: both;
}

.urunTabAlt ul li input {
    float: left;
    margin-right: 5px;
    width: auto !important;
}

.urunTabAlt ul li label {
    float: left;
    width: auto !important;
    line-height: normal;
}

.urunTabAlt ul li input[type="checkbox"] {
    margin-top: 0;
}

/*------------------------------------Etiketler--------------------------------------------*/
#divEtiketler {
    float: left;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    background: #fff;
    text-align: left;
}

#divEtiketler .productModuleTitle {
    float: left;
    color: #202122;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin: 10px 0;
    display: none;
}

#divEtiketler a {
    color: #000000;
    font-size: 11px;
    padding: 0 10px;
    margin-right: 10px;
    background: #F3F3F3;
    font-weight: 400;
    line-height: 23px;
    float: left;
    transition: all .3s ease-in-out;
}

#divEtiketler span {
    display: none;
}

#divEtiketler a:hover {
    color: #FFF;
    background: #000000;
}

/****************************************Slider Alanlar*********************************/
/*Baslik*/
#mainHolder_divDesign .JKatAdi.categoryTitle, .JKatAdi {
    float: left;
    position: relative;
    width: 100%;
    padding: 0!important;
    margin: 0!important;
}

#mainHolder_divDesign .JKatAdi.categoryTitle .bold, .JKatAdi .bold {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

#mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1 {
    line-height: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin: 30px;
    text-transform: initial;
    display: inline-block;
    vertical-align: top;
    padding: 0!important;
    position: relative;
    z-index: 1;
}

#UrunAksesuarDiv .JKatAdi .bold .satir1 {
    text-transform: initial;
    font-weight: normal;
}

/*ilerigeributon*/
#divInstashopResim .owl-carousel .owl-nav {
    display: block!important;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .InstaGalleryprev {
    left: 0;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext, .owl-carousel .owl-nav .ProductListnext,.owl-carousel .owl-nav .InstaGallerynext {
    right: 0;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListprev, .owl-carousel .owl-nav .ProductListnext,.owl-carousel .owl-nav .InstaGalleryprev, .owl-carousel .owl-nav .InstaGallerynext, #mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext {
    border-radius: 100%;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    font-size: 0;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-family: 'FontAwesome';
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:hover, .owl-carousel .owl-nav .InstaGalleryprev:hover, .owl-carousel .owl-nav .ProductListprev:hover {
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:hover, .owl-carousel .owl-nav .InstaGallerynext:hover, .owl-carousel .owl-nav .ProductListnext:hover {
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before,.owl-carousel .owl-nav .ProductListprev:before,.owl-carousel .owl-nav .ProductListnext:before,.owl-carousel .owl-nav .InstaGalleryprev:before,.owl-carousel .owl-nav .InstaGallerynext:before,#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before {
}

#mainHolder_divDesign .owl-carousel .owl-dots, .owl-carousel .owl-dots {
    display: none;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

body #mainHolder_divDesign .owl-carousel .owl-dots .owl-dot,body .owl-carousel .owl-dots .owl-dot {
    background: transparent;
    margin: 0 7.5px!important;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}

#mainHolder_divDesign .owl-carousel .owl-dots .owl-dot span, .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    transition: all .5s ease-in-out;
}

body #mainHolder_divDesign .owl-carousel .owl-dots .owl-dot.active span,body .owl-carousel .owl-dots .owl-dot.active span {
    width: 50px;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:before, .owl-carousel .owl-nav .ProductListprev:before,.owl-carousel .owl-nav .InstaGalleryprev:before {
    content: '\f053';
    color: #000000;
    font-weight: 700;
    font-size: 17px;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:hover:before, .owl-carousel .owl-nav .ProductListprev:hover:before,.owl-carousel .owl-nav .InstaGalleryprev:hover:before {
    color: #000;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:before, .owl-carousel .owl-nav .ProductListnext:before,.owl-carousel .owl-nav .InstaGallerynext:before {
    content: '\f054';
    color: #000000;
    font-weight: 700;
    font-size: 17px;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:hover:before, .owl-carousel .owl-nav .ProductListnext:hover:before,.owl-carousel .owl-nav .InstaGallerynext:hover:before {
    color: #000;
}

#mainHolder_divDesign .sliderArea .owl-dots {
    display: none!important;
}

#mainHolder_divDesign .sliderArea .owl-nav {
    display: block!important;
}

#mainHolder_divDesign .sliderArea .owl-carousel .owl-nav.disabled {
    display: none!important;
}

#mainHolder_divDesign .sliderArea .owl-nav .ProductListprev, #mainHolder_divDesign .sliderArea .owl-nav .ProductListnext {
    background: transparent;
}

#mainHolder_divDesign .sliderArea .owl-nav .ProductListprev:before, #mainHolder_divDesign .sliderArea .owl-nav .ProductListnext:before {
    font-size: 20px;
    font-weight: 100;
}

/*urunslider*/
.sliderBannerContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.sliderBannerContainer .Block_Link {
    display: none;
}

.sliderBannerContainer .ProductList {
    display: block !important;
    margin: 0 auto;
}

.sliderBannerContainer .Jbutonlar {
    display: none;
}

.sliderBannerContainer .jCarouselLite {
    float: left;
    width: 100%;
}

/*detayurunslider*/
.detaySliderContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.detaySliderContainer .ProductList {
    display: block !important;
    margin: 0 auto;
}

.detaySliderContainer .Jbutonlar {
    display: none;
}

.detaySliderContainer .jCarouselLite {
    float: left;
    width: 100%;
}

/*pnlSlider*/
#pnlSlider {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#pnlSlider ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#pnlSlider ul li {
    display: block;
}

#pnlSlider ul li a {
    display: block;
}

#pnlSlider ul li a img {
    width: 100%;
    display: block;
}

#pnlSlider .flex-control-nav {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}

#pnlSlider .flex-control-paging li {
    margin: 0 2px;
}

#pnlSlider .flex-control-paging li a {
    float: right;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    border: none;
    box-shadow: none;
    text-shadow: none;
    background: #fff;
}

#pnlSlider .flex-control-paging li a.flex-active {
    background: #000;
}

#pnlSlider .flex-direction-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 45%;
}

#pnlSlider .flex-direction-nav li {
    display: inline-block;
    vertical-align: top;
}

#pnlSlider .flex-direction-nav .flex-nav-prev {
    float: left;
}

#pnlSlider .flex-direction-nav .flex-nav-next {
    float: right;
}

#pnlSlider .flex-direction-nav .flex-prev, #pnlSlider .flex-direction-nav .flex-next {
    color: #fff;
    border: none;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    top: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    opacity: 1;
    font-size: 0;
    position: relative;
    text-shadow: none;
    text-align: center;
}

#pnlSlider .flex-direction-nav .flex-prev {
    left: 0;
}

#pnlSlider .flex-direction-nav .flex-next {
    right: 0;
}

#pnlSlider .flex-direction-nav .flex-prev:before, #pnlSlider .flex-direction-nav .flex-next:before {
    font-size: 0;
}

#pnlSlider .flex-direction-nav .flex-prev:before {
}

#pnlSlider .flex-direction-nav .flex-next:before {
}

#pnlSlider .flex-direction-nav .flex-prev:hover, #pnlSlider .flex-direction-nav .flex-next:hover {
}

#pnlSlider .flex-direction-nav a:before {
    text-shadow: none;
}

#pnlSlider .flex-direction-nav a:after {
    text-shadow: none;
}

#pnlSlider .HPSItems .flex-control-thumbs {
    position: static;
    background: #fff;
    text-align: center;
}

#pnlSlider .HPSItems .flex-control-thumbs li {
    display: inline-block;
    vertical-align: top;
    float: none;
    max-width: 100%;
}

#pnlSlider .HPSItems .flex-control-thumbs img {
    opacity: 1;
}

#pnlSlider .HPSItems .flex-control-thumbs .flex-active {
}

.HomePageSlideShowContainer {
    float: left;
    width: 100%;
    position: relative;
}

.HomePageSlideShowContainer .HomePageSlideShow {
    padding: 0;
    width: 100%;
}

.HomePageSlideShowContainer .HPSItems {
    clear: both;
    cursor: pointer;
    width: 100%;
}

.HomePageSlideShowContainer .HPSItems div {
    cursor: pointer;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
}

/*sitekodlari*/
.hesabimAnasayfaMenuler ul li a:hover .fa {
    color: #fff;
}

.siparisTakipSayfasi {
    background: #fff;
}

.siparisTakipSayfasi .siparisTakipBaslik {
    text-align: center;
    padding: 20px 0 !important;
}

.sepetiTemizle {
    float: right;
    line-height: 43px;
    padding: 0 10px;
}

.popupSepet {
    width: 99%;
}

.popupSepet #hed div {
    width: 94%;
}

#mainHolder_UrunDetay_imgCookie {
    display: none !important;
}

.product_social_icon_wrapper {
    display: none;
}

.HesabimContainer .urunDetayPanel {
    max-height: 100%;
}

.orders {
    width: 100%;
}

.TumKategoriler {
    display: none;
}

.mobilMenuAcButton,.searchClick, .mycartClick, .welcomeOpen, .CloseBtnMenu {
    display: none;
}

.userLoginBtn, .userSignBtn {
    border: none !important;
}

.magazaTeslimatBilgisiContent {
    display: none;
}

#store_region_container {
    display: none;
}

#ticimaxCopyright {
    float: left;
    width: 100%;
}

section {
    float: left;
    width: 100%;
}

.sepetimBody .Basketstep ul li.pasif {
    opacity: 1;
}

.sepetimBody ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sepetimBody .sepetItemB1 span.KampanyaTanimSpan {
    display: inline-block;
}

/*Site ici scroll alanlar*/
#divOnyazi::-webkit-scrollbar, .navigation::-webkit-scrollbar, .CategoryTextContent::-webkit-scrollbar, .list-group::-webkit-scrollbar, .urunTabAlt::-webkit-scrollbar, .SmallImages::-webkit-scrollbar, .SepetBlockInfo::-webkit-scrollbar, .searchContent ul::-webkit-scrollbar, body .kombinContent ul::-webkit-scrollbar, .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 {
    width: 2px;
}

#divOnyazi::-webkit-scrollbar-track, .navigation::-webkit-scrollbar-track, .CategoryTextContent::-webkit-scrollbar-track, .list-group ::-webkit-scrollbar-track, .urunTabAlt::-webkit-scrollbar-track, .SmallImages::-webkit-scrollbar-track, .SepetBlockInfo::-webkit-scrollbar-track, .searchContent ul::-webkit-scrollbar-track, body .kombinContent ul::-webkit-scrollbar-track, .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 {
    background: #F2F2F2;
}

#divOnyazi::-webkit-scrollbar-thumb, .navigation::-webkit-scrollbar-thumb, .CategoryTextContent::-webkit-scrollbar-thumb, .list-group::-webkit-scrollbar-thumb, .urunTabAlt::-webkit-scrollbar-thumb, .SmallImages::-webkit-scrollbar-thumb, .SepetBlockInfo::-webkit-scrollbar-thumb, .searchContent ul::-webkit-scrollbar-thumb, .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 {
    background: #000;
}

/*Site ici scroll alanlar*/
/*------------------------------------Sabit Renkler--------------------------------------------*/
/*sepetvebutonrenk*/
body .button, .baglanButton, .siparisOzetTakip, body.sepetimBody .basketCompletebtn, #AdresContent .button, .BasketPage .OdemeMenu ul li.activeMenu > a , .pageNumberContent a:hover, .menuUstBolum, body .category-vertical-filters.top-filters .FiltreUst, .SepetUst, .urunOzellikTab .urunTab >ul >li[onofftip="true"] > a, .tooltip-inner, .welcome.active, .sepetimBody .Basketstep ul li.aktif {
    background: #000000;
}

/*bordercolor*/
.iletisimContent .iletisimRight .iletisimbanka .span > .line1:nth-child(n+2), body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir, .pageNumberContent a:hover, .OdemeMenu ul li.activeMenu {
    border-color: #000000;
}

/*tooltip*/
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000000;
}

.baglanButton {
    border-color: transparent;
}

.Basketstep ul li:before {
    border: 1px solid #000000;
}

.sepetimBody .Basketstep ul li.aktif:after {
    border-top-color: #000000;
}

/*color*/
.sepetTitle .st_1,body .sepetTitle2 .st_1, body .BasketRigth ul li.genelToplam .tut, body .sepetTitle2 .st_1:before, .sepetTitle .st_1:before, .TeslimatAdresTittle, .Basketstep ul li.gecti span, body #divToplamOdeme, .TeslimatAdresTittle, a.YeniAdresEkle, .Basketstep ul li.onestepsec span, .Basketstep ul li.pasif i, .BasketPage .Basketstep ul li.pasif i, .BasketPage .cargoInformation div.cargoName span, .BasketPage .faturaAdresBtn.active, .adresAyniBtn.active, .BasketPage .sepetItemB4, .BasketPage .AdresItemAlt.AdresItemSelected .AdresItemAltLeft label span.check, .iletisimContent .categoryTitle .categoryTitleText, body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span, body .siparisUrunUyariSecenek .siparisUrunDurumBaslik, body.sepetimBody .mobileAddition > .addition-content > .TotalPrice, body.sepetimBody .mobileAddition > .addition-content::before {
    color: #000000;
}

/*HoverRenk*/
.button:hover, .userLoginBtn:hover, .userSignBtn:hover, .BasketPage .OdemeMenu ul li:hover >a, .BasketPage #hed div.hediCekForm a:hover, .BasketPage a.YeniAdresEkle:hover, #AdresContent .button:hover, .basketCompletebtn:hover, .KasaOnuFirsatlarContent ul li a.button:hover, .ProductIcon2 > div > a:hover {
    background: #4C4C4C;
}

/*colorhover*/
.BasketPage .AdresItemAlt a:hover, .BasketPage .sepetiTemizle:hover, .BasketPage .sepet-sil:hover:before, .BasketPage .sepetTitle2 a:hover, .baglanButton:hover, .BasketPage .faturaAdresBtn:hover, .adresAyniBtn:hover,.headerSocialConnect .baglanButton a:hover, .CartProduct .SProduct li a:nth-child(2):hover * {
    color: #4C4C4C;
}

/*bordercolorhover*/
body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li >a:hover, .BasketPage a.YeniAdresEkle:hover, .OdemeMenu ul li:hover, .BasketPage .OdemeMenu ul li:hover >a, .CartProduct .headerCartBtn:hover {
    border-color: #4C4C4C;
}

/*color*/
.siparisOzetTakip {
    color: #fff;
}

.BasketDetail table tbody tr td a {
    display: inherit;
}

.BasketDetail table tbody tr td:last-child a {
    display: block;
}

.sepetimBody #header:after {
    display: none;
}

body .alisverisedevamet {
    background: #fff;
}

/*bordercolor*/
.KasaOnuFirsatlarContent ul li a.button:hover {
    border: none !important;
}

.BasketPage a.YeniAdresEkle:hover {
    color: #fff !important;
}

.baglanButton:hover {
    background: transparent;
}

body .adresGir .kirmiziButon:hover {
    background: #9e1a20!important;
    color: #fff !important;
}

body .adresGir .yesilButon:hover {
    background: #406d20!important;
    color: #fff !important;
}

/*------------------------------------Sabit Renkler--------------------------------------------*/
.divRelatedProductsPopup .ulRelatedProducts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottomHead {
    display: none;
}

#divSliderYani {
    display: none;
}

body {
    background: #fff;
}

/*siteozelalan*/
.IcerikHakkimizda {
    display: flex;
    flex-direction: row;
}

.IcerikHakkimizda .HakkimizdaText {
    float: left;
    text-align: center;
    padding: 0 40px;
}

.IcerikHakkimizda .HakkimizdaText span {
    font-size: 16px;
    margin: 20px 0;
    width: 100%;
    float: left;
    line-height: 25px;
}

.HakkimizdaVideo {
    float: left;
    border: 2px solid #000;
}

.HakkimizdaVideo video {
    padding: 5px;
}

body .commentTicimax .commentTiciList .commentTiciItemRecomAndPurc, body .commentTicimax .commentTiciList .commentTiciItemUseful {
    display: none;
}

#divFacebookLoginContainer.baglanButton a#btnFaceLogin:before {
    content: "";
    background-image: url(https://static.ticimax.cloud/52168/Uploads/EditorUploads/fb.png);
    width: 25px;
    height: 25px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    margin-bottom: 5px;
}

#divGoogleLoginContainer.baglanButton a#btnGoogleLogin:before {
    content: "";
    background-image: url(https://static.ticimax.cloud/52168/Uploads/EditorUploads/g.png);
    width: 25px;
    height: 25px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    margin-bottom: 5px;
}

#divGoogleLoginContainer.baglanButton, #divFacebookLoginContainer.baglanButton {
    background: #fff!important;
    float: left;
    width: 100%;
}

body .baglanButton {
    border: 1px solid #333;
    border-radius: 0px;
}

body .baglanButton a {
    color: #333!important;
    padding: 0!important;
    padding-top: 5px!important;
    padding-left: 10px!important;
}

body .baglanButton:hover {
    border-color: #000;
}

body .baglanButton:hover a {
    color: #000!important;
}

.sagIcerikTutucu .satirBlok .uyelikbilgiotpSms .hsbmTextbox {
    border: 1px solid red;
}

.basketCompleteContent:first-child {
    display: none;
}

.BasketRigth {
    margin-top: 0!important;
}

.blok {
    float: left;
    width: 100%;
}

.musteriUrunGorselContainer {
    max-width: 1320px;
    margin: 0 auto;
    float: none;
}

.kombinUrunInfo {
    display: none;
}

.site-nav {
    display: none;
}

.favi-m {
    display: none;
}

.teknikDetay {
    display: none!important;
}

.d-none-d {
    display: none!important;
}

.d-none-m {
    display: block!important;
}

#logo .htop {
    display: none;
}

#logo .arabtn {
    display: none;
}

.htop {
    float: left;
    width: 100%;
    text-align: center;
    background: #000;
}

.htop .htopContainerArea {
    float: left;
    width: 100%;
}

.htop .htopContainer .htopArea {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 28px;
    padding: 0 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #D7D7D8;
}

.htop .htopContainer .htopArea > div {
    width: 20%
}

.htop .htopContainer .htopArea > div.htopCenter {
    width: 60%
}

.htop .htopContainer .htopArea .htopCenter {
    float: left;
}

.htop .htopContainer .htopArea .htopCenter li {
    float: left;
    width: 100%;
}

.htop .htopContainer .htopArea .htopCenter li a {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.65px;
    line-height: 17px;
}

.htop .htopContainer .htopArea .htopCenter li span {
    float: left;
    width: 100%;
}

.htop .htopContainer .htopArea .htopCenter li b {
    float: left;
    width: 100%;
    font-size: 18px;
}

.htop .htopContainer .htopArea .htopCenter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.htop .htopContainer .htopArea .htopCenter .owl-dots {
    display: none!important;
}

.htop .htopContainer .htopArea .htopRight {
    float: right;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

.htop .htopContainer .htopArea .htopRight .siparisTakipContainer {
    float: left;
    display: inline-block;
}

.htop .htopContainer .htopArea .htopRight .siparisTakipContainer a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}

body.sayacVar .htop .htopContainer .htopArea .htopCenter {
    letter-spacing: unset;
    line-height: unset;
}

body.sayacVar.margin {
    top: 144px
}

.Header-Top .HT-topBanner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Header-Top p.sayacAlan-text {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin: 0 75px 0 0;
    float: left;
    line-height: 69px;
    display: flex;
    align-items: center;
}

.Header-Top p.sayacAlan-text span {
    font-weight: 500;
    margin: 0 5px;
}

.Header-Top a.sayacAlan-link {
    color: #000000;
    line-height: 36px;
    background: #fff;
    font-weight: 500;
    padding: 0 15px;
    display: block;
    text-align: center;
    float: left;
    margin: 0px 34px 0 34px;
    font-size: 18px;
    border-radius: 5px;
}

.Header-Top .sayacAlan ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.Header-Top .sayacAlan ul li {
    float: left;
    width: 50px;
    margin: 0 13px;
    position: relative;
}

.Header-Top .sayacAlan ul li:before {
    content: ':';
    line-height: 50px;
    font-size: 15px;
    position: absolute;
    right: -15px;
}

.Header-Top .sayacAlan ul li:last-child:before {
    display: none
}

.Header-Top .sayacAlan ul li span {
    display: block;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    background: #FFF;
    line-height: 25px;
    letter-spacing: unset;
    margin-bottom: 5px;
}

.Header-Top .sayacAlan ul li div {
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    background: #F2F2F2;
    line-height: 20px;
    letter-spacing: unset;
}

.Header-Top .sayacAlan {
    float: right;
    display: flex;
    align-items: center;
}

.Header-Top a.sayacAlan-link:hover {
    color: rgb(33, 49, 101);
}

.arabtn {
    float: left;
    text-align: center;
    cursor: pointer;
    margin-top: 3px;
}

.arabtn i {
    font-size: 16px;
}

.arabtn span {
    display: block;
    color: #000000;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    display: none;
}

.logoArea {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    position: relative;
    height: 75px;
}

.logoArea .leftDiv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
}

.logoArea .centerDiv {
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 80px;
}

.logoArea .rightDiv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
}

.CartProduct .SepetUst {
    float: left;
    width: 100%;
    background: #FFF;
    text-align: left;
    margin: 0 0 40px 0;
}

.CartProduct .SepetUst .seClose {
    float: right;
    width: 33px;
    height: 33px;
    background: #000;
    margin: 0 0 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.CartProduct .SepetUst .seClose svg {
    width: 12px;
    fill: #FFF;
}

.CartProduct .SepetUst > span {
    float: left;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.sliderArea {
    float: left;
    width: 100%;
    margin-bottom: 4px;
}

.sliderArea ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sliderArea ul li {
    display: block;
}

.sliderArea ul li .sliderBox {
    float: left;
    width: 100%;
    position: relative;
}

.sliderArea ul li .sliderBox .sliderImage {
    float: left;
    width: 100%;
    position: relative;
}

.sliderArea ul li .sliderBox .sliderBoxContent {
    float: left;
    /*position: absolute;bottom: auto;top:45%; left: 0;right: 0;*/
    text-align: center;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderTextContent {
    position: absolute;
    bottom: auto;
    top: 45%;
    left: 0;
    right: 0;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderText {
    float: left;
    width: 100%;
    font-size: 45px;
    font-weight: 400;
    color: #FFF;
    line-height: 40px;
    letter-spacing: 0.68px;
    margin: 0 0 30px 0;
    /*position: absolute;bottom: auto;top:45%; left: 0;right: 0;*/
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    color: #FFF;
    line-height: 40px;
    margin: 0 0 110px 0;
    transition: all .3s linear;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 span {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 300;
    color: #FFF;
    line-height: 40px;
    text-shadow: 0px 0px 8px #00000066;
    transition: all .4s;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1.5px;
    background: #FFFFFF;
    opacity: 0;
    transition: all .4s linear;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 span:hover:after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderButton {
    float: left;
    width: 100%;
    position: absolute;
    bottom: auto;
    bottom: 15%;
    left: 0;
    right: 0;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderButton .sliderLink {
    display: inline-block;
    box-shadow: 0px 0px 12px #00000026;
    border-radius: 0;
    background: rgb(255 255 255 / 70%);
    padding: 0 20px;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #000000;
    line-height: 35px;
    transition: all .4s;
}

.sliderArea ul li .sliderBox .sliderBoxContent .sliderButton .sliderLink:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

.homepage .sliderArea > ul > li:nth-child(n+2) {
    display: none;
}

.videobanner .banner-style-new {
    bottom: 10%
}

.banner-style-new {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    bottom: 20%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.banner-style-new .banner-text {
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 400;
    display: none
}

.banner-style-new .banner-title {
    float: left;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    font-weight: 500
}

.banner-style-new .banner-category {
    float: left
}

.banner-style-new .banner-category .box {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px
}

.banner-style-new .banner-category .box a {
    float: left;
    font-size: 15px;
    color: #fff;
    font-weight: 400
}

.banner-style-new .banner-category .box a:hover {
    text-decoration: underline
}

.bannerContainer {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
    min-height: 400px;
}

.bannerContainer .bannerBox {
    float: left;
    position: relative;
    margin-right: 3px;
}

.bannerContainer .bannerBox:last-child {
    margin-right: 0;
}

.bannerContainer .bannerBox a {
    float: left;
    width: 100%;
}

.bannerContainer .bannerBox a .bannerImg {
    float: left;
    width: 100%;
    position: relative;
    transition: all .3s ease-in-out;
}

.bannerContainer .bannerBox a .bannerImg:before {
    content: "";
    background: transparent linear-gradient(0deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: .5;
    transition: all .3s ease-in-out;
}

.bannerContainer .bannerBox a:hover .bannerImg:before {
    opacity: .9;
}

.bannerContainer .bannerBox a .bannerContent {
    float: left;
    position: absolute;
    bottom: 60px;
    left: 60px;
}

.bannerContainer .bannerBox a .bannerContent .bannerTitle {
    float: left;
    width: 100%;
    display: block;
    line-height: 40px;
    letter-spacing: 0;
    color: #FFFFFF;
    /*text-shadow: 0px 0px 15px #00000033;*/
    font-size: 24px;
    font-weight: 400;
    text-align: left;
}

.bannerContainer .bannerBox a .bannerContent .bannerLink {
    float: left;
    display: block;
    line-height: 25px;
    color: #FFFFFF;
    /*text-shadow: 0px 0px 15px #00000033;*/
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #FFFFFF;
}

.instaContainerPage .instaContainer {
    overflow: unset;
    display: block;
}

.instaContainerPage .instaContainer .instaArea .instaBlok .instaBox:nth-child(4n) .miniProductCardContainer .pointArea .mini-product-card {
    left: unset;
    right: 23px;
}

.instaContainer {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    display: none;
}

.HomeBody .instaContainer {
    display: block
}

.instaContainer .instaTop {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
}

.instaContainer .instaTop .instaTitle {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
    font-weight: 400;
    line-height: 30px;
    font-size: 21px;
}

.instaContainer .instaTop .instaContent {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 300;
    line-height: 24px;
    font-size: 20px;
    display: none;
}

.instaContainer .instaArea {
    float: left;
    width: 100%;
}

.instaContainer .instaArea ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.instaContainer .instaArea .instaBlok {
    float: left;
    width: 100%;
    display: grid;
    /*grid-template-columns: auto auto auto;*/
    grid-template-columns: 25% 25% 25% 25%;
}

.instaContainer .instaArea .instaBlok .instaBox {
    float: left;
    padding: 0 3px 30px 0px;
}

.instaContainer .instaArea .instaBlok .instaBox:nth-child(3n) {
    padding-right: 0 0 30px 0;
}

.instaContainer .instaArea .instaBlok .instaBox .instaBoxImage {
    float: left;
    width: 100%;
    position: relative;
}

.instaContainer .instaArea .instaBlok .instaBox .instaBoxName {
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.8px;
}

.instaContainer .instaBottom {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.instaContainer .instaBottom .instaLink {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.instaContainer .instaBottom .instaLink a {
    float: left;
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 0;
    line-height: 40px;
    padding: 0 18px;
    transition: all .3s ease-in-out;
    letter-spacing: 2px;
    margin-top: 10px;
    border: 1px solid black;
}

.instaContainer .instaBottom .instaLink:hover a {
    background: #000;
    color: 000;
}

#mainHolder_divDesign .instaContainer .owl-nav {
    left: -20px;
    right: -20px;
}

#mainHolder_divDesign .instaContainer .owl-carousel .owl-nav .ProductListnext, #mainHolder_divDesign .instaContainer .owl-carousel .owl-nav .ProductListprev {
    background: transparent;
    width: 15px;
}

#mainHolder_divDesign .instaContainer .owl-carousel .owl-nav .ProductListprev:before, #mainHolder_divDesign .instaContainer .owl-carousel .owl-nav .ProductListnext:before {
    color: #000;
    font-weight: 300;
    font-size: 25px;
}

#mainHolder_divDesign .instaContainer .owl-carousel .owl-nav .ProductListprev:hover:before, #mainHolder_divDesign .instaContainer .owl-carousel .owl-nav .ProductListnext:hover:before {
    color: #000;
}

.musteriUrunGorselArea .owl-nav {
    position: absolute;
    top: 45%;
    left: -20px;
    right: -20px;
    display: block!important;
}

.musteriUrunGorselArea .owl-carousel .owl-nav .ProductListnext, .musteriUrunGorselArea .owl-carousel .owl-nav .ProductListprev {
    background: transparent;
    width: 15px;
}

.musteriUrunGorselArea .owl-carousel .owl-nav .ProductListprev:before, .musteriUrunGorselArea .owl-carousel .owl-nav .ProductListnext:before {
    color: #000;
    font-weight: 300;
    font-size: 25px;
    font-family: FontAwesome;
}

.musteriUrunGorselArea .owl-carousel .owl-nav .ProductListprev:hover:before, .musteriUrunGorselArea .owl-carousel .owl-nav .ProductListnext:hover:before {
    color: #000;
}

.musteriUrunGorselArea .owl-carousel .owl-nav .InstaGalleryprev:before {
    content: '\f053';
    color: #FFFFFF;
    font-weight: 200;
    font-size: 14px;
}

.musteriUrunGorselArea .owl-carousel .owl-nav .InstaGalleryprev:hover:before {
    color: #000;
}

.musteriUrunGorselArea .owl-carousel .owl-nav .InstaGallerynext:before {
    content: '\f054';
    color: #FFFFFF;
    font-weight: 200;
    font-size: 14px;
}

.musteriUrunGorselArea .owl-carousel .owl-nav .InstaGallerynext:hover:before {
    color: #000;
}

.instaContainerPage .instaContainer .instaTop .instaContent {
    float: unset;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    line-height: 17px;
    font-size: 14px;
    letter-spacing: 0.7px;
}

.instaContainerPage .miniProductCardContainer .pointArea .mini-product-card {
    width: 275px;
}

.instaContainerPage .instaContainer .instaTop .instaTitle {
    font-weight: 500;
    line-height: 35px;
    font-size: 35px;
    letter-spacing: 1.75px;
}

.eBultenContainer .ebultenDiv .ebultenText {
    float: left;
    width: 100%;
    line-height: 17px;
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 15px 0;
}

.eBultenContainer .ebultenDiv .ebultenCheckBox {
    float: left;
    width: 100%;
    line-height: 15px;
    font-size: 12px;
    font-weight: 300;
    color: #545454;
    display: flex;
    align-items: flex-start;
}

.eBultenContainer .ebultenDiv .ebultenCheckBox label {
    float: left;
    line-height: 15px;
    font-size: 12px;
    font-weight: 300;
    color: #545454;
}

.eBultenContainer .ebultenDiv .ebultenCheckBox .ebultenCheckBoxInput {
    margin: 0 10px 0 0;
    width: 34px;
    height: 16px;
}

.FooterMiddle .footerLogo {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.FooterMiddle .footerLogo img {
    width: 30px;
}

.FooterBottom .footerInfoContainer {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.FooterBottom .footerInfoContainer > div {
    float: left;
    width: 30%;
}

.FooterBottom .footerInfoContainer .copy {
    text-align: center;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}

.FooterBottom .footerInfoContainer .copy a {
    text-align: center;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}

body #mainHolder_divDesign .instaContainer .instaArea .owl-carousel .owl-dots {
    position: unset;
    margin: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10px;
}

body #mainHolder_divDesign .instaContainer .instaArea .owl-carousel .owl-dots .owl-dot span {
    background: #B8B8B8;
    width: 6px;
    height: 6px;
}

body #mainHolder_divDesign .instaContainer .instaArea .owl-carousel .owl-dots .owl-dot.active span {
    width: 9px;
    height: 9px;
    background: #000;
}

.miniProductCardContainer {
    position: absolute;
    float: left;
}

.miniProductCardContainer .pointArea {
    float: left;
    width: 100%;
}

.miniProductCardContainer .pointArea .point {
    float: left;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    transition: all .3s linear;
}

.miniProductCardContainer .pointArea.active .point {
    transform: rotate(45deg);
}

.miniProductCardContainer .pointArea .point i {
    font-family: 'FontAwesome';
}

.miniProductCardContainer .pointArea .mini-product-card {
    float: left;
    position: absolute;
    top: 23px;
    left: 23px;
    max-width: 300px;
    width: 300px;
    display: flex;
    background: #FFF;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: all .3s ease-in-out;
}

.miniProductCardContainer .pointArea.active .mini-product-card {
    visibility: visible;
    opacity: 1;
}

.miniProductCardContainer .pointArea .mini-product-card .product-card-img {
    float: left;
    width: 40%;
}

.miniProductCardContainer .pointArea .mini-product-card .product-cart-text {
    float: left;
    padding: 15px 0 0 15px;
    width: 60%;
}

.miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-name {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    line-height: 18px;
}

.miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-payment {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 30px 0;
}

.miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-button {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.7px;
}

.miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-button a {
    float: left;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #000;
    transition: all .3s linear;
}

.miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-button a:hover {
    color: #D11B1B;
    line-height: 17px;
    border-color: #D11B1B;
}

.instaContainer .instaArea .instaBlok .instaBox:last-child .miniProductCardContainer .pointArea .mini-product-card {
    right: 23px;
    left: unset;
}

.tekBannerContainer {
    float: left;
    width: 100%;
}

.tekBannerContainer .tekBannerBox {
    float: left;
    width: 100%;
    position: relative;
}

.tekBannerContainer .tekBannerBox .tekBannerImg {
    float: left;
    width: 100%;
    position: relative;
}

.tekBannerContainer .tekBannerBox .tekBannerContent {
    float: left;
    position: absolute;
    left: 60px;
    bottom: 60px;
}

.tekBannerContainer .tekBannerBox .tekBannerContent .bannerTitle {
    float: left;
    clear: both;
    display: block;
    color: #FFF;
    text-shadow: 0px 3px 6px #00000029;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 12px 0;
}

.tekBannerContainer .tekBannerBox .tekBannerContent .bannerTitleH {
    float: left;
    clear: both;
    display: block;
    color: #FFF;
    text-shadow: 0px 3px 6px #00000029;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 30px 0;
    letter-spacing: 1.5px;
}

.tekBannerContainer .tekBannerBox .tekBannerContent .bannerLink {
    float: left;
    clear: both;
    display: block;
}

.tekBannerContainer .tekBannerBox .tekBannerContent .bannerLink a {
    float: left;
    box-shadow: 0px 0px 12px #00000026;
    background: #FFF;
    border-radius: 5px;
    color: #000;
    letter-spacing: 0.65px;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 500;
    line-height: 40px;
    transition: all .3s ease-in-out;
}

.tekBannerContainer .tekBannerBox .tekBannerContent .bannerLink a:hover {
    background: #000000;
    color: #FFFFFF;
}

.selectSliderWrap {
    width: 100%;
    float: left;
    display: flex;
    padding-left: 0;
}

.selectSliderDesc {
    width: 30%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-shadow: 5px -2px 10px #0000001a;
}

.selectSliderDesc .shadowArea {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0 0 60px;
    box-shadow: inset 5px 1px 10px #0000001a;
    height: 100%;
}

.selectSliderDesc h2 {
    color: #000000;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 12px;
}

.selectSliderDesc h3 {
    color: #000000;
    font-size: 30px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 30px;
}

.selectSliderDesc a {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    padding: 0 24px;
    border: 0.5px solid #000000;
    border-radius: 5px;
    letter-spacing: 0.65px;
    line-height: 40px;
    transition: all .3s ease-in-out;
}

.selectSliderDesc a:hover {
    background: #000;
    color: #FFF;
}

.selectSliderAnime {
    width: 70%;
}

.selectSliderAnime ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item li a {
    padding: 70px 30px;
    float: left;
    width: 100%;
    position: relative;
    transition: all .4s linear;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item li a img {
    box-shadow: none;
    transition: all .4s linear;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item li a .sliderAnimeContent {
    float: left;
    position: absolute;
    bottom: 115px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all .4s linear;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item li a .sliderAnimeContent span {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
    line-height: 35px;
    text-shadow: 0px 0px 8px #00000066;
    letter-spacing: -0.33px;
    transition: all .4s;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item li a .sliderAnimeContent span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 0;
    height: 1.5px;
    background: #FFFFFF;
    opacity: 0;
    transition: all .4s linear;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item li a .sliderAnimeContent span:hover:after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item.center li a .sliderAnimeContent {
    bottom: 75px;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item.center li a {
    padding: 0;
}

.selectSliderAnime .owl-carousel.owl-drag .owl-item.center li a img {
    margin: 30px auto;
    padding: 0;
    box-shadow: 0 0 25px #00000080;
}

.selectSliderAnime .owl-nav {
    display: block!important;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
}

.selectSliderAnime:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

#mainHolder_divDesign .selectSliderAnime .owl-carousel .owl-nav {
    right: 50px;
    left: 50px;
}

#mainHolder_divDesign .selectSliderAnime .owl-carousel .owl-nav .ProductListprev, #mainHolder_divDesign .selectSliderAnime .owl-carousel .owl-nav .ProductListnext {
    width: 43px;
    height: 43px;
    background: rgba(255,255,255,.50);
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

#mainHolder_divDesign .selectSliderAnime .owl-carousel .owl-nav .ProductListprev:hover, #mainHolder_divDesign .selectSliderAnime .owl-carousel .owl-nav .ProductListnext:hover {
    background: rgba(255,255,255,.75);
}

#mainHolder_divDesign .selectSliderAnime .owl-carousel .owl-nav .ProductListprev:before, #mainHolder_divDesign .selectSliderAnime .owl-carousel .owl-nav .ProductListnext:before {
    color: #000000!important;
    font-weight: 400;
    font-size: 14px;
}

.selectSliderAnime .owl-dots {
    display: none;
}

.blogContainer {
    float: left;
    width: 100%;
    margin: 40px 0 0;
}

.blogContainer .blogTitle {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    margin: 0 0 30px 0;
    color: #000;
}

.blogContainer .blogTitle a {
    color: #000;
}

.blogContainer .blogArea {
    float: left;
    width: 100%;
}

.blogContainer .blogArea ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blogContainer .blogArea ul .blogImg {
    float: left;
    width: 100%;
}

.blogContainer .blogArea ul .blogContent {
    float: left;
    width: 100%;
    padding: 27px;
}

.blogContainer .blogArea ul .blogContent .titleH {
    float: left;
    width: 100%;
    color: #1B1B1B;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.blogContainer .blogArea ul .blogContent .textH {
    float: left;
    width: 100%;
    color: #1B1B1B;
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    height: 93px;
    overflow: hidden;
}

.blogContainer .blogArea ul .blogContent .moreInfoLink {
    float: left;
    width: 100%;
    color: #1B1B1B;
    margin: 0;
}

.blogContainer .blogArea ul .blogContent .moreInfoLink a {
    float: left;
    width: 100%;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 500;
}

.blogContainer .blogArea ul .blogContent .moreInfoLink a i {
    margin-left: 5px;
    transition: all .3s linear;
}

.blogContainer .blogArea ul .blogContent .moreInfoLink a:hover i {
    margin-left: 10px;
}

.menuTypeVertical {
    width: 100%;
    margin: 0 auto;
}

/*.menuTypeVertical.menuType2 .menuModalHorz .menuModal{grid-template-columns:10% 10% 10% 10% 10% 10% 10% 10% 10%;}*/
.menuTypeVertical .menuModalHorz {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 45px 30px 35px;
}

.menuTypeVertical .menuModalHorz > div {
    float: left;
}

.menuTypeVertical .menuModalHorz .menuBoxLeft {
    margin-right: 80px;
}

.menuTypeVertical .menuModalHorz .menuBoxRight {
    width: 50%;
}

.menuTypeVertical .menuModalHorz .menuBoxRight ul {
    display: flex;
    justify-content: right;
    width: 100%;
}

.menuTypeVertical .menuModalHorz .menuBoxRight ul li {
    float: left;
    width: 100%;
    margin: 0 1.5px;
}

.menuTypeVertical .menuModalHorz .menuBoxRight.menuType2li ul li:nth-child(1) {
    width: 68%;
}

.menuTypeVertical .menuModalHorz .menuBoxRight.menuType2li ul li:nth-child(2) {
    width: 34%;
}

.menuTypeVertical.menuType3 .menuBoxRight ul li img {
    width: 250px;
}

.menuTypeVertical .menuModalHorz .menuBoxRight ul li a {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    text-align: center;
    display: block;
}

.menuTypeVertical .menuModalHorz .menuBoxRight ul li a p {
    display: inline-block;
    margin: 15px 0 0 0;
    letter-spacing: 0.65px;
    position: relative;
}

.menuTypeVertical .menuModalHorz .menuBoxRight ul li a p:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(50% - 8px);
    width: 0;
    height: 1px;
    background: #000000;
    transition: all .4s;
}

.menuTypeVertical .menuModalHorz .menuBoxRight ul li a:hover p:after {
    width: 100%;
    left: 0;
}

.menuTypeVertical .menuModalHorz .menuModal {
    display: flex;
    grid-template-columns: auto auto auto auto auto auto;
    width: 100%;
    float: left;
    justify-content: space-between;
    gap: 10px;
}

.menuTypeVertical .menuModalHorz .menuBoxBottom {
    width: 100%;
    float: left;
}

.menuTypeVertical .menuModalHorz .menuBoxBottom a {
    float: left;
    color: #3F4552;
    font-size: 13px;
    font-weight: 500;
}

.menuTypeVertical .menuModalHorz .menuModalBox {
    float: left;
    width: 100%;
}

.menuTypeVertical .menuModalHorz .menuModalTitle {
    float: left;
    width: 100%;
    display: block;
}

.menuTypeVertical .menuModalHorz .menuModalTitle a {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
    line-height: 20px;
    letter-spacing: 0.9px;
    display: block;
}

.menuTypeVertical .menuModalHorz .menuModalBox ul {
    float: left;
    padding: 0;
    margin: 0 0 35px 0;
    display: block;
    width: 100%;
}

.menuTypeVertical .menuModalHorz .menuModalBox ul li {
    display: block;
}

.menuTypeVertical .menuModalHorz .menuModalBox ul li a {
    font-size: 13px;
    color: #000000!important;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.65px;
    float: left;
    width: 100%;
    display: block;
}

.menuTypeVertical .menuModalHorz .menuModalBox ul li a:hover {
    color: #616161 !important;
}

.menuTypeVertical .menuModalHorz .menuModalBox ul li sup {
    font-size: 10px;
    color: red;
    padding-left: 5px;
}

.menuTypeVertical .menuModalHorz .menuModalBox ul li.boldhr a {
    text-decoration: underline;
    font-weight: 400;
}

body #divIndirimOrani {
    width: auto;
    text-align: right;
    margin: 0 0 0 10px;
    clear: initial;
}

body #divIndirimOrani .lineTitle {
    display: none;
}

body #divIndirimOrani .indirimliOrani {
    font-size: 0;
}

body #divIndirimOrani .indirimliOrani #ltrIndirimOrani {
    color: #D11B1B;
    font-weight: 400;
    line-height: 17px;
}

body #divIndirimOrani .indirimliOrani #ltrIndirimOrani:before {
    content: '-%';
}

/*body #divIndirimOrani .indirimliOrani #ltrIndirimOrani:after{content: ')';}*/
.UFavorilerimeEkle {
    float: left;
    width: 100%;
    max-width: 40px;
    border: 1px solid #000000;
    margin: 0;
}

.UFavorilerimeEkle a {
    float: left;
    width: 100%;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.UFavorilerimeEkle a .box1 {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 0;
}

.UFavorilerimeEkle a .box1 i {
    font-weight: 300;
    font-size: 20px;
    font-weight: 300;
    line-height: 38px;
    transition: all .3s ease-in-out;
}

.UFavorilerimeEkle a:hover .box1 i {
    font-weight: 500;
    color: #000000;
}

.UFavorilerimeEkle a#aFavroriCikarBtn .box1 i {
    font-weight: 500;
    color: #000000;
}

.UFavorilerimeEkle a .boxIcon {
    display: none;
}

.productItem .newIcon {
    float: left;
    width: 100%;
    margin: 7px 0 0;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 20px;
    display: block!important;
}

.productItem .discountIcon {
    display: block !important;
    float: left;
    position: absolute;
    left: 10px;
    bottom: 170px;
    z-index: 8;
    background: rgb(255 255 255 / 60%);
    padding: 0 5px;
}

.productItem .discountIcon .discountIcon_s1 {
    font-size: 12px;
    color: #D11B1B;
    line-height: 25px;
    font-weight: 400;
}

.productItem .discountIcon .discountIcon_s1:before {
    content: "-";
}

/*.productItem .discountIcon .discountIcon_s1:after{content: ")";}*/
.productItem .mycartIcon {
    position: absolute;
    right: 40px;
    top: 20px;
    display: none!important;
}

.productItem .mycartIcon a {
    color: #000000;
    text-align: center;
    width: 20px;
    border-radius: 100%;
    background: #fff;
    padding: 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}

.productItem .mycartIcon a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/bag-add.svg");
    float: left;
    width: 15px;
    height: 18px;
}

.productItem .favori {
    position: absolute;
    right: 10px;
    top: 20px;
}

.productItem .productDetail .favori {
    display: block;
}

.productItem .favori a {
    text-align: center;
    width: 20px;
    border-radius: 100%;
    background: #fff;
    padding: 0;
    font-size: 0;
}

.productItem .favori a:before {
    content: '\f004';
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'FontAwesome';
}

.productItem .favori a:hover:before {
    color: #000000;
    font-weight: 500;
}

.productItem .favori a.listfavoriAktif:before {
    color: #000000;
    font-weight: 500;
}

.boxUrunlerContent {
    display: block !important;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.boxUrunlerContainer {
    display: block;
    float: left;
}

.boxUrunlerContainer>div:nth-child(n+4) {
    display: none;
}

.boxUrunlerContent .BoxLength {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    height: 14px;
}

.boxUrunlerContent .BoxLength:before {
    content: "+";
    margin-right: 2px;
}

.boxBedenlerContent {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 125px;
    background: rgb(155 155 155 / 54%);
    text-align: center;
    padding: 10px;
    z-index: 8;
}

.productItem:hover .boxBedenlerContent {
    display: block!important;
}

.productItem:hover .owl-dots {
    bottom: 45px;
}

.boxBedenlerContent .boxBedenlerTittle {
    float: left;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
    display: none;
}

.boxBedenlerContent .boxBedenlerContainer {
    float: left;
    width: 100%;
    justify-content: center;
}

.boxBedenlerContent .boxBedenlerContainer >div {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.boxBedenlerContent .boxBedenlerContainer >div .boxBedenler {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}

.boxBedenlerContent .boxBedenlerContainer >div .boxBedenler.noStokUrunListe {
    position: relative;
    background: transparent!important;
    color: #CBCBCB!important;
}

.boxBedenlerContent .boxBedenlerContainer >div .boxBedenler.noStokUrunListe:after {
    content: '';
    height: 1px;
    max-width: 65px;
    margin: 0 auto;
    background: #CBCBCB;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
}

.productItem.Yakinda .boxBedenlerContent {
    display: none!important;
}

div.quickViewIco > a {
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: 0;
    display: inline-table;
    padding: 0;
    background: transparent;
    float: right;
}

div.quickViewIco > a:hover {
    background: transparent;
    background-color: transparent !important
}

div.quickViewIco {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0px;
    bottom: 125px;
    text-align: center;
    display: none;
    top: auto;
    z-index: 9;
}

.productItem:hover > .productIcon > div.quickViewIco {
    display: block
}

.productItem.Yakinda div.quickViewIco {
    display: none!important;
}

.productItem .boxBedenlerContent .boxBedenlerContainer {
    float: left;
    width: 100%;
    display: flex;
}

.boxUrunlerContainer {
    display: inline-block;
    width: auto;
    float: none;
    vertical-align: top;
}

.productItem .boxBedenlerContent .boxBedenlerContainer > div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
}

.boxUrunlerContainer > div {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.productItem .boxBedenlerContent .boxBedenlerContainer .boxResimContent,.boxUrunResimContent {
    float: left;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px transparent;
    width: 14px;
}

.productItem .boxBedenlerContent .boxBedenlerContainer .boxResimContent:hover {
    float: left;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px #ECE8E8;
}

.productItem .boxBedenlerContent .boxBedenlerContainer .boxResimContent img,.boxUrunResimContent img {
    max-height: 14px;
    width: 14px;
    border-radius: 50%;
    box-shadow: 0 0 0 .5px #d5d5d5;
}

.categoryTopContainer .categoryArea {
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0 40px 0;
}

.categoryTopContainer .categoryTitle {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 20px 0;
    letter-spacing: 1.05px;
}

.categoryTopContainer .categoryAlt {
    float: left;
    width: 100%;
    text-align: center;
}

.categoryTopContainer.categoryTemplate1 .categoryAlt ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categoryTopContainer.categoryTemplate1 .categoryAlt ul li {
    margin: 0 15px
}

.categoryTopContainer.categoryTemplate1 .categoryAlt ul li a {
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.8px;
    transition: all .4s;
}

.categoryTopContainer.categoryTemplate1 .categoryAlt ul li a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 1.5px;
    background: #000000;
    opacity: 0;
    transition: all .4s linear;
}

.categoryTopContainer.categoryTemplate1 .categoryAlt ul li a:hover:after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.categoryTopContainer.categoryTemplate2 .categoryTitle {
    color: #FFF;
}

.categoryTopContainer.categoryTemplate2 .categoryTitle2 {
    width: 420px;
    display: block;
    margin: 0 auto;
    color: #FFFFFF;
    letter-spacing: 0.7px;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}

.categoryTopContainer.categoryTemplate2 .categoryArea {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 30px 0;
}

.categoryTopContainer.categoryTemplate2 .categoryBannerBox {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.categoryTopContainer.categoryTemplate2 .categoryBannerBox .categoryBannerContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    float: left;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    flex-direction: column;
}

.categoryTopContainer.categoryTemplate3 .categoryArea {
    float: unset;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox {
    float: left;
    width: 100%;
    padding: 30px 0 0;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderContent {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderContent .categoryTitle2 {
    float: left;
    width: 100%;
    color: #000000;
    letter-spacing: 0.7px;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderContent .categoryTitle2 span {
    /*width: 420px;*/
    margin: 0 auto;
    display: block;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea {
    float: left;
    width: 100%;
    text-align: center;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea .owl-stage-outer .owl-stage {
    margin: 0 auto;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea ul li a p {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px;
}

.categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea ul li a img {
    border-radius: 50%;
}

.categoryArea .owl-carousel .owl-nav {
    display: block;
    right: 0;
    left: 0;
    top: 30%;
}

.categoryArea .owl-carousel .owl-nav .ProductListprev, .categoryArea .owl-carousel .owl-nav .ProductListnext {
    width: 43px;
    height: 43px;
    background: transparent;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.categoryArea .owl-carousel .owl-nav .ProductListprev:hover, .categoryArea .owl-carousel .owl-nav .ProductListnext:hover {
}

.categoryArea .owl-carousel .owl-nav .ProductListprev {
    left: -60px;
    top: 30%;
}

.categoryArea .owl-carousel .owl-nav .ProductListnext {
    right: -60px;
    top: 30%;
}

.categoryArea .owl-carousel .owl-nav .ProductListprev:before {
    content: "ï„„";
    font-family: 'FontAwesome';
    color: #000000!important;
    font-weight: 400;
    font-size: 25px;
}

.categoryArea .owl-carousel .owl-nav .ProductListnext:before {
    content: "ï„…";
    font-family: 'FontAwesome';
    color: #000000!important;
    font-weight: 400;
    font-size: 25px;
}

.urunOzellikContainer {
    float: left;
    width: 100%;
}

.urunOzellikContainer .urunOzellikBox {
    float: left;
    width: 100%;
}

.urunOzellikContainer > .urunOzellikBox:nth-child(1) .urunOzellikTop .urunOzellikTitle img {
    display: none;
}

.urunOzellikContainer > .urunOzellikBox:nth-child(1) .urunOzellikTop .urunOzellikTitle span {
    margin-left: 0;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikTop {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 25px;
    margin: 10px 0 0;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikTop .urunOzellikTitle {
    float: left;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 60%;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikTop .urunOzellikTitle span {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 6px;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikTop .urunOzellikLink {
    display: block;
    float: right;
    width: 40%;
    text-align: right;
    display: none;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikTop .urunOzellikLink a {
    display: block;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikBottom {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #000000;
    padding-bottom: 30px;
    border-bottom: 1px solid #ECECEC;
}

.urunOzellikYorumlarArea {
    float: left;
    width: 100%;
    padding: 0;
    font-size: 0;
    position: relative;
}

.urunOzellikYorumlarArea .yorum-item-left {
    float: left;
    width: 100%;
    flex: 0 0 100%;
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.urunOzellikYorumlarArea .yorum-item-left .yorum-item-puan-name {
    margin: 0 22px 0 0;
    line-height: 24px;
}

.urunOzellikYorumlarArea .yorum-item-left .yorum-item-puan-date {
    display: block;
    margin: 0;
    vertical-align: inherit;
    line-height: 24px;
    color: #545454;
    font-size: 10px;
}

.urunOzellikYorumlarArea .yorum-item-left .yorum-item-puan {
    display: none!important;
}

.urunOzellikYorumlarArea .yorum-item-left .yorum-item-puan-yas {
    display: none!important;
}

.urunOzellikYorumlarArea .yorum-item-right {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 12px;
    color: #000000;
    font-weight: 300;
    line-height: 18px;
}

.urunOzellikYorumlarArea .yorum-item-right .yorum-item-puan-tavsiye-list {
    display: none!important;
}

.urunOzellikYorumlarArea .yorum-item-right .yorum-item-puan-tavsiye-item {
    display: none!important;
}

.urunOzellikYorumlarArea .yorum-item-right .rating {
    position: absolute;
    top: 0;
    right: 0;
}

.urunOzellikYorumlarArea .yorum-item-right .rating i {
    font-size: 20px;
    margin: 0 !important;
}

.urunOzellikYorumlarArea .yorum-item-right .yorum-item-puan-baslik {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: unset;
    text-transform: inherit;
    font-weight: 500;
    margin: 0 0 7px 0;
}

.urunOzellikYorumlarArea .yorum-item-right .yorum-item-puan-desc {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 12px;
    color: #000000;
    font-weight: 300;
    line-height: 18px;
}

#tabYorumlarContainer {
    float: left;
    width: 100%;
    padding: 80px 0;
}

#tabYorumlarContainer .tabYorumlar {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
}

#tabYorumlarContainer .divYorumlarV2Desc {
    display: none!important;
}

#tabYorumlarContainer .divYorumlarV2Section1_1a1a {
    display: none!important;
}

#tabYorumlarContainer .yorum-item-puan {
    display: none!important;
}

#tabYorumlarContainer .yorum-item-puan-yas {
    display: none!important;
}

#tabYorumlarContainer .yorum-item-puan-tavsiye-list {
    display: none!important;
}

#tabYorumlarContainer .yorum-item-puan-baslik {
    display: none!important;
}

#tabYorumlarContainer .yorum-item-puan-tavsiye-item {
    display: none!important;
}

#tabYorumlarContainer .commentPager {
    display: none!important;
}

#tabYorumlarContainer .divYorumlarV2Section1 {
    padding: 0;
}

#tabYorumlarContainer .v2YorumFilter {
    height: 75px;
    align-items: center;
}

#tabYorumlarContainer .v2YorumFilterItem {
    padding: 0;
}

#tabYorumlarContainer .v2YorumFilterItem.filter-last-element {
    margin: 0;
}

#tabYorumlarContainer .v2YorumFilterItem.filter-last-element .v2YorumFiltreGrupItem {
    margin: 0;
}

#tabYorumlarContainer .divYorumlarV2Section2 {
    border-top: unset;
    margin: 0;
}

#tabYorumlarContainer .v2YorumFilterItem-title {
    min-width: 100px;
    max-height: unset;
    float: left;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

#tabYorumlarContainer .v2YorumFiltreGrupItem {
    margin-right: 30px;
    width: unset;
}

#tabYorumlarContainer .v2YorumFiltreGrupItem > a {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

#tabYorumlarContainer .v2YorumFiltreGrupItem>a svg {
    fill: #000;
    background: #ffffff;
}

#tabYorumlarContainer .v2YorumFiltreGrupItem:hover {
    background-color: transparent;
}

#tabYorumlarContainer .v2YorumFiltreGrupItem:hover > a {
    color: #000000;
}

#tabYorumlarContainer .divYorumlarV2Item {
    border-bottom: 1px solid #000000;
    margin: 0;
    padding: 30px 30px 15px;
}

#tabYorumlarContainer .yorum-item-puan-desc {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.7px;
}

#tabYorumlarContainer .rating {
    margin: 0 0 10px 0;
    padding: 0;
}

#tabYorumlarContainer .rating i {
    font-size: 18px;
    font-style: normal;
    line-height: 16px;
}

#tabYorumlarContainer .yorum-item-left {
    margin: 0;
    flex: 0 0 30%;
}

#tabYorumlarContainer .yorum-item-right {
    margin: 0;
}

#tabYorumlarContainer .yorum-item-puan-name {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 10px 0;
}

#tabYorumlarContainer .yorum-item-puan-date {
    font-size: 10px;
    font-weight: 400;
    color: #545454;
    margin: 0;
}

#divTabYorumlar .divYorumlarV2Desc {
    display: none!important;
}

#divTabYorumlar .divYorumlarV2Section1_1a2a > p {
    display: none!important;
}

#divTabYorumlar .divYorumlarV2Ortalama-1a1a {
    border: none;
}

#divTabYorumlar .divYorumlarV2Section1_1a1a {
    flex-direction: row-reverse;
    justify-content: left;
}

#divTabYorumlar .divYorumlarV2Ortalama-1a2a {
    background-color: transparent;
    position: unset;
    font-size: 16px;
    font-weight: 500;
}

#divTabYorumlar .divYorumlarV2Ortalama-1a3a {
    margin: 0 auto;
    height: unset;
    font-size: 16px;
    font-weight: 500;
}

#divTabYorumlar .divYorumlarV2Ortalama {
    flex-direction: column;
    margin: 0 150px 0 0;
}

#divTabYorumlar .divYorumlar-t1c9c {
    padding: 0;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

#divTabYorumlar .divYorumlarV2Slide {
    padding: 0;
    height: unset;
    width: unset;
}

#divTabYorumlar .divYorumlar-t149k {
    color: #000000;
    font-size: 10px;
    margin-left: 15px;
    font-weight: 400;
}

#divTabYorumlar .divYorumlar-t1c9k {
    height: 5px;
    background: #FFF;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-webkit-radius: 0;
    max-width: 330px;
    min-width: 330px;
}

#divTabYorumlar .divYorumlar-t1c9k span {
    height: 5px;
    background: #000000;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-webkit-radius: 0;
}

#divTabYorumlar .divYorumlarV2Ortalama-1a4a {
    padding-bottom: 0;
    font-size: 32px;
    line-height: 50px;
    font-weight: 500;
}

#divTabYorumlar .urunTabAlt {
    background: #F4F4F4;
    padding: 30px 50px;
    float: left;
    width: 100%;
    max-width: 100%;
}

#divTabYorumlar .urunTabAlt .button {
    padding: 10px 15px;
    color: #fff;
}

#divTabYorumlar .commentTicimax .commentTiciContainer {
    max-width: 1320px;
}

#divTabYorumlar .divYorumlarV2Section2 .v2YorumFilter {
    display: none;
}

#divTabYorumlar .yorum-item-puan-date {
    display: none;
}

#divTabYorumlar .yorum-item-puan-yas {
    display: none;
}

#divTabYorumlar .yorum-item-online-satinalindi {
    display: none;
}

#divTabYorumlar .yorum-item-puan-tavsiye-list {
    display: none;
}

#divTabYorumlar .yorum-item-puan-tavsiye-item {
    display: none;
}

#divTabYorumlar .commentTicimax .commentTiciGeneralRating .commentTiciNumber {
    display: none;
}

body #divTahminiTeslimatSuresi {
    margin: 0 0 15px;
}

body #divTahminiTeslimatSuresi .left_line {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

body #divTahminiTeslimatSuresi .center_line {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

body #divTahminiTeslimatSuresi .right_line {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.urunAciklamaContainer {
    float: left;
    width: 100%;
    margin: 0;
}

.urunAciklamaContainer .urunAciklamaArea {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft {
    float: left;
    width: 55%;
}

.urunAciklamaContainer .urunAciklamaArea .urunAciklamaRight {
    float: left;
    width: 35%;
}

.urunAciklamaContainer .urunAciklamaArea .titleH {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 20px;
}

.urunAciklamaContainer .urunAciklamaArea .content {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}

.urunAciklamaContainer .urunAciklamaArea .content > p {
    margin: 0 0 10px 0
}

.urunAciklamaContainer .urunAciklamaArea .content ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.urunAciklamaContainer .urunAciklamaArea .content ul li {
    margin-right: 8px;
}

.urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft .titleH {
    font-size: 0;
}

.urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft .titleH:before {
    content: "TANIM";
    font-size: 14px;
}

.RightDetail .urunAciklamaContainer .urunAciklamaArea {
    display: block;
}

.RightDetail .urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft {
    width: 100%;
}

.RightDetail .urunAciklamaContainer .urunAciklamaArea .urunAciklamaRight {
    width: 100%;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikBottom .urunAciklamaRight .titleH {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 25px;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikBottom .urunAciklamaRight {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikBottom .urunAciklamaRight .content ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.urunOzellikContainer .urunOzellikBox .urunOzellikBottom .urunAciklamaRight .content ul li {
    margin-right: 8px;
}

html:lang(tr) .urunOzellikContainer .urunOzellikBox .urunOzellikBottom .urunAciklamaRight .titleH {
    font-size: 14px;
}

/*
html:lang(tr) .urunOzellikContainer .urunOzellikBox .urunOzellikBottom .urunAciklamaRight .titleH:before {content: 'Ä°Ã‡ERÄ°ÄžÄ°';font-size: 14px;}
*/
.shareArea {
    float: left;
    width: 50%;
    position: relative;
}

.shareArea .product_social_icon_wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.shareArea .product_social_icon_wrapper .pcon {
    float: left;
    width: 100%;
}

.shareArea .product_social_icon_wrapper .pcon .paylasTitle {
    float: right;
    cursor: pointer;
    letter-spacing: 0.6px;
    color: #616161;
    font-weight: 400;
    font-size: 12px;
    height: 80px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.shareArea .product_social_icon_wrapper .pcon .paylasTitle img {
    margin-right: 10px;
}

.shareArea .product_social_icon_wrapper .product-social-icon-popup {
    float: left;
    border: 1px solid #D7D7D8;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    max-width: 280px;
    position: absolute;
    z-index: 99;
    background: #FFF;
    top: 60px;
    right: 0;
}

.shareArea .product_social_icon_wrapper .product-social-icon-popup:before {
    position: absolute;
    top: -13px;
    right: 10%;
    border: solid rgba(0,0,0,0);
    content: '';
    pointer-events: none;
    margin-left: -6px;
    border-color: rgba(215,215,216,0);
    border-width: 6px;
    border-bottom-color: #d7d7d8;
}

.shareArea .product_social_icon_wrapper.active .product-social-icon-popup {
    opacity: 1;
    visibility: visible;
}

.shareArea .product_social_icon_wrapper .product-social-icon-popup .product-social-icon-box {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.shareArea .product_social_icon_wrapper .product-social-icon-popup .product-social-icon-box .product-social-icon-title {
    float: left;
    width: 100%;
    letter-spacing: 0.55px;
    color: #000000;
    margin: 0 0 15px 0;
    font-size: 11px;
    font-weight: 400;
}

.shareArea .product_social_icon_wrapper .product-social-icon-popup .product-social-icon-box .copy-btn {
    border: 1px solid #D7D7D8;
    margin: 0 0 15px 0;
    float: left;
    width: 100%;
    background: #F3F3F3;
    line-height: 30px;
    padding: 0 0 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 0.55px;
    color: #616161;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
}

.MiddleList .BedenT {
    display: block;
}

.BedenT {
    float: right;
    margin: 12px 0 15px 0px;
    display: none;
}

.BedenT a {
    float: left;
    display: inline-block;
    font-size: 12px;
    color: #000000;
    padding: 7px 0;
    border-bottom: 1px solid #000;
}

body .BedenT > a:before {
    font-weight: 400;
}

div#sizeandmeButton {
    float: left;
}

#iadeteslimat {
    position: relative;
    float: left;
    max-width: 880px;
}

#cerez-politika {
    position: relative;
    float: left;
    max-width: 880px;
    padding: 0 20px;
}

#cerez-politika * {
    font-family: "Mulish", sans-serif;
}

#bedenTablosu {
    position: relative;
    float: left;
    max-width: 880px;
}

#bedenTablosu .popupTitle {
    float: left;
    width: 100%;
    border-bottom: 1px solid #D7D7D8;
    line-height: 80px;
    font-weight: 500;
    padding: 0 30px;
    font-size: 18px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 9;
}

#bedenTablosu .bedenTablosuContainer {
    float: left;
    width: 100%;
    padding: 30px;
}

#bedenTablosu .bedenTablosuContainer .bedenTabloArea {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 20px;
}

#bedenTablosu .bedenTablosuContainer .bedenTabloArea .titleH {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 18px;
    display: none;
}

#bedenTablosu .bedenTablosuContainer .bedenTablosuBox {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 25px;
    font-weight: 300;
}

#bedenTablosu .bedenTablosuContainer table {
    border: 1px solid #D7D7D8;
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

#bedenTablosu .bedenTablosuContainer th, #bedenTablosu .bedenTablosuContainer td {
    line-height: 40px;
    color: #000000;
    font-size: 13px;
    text-align: center;
    border-right: 1px solid #D7D7D8;
    font-weight: 300;
}

#bedenTablosu .bedenTablosuContainer tr th:first-child, #bedenTablosu .bedenTablosuContainer tr td:first-child {
    text-align: left;
    padding: 0 0 0 30px;
}

#bedenTablosu .bedenTablosuContainer th {
    font-weight: 400;
    font-size: 14px;
}

#bedenTablosu .bedenTablosuContainer thead {
    border-bottom: 1px solid #D7D7D8;
}

#bedenTablosu .bedenTablosuContainer thead th {
    background-color: #F5F5F5;
}

#bedenTablosu .bedenTablosuContainer tr:nth-child(2n) {
    background-color: #F5F5F5;
}

#bedenTablosu .bedenTablosuContainer tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

#bedenTablosu .bedenTablosuContainer tbody td {
    position: relative;
}

#bedenTablosu .bedenTablosuContainer tbody td:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -9999px;
    bottom: -9999px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: -1;
}

#bedenTablosu .bedenTabloImg {
    padding: 0 20px 0 0;
    width: 189px;
    float: left;
}

#bedenTablosu .BedenTablosuRight {
    float: left;
    width: calc(100% - 189px);
    padding: 20px 0;
}

#bedenTablosu .BedenTablosuRight .BedenTablotitle {
    font-size: 18px;
    font-weight: 400;
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

#bedenTablosu .BedenTablosuRight .BedenOzellik {
    float: left;
    width: 100%;
    color: #000;
}

#bedenTablosu .BedenTablosuRight .BedenOzellik span {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    font-weight: 500;
}

#bedenTablosu .BedenTablosuRight .BedenOzellik ul {
    margin: 0 0 10px;
    float: left;
    width: 100%;
    padding-left: 20px;
}

#bedenTablosu .BedenTablosuRight .BedenOzellik .urunAciklamaRight {
    display: none;
}

#bedenTablosu .bedenTablosuContainer b {
    font-weight: 500;
}

#bedenTablosu .bedenTablosuContainer strong {
    font-weight: 500;
}

body .fancybox-close {
    top: 0px;
    right: 0px;
    width: 33px;
    height: 33px;
    background: #000;
    box-shadow: unset;
}

body .fancybox-close:hover {
    background: #000;
    box-shadow: unset;
}

body .fancybox-close:after {
    content: '\f00d';
    font-weight: 400;
    color: #FFF;
    font-family: 'FontAwesome';
    line-height: 33px;
    font-size: 14px;
}

.detayBottomCont.dispGoster {
    display: block;
}

.detayBottomCont {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
    z-index: 999;
}

.detayBottom {
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.detayBottomLeft {
    width: 75%;
    float: left;
    display: flex;
    align-items: center;
}

.detayBottomRight {
    width: 25%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.fixstokyok .detayBottomRight {
    display: none;
}

.detayBottom .urunImg {
    float: left;
    max-width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.detayBottom .urunTitle {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-left: 30px;
    letter-spacing: 0.6px;
    font-family: "Mulish", sans-serif;
    font-weight: 300;
}

.detayBottom .urunPrice {
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    margin-left: 45px;
}

.detayBottom .urunPrice #divIndirimliFiyat {
    position: relative;
    flex-direction: row;
    align-items: center;
}

.detayBottom .urunPrice #divIndirimliFiyat .IndirimliFiyatContent {
    margin: 0 18px 0 0;
}

.detayBottom .urunPrice #divIndirimliFiyat #divIndirimOrani {
    position: absolute;
    left: -80px;
}

.detayBottom .urunVaryant {
    float: left;
}

.detayBottom .urunVaryant #divUrunEkSecenek {
    float: left;
    display: flex;
    align-items: center;
}

.detayBottom .urunVaryant #divUrunEkSecenek .eksecenekLine {
    margin: 0 30px!important;
}

.detayBottom .urunVaryant #divUrunEkSecenek .eksecenekLine.selectvaryasyon {
    min-width: 105px;
}

.detayBottom .urunVaryant #divUrunEkSecenek .eksecenekLine.selectvaryasyon select {
    line-height: 33px;
    background-position: 90% 50%;
}

.detayBottom .urunVaryant #divUrunEkSecenek .eksecenekLine.resimlivaryasyon {
    width: unset;
}

.detayBottom .urunVaryant #divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box {
    display: none;
}

.detayBottom .urunVaryant #divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box.selected {
    display: block;
    margin: 0;
}

.detayBottom .urunVaryant #divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line select {
    height: 30px;
}

.detayBottom .urunButton {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.detayBottom .buyfast {
    display: none;
}

.detayBottom .BasketBtn {
}

.detayBottom .basketBtn {
    width: 100%;
    max-width: 310px;
}

/*.YakindaTrue .detayBottom .basketBtn{display:none!important;}*/
.detayBottom .KombinTopluSatinAlimBtn {
    width: 100%;
    max-width: 310px;
}

.detayBottom .Basketinp {
    max-width: 130px;
}

/*.detayBottom .UFavorilerimeEkle{background: #000000;margin: 0 0 0 12px;}*/
/*.detayBottom .UFavorilerimeEkle a{color: #ffffff}*/
/*.detayBottom .UFavorilerimeEkle a#aFavroriCikarBtn .box1 i{color: #ffffff}*/
.detayBottom .IndirimliFiyatContent .right_line * {
    font-size: 14px;
}

.detayBottom .PiyasafiyatiContent {
    font-size: 14px;
    line-height: 11px;
}

.detayBottom .PiyasafiyatiContent .right_line {
    font-size: 14px;
    line-height: 11px;
}

.detayBottom .PiyasafiyatiContent .right_line * {
    font-size: 14px;
    line-height: 11px;
}

.detayBottom .riSingle a.riUp {
}

.detayBottom .riSingle a.riDown {
}

.detayBottom #txtbxurunSiparisAdedi {
}

.detayBottom .riSingle a.riUp, .detayBottom .riSingle a.riDown {
}

.detayBottom .OnYaziContent {
    display: none;
}

.detayBottom #divIndirimOrani {
    display: none;
}

.detayBottomCont #divOzelAlan5 {
    display: none;
}

.HomeBody .CategoryTab {
    float: left;
    width: 100%;
    position: relative;
}

.HomeBody .CategoryTab .TabTop {
    float: left;
    width: 100%;
}

.HomeBody .CategoryTab .TabTop .TabTitle {
    float: left;
    width: 100%;
    text-align: center;
    letter-spacing: 2.1px;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
}

.HomeBody .CategoryTab .TabTop .TabTitle * {
    float: left;
    width: 100%;
    text-align: center;
    letter-spacing: 2.1px;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}

.HomeBody .CategoryTab .Tablink {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.HomeBody .CategoryTab .Tablink ._tabHeadCategory {
    float: left;
    width: 100%;
}

.HomeBody .CategoryTab .Tablink ._tabHeadCategory ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HomeBody .CategoryTab .Tablink ._tabHeadCategory ul li {
    float: left;
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    text-shadow: 0px 0px 15px #00000033;
    margin: 0 17px;
}

.HomeBody .CategoryTab .Tablink ._tabHeadCategory ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(50% - 15px);
    width: 0;
    height: 1px;
    background: #000000;
    transition: all .4s;
}

.HomeBody .CategoryTab .Tablink ._tabHeadCategory ul li:hover:after {
    width: 100%;
    left: 0;
}

.HomeBody .CategoryTab .Tablink ._tabHeadCategory ul li._tabHeadCategory_active:after {
    width: 100%;
    left: 0;
}

.HomeBody .CategoryTab .TabUrun {
    float: left;
    width: 100%;
}

.HomeBody .CategoryTab .TabUrun .ProductList {
    display: unset!important;
}

.HomeBody .CategoryTab .TabUrun .CategoryTabAlt {
    width: 100%;
    padding: 0;
    float: left;
    height: 0;
    overflow: hidden;
    position: relative;
}

.HomeBody .CategoryTab .TabUrun .CategoryTabAlt.active {
    overflow: visible;
    height: 100%;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

#mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-dots {
    display: none!important;
}

#mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-nav {
    display: none;
    left: unset;
    top: -95px;
    width: 100px;
}

#mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-nav .ProductListprev:before, #mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-nav .ProductListnext:before {
    color: #000000;
    font-size: 22px;
}

#mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-nav .ProductListprev:hover, #mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-nav .ProductListnext:hover {
    background: transparent;
}

body .dinamikFormContainer label {
    float: left;
    width: 100%;
    line-height: 35px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
}

body .dinamikFormContainer .textbox {
    padding: 0 10px;
}

body.HesabimTakip .hesabimBolumuTutucu {
    padding: 0 30px;
}

body.HesabimTakip .sagIcerikTutucu {
    width: 75%;
    padding: 0 0 0 30px;
}

body.HesabimTakip .solAnaMenu {
    box-shadow: 0px 0px 3px #0000000d;
    border: 1px solid #F2F2F2;
    background: #FFF;
    width: 25%;
}

body.HesabimTakip .solAnaMenu ul li a {
    color: #000000;
    font-size: 13px;
    padding: 11px 0;
    font-weight: 300;
    display: flex;
    align-items: center;
}

body.HesabimTakip .solAnaMenu ul li a span {
    margin: 10px 0 0 0;
}

body.HesabimTakip .solAnaMenu ul li a:before {
    margin: 0 10px 0 0;
}

body.HesabimTakip .solAnaMenu ul li.menuHesapAyarlarim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-person.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuSiparislerim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-order.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuIadeTaleplerim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-return.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuSepetim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-bag.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuFavorilerim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-heart.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuIstekListelerim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-star.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuFiyatAlarmListem a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-arrow-down.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuStokAlarmListem a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-arrow-up.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuParaPuan a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-money.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuDestekTaleplerim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-help.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuHavaleBildirim a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-money-transfer.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li.menuUyeCikis a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h-log-out.svg");
    float: left;
}

body.HesabimTakip .solAnaMenu ul li a i {
    display: none;
}

body.HesabimTakip .solAnaMenu ul li.menuYorumlarim a i {
    display: block;
}

body.HesabimTakip .solAnaMenu ul li.menuSozlesmelerim a i {
    display: block;
}

body.HesabimTakip .solAnaMenu ul li.menuBakiyeBilgilerim a i {
    display: block;
}

body.HesabimTakip .hesabimAnasayfa .hesabimAnasayfaBaslik h2 {
    color: #000000;
}

body.HesabimTakip .hesabimAnasayfa .hesabimAnasayfaBaslik p {
    color: #000000;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li {
    padding: 0 7.5px;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li a {
    background: transparent;
    box-shadow: 0 0 3px #0000000d;
    border: 1px solid #F2F2F2;
    color: #000000;
    font-size: 14px;
    padding: 0;
    height: 210px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-1 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h1-help.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-2 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h2-order.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-3 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h3-person.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-4 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h4-location.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-5 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h5-money.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-6 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h6-star.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-7 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h7-return.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li.hsbmMenu-8 a:before {
    content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/h8-bag.svg");
    float: left;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li a i {
    display: none;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li a:hover {
    background: #ffffff;
    color: #000000;
}

body.HesabimTakip .hesabimAnasayfaMenuler ul li a:hover .fa {
    color: #000000;
}

#divUrunDetayKombin {
    float: left;
    width: 100%;
    position: relative;
}

#divUrunDetayKombin #kombinUrunler {
    float: left;
    width: 100%;
}

#divUrunDetayKombin #kombinUrunler .kombinContent {
    float: left;
    width: 100%;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar {
    float: left;
    width: 100%;
    border-bottom: 1px solid #D7D7D8;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    position: relative;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar div {
    width: 49%;
    border: 1px solid #D7D7D8;
    background-color: #FFF;
    display: block!important;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar div:first-child {
    margin-right: 0;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinIndirimOrani {
    border: none;
    width: unset;
    padding: 0;
    position: absolute;
    background: transparent;
    right: 5%;
    top: 10px;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinIndirimOrani > span {
    font-size: 16px;
    font-weight: 400;
    color: #D11B1B;
    display: block;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinIndirimOrani > span:before {
    content: '(-';
    float: left;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinIndirimOrani > span:after {
    content: ')';
    float: right;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinIndirimOrani .title {
    display: none;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinTopluSatinAlimFiyat {
    position: relative;
    background: #FBFBFB;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinTopluSatinAlimFiyat span strong {
    color: #D11B1B;
    font-size: 16px;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinTopluSatinAlimFiyat .kombinIndirimOrani {
    display: block;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinItem {
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #D7D7D8;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinItem:last-child {
    margin: 0;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.KombinTopluSatinAlimBtn {
    display: block!important;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar div span {
    align-items: start!important;
}

#divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar div span strong {
    font-size: 16px;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinImages img {
    border: 1px solid #000000;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinImages .selectedImagesLink {
    display: none!important;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail {
    width: calc(100% - 96px);
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin {
    float: left;
    width: 100%;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin .button {
    display: inline-block;
    line-height: 40px;
    width: 100%;
    float: left;
    padding: 0;
    margin: 10px 0 0 0 !important;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin > .kombinFormline {
    float: left;
    width: 50%;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divFiyatAlanlari {
    float: right;
    clear: right;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divFiyatAlanlari .kombinFiyat1 {
    font-size: 16px;
    font-weight: 400;
    color: #B8B8B8;
    line-height: 21px;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divFiyatAlanlari .kombinFiyat2 {
    font-size: 16px;
    font-weight: 500;
    color: #D11B1B;
    line-height: 21px;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divKombinUrunEkSecenek {
    float: right;
    width: 100%;
}

#divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divKombinUrunEkSecenek .divKombinEksecenekTipi {
    float: right;
    width: 100%;
    margin: 10px 0 0 0;
}

#divUrunDetayKombin #kombinUrunler #divFiyatAlanlari .kombinFiyat2 span {
    display: none!important;
}

#divUrunDetayKombin #kombinUrunler .kombinleft_line {
    display: none!important;
}

#divUrunDetayKombin #kombinUrunler .kombinright_line a {
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    height: 24px;
    line-height: 26px;
    font-size: 12px;
    color: #000;
}

body.kombinUrunVar .TopList {
    display: none!important;
}

body.kombinUrunVar #divUrunDetayDinamikForm {
    display: none!important;
}

body.kombinUrunVar .basketBtn {
    display: none!important;
}

body.kombinUrunVar .KombinTopluSatinAlimBtn {
    width: calc(100% - 43px);
    display: block!important;
    float: left;
    margin: 0 3px 0 0;
}

body.kombinUrunVar .KombinTopluSatinAlimBtn a {
    width: 100%;
    display: block!important;
    padding: 0;
    line-height: 40px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.35px;
}

body.kombinUrunVar .kombinUrunInfo {
    line-height: 15px;
    color: #000;
    font-weight: 300;
    font-size: 12px;
    width: 100%;
    display: block;
    padding: 0;
    float: left;
    margin: 30px 0 0 0;
}

/*
.kombinUrunSlider .productItem .newIcon{display: none!important;}
.kombinUrunSlider .productItem .productPrice{display: none!important;}
.kombinUrunSlider .productItem .discountIcon{display: none!important;}
.kombinUrunSlider .productItem .boxBedenlerContent{display: none!important;}
.kombinUrunSlider .productItem .boxUrunlerContent{display: none!important;}
.kombinUrunSlider .productItem .mycartIcon{display: none!important;}
.kombinUrunSlider .productItem .favori{display: none!important;}
.kombinUrunSlider .productItem .productName{width: 90%;}
.kombinUrunSlider .productItem .productName a{font-weight: 500;font-size: 14px;}
.kombinUrunSlider .productItem .examineIcon{display: block!important;font-size: 14px;letter-spacing: 0.7px;color: #000000;font-weight: 300;}
.kombinUrunSlider .productItem .examineIcon a{display:inline-block;float: left;font-size: 14px;letter-spacing: 0.7px;color: #000000;font-weight: 300;padding-bottom: 5px;border-bottom: 1px solid #000;line-height: 18px;transition: all .3s linear;}
.kombinUrunSlider .productItem .examineIcon a:hover{padding-bottom: 0;}
.kombinUrunSlider .productItem .quickViewIco {position: absolute; right: 10px; display: block!important; left: unset; top: 20px;width: unset; }
.kombinUrunSlider .productItem .quickViewIco a{}
.kombinUrunSlider .productItem .quickViewIco a:before {content: '\f06e';color: #000000;font-size: 16px;line-height: 20px;font-weight: 300;font-family: 'FontAwesome';}
.kombinUrunSlider .productItem .quickViewIco a:hover:before {color: #616161;}
*/
body.sepetimBody {
    background-color: #FFF;
}

body.sepetimBody .BasketPage {
    font-family: "Mulish", sans-serif !important;
}

body.sepetimBody .BasketDetail {
    box-shadow: 0px 0px 6px #00000012;
    border: 1px solid #F2F2F2;
}

body.sepetimBody .textbox.txtSepetAdet {
    border: 1px solid #F2F2F2;
    border-radius: 5px;
}

body.sepetimBody .sepett .alisverisedevamet {
    border: 1px solid #2DB372;
    border-radius: 5px;
    color: #2DB372;
    font-size: 12px;
    font-weight: 500;
}

body.sepetimBody .sepett .alisverisedevamet:hover {
    background: #FFF;
}

body.sepetimBody .sepetiTemizle {
    color: #757575;
    font-weight: 300;
    font-size: 12px;
    text-decoration: underline;
    line-height: 50px;
}

body.sepetimBody .sepetItem {
    border: 1px solid #F2F2F2;
}

body.sepetimBody .sepetItemB3 {
    display: none!important;
}

body.sepetimBody .sepetItemB4 {
    display: flex;
    flex-direction: row;
}

body.sepetimBody .sepetItemB4 > span {
    margin: 0 5px;
}

body.sepetimBody .sepetItemB.sepetItemB5 {
    right: 15px;
}

body.sepetimBody .sepetItemB4 .sepetItemB4_1 {
    line-height: unset;
    font-size: 14px;
    font-weight: 400;
    color: #B8B8B8;
}

body.sepetimBody .sepetItemB4 .sepetItemB4_2 {
    font-size: 16px;
}

body.sepetimBody .sepetItemPriceContent {
    width: 36%;
}

body.sepetimBody .sepetItemB2 {
    width: 9%;
}

body.sepetimBody .sepetItemB1 a {
    font-weight: 500;
}

body.sepetimBody .divSepetItemCheckbox {
    display: none!important;
}

body.sepetimBody .basketCompletebtn {
    border-radius: 0;
    padding: 0;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
}

body.sepetimBody .basketCompletebtn:hover {
    background: #2DB372;
    box-shadow: 0px 0px 6px #00000012;
}

body.sepetimBody .OdemeMenu ul li:hover >a {
    background-color: #000;
    border-color: #000;
}

body.sepetimBody .BasketAccountContainer .BasketRigth:not(.BasketHediyeCeki) {
    box-shadow: 0px 0px 6px #00000012;
    border: 1px solid #F2F2F2;
}

body .BasketRigth.BasketHediyeCeki {
    background-color: #F7F7F7;
    border: none;
    box-shadow: 0px 0px 6px #00000012;
}

body #hed div.hediCekForm input {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    background: #fff;
}

body #hed div.hediCekForm a {
    background: #000;
    border-radius: 5px;
    font-weight: 400;
}

body #hed div.hediCekForm a:hover {
    background: #42D18C;
}

body.sepetimBody .Basketstep ul {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

body.sepetimBody .Basketstep ul li.aktif {
    background: #FFF !important;
    color: #2DB372;
    box-shadow: 0px 0px 6px #00000012;
    border: 1px solid #2DB372;
    border-radius: 5px;
}

body.sepetimBody .Basketstep ul li.aktif:after {
    display: none;
}

body.sepetimBody .Basketstep ul li.aktif:before {
    content: '';
    height: 5px;
    border-radius: 5px 5px 0px 0px;
    background: #2DB372;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    border: none;
}

body.sepetimBody .Basketstep ul li.aktif .step_1 i {
    color: #2DB372;
}

body.sepetimBody .Basketstep ul li.aktif .step_2 span {
    color: #000;
}

body.sepetimBody .Basketstep ul li div span.tittleSpan {
    font-size: 17px;
    font-weight: 500;
}

body.sepetimBody .Basketstep ul:after {
    display: none!important;
}

body.sepetimBody .Basketstep ul li.pasif {
    box-shadow: 0px 0px 6px #00000012;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
}

body.sepetimBody .BasketDetail.BasketDetailCargo {
    box-shadow: 0px 0px 6px #00000012;
    border: 1px solid #F2F2F2;
}

body.sepetimBody .sagIcerikTutucu .satirBlok .hsbmTextbox {
    color: #616161;
    font-size: 11px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    font-weight: 300;
}

body.sepetimBody .sagIcerikTutucu .satirBlok .hsbmTextarea {
    color: #616161;
    font-size: 11px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    font-weight: 300;
}

body.sepetimBody .sagIcerikTutucu .satirBlok .hsbmSelect {
    color: #616161;
    font-size: 11px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    font-weight: 300;
}

body.sepetimBody .BasketAccountContainer .BasketAccount .BasketRigth {
    box-shadow: 0px 0px 6px #00000012;
    border: 1px solid #F2F2F2;
}

body.sepetimBody .sepetTitle2 a {
    margin-top: 0;
}

body.sepetimBody .sepetTitle2 a i {
    font-weight: 500;
    color: #000;
}

body.sepetimBody .sepetTitle2 .st_1 {
    font-size: 15px;
    font-weight: 500;
}

body.sepetimBody .UrunItemSag > div > strong {
    display: none!important;
}

body.sepetimBody .basketCompletebtn {
    padding: 0!important;
}

body.sepetimBody .AdresItemAlt.AdresItemSelected .AdresItemAltLeft label span.check:before {
    background: url('https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/AdresactiveMenu.png') transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

body.sepetimBody .SiparisNotuContent textarea {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

body.sepetimBody .AdresItemLine {
    box-shadow: 0px 0px 10px #7d7d7d30;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    background-color: #F4F4F4;
}

body.sepetimBody a.YeniAdresEkle {
    box-shadow: 0px 0px 10px #7d7d7d30;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    background-color: #F4F4F4;
    color: #A5A5A8;
}

body.sepetimBody .faturaAdresBtn,body.sepetimBody .adresAyniBtn {
    float: right;
    font-size: 12px;
    color: #A5A5A5;
    line-height: 22px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

body.sepetimBody #divSiparisTamalandiSonuc .satirLeft i {
    color: #2DB372;
    border: 5px solid #2DB372;
    font-weight: 500;
}

body.sepetimBody #divSiparisTamalandiSonuc .SiparisBasarili {
    float: left;
    width: 100%;
}

body.sepetimBody #divSiparisTamalandiSonuc .SiparisBasarili strong {
    color: #2DB372;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: 400;
}

body.sepetimBody #divSiparisTamalandiSonuc .SiparisBasarili span {
    font-size: 16px;
    line-height: 25px;
    margin-top: 25px;
    font-weight: 500;
}

body.sepetimBody #divSiparisTamalandiSonuc .SiparisBasarili .SiparisNoLabel {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 10px 0 25px 0;
    line-height: 18px;
}

body.sepetimBody .BasketDetailComplateTittle {
    border-bottom: none;
}

body.sepetimBody .BasketDetailComplateTittle .tittle {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    padding: 0 15px;
}

body.sepetimBody .kirmiziButon {
    background: #F7F7F7;
    border-radius: 0;
    font-weight: 500;
}

body.sepetimBody .yesilButon {
    background: #000000;
    border-radius: 0;
    font-weight: 500;
}

body.sepetimBody .adresGir .yesilButon:hover {
    background: #2DB372!important;
}

body.sepetimBody .adresGir .kirmiziButon:hover {
    background: #000000!important;
}

body.sepetimBody .sepet-sil:before {
    content: '\f2ed';
    font-family: 'FontAwesome'!important;
    font-weight: 300 !important;
    font-size: 14px;
}

body.UyeGiris .userDivRow {
    max-width: 1070px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

body.UyeGiris .userContainer {
    margin: 90px 0 0;
}

body.UyeGiris .userContainer .userLeftBox, body.UyeGiris .userContainer .userRightBox {
    box-shadow: 0px 0px 3px #00000012;
    border: 1px solid #EEEEEE;
}

body.UyeGiris .spanTittle {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
}

body.UyeGiris .userWrapper input {
    letter-spacing: 0;
    background-color: #fff;
    height: auto;
    font-weight: 300;
    color: #757575;
    width: 100%;
    text-indent: 15px;
    line-height: 1;
    box-shadow: 0px 0px 3px #00000012;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
}

body.UyeGiris .userContainer .userLoginBtn.QuickMember {
    background: #2DB372;
}

body.UyeGiris .userContainer .userLoginBtn.QuickMember:hover {
    background: #42D18C;
}

body.UyeGiris .otpSmsDiv, body.UyeOl .uyeolotpSms {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

body.UyeGiris .otpSmsDiv .userSmsOtpBtn, body.UyeOl .uyeolotpSms .userSmsOtpBtn {
    margin-left: 10px;
    background: #000;
    color: #FFF;
    font-size: 12px;
    width: 35%;
    height: 40px;
}

body.UyeGiris .otpSmsDiv .userSmsOtpBtn span, body.UyeOl .uyeolotpSms userSmsOtpBtn span {
    font-family: "Mulish", sans-serif;
}

body.UyeGiris .otpSmsDiv .userSmsOtpBtn:hover, body.UyeOl .uyeolotpSms .userSmsOtpBtn:hover {
    background: #000000;
}

body.UyeGiris .userSozlesmeDiv a {
    color: #000!important;
}

body.UyeOl .uyeOlColItem a {
    color: #000!important;
}

body .EmptyCart .empty-area > .right > .alisverisedevamet {
    background-color: #000000;
}

#divUrunDetayDinamikForm {
    float: left;
    width: 100%;
}

.fancybox-opened .fancybox-skin {
    border-radius: 0;
}

.ProductPreviewContent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductPreviewContent .divHizliBakisFavorilerimeEkle {
    display: none!important;
}

/*body .fancybox-skin{padding: 80px 10px 10px !important;}*/
body.HomeBody .fancybox-close {
    top: 10px;
    right: 30px;
}

body.HomeBody #hizliBakis .ProductPreviewContent {
    padding: 20px 20px 20px 5px;
}

body #hizliBakis .ProductPreviewLeft {
    margin-right: 0;
}

body #hizliBakis .ProductPreviewRight {
    padding: 0 0 0 25px;
    float: left;
    width: calc(100% - 380px);
}

body #hizliBakis .ProductPreviewContent ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
}

body #hizliBakis .ProductPreviewContent ul > li {
    float: left;
    width: 100%;
}

body #hizliBakis .PreviewselectedImages {
    border: none;
    height: unset;
    padding-bottom: 0;
}

body #hizliBakis .PreviewselectedImages .PreviewselectedImagesBox {
    padding-bottom: 0;
}

body #hizliBakis .PreviewselectedImages .PreviewselectedImagesBox img {
    position: unset;
}

body #hizliBakis .PreviewImages {
    width: 270px;
}

body #hizliBakis .PreviewallImages {
    width: 84px;
}

body #hizliBakis .PreviewallImages .PreviewallImagesItem {
    border: none;
}

body #hizliBakis .hizliBakis_Name {
    font-size: 15px;
    font-weight: 300;
    margin: 10px 0;
    width: 100%;
    float: left;
    padding-right: 70px;
}

body #hizliBakis .hizliBakis_stokKodu {
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 10px 0;
    width: 100%;
    float: left;
    clear: left;
}

body #hizliBakis #divFiyatAlanlari {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

body #hizliBakis .divKombinEksecenekTipi {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

body #hizliBakis .hizliBakisSepeteEkle {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 50px;
    padding: 0;
    border: 0;
    text-transform: uppercase;
}

body #hizliBakis .hizliBakis_Adet {
    margin: 0 0 10px 0;
    display: none;
}

body #hizliBakis .hizliBakis_Adet .riSingle {
    padding-right: 30px;
    padding-left: 30px;
    width: 100px !important;
    border: 1px solid #777777;
}

body #hizliBakis .hizliBakis_Adet .riSingle input {
    font-size: 14px;
    font-weight: 400;
    color: #191919;
    width: 40px;
}

body #hizliBakis .hizliBakis_Adet .riSingle .riDown {
    background: transparent;
    width: 30px;
    border-right: none;
}

body #hizliBakis .hizliBakis_Adet .riSingle .riUp {
    background: transparent;
    width: 30px;
    border-left: none;
}

body #hizliBakis .hizliBakis_ozyazi {
    display: none;
    max-width: 300px;
    color: #777777;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

body #hizliBakis .kombinleft_line {
    width: auto;
    float: left;
    line-height: 35px;
    padding: 0;
    margin-right: 10px;
}

body #hizliBakis .kombinright_line a {
    border-color: transparent;
}

body #hizliBakis .kombinright_line a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    padding: 4px;
    line-height: 21px;
    min-width: unset;
    min-height: unset;
}

body #hizliBakis .kombinFormline .size_box.selected {
    text-decoration: underline;
    font-weight: 500;
}

body #hizliBakis .kombinFormline .size_box.selected img {
    border: 1px solid #707070;
}

body #hizliBakis .hizliBakis_UstuCiziliFiyat {
    text-decoration: line-through;
    float: left;
    margin-right: 10px;
}

body #hizliBakis .kdvYazi {
    display: none!important;
}

body #hizliBakis .divHizliBakisFavorilerimeEkle {
    display: none!important;
}

body #hizliBakisAltAlan {
    display: none;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box:hover .varValue {
    opacity: 1;
    visibility: visible;
}

/*#divUrunEkSecenek .eksecenekLine .right_line .size_box.selected .varValue{opacity: 1;visibility: visible;}*/
#divUrunEkSecenek .eksecenekLine .right_line .size_box .varValue {
    display: flex;
    justify-content: center;
    margin: 7px 0 0 0;
    font-size: 12px;
    color: #616161;
    opacity: 0;
    visibility: hidden;
    transition: all .1s ease-in-out;
}

body .ticimaxDialogTxt,body .ticimaxDialog-warning,body .ticimaxDialog-info {
    font-family: "Mulish", sans-serif !important;
}

body .ticimaxDialogTxt p {
    color: #191919;
    font-family: "Mulish", sans-serif !important;
}

body .ticimaxDialog-warning:before {
    color: #D11B1B;
}

body .ticimaxDialog-info:before {
    color: #2DB372;
}

body .ticimaxDialogTxt a.tici-noty-notification-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 0;
}

body .ticimaxDialogTxt a.tici-noty-notification-close-btn:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 17px;
    color: #1d1d1d;
    font-weight: 400;
}

div#productDetailRelated .JKatAdi {
    display: none;
    padding: 0 0 0 0 !important;
}

div#productDetailRelated {
    padding: 10px 0 30px 0 !important;
}

.musteriUrunGorselContainer .musteriUrunGorselArea {
    float: left;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 40px 0 20px;
}

.musteriUrunGorselContainer .musteriUrunGorselArea .rightArea {
    float: left;
    width: 25%;
    padding: 0 3vw 0 0!important;
}

.musteriUrunGorselContainer .musteriUrunGorselArea .rightArea .titleH {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.musteriUrunGorselContainer .musteriUrunGorselArea .rightArea .contentH {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.musteriUrunGorselContainer .musteriUrunGorselArea .leftArea {
    float: left;
    width: 75%;
    display: flex;
    justify-content: left;
}

.musteriUrunGorselContainer .musteriUrunGorselArea .leftArea .imgBox {
    float: left;
    width: 100%;
    padding-right: 0;
}

body .sagIcerikTutucu .hsbmLabel > label {
    width: 90%;
    float: left;
}

body .yesilButon {
    background-color: #2DB372;
}

body .kirmiziButon {
    background-color: #D11B1B;
}

.d-none {
    display: none!important;
}

body .detayFavoriListItem {
    padding: 10px 0 10px 5px;
}

body .detayFavoriListItem button {
    background: #000;
    color: #FFF;
    letter-spacing: 0.75px;
    font-weight: 300;
    font-family: "Mulish", sans-serif;
}

body .divGrupOlusturContentBottom button {
    margin: 15px 0 0 0;
    background: #000;
    line-height: 25px;
    color: #FFF;
    letter-spacing: 0.75px;
    font-size: 15px;
    font-weight: 300;
    font-family: "Mulish", sans-serif;
}

body .divGrupOlusturContentBottom input {
    border: 1px solid #ccc;
}

body .sa-confirm-button-container button.confirm {
    background-color: #000!important;
}

body.sepetimBody .sweet-alert .sa-icon.sa-warning {
    display: none!important;
}

body.sepetimBody .sweet-alert h2 {
    display: none!important;
}

body.sepetimBody .sweet-alert button.cancel {
    background-color: #000!important;
}

body.sepetimBody .OdemeCuzdanBtnGrup #btnBakiyeKullan {
    background-color: #000!important;
}

body.sepetimBody .OdemeCuzdanBtnGrup #btnBakiyeKullanma {
    background-color: #c1c1c1!important;
}

.ebultenCheckBox input[type="checkbox"] {
    position: relative;
}

.ebultenCheckBox input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    background: #2db372;
    z-index: 0;
    border-radius: 3px;
}

.ebultenCheckBox input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/f-check.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    z-index: 0px;
}

body.sepetimBody #btnBakiyeKullanimIptal {
    background: none #c1c1c1!important;
}

body .p10 span {
    font-family: "Mulish", sans-serif !important;
}

body .sozlesmeIcerik1,body .sozlesmeIcerik2,body .sozlesmeIcerik3 {
    font-family: "Mulish", sans-serif !important;
}

body .puanlamaBolumu .blok span strong {
    display: flex;
    align-items: center;
    height: 100%;
}

body .islemTamamlandi {
    text-align: center;
}

#sepetUrunSilModal .modal-content-html>p {
    font-size: 18px;
}

#divUyeBakiye .divUyeBakiyeTittle span.tut {
    color: #000;
}

#divUyeBakiye .divUyeBakiyeTittle span {
    color: #000;
}

.siparisUrun .urunResmin a img {
    object-fit: contain;
}

body .SiparisTamamlaLine {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
}

body .SiparisTamamlaLine .HavaleLine {
    margin: 15px auto;
}

span.mobilSonFiyat {
    display: none !important;
}

i.fa.fa-exclamation-triangle {
    display: none !important;
}

.sozlesmeUyari {
    display: inline-block;
    margin-left: 0px !important;
    margin-top: 8px !important;
    line-height: 25px;
    font-size: 14px;
}

div#divIyziPayOvelay {
    display: none!important;
}

body p.OdemeMenuTittle {
    font-size: 0;
}

body p.OdemeMenuTittle strong {
    font-size: 14px;
}

.siparisTakipSolBolum .altButonTutucu .yesilButon {
    background: #000;
}

/*son css*/
body .HavaleLine {
    display: flex;
    align-items: center;
}

body .HavaleLine .HavaleCheckContent {
    margin-right: 15px;
}

body .iadeTalebiVazgec.kirmiziButon {
    background-color: #9d9d9d;
}

body .yesilButon.iadeTalebiKaydet:hover {
    background: #2DB372;
    box-shadow: 0px 0px 6px #00000012;
}

/*son css */
.DetaySeo {
    float: left;
    width: 100%;
    margin: 15px 0 ;
}

.DetaySeoContainer {
    padding: 0;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.KatIcerikDetay {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.middleTopBlock .KatIcerikDetay {
    display: none;
}

.KatIcerikDetay {
    display: block;
}

.KatIcerikDetayText {
    float: left;
    width: 100%;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
}

.KatIcerikDetay h1 {
    display: block;
}

.KatIcerikDetay p {
    display: block;
    line-height: 20px;
}

.KatIcerikDetayText::-webkit-scrollbar {
    width: 3px;
}

.KatIcerikDetayText::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.KatIcerikDetayText::-webkit-scrollbar-thumb {
    background: #000;
}

.KatSepetFiyat {
    margin-left: 10px;
    color: #d11b1b;
}

.KatSepetFiyat span {
    font-weight: 400;
    margin-left: 5px;
    color: #000;
}

.sPric {
    display: block;
    font-weight: 400;
    font-size: 16px;
    float: left;
    clear: left;
    margin: 10px 0 0;
}

.sPric span {
    font-weight: normal;
    color: #d11b1b;
    font-size: 13px;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .KatSepetFiyat {
        margin-left:0;
        clear: left;
        font-size: 12px;
    }

    .KatSepetFiyat span {
    }

    .sPric span {
        font-size: 11px;
    }

    .sPric {
        font-size: 14px;
    }

    .ozelAlan5 {
        clear: left;
        font-size: 12px;
        margin-left: 0!important;
    }

    .productItem .ozelYakinda {
        padding: 0 10px;
        font-size: 12px;
        height: 25px;
        line-height: 28px;
    }

    .leftImage .ozelYakinda {
        padding: 0 10px;
        font-size: 12px;
        height: 25px;
        line-height: 28px;
    }
}

/*
.ozelAlan3{float: left; line-height: 40px; height: 40px; background: rgba(255,255,255,0.8); position: absolute; left: 0; bottom: 90px; right: 0; top: 0; max-width: 200px; border: none; color: #000; font-size: 13px; font-weight: normal; padding: 0; border-radius: 0; text-transform: uppercase; margin: auto; display: block!important; z-index: 99;}
#divOzelAlan3{float: left; width: 100%; margin: 20px 0; font-size: 14px; color: #000; font-weight: 400; text-align: center; padding: 30px 0; background-color: #f2f5f6; border-radius: 0;}
*/
.BakimOneri {
    float: left;
    width: 100%;
}

.BakimOneri a {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    float: left;
    text-decoration: underline;
}

.BakimContent {
    max-width: 600px;
    padding: 30px 15px;
}

.BakimContent ul {
    padding-left: 20px;
}

.BakimContent ul li {
    line-height: 1.4;
}

#ETBIS {
    float: left;
    margin: 0 0 -110px;
}

body .socialUserSozlesmeDiv a {
    color: #000!important;
}

body.sepetimBody .BasketDetailSonuc #divUyeOl {
    display: none!important;
}

#divOzelAlan5 {
    float: left;
    width: 100%;
    font-weight: 400;
    color: #d11b1b;
    font-size: 13px;
    margin-right: 5px;
}

.ozelAlan5 {
    color: #d11b1b;
    float: left;
    margin-left: 10px;
}

.productItem .ozelYakinda {
    display: block !important;
    float: left;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 9;
    background: rgb(255 255 255 / 60%);
    padding: 0 15px;
    line-height: 33px;
    font-size: 16px;
    height: 30px;
    font-weight: 500;
}

.leftImage .ozelYakinda {
    display: block !important;
    float: left;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 9;
    background: rgb(255 255 255 / 60%);
    padding: 0 15px;
    line-height: 33px;
    font-size: 16px;
    height: 30px;
    font-weight: 500;
}

.blogCenter, .blogCenter * {
    font-size: 14px!important;
    font-family: "Mulish", sans-serif !important;
}

body.bodyFix {
    overflow: hidden;
}

.varyasyonInfo {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

.detayBottom .PiyasafiyatiContent .right_line *,.detayBottom .IndirimliFiyatContent .right_line * {
    text-wrap: nowrap !important
}

.detayBottom .urunPrice #divIndirimliFiyat {
    display: flex;
    gap: 18px;
    flex-direction: row-reverse;
}

.detayBottom .urunPrice #divIndirimliFiyat .IndirimliFiyatContent {
    margin: 0
}

/*scrollyapÄ±sÄ±*/
.homeScrollArea {
    margin-top: 0;
    overflow: hidden;
    width: 100%;
    height: 100dvh
}

.new-banner-design {
    width: 100vw;
    height: 100dvh;
    transition: transform ease .8s
}

.homeScrollSection {
    width: 100%;
    height: 100dvh;
    padding: 0;
    position: relative;
    float: left;
    overflow: hidden;
}

.homeFooterArea {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding-top: 80px;
    background: #faf8f5;
}

/*scrollyapÄ±sÄ±*/
@media (min-width: 1042px) {
    .blok3lu .bannerContainer .bannerBox {
        width:33.3%;
    }

    .blok2li .bannerContainer > .bannerBox:nth-child(1) {
        width: 67.1%;
    }

    .blok2li .bannerContainer > .bannerBox:nth-child(2) {
        width: 33.4%;
    }
}

body .t-mb-5 {
    margin-bottom: 3px!important;
}

#mainHolder_ucOdeme_liMenuHavale.activeMenu:after {
    content: "24 saat iÃ§inde Ã¶demesi yapÄ±lmayan sipariÅŸler otomatik iptal edilmektedir.";
    display: block;
    float: left;
    width: 100%;
}

.uyelikBilgilerim .icerikIkiliBlok:nth-child(2n) #chkDogumTarihiBelirtmekIstemiyorum {
    display: none;
}

.uyelikBilgilerim .icerikIkiliBlok:nth-child(2n) label[for="chkDogumTarihiBelirtmekIstemiyorum"] {
    display: none;
}

.commentTicimax ul {
    list-style-type: none;
    padding: 0;
}

.OzelIsim {
    position: absolute;
    right: 18%;
    top: 40%;
    z-index: 9;
    color: #242424;
    font-size: 40px;
    width: 101px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: transparent;
    transform: rotate(0deg);
    font-family: 'Didot Title';
    text-transform: uppercase;
    font-weight: 500;
}

body .commentTicimax .commentTiciNewCommentTitle {
    font-weight: 500;
}

input#txtQuickEmail::placeholder {
    text-transform: capitalize !important;
}

body .favoriBosP-1, body .favoriBosBtn a, body .siparisListContent .orders-info-col4 .order-total, body .siparisListContent .orders-info-col4 .order-total, body .commentNone .commentNoneText .commentNoneText1, body .commentNone .commentNoneText .commentNoneButton a, body .maviUyari, body .sagIcerikTutucu .sagIcerikBolumu .anaBaslik, body body .puanlamaBolumu strong, body .siparisUrun .siparisDetayBilgileri .hsbmSpan strong, body .siparisUrun .siparisDetayBilgileri a, body .siparisAdresDetaylari .blok .blokIcerik h6, body .siparisAdresDetaylari .blok .blokIcerik .genelToplam .hsbmSpan, body .sozlesmeOku a {
    font-weight: 500;
}

body .siparislerim strong {
    font-weight: 500!important;
}

body .siparislerim b {
    font-weight: 500!important;
}

.footerTemp .permissionBox label:before {
    content: '';
    float: left;
    ;width: 17px;
    height: 17px;
    flex: 0 0 17px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #707070;
    margin-right: 10px;
}

.footerTemp .permissionBox.active label:before {
    content: '\f111';
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 15px;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.footerTemp .permissionBox #permission_0 {
    margin: 0;
    appearance: none;
    width: auto;
    height: auto;
}

.UyeGiris .userMail input, .UyeGiris .userSms input, .UyeGiris .userSozlesmeDiv input, .UyeGiris .socialUserSozlesmeDiv input {
    margin: 0;
    appearance: none;
    width: auto;
    height: auto;
}

.UyeGiris .userMail label:before, .UyeGiris .userSms label:before, .UyeGiris .userSozlesmeDiv label:before, .UyeGiris .socialMediaLoginButtons .socialUserSozlesmeDiv label:before {
    content: '';
    float: left;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #707070;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.UyeGiris .userMail.active label:before, .UyeGiris .userSms.active label:before, .UyeGiris .userSozlesmeDiv.active label:before, .UyeGiris .socialMediaLoginButtons .socialUserSozlesmeDiv.active label:before {
    content: '\f111';
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 15px;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

body .detayYorumFormRating .commentStars .svgStar path {
    fill: #000;
}

body #yorumYaz .frmUrunDetayYorumYaz .yorumMusteriAdCheck.kvkkCheck .customLabel a {
    color: #000;
    font-weight: bold;
}

body .socialMediaLoginButtons {
    margin-bottom: 10px;
}

body .account-item .nav-dropdown {
    background: #FAF8F5;
}

/*friendfamily*/
.friend_family_wrapper {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.ffbannerWrapper {
    width: 100%;
    float: left;
    position: relative;
}

.ffbannerWrapper > img {
    width: 100%;
    float: left;
}

.ffbannerDescrtiption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
}

.ffbannerTop {
    margin-bottom: 50px;
}

.ffbannerTop h2 {
    color: #FFFFFF;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 24px;
}

.ffbannerTop h2 span {
    font-size: 18px;
    font-weight: 700;
}

.ffbannerTop p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
    margin: 0;
}

.ffbannerLogin {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 50px;
}

.ffbannerLogin > div {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.ffbannerLogin > div span {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: -0.52px;
}

.ffbannerLogin > div a {
    width: 160px;
    height: 30px;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.52px;
}

.ffbannerBottom {
    max-width: 100%;
}

.ffbannerBottom h3 {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}

.ffbannerBottom p {
    font-size: 12px;
    font-weight: 300;
    color: white;
    margin: 0 0 0 0;
    line-height: 22px;
}

.howWork {
    width: 100%;
    float: left;
    text-align: center;
    padding: 70px 0;
    border-bottom: 1px solid #707070;
}

.howWork h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.32px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    text-align: center;
}

.howWork p {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.32px;
    width: 100%;
    float: left;
    text-align: center;
    line-height: 22px;
    padding: 0;
    margin: 0;
}

.howPoints {
    width: 100%;
    float: left;
    text-align: center;
    padding: 70px 0;
    border-bottom: 1px solid #707070;
}

.howPoints span {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.32px;
    margin-bottom: 50px;
    width: 100%;
    float: left;
    text-align: center;
}

.ffclub {
    width: 100%;
    float: left;
    text-align: center;
    padding: 70px 0;
    border-bottom: 1px solid #707070;
}

.ffclub img {
    display: inline-block;
    vertical-align: middle;
}

.ffclub h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.32px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    text-align: center;
}

.ffclub p {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.32px;
    width: 100%;
    float: left;
    text-align: center;
    line-height: 2;
    margin: 0;
    padding: 0;
}

.bringWrapper {
    width: 100%;
    float: left;
    border: 1px solid #707070;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}

.bringWrapper img {
    width: 100%;
    max-width: 100px;
}

.bringDesc {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bringDesc h2 {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    letter-spacing: -.5px;
    margin: 0 0 -10px 0;
}

.bringDesc p {
    font-size: 12px;
    color: #000000;
    font-weight: 300;
    letter-spacing: -.2px;
    margin: 0 0 0px 0;
}

.membershipWrapper {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #707070;
    padding: 30px 20px;
    margin-bottom: 50px;
    ; }

.membershipDetails {
    flex: 2;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}

.checkList {
    flex: 1;
    text-align: center;
}

.membershipDetails span,.checkList span {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    letter-spacing: -.5px;
}

.membershipWrapper ul {
    width: 100%;
    clear: left;
    margin: 20px 0 0 0;
    padding: 0;
}

.membershipWrapper ul li {
    width: 100%;
    background: #d1d1d12b;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 7px 10px;
    margin-bottom: 5px;
}

.membershipWrapper ul li:nth-child(odd) {
    background: #b2b2b229;
}

.membershipWrapper ul li .checkList img {
    width: 21px;
    margin: 0 auto;
}

.sssWrapper {
    width: 100%;
    float: left;
    padding: 70px 0;
}

.sssWrapper h3 {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0px 0 50px 0;
    letter-spacing: -0.32px;
    justify-content: center;
    text-align: center;
}

.sssWrapper h3 img {
    width: 20px;
    margin-left: 5px;
}

.accordionWrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    float: left;
    justify-content: space-between;
}

.sssLeft {
    width: 42%;
    float: left;
}

.sssRight {
    width: 42%;
    float: right;
}

.accordionList {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 60px;
    margin-bottom: 10px;
    cursor: pointer;
}

.accordionList span {
    font-size: 12px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    align-items: center;
    font-weight: 300;
}

.accordionList.active span {
    font-weight: 500;
}

.accordionList span:after {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 12px;
    font-weight: 300;
}

.accordionList.active span:after {
    content: "\f068";
}

.accordionList p {
    font-size: 12px;
    color: #000;
    margin: 20px 0;
    display: none;
    font-weight: 300;
}

.catList {
    width: 100%;
    float: left;
}

.catList ul {
    display: flex;
    display: -webkit-flex;
    padding: 0;
    float: left;
    width: 100%;
    justify-content: center;
    gap: 40px;
    margin: 0;
}

.catList ul > li {
    position: relative;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.catList ul > li .icBox {
    text-align: center;
}

.catList ul > li .icBox .icTop {
    font-weight: 500;
    font-size: 20px;
}

.catList ul > li .icBox .icMiddle {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    height: 100px;
}

.catList ul > li .icBox .icMiddle img {
    margin: auto;
    border: 0;
    height: 120px;
}

.catList ul>li:nth-child(2) .icBox .icMiddle img {
    height: 60px;
}

.catList ul>li:nth-child(4) .icBox .icMiddle img {
    height: 90px;
}

.catList ul > li .icBox .icBottom {
    color: #000000;
    font-size: 12px;
    margin-top: 0;
    font-weight: 300;
    letter-spacing: -.32px;
}

.catList ul > li:last-child:after {
    display: none;
}

.catList ul {
    justify-content: space-evenly;
    margin-top: 0px;
}

.catList ul > li .icBox .icBottom {
    margin-top: 20px;
}

.catList ul > li .icBox .icsub {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.catList ul > li .icBox .icsub img {
    width: 25px;
}

/*friendfamily*/
/*parapuan sayfasi*/
span.mavi.ng-binding {
}

body .puanlamaBolumu .blok span.ng-binding {
    border-radius: 7px;
    border: 1px solid #000;
    padding: 0px 20px;
    background: white!important;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    text-transform: uppercase;
    text-align: left;
    text-indent: -72px;
}

body .puanlamaBolumu .blok span .fa {
    border: 1px solid #000000;
    border-radius: 7px;
    background: white!important;
    color: black!important;
    position: absolute;
    left: -55px;
    text-indent: 0;
}

.puanlamaBolumu .blokRow2 {
    display: flex;
    align-items: center;
}

body .puanlamaBolumu .blok {
    margin-left: 60px;
    margin-right: 20px;
    padding-left: 0;
}

body .paraPuanSayfasi {
    padding-top: 30px;
}

body .paraPuanDetaySayfasi {
    padding-top: 30px;
}

body span.maviUyari.ng-binding {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    background: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 17px 0px;
}

body .kuponOlustur .kuponOlusturYazi {
    margin-right: 20px;
    line-height: 55px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}

input#txtbxKuponTutari {
    height: 55px;
    border: 1px solid #000000;
    border-radius: 7px;
    background: white;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

button.kuponOlusturButon.ng-binding.ng-scope.butonDisabled {
    height: 55px;
    background: black!important;
    opacity: 1;
    border-radius: 7px;
}

body .kuponOlustur {
    margin-top: 35px;
}

span.maviUyari.ng-binding:before {
    content: "";
    font-size: 12px;
    display: block;
}

body .puanlamaBolumu .blok span strong {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 50px;
    text-indent: 0;
}

body span.maviUyari.ng-binding:before {
    content: "";
    background-image: url('../../Uploads/EditorUploads/info.svg');
    width: 22px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: white;
    float: left;
    margin-right: 11px;
}

body .puanlamaBolumu .blok span.mavi .fa:before, .puanlamaBolumu .blok span.gri .fa:before, .puanlamaBolumu .blok span.sari .fa:before,.puanlamaBolumu .blok span.kirmizi .fa:before {
    content: "";
    background: url('../../uploads/editoruploads/coin.png');
    background-repeat: no-repeat;
    background-position: 40% 40%;
    background-size: 38px;
    width: 50px;
    height: 50px;
    display: block;
}

body table.hesabimTablo {
    width: 100%;
    border: 1px solid;
}

body .hesabimTablo thead {
    border: 1px solid black;
    background: white;
}

body .hesabimTablo tr td .baslik {
    color: black;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .6px;
    text-align: center;
}

body .hesabimTablo tbody tr.satirBosluk td {
    border-top: 1px solid black;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

body .hesabimTablo tbody tr.satirBosluk td:nth-child(1) {
    font-weight: 500;
    font-size: 12px;
}

body .hesabimTablo tbody tr.satirBosluk td:nth-child(2) {
    text-align: left;
}

body .hesabimTablo tbody tr.satirBosluk td:nth-child(3) {
    font-weight: 500;
    font-size: 20px;
}

body .hesabimTablo tbody tr.satirBosluk:not(.tableRowDisplay) td:nth-child(1),body .hesabimTablo tbody tr.satirBosluk:not(.tableRowDisplay) td:nth-child(3) {
    text-align: center;
}

body .puanlamaBolumu .blok span .fa-money:before {
    content: "";
    background: url('../../uploads/editoruploads/money.svg');
    background-repeat: no-repeat;
    background-position: 55% 50%;
    background-size: 60px;
    width: 50px;
    height: 50px;
    display: block;
}

/*parapuan sayfasi*/
body:has(.dropactive) {
    overflow: hidden;
}

.fancybox-lock body.global_body {
    overflow: visible!important;
}

.membershipWrapper ul li .checkList:last-child {
    display: none;
}

body ul.breadcrumb {
    height: 80px;
    overflow: hidden;
}

.videobanner {
    float: left;
    width: 100%;
    position: relative;
    height: 100dvh;
    overflow: hidden;
    margin-bottom: 4px;
}

.videobanner > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.videobanner iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 120%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.videobannerlink {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 100%;
    padding: 0 10px;
    bottom: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 76px;
    text-align: center;
    line-height: 1.1;
}

.videobannerlink a {
    font-size: 15px;
    background: #fff;
    color: #707070;
    position: static;
    border: 1px solid;
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    padding: 0 44px;
}

.videobannerlink a:hover {
    background: #000;
    color: #fff;
}

body .siparisUrun .siparisDetayBilgileri .hsbmYorumYazBtn {
    margin-right: 10px;
    padding: 10px 5px;
}

body .siparisUrun .siparisDetayBilgileri a.kargoTakibiBtn {
    background: #000;
    color: #fff;
    line-height: 35px;
    width: auto;
}

body #divNewUyeGirisContent .newUserLoginBtn, body .newUyeOlContainer .newUserLoginBtn, body .pageSifremiUnuttum .newUserLoginBtn {
    background: #000;
}

body .userDivTab ul li.active span {
    border-color: #000;
    color: #000;
}

body .otpSmsDiv .userSmsOtpBtn {
    background: #000;
}

body.sepetimBody .BasketDetail.SiparisNotuContent {
    display: none;
}

body .siparislerim .tabLink > a[ng-if="!SiparislerimOdemesiTamamlanmayanGizle"] {
    display: none;
}

/*siteozelalan*/
@media (min-width: 1042px) {
    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
        max-width: 170px;
        margin-right: 15px;
        margin-bottom: 2px;
    }

    #divAramaAlani.ticimax-search-content {
        width: 95%;
    }

    .selectSliderAnime > ul > li:nth-child(n+2) {
        display: none;
    }
}

@media (min-width: 1042px) {
    #header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        z-index: 991;
        width: 100%;
        border: none;
        transition: top .3s ease-in-out;
    }

    body.margin {
        padding-top: 110px;
    }

    #header.fixed .htop {
    }

    .sortingContent {
        display: block !important;
    }

    .col-5li {
        width: 20%;
    }

    .mobilMenu {
        display: none;
    }

    body.filtreFixed.margin #divSayfalamaUst {
        position: fixed;
        z-index: 99;
        background: #FFF;
        padding: 18px 30px;
        margin: 0;
        max-width: 1920px;
    }

    body #divSayfalamaUst.Slct .blockSelect {
        float: right;
        display: block !important;
        padding: 0;
        margin: 0;
    }

    body #divSayfalamaUst.Slct .blockSelect:before {
        content: 'Gösterim';
        margin-right: 15px;
        float: left;
        line-height: 20px;
        font-size: 14px;
    }

    body #divSayfalamaUst.Slct .blockSelect a {
        float: left;
        width: auto;
        height: auto;
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
        text-align: center;
        border: none;
        border-right: 1px solid #000;
        background: transparent;
        line-height: 20px;
    }

    body #divSayfalamaUst.Slct .blockSelect i {
        display: none;
    }

    body #divSayfalamaUst.Slct .blockSelect a:hover {
        color: #252525;
    }

    body #divSayfalamaUst.Slct .blockSelect a:hover i {
        color: #252525;
    }

    body #divSayfalamaUst.Slct .blockSelect .sort_hrz {
        display: none;
    }

    body #divSayfalamaUst.Slct .blockSelect .sort_4 {
        margin: 0;
        padding: 0;
        border-right: none;
    }

    body #divSayfalamaUst.Slct .blockSelect .sort_5 {
        display: none;
    }

    body #divSayfalamaUst.Slct .blockSelect a.Active {
        color: #252525;
    }

    body #divSayfalamaUst.Slct .blockSelect a.Active i {
        color: #252525;
    }

    body #divSayfalamaUst.Slct .blockSelect a.sort_4:after {
        content: '4';
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        font-weight: 300;
    }

    body #divSayfalamaUst.Slct .blockSelect a.sort_3:after {
        content: '3';
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        font-weight: 300;
    }

    body #divSayfalamaUst.Slct .blockSelect a.sort_2:after {
        content: '2';
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        font-weight: 300;
    }

    body #divSayfalamaUst.Slct .blockSelect a.sort_2.Active:after {
        font-weight: 500;
    }

    body #divSayfalamaUst.Slct .blockSelect a.sort_3.Active:after {
        font-weight: 500;
    }

    body #divSayfalamaUst.Slct .blockSelect a.sort_4.Active:after {
        font-weight: 500;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
        background: transparent;
        float: right;
        width: 100%;
        display: flex !important;
        justify-content: right;
        height: 30px;
        align-items: center;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent .filterOrderInStock {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
        float: left;
        height: 16px;
        color: #000000;
        font-size: 14px;
        border: none;
        background: transparent;
        border-radius: 0;
        padding: 0;
        letter-spacing: .7px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
        height: auto;
        padding: 0;
        border-radius: 0;
        background: transparent;
        float: left;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        float: right;
    }

    body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet {
        margin: 0;
    }

    body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet span {
        color: #252525;
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
        float: left;
        margin: 0;
        display: block;
    }

    body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet span {
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters a.filterOrderInStock {
        display: none;
        padding: 0;
        margin: 0 0 30px 0;
        background: transparent;
        color: #000000;
        font-size: 14px;
        justify-content: center;
        width: 100%;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters a.filterOrderInStock:nth-child(1) {
        display: flex!important;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters a.filterOrderInStock span {
        line-height: 19px;
        font-weight: 400;
        display: inline-block;
        letter-spacing: .7px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters a.filterOrderInStock:before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        border: 1px solid #B8B8B8;
        margin: 0;
        margin-right: 10px;
        vertical-align: top;
        float: left;
        transition: all .3s ease-in-out;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters a.filterOrderInStock.selected:before {
        background: transparent;
        content: 'ï€Œ';
        font-family: fontawesome;
        font-size: 9px;
        line-height: 14px;
        display: block;
        text-align: center;
        font-weight: 400;
        border-color: #000000;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters a.filterOrderInStock:hover:before {
        background: transparent;
        content: 'ï€Œ';
        font-family: fontawesome;
        font-size: 9px;
        line-height: 14px;
        display: block;
        text-align: center;
        font-weight: 400;
        border-color: #000000;
    }

    body #divSayfalamaUst .filterDeleteContent {
        float: left;
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter {
        padding: 0;
        margin: 0 15px 0 0;
        height: auto;
        background: transparent;
        border: 1px solid #666;
        width: auto;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter a {
        width: 25px;
        margin: 0;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter a i {
        font-family: 'FontAwesome';
        line-height: 30px;
        color: #000000;
        font-size: 15px;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter a i:before {
        content: '\f00d';
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span {
        color: #666;
        font-size: 12px;
        text-align: left;
        margin-top: 6px;
        font-weight: normal;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span + span {
        color: #666;
        margin-top: 3px;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir {
        display: block;
        border-color: #000;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a {
        width: 100%;
        background: transparent;
        line-height: 1;
        margin: 0;
        padding: 0 5px;
    }

    body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span {
        line-height: 30px;
        font-weight: normal;
        color: #000;
        font-size: 12px;
        text-align: center;
        margin: 0;
        width: 100%;
    }

    .FiltreToggle {
        float: left;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        display: flex;
        align-items: center;
    }

    .FiltreToggle:before {
        content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/filter.svg");
        margin-right: 10px;
    }

    .CategoryText {
        float: left;
        width: 100%;
        margin-top: 120px;
    }

    .CategoryTextWrap {
        width: 1600px;
        margin: 0 auto;
        max-width: 100%;
    }

    .CategoryTextContent {
        font-size: 13px;
        color: #000000;
        line-height: 30px;
        letter-spacing: .25px;
        text-align: center;
        /*max-height: 120px;*/
        overflow: hidden;
        overflow-y: auto;
        padding: 0px 100px;
    }

    /*body #divSayfalamaUst .filterBlock {float: left;border: none;border-radius: 0;width: 100%;background: #FFF;position: absolute;top: 0;right: 0;z-index: 9999;padding: 85px 30px 30px 30px;display: none !important;}
    body #divSayfalamaUst .filterBlock.active { display: block !important; }
    body.filtreFixed #divSayfalamaUst .filterBlock.active { top: 56px !important; }
    .FiltreClose { position: absolute; right: 60px; top: 30px; font-size: 20px; color: #000000; cursor: pointer;display: flex;align-items: center;}
    .FiltreClose i {margin-right: 10px; }
    .FiltreClose i:before {content: '\f00d'; font-weight:400; font-size: 18px; line-height: 20px;}
    .FiltreClose span {font-size: 14px;font-weight: 400;display: inline-block; line-height: 20px; position: relative;}
    .FiltreClose span:before {content: "";position: absolute;left: 50%;bottom: calc(50% - 10px);width: 0;height: 1px;background: #000000;transition: all .4s;}
    .FiltreClose:hover span:before {width: 100%;left: 0;}
    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreicerikAlan{float: left;width: 100%;display: grid;gap: 80px 40px;margin: 0 0 60px 0;grid-template-columns: auto auto auto auto auto auto auto; }
    body #divSayfalamaUst .category-vertical-filters.top-filters { padding: 0; margin: 0; background: transparent; position: static; }
    body #divSayfalamaUst .category-vertical-filters.top-filters .panel { width: auto!important; margin: 0; padding: 0; position: relative; }
    body #divSayfalamaUst .category-vertical-filters.top-filters .panel.vertical-top-price-filter { }
    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading { padding: 0; border: none; margin: 0; min-width: auto; border-right: none; background-color: transparent !important; margin-bottom: 20px; }
    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading:after { }
    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading a {text-transform: uppercase; line-height: 13px; text-align: left; color: #000000; font-size: 13px; padding: 0; }
    body .category-vertical-filters.top-filters .panel .panel-heading a:after { display: none; }
    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown > li { float: left; clear: left; text-align: left; margin: 0; padding: 0; margin-bottom: 9px; }
    body #divSayfalamaUst .category-vertical-filters.top-filters .div-kategori .list-group.dropdown > li { width: 100%; }
    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown li a { line-height: 16px;font-size: 14px;color: #000000;font-weight: 300;letter-spacing: 0.7px;}
    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown li a:hover { }
    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown > li ul { display: block; }
    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown > li ul > li { width: 100%; }
    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item:before {display: inline-block;width: 16px;height: 16px;border-color: #B8B8B8;margin: 0;margin-right: 10px;vertical-align: top;float: left;font-size: 0;transition:all .3s ease-in-out;}
    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item:hover:before { background: transparent; content: 'ï€Œ'; font-family: fontawesome; font-size: 9px; line-height: 14px; display: block; text-align: center; font-weight: 400;border-color: #000000; }
    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before { background: transparent; content: 'ï€Œ'; font-family: fontawesome; font-size: 9px; line-height: 14px; display: block; text-align: center; font-weight: 400;border-color: #000000; }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image { background: transparent !important; height: auto; }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item a { color: #000; }
    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown {top: 100%;display: block !important;position: static;box-shadow: none;-webkit-box-shadow: none;border: 0;padding: 0;margin: 0;font-size: 0;max-height: 300px;background: transparent;}

    body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range { background: #dfdfdf; height: 2px; width: 100%; margin: 11px 0 0; border: none; float: left; }
    body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range .ui-slider-range { background: #262626; height: 2px; margin-top: 0; }
    body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range .ui-slider-handle { background: #fff; border-radius: 100%; width: 18px; height: 18px; border: none; margin-top: 0; margin-right: -4px; top: -8px; box-shadow: 0 2px 1px 0 #b5b5b5; }
    body #divSayfalamaUst .category-vertical-filters.top-filters .amount { color: #262626; font-size: 14px; font-weight: 500; left: 0; padding: 5px 0 0; float: left; width: 100%; text-align: center; margin-bottom: 0; }

  */
    .filtreaf {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 1001;
        display: none;
    }

    .filtreaf.aktif {
        display: block;
    }

    #divSayfalamaUst .filterBlock {
        display: block!important;
        float: left;
    }

    body .dropdown-toggle:after {
        display: none;
    }

    body .mobilFilterOpenBtn .button {
        padding: 0;
        margin: 0;
        color: #000;
        border: none;
        float: left;
        line-height: 30px;
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        font-weight: 400;
        background: transparent;
    }

    body .mobilFilterOpenBtn .button:before {
        content: '';
        font-family: 'FontAwesome';
        display: inline-block;
        vertical-align: top;
        line-height: 30px;
        margin-right: 5px;
        font-weight: 300;
        float: left;
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn {
        float: left;
        display: none;
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn {
        float: left;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 18px;
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn:before {
        content: url("https://static.ticimax.cloud/52168/Uploads/EditorUploads/suud-image/filter.svg");
        margin-right: 10px;
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn:after {
        content: '\f15d';
    }

    body .mobilFilterOpenBtn {
        margin: 0;
        padding: 0;
        display: block!important;
    }

    body #divSayfalamaUst .category-vertical-filters *::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 10px;
    }

    body #divSayfalamaUst .category-vertical-filters *::-webkit-scrollbar-track {
        background: #E6E6E6;
        border-radius: 10px;
    }

    body .filterBlock .category-vertical-filters.top-filters .list-group.dropdown::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 10px;
    }

    body .filterBlock .category-vertical-filters.top-filters .list-group.dropdown::-webkit-scrollbar-track {
        background: #E6E6E6;
        border-radius: 10px;
    }

    body .category-vertical-filters.top-filters {
        display: block!important;
        width: 360px;
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        z-index: 9999;
        background: #FFF;
        margin: 0;
        padding: 0;
        border: none;
        transition: all .3s ease;
    }

    body .category-vertical-filters.top-filters ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    body .filterBlock.active .category-vertical-filters.top-filters {
        left: 0;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreUst {
        float: left;
        width: 100%;
        line-height: 50px;
        background: transparent;
        font-size: 14px;
        color: #000;
        font-weight: 400;
        padding: 0 10px;
        text-align: center;
        display: block;
        border-bottom: 1px solid #D7D7D8;
    }

    body .category-vertical-filters.top-filters .FiltreUst span {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    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 {
        font-size: 12px;
        z-index: 999;
        color: #000;
        display: none;
        position: absolute;
        float: left;
        width: 155px;
        text-align: center;
        margin-top: 10px;
        bottom: 30px;
        border: 1px solid #AAAAAA;
        line-height: 38px;
        font-weight: 300;
    }

    body .category-vertical-filters.top-filters .FiltreUst a:before {
        content: "Filtreleri KaldÄ±r"
    }

    body .category-vertical-filters.top-filters .FiltreUst a.active {
    }

    body .filterBlock.active .category-vertical-filters.top-filters .FiltreUst a.active {
        display: block;
    }

    body .category-vertical-filters.top-filters .FiltreUst a i {
        color: #000;
        font-size: 14px;
        display: inline-block;
        line-height: 50px;
        margin-left: 5px;
        display: none;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        padding: 0 10px;
        display: none;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreicerikAlan {
        float: left;
        width: 100%;
        max-height: calc(100% - 130px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn {
        float: left;
        width: 48%;
        text-align: center;
        margin-top: 10px;
        display: block;
        position: absolute;
        bottom: 30px;
        right: 15px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn span {
        display: flex;
        vertical-align: top;
        background: #000000;
        padding: 0;
        width: 100%;
        color: #fff;
        line-height: 40px;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0.6px;
        align-items: center;
        justify-content: center;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn:hover span {
        background: #545454;
    }

    body .category-vertical-filters.top-filters .filterOrderInStock {
        float: left;
        width: 100%;
        line-height: 50px;
        font-size: 14px;
        color: #262324;
        text-align: left;
        padding: 0 0 0 15px;
        background: #fff;
    }

    body .category-vertical-filters.top-filters .filterOrderInStock:before {
        content: '';
        float: right;
        width: 24px;
        max-height: 24px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 32px;
        border-radius: 100%;
        background: #c5c7c9;
        margin: auto 0;
        background: #fff;
        box-shadow: 0 0 2px 0 #999;
        z-index: 1;
        transition: all 0.3s ease;
    }

    body .category-vertical-filters.top-filters .filterOrderInStock:after {
        content: '';
        float: right;
        width: 40px;
        max-height: 16px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: 20px;
        background: #c5c7c9;
        margin: auto 15px auto 0;
        transition: all 0.3s ease;
    }

    body .category-vertical-filters.top-filters .filterOrderInStock.selected:before {
        right: 15px;
    }

    body .category-vertical-filters.top-filters .filterOrderInStock.selected:after {
        background: #39d662;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading {
        padding: 0;
        margin: 0;
        border: none;
        background: #fff;
        float: left;
        width: 100%;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a {
        float: left;
        width: 100%;
        text-align: left;
        color: #000;
        font-weight: 300;
        font-size: 14px;
        line-height: 55px;
        padding: 0;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a:after {
        top: 0;
        color: #000;
        font-weight: 300;
        font-family: 'FontAwesome';
        right: 0;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
        position: absolute;
        right: 40px;
        top: 0;
        bottom: 0;
        line-height: 55px;
        font-size: 14px;
        color: #000;
        display: block;
        font-weight: 400;
    }

    body .category-vertical-filters.top-filters .panel {
        float: left;
        width: 100%;
        padding: 0 15px;
        border-bottom: 1px solid #D7D7D8;
    }

    body .category-vertical-filters.top-filters .panel:last-child {
        margin-bottom: 0;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown {
        border: none;
        position: static;
        box-shadow: none;
        padding: 1px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown ul {
        margin-top: 10px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li {
        width: 100%;
        margin-right: 0;
        text-align: left;
        margin-bottom: 10px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li a {
        color: #000;
        line-height: 20px;
    }

    body .category-vertical-filters.top-filters .vertical-filter-panel .list-group-item a {
        font-size: 14px;
        color: #000;
        font-weight: 300;
        float: left;
        letter-spacing: 0.7px;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
        background: transparent!important;
        height: auto;
    }

    body .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
        width: 100%;
        margin: 20px 0;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item:before {
        content: "\f00c";
        color: #FFF;
        line-height: 12px;
        font-weight: 400;
        font-size: 10px;
        text-align: center;
        font-family: 'FontAwesome';
        display: inline-block!important;
        width: 16px;
        height: 16px;
        border: 1px solid #B8B8B8;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before {
        color: #000;
        background: #FFF;
        border-color: #B8B8B8;
    }
}

/* ------------------------------------Container--------------------------------------------*/
.headerContent,body ul.breadcrumb,.navigation > div,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: block;
}

.SayfaIcerik .ticiContainer {
    max-width: 96%;
}

.sliderBannerContainer .ProductList {
    max-width: 100%;
}

.detaySliderContainer .ProductList {
    max-width: 100%;
}

.homeContainer .ProductListContent .ProductList {
    max-width: 100%;
}

.markaSlider .jCarouselLite {
    max-width: 100%;
}

/**/
.headerContent {
    text-align: center;
}

.innerContainer {
}

#divIcerik.homepage {
}

.UyeOl .ticiContainer {
}

#footer .ticiContainer {
    max-width: 100%;
}

.UyeGiris .ticiContainer {
}

.Magazalar .ticiContainer {
}

.sepetimBody .ticiContainer {
    margin: 0 auto;
}

.sepetimBody .headerContent {
}

.HesabimTakip .ticiContainer {
}

.Iletisimaspx .ticiContainer {
}

.homeContainer .ticiContainer {
}

.ticiContainer.homeContainer {
}

.ticiContainer.pageContainer {
}

.ticiContainer.categoryContainer {
}

.sepetimBody #footer .ticiContainer {
    max-width: 100%;
}

.ticiContainer.productDetailContainer {
}

.sepetimBody .footerSslLogo {
    display: none!important;
}

.sepetimBody .headerContent {
    box-shadow: none;
}

/**/
.centerCount.Middle {
    width: 100%;
    padding: 0;
}

.centerCount.userLoginContent {
    width: 100%;
    padding: 0;
}

.centerCount.iletisimContent {
    width: 100%;
    padding: 0;
}

.centerCount.UyeolContent {
    width: 100%;
    padding: 0;
}

.centerCount.HesabimTakip {
    width: 100%;
    padding: 0;
}

/**/
.leftBlock {
    float: left;
    width: 300px;
    padding-right: 20px;
}

.rightBlock {
    float: right;
    width: 300px;
    padding-left: 20px;
}

.centerCount.LeftMiddle {
    width: calc(100% - 300px);
}

.centerCount.RightMiddle {
    width: calc(100% - 300px);
}

.centerCount {
    float: left;
    width: 100%;
    padding: 0;
}

/*SolOrtaSag*/
.leftBlock.LeftMiddleRight {
    width: 25%;
}

.rightBlock.LeftMiddleRight {
    width: 25%;
}

.centerCount.LeftMiddleRight {
    width: 50%;
}

/**/
.ticiContainer:before, .ticiContainer:after {
    content: "";
    display: table;
}

.ticiContainer:after {
    clear: both;
}

.ticiContainer {
    clear: both;
    zoom: 1; }

/* ------------------------------------Container--------------------------------------------*/
@media screen and (min-width: 1400px) and (max-width:1770px) {
    .SmallImages div:not(.VideoTrue .SmallImages div):nth-child(n+5) {
        width: 33.1%;
    }

    .VideoTrue .SmallImages div:nth-child(n+6) {
        width: 33.1%
    }

    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
        gap: 25px !important;
    }
}

@media screen and (min-width: 1025px) and (max-width:1399px) {
    .SmallImages div:not(.VideoTrue .SmallImages div):nth-child(n+5) {
        width: 33%;
    }

    .VideoTrue .SmallImages div:nth-child(n+6) {
        width: 33%
    }

    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
        gap: 15px!important;
    }
}

@media screen and (min-width: 1024px) and (max-width:1560px) {
    .menuTypeVertical.menuType1 .menuModalHorz .menuBoxLeft {
        margin-right: 30px;
    }

    .navigation .navUl>li {
        margin: 0;
        padding: 0 10px;
    }

    .logoArea .centerDiv {
        padding: 0 30px;
    }

    .navigation .navUl>li>a {
        font-size: 12px;
    }
}

/*Tablet ekranina kadar olan windows gorunumu*/
@media screen and (min-width: 1041px) and (max-width:1200px) {
    .leftBlock.LeftMiddle {
        width: 25%;
        padding-right: 20px;
    }

    .centerCount.LeftMiddle {
        width: 75%;
    }

    /*SolOrtaSag*/
    .leftBlock.LeftMiddleRight {
        width: 25%;
    }

    .rightBlock.LeftMiddleRight {
        width: 25%;
    }

    .centerCount.LeftMiddleRight {
        width: 50%;
    }

    /*OrtaSag*/
    .rightBlock.MiddleRight {
        width: 25%;
    }

    .centerCount.MiddleRight {
        width: 75%;
    }

    .homeContainer .col-5li {
        width: 25%;
    }

    .navigation .navUl>li>a {
        font-size: 10px;
    }

    .navigation .navUl>li {
        margin: 0;
        padding: 0 5px;
    }

    .logoArea .centerDiv {
        padding: 0 40px;
    }
}

@media screen and (min-width: 1160px) and (max-width: 1239px) {
    /* ------------------------------------Container--------------------------------------------*/ .headerContent,body ul.breadcrumb,.navigation > div,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer {
        max-width: 100%;
    }

    /* ------------------------------------Container--------------------------------------------*/
    .homeContainer .ProductListContent .ProductList {
        max-width: 100%;
    }

    .sliderBannerContainer .ProductList {
        max-width: 100%;
    }

    .detaySliderContainer .ProductList {
        max-width: 100%;
    }

    .markaSlider .jCarouselLite {
        max-width: 100%;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    .logoArea .centerDiv {
        padding: 0 30px;
    }

    .navigation .navUl {
    }

    .navigation .navUl > li {
        margin-right: 0;
        padding: 0px 8px;
    }

    .navigation .navUl > li > a {
        font-size: 11px;
    }

    #footer {
        padding: 0 30px;
    }

    .ebultenDiv {
        max-width: 250px;
    }

    #header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        z-index: 1000;
        width: 100%;
        border: none;
        transition: top .3s ease-in-out;
    }

    body.margin {
        padding-top: 110px;
    }

    #header.fixed .htop {
        display: none;
    }

    body.sepetimBody .sepetItemB4 .sepetItemB4_1 {
        font-size: 13px;
    }

    body.sepetimBody .sepetItemB4 .sepetItemB4_2 {
        font-size: 15px;
    }

    body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
        gap: 20px!important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1159px) {
    /* ------------------------------------Container--------------------------------------------*/ .headerContent,body ul.breadcrumb,.navigation > div,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer {
        max-width: 100%;
    }

    /* ------------------------------------Container--------------------------------------------*/
    .homeContainer .ProductListContent .ProductList {
        max-width: 100%;
    }

    .sliderBannerContainer .ProductList {
        max-width: 100%;
    }

    .detaySliderContainer .ProductList {
        max-width: 100%;
    }

    .markaSlider .jCarouselLite {
        max-width: 100%;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    body.sepetimBody .sepetItemB4 .sepetItemB4_1 {
        font-size: 12px;
    }

    body.sepetimBody .sepetItemB4 .sepetItemB4_2 {
        font-size: 13px;
    }

    #lang {
        padding: 0 0 0 20px!important;
    }

    .ebultenDiv {
        width: 250px;
    }

    #footer .linkler .blink > ul >li> span {
        font-size: 14px;
    }

    .eBultenContainer .ebultenDiv .ebultenText {
        font-size: 12px;
    }

    #footer .linkler .blink>ul>li>ul>li>a {
        font-size: 13px;
    }

    body .productList-Image-Owl .owl-dots .owl-dot span {
        margin: 5px;
    }

    body .productList-Image-Owl .owl-dots .owl-dot.active span {
        width: 38px;
    }
}

@media (min-width: 768px) and (max-width: 1041px) {
    .mobilMenuAcButton {
        float: left;
        color: #000;
        fill: #000;
        margin-right: 10px;
    }

    .mobilMenuAcButton.false {
        display: none;
    }

    .mobilMenuAcButton span {
        display: block;
        font-size: 11px;
    }

    .mobilMenuAcButton svg {
        width: 30px;
    }

    body .logoArea {
        height: 70px;
    }

    body .logoArea .rightDiv {
        display: block;
    }

    body .site-nav {
        top: 100px;
    }

    body .CloseBtnMenu {
        position: static;
        float: left;
        color: #000;
        fill: #000;
        margin-right: 10px;
    }

    body .CloseBtnMenu.active {
        display: block;
    }

    body .CloseBtnMenu svg {
        width: 30px;
    }

    body .CloseBtnMenu span {
        display: block;
        font-size: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* ------------------------------------Container--------------------------------------------*/ .headerContent,body ul.breadcrumb,.navigation > div,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer {
        max-width: 100%;
    }

    /* ------------------------------------Container--------------------------------------------*/
    .homeContainer .ProductListContent .ProductList {
        max-width: 100%;
    }

    .sliderBannerContainer .ProductList {
        max-width: 100%;
    }

    .detaySliderContainer .ProductList {
        max-width: 100%;
    }

    .navigation .altMenu .altMenuler {
        max-width: 100%;
    }

    .markaSlider .jCarouselLite {
        max-width: 100%;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    .headerContent {
        margin: 0 auto;
    }

    .selectSliderDesc {
        display: none;
    }

    .selectSliderAnime {
        width: 100%;
    }

    .htop .htopContainer .htopArea > div {
        min-width: 15%;
        width: unset;
    }

    .ebultenDiv {
        max-width: 250px;
    }

    #footer {
        padding: 0 20px;
        margin: 30px 0 0 0;
    }

    #footer .linkler {
        padding: 55px 0 25px;
    }

    #footer .linkler .blink > ul >li> span, #footer .linkler .blink > ul >li >ul >li >a {
        font-size: 12px;
    }

    .eBultenContainer .ebultenDiv .ebultenText, #txtbxNewsletterMail {
        font-size: 12px;
    }

    #header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        z-index: 1000;
        width: 100%;
        border: none;
        transition: top .3s ease-in-out;
    }

    body.margin {
        padding-top: 110px;
    }

    #header.fixed .htop {
        display: none;
    }

    .detayBottom .urunVaryant {
        padding: 0 30px 0 0;
    }

    .detayBottom .urunVaryant #divUrunEkSecenek {
    }

    .PriceList {
        width: 100%;
    }

    .ProductName {
        width: 100%;
    }

    .leftImage, .RightDetail {
        width: 50%;
    }

    .RightDetail {
        width: 50%;
        padding: 0 30px;
    }

    .urunAciklamaContainer .urunAciklamaArea {
        padding: 0;
    }

    #tabYorumlarContainer {
        padding: 150px 60px 90px;
    }

    .owl-carousel .owl-dots .owl-dot span {
        border: none;
    }

    .FiltreToggle,.FiltreClose {
        display: none;
    }

    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText {
        font-size: 35px;
        line-height: 45px;
        height: 45px;
    }

    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 {
        line-height: 30px;
        font-size: 22px;
        margin: 0 0 30px 0;
    }

    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 span {
        line-height: 30px;
        font-size: 22px;
    }

    .bannerContainer .bannerBox a .bannerContent {
        bottom: 30px;
        left: 10px;
    }

    .bannerContainer .bannerBox a .bannerContent .bannerTitle {
        line-height: 30px;
        font-size: 22px;
    }

    .HomeBody .CategoryTab {
        margin: 20px 0 0 0;
    }

    .tekBannerContainer .tekBannerBox .tekBannerContent {
        bottom: 30px;
        left: 10px;
    }

    .tekBannerContainer .tekBannerBox .tekBannerContent .bannerTitleH {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }

    .tekBannerContainer .tekBannerBox .tekBannerContent .bannerTitle {
        font-size: 16px;
        line-height: 16px;
    }

    .blogContainer .blogTitle {
        margin: 30px 0;
    }

    #divTabYorumlar .urunTabAlt {
        padding: 30px;
    }

    #divTabYorumlar .divYorumlarV2Ortalama {
        margin-left: 0;
    }

    #divTabYorumlar .divYorumlarV2Section1_1a1a {
        gap: 50px;
        justify-content: center;
    }

    #divTabYorumlar .divYorumlar-t1c9c {
        margin-right: 0;
        min-width: 220px;
    }

    #divTabYorumlar .divYorumlar-t1c9k {
        max-width: 150px;
        min-width: 150px;
    }

    .DetaySeoContainer {
        padding: 30px;
    }

    .detayBottomCont {
        top: 51px;
    }

    body.sepetimBody .sepetItemB2 {
        width: 100%;
    }

    body.sepetimBody .sepetItemPriceContent {
        width: auto;
    }

    body.sepetimBody .sepetItemB4 {
        width: auto!important;
    }

    .ebultenDiv {
        width: 260px;
    }

    #footer .linkler .blink > ul >li> span {
        font-size: 14px;
    }

    .eBultenContainer .ebultenDiv .ebultenText {
        font-size: 12px;
    }

    #footer .linkler .blink>ul>li>ul>li>a {
        font-size: 14px;
    }

    .productList-Image-Owl .owl-dots .owl-dot span {
        margin: 5px;
    }

    body .productList-Image-Owl .owl-dots .owl-dot.active span {
        width: 38px;
    }

    .productItem .discountIcon {
        bottom: 200px;
    }
}

/* mobil ve tablet ekran olcusune gore 1041px e kadar bunlari uygula */
@media (max-width: 1041px) {
    /*friendfamily mobile*/ .ffbannerWrapper>img {
        height: 620px;
        object-fit: cover;
    }

    .ffbannerBottom h3 {
        margin: 0 0 5px;
        letter-spacing: 0px;
    }

    .ffbannerTop h2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 3px;
    }

    .ffbannerLogin {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 50px;
    }

    .ffbannerBottom p {
        font-weight: 300;
        color: white;
        margin: 0 0 0 0;
        padding: 0 20px;
        line-height: 22px;
    }

    .ffbannerTop {
        margin-bottom: 60px;
    }

    .howPoints {
        padding: 30px 0;
    }

    .howPoints span {
        margin-bottom: 25px;
    }

    .catList ul {
        flex-wrap: nowrap;
        gap: 40px 5px;
        justify-content: flex-start;
        overflow: auto;
        padding-bottom: 5px;
    }

    .catList ul > li .icBox .icBottom {
        font-size: 13px;
    }

    .catList ul > li {
        width: 35%;
        min-width: 35%;
    }

    .catList ul > li .icBox .icsub {
        height: 45px;
    }

    .icBottom br {
        display: none;
    }

    .catList ul > li .icBox .icsub img {
        width: 22px;
    }

    .catList ul > li .icBox .icsub {
        margin-top: 10px;
        height: 35px;
        font-size: 14px;
    }

    .bringWrapper {
        flex-direction: column;
    }

    .bringDesc {
        width: 100%;
    }

    .bringWrapper img {
        margin-top: 30px;
        max-width: 100px;
    }

    .membershipWrapper {
        padding: 20px 10px;
    }

    .membershipDetails span, .checkList span {
    }

    .membershipDetails {
        text-align: left;
    }

    .membershipWrapper ul {
        margin: 15px 0 0 0;
    }

    .friend_family_wrapper {
        margin-bottom: 0;
    }

    .howWork {
        padding: 30px 0;
    }

    .ffclub {
        padding: 30px 0;
    }

    .sssWrapper {
        padding: 30px 20px;
    }

    .sssWrapper h3 {
        margin-bottom: 30px;
    }

    .sssLeft {
        width: 100%;
    }

    .sssRight {
        width: 100%;
    }

    .accordionList {
        padding-right: 0;
        text-align: left;
    }

    .accordionList p {
        margin: 10px 0;
    }

    .ffbannerDescrtiption {
        background-color: #00000036;
    }

    /*friendfamily mobile*/
    /*parapuan*/
    body .puanlamaBolumu .blokRow2 {
        flex-wrap: wrap;
    }

    body .puanlamaBolumu .blok {
        width: calc(50% - 60px);
        margin-right: 0px;
        margin-top: 40px;
    }

    body .hesabimTablo tbody tr.satirBosluk:not(.tableRowDisplay) td:nth-child(1), body .hesabimTablo tbody tr.satirBosluk:not(.tableRowDisplay) td:nth-child(3) {
        text-align: left;
    }

    body .hesabimTablo tbody tr.satirBosluk td {
        font-size: 14px;
    }

    body .puanlamaBolumu .blok span {
        height: 40px;
    }

    body .puanlamaBolumu .blok span .fa {
        height: 40px;
    }

    body .puanlamaBolumu .blok span .fa {
        top: -1px;
    }

    body span.maviUyari.ng-binding {
        font-size: 16px;
    }

    body button.kuponOlusturButon.ng-binding.ng-scope.butonDisabled {
        height: 45px;
    }

    body input#txtbxKuponTutari {
        height: 45px;
        font-size: 18px;
    }

    body .puanlamaBolumu .blok span {
        height: 40px;
    }

    body .puanlamaBolumu .blok span .fa {
        height: 40px;
        line-height: 40px;
    }

    body .puanlamaBolumu .blok span.mavi .fa:before, .puanlamaBolumu .blok span.gri .fa:before, .puanlamaBolumu .blok span.sari .fa:before, .puanlamaBolumu .blok span.kirmizi .fa:before {
        background-size: 32px;
        height: 40px;
    }

    body .kuponOlustur .kuponOlusturYazi {
        margin-right: 0px;
        line-height: 55px;
        font-size: 16px;
    }

    body .puanlamaBolumu .blok span .fa-money:before {
        background-size: 55px;
        height: 40px;
    }

    /*parapuan*/
    /******************************************************/
    .navigation {
        display: none;
    }

    #divSayfalamaUst .filterBlock {
        display: block!important;
    }

    .mobilMenuAcButton {
        display: block;
    }

    body .dropdown-toggle:after {
        display: none;
    }

    body #divSayfalamaUst {
        padding: 8px 0;
        margin: 0 0 15px 0;
        width: 100%;
        border: none;
        border-top: 1px solid #D7D7D8;
        border-bottom: 1px solid #D7D7D8;
        background: transparent;
        position: relative;
    }

    .urunListRel {
        width: 100%;
    }

    body .mobilFilterOpenBtn .button {
        padding: 0;
        margin: 0;
        color: #000;
        width: 35%;
        float: left;
        line-height: 24px;
        background: #fff;
        font-size: 14px;
        display: inline-block;
        font-weight: 300;
    }

    body .mobilFilterOpenBtn .button:before {
        content: '';
        font-family: 'FontAwesome';
        display: inline-block;
        line-height: 24px;
        margin-right: 6px;
        font-weight: 300;
        font-size: 12px;
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn {
        float: left;
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn {
        float: left;
        border-right: 1px solid #D7D7D8;
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn:before {
        content: '\f1de';
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn:before {
        content: '\f15d';
    }

    body .mobilFilterOpenBtn {
        margin: 0;
        padding: 0;
        display: block!important;
    }

    .categorydesign .uNo {
        float: right;
        color: #999a9d;
        font-size: 12px;
    }

    body #divSayfalamaUst .filterDeleteContent {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:nth-child(1):after {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection {
        position: absolute;
        left: 35%;
        top: 0;
        width: 35%;
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
        width: 100%;
        display: block!important;
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
        width: 100%;
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
        width: 100%;
        height: 40px;
        font-size: 0;
        text-indent: 0;
        border: none;
        color: #000;
        font-weight: 500;
        min-width: auto;
        border-radius: 0;
        background: transparent;
        -webkit-appearance: none;
        -moz--appearance: none;
    }

    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: block;
        position: absolute;
        right: -70%;
        width: unset;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection {
        padding: 0;
        text-align: center;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        border-bottom: none;
        background: #fff;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:not(.appliedFilter) {
        margin: 0;
        width: 100%;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a {
        border: none;
        text-align: center;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a span {
        line-height: 35px;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) a:before {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a {
        border-bottom: 1px solid #e5e5e5;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(4) > a {
        border-bottom: none;
    }

    body .category-vertical-filters.top-filters {
        display: block!important;
        width: 360px;
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        z-index: 9999;
        background: #FFF;
        margin: 0;
        padding: 0;
        border: none;
        transition: all .3s ease;
    }

    body .category-vertical-filters.top-filters ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    body .filterBlock.active .category-vertical-filters.top-filters {
        right: 0;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreUst {
        float: left;
        width: 100%;
        line-height: 50px;
        background: transparent;
        font-size: 14px;
        color: #000;
        font-weight: 400;
        padding: 0 10px;
        text-align: center;
        display: block;
        border-bottom: 1px solid #D7D7D8;
    }

    body .category-vertical-filters.top-filters .FiltreUst span {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    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 {
        font-size: 12px;
        z-index: 999;
        color: #000;
        display: none;
        position: absolute;
        float: left;
        width: calc(50% - 15px);
        text-align: center;
        margin-top: 10px;
        bottom: 30px;
        left: 10px;
        border: 1px solid #aaa;
        line-height: 38px;
        font-weight: 300;
    }

    body .category-vertical-filters.top-filters .FiltreUst a:before {
        content: "Filtreleri KaldÄ±r"
    }

    body .category-vertical-filters.top-filters .FiltreUst a.active {
    }

    body .filterBlock.active .category-vertical-filters.top-filters .FiltreUst a.active {
        display: block;
    }

    body .category-vertical-filters.top-filters .FiltreUst a i {
        color: #000;
        font-size: 14px;
        display: inline-block;
        line-height: 50px;
        margin-left: 5px;
        display: none;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        padding: 0 10px;
        display: none;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreicerikAlan {
        float: left;
        width: 100%;
        max-height: calc(100% - 130px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn {
        float: left;
        width: calc(50% - 15px);
        text-align: center;
        margin-top: 10px;
        display: block;
        position: absolute;
        bottom: 30px;
        right: 10px;
        padding-right: 0;
        padding-left: 0;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn span {
        display: flex;
        vertical-align: top;
        background: #000000;
        padding: 0;
        width: 100%;
        color: #fff;
        line-height: 40px;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0.6px;
        align-items: center;
        justify-content: center;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn:hover span {
        background: #545454;
    }

    body .category-vertical-filters.top-filters .filterOrderInStock {
        float: left;
        width: 100%;
        line-height: 50px;
        font-size: 14px;
        color: #262324;
        text-align: left;
        padding: 0 0 0 15px;
        background: #fff;
    }

    body .category-vertical-filters.top-filters .filterOrderInStock:before {
        content: '';
        float: right;
        width: 24px;
        max-height: 24px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 32px;
        border-radius: 100%;
        background: #c5c7c9;
        margin: auto 0;
        background: #fff;
        box-shadow: 0 0 2px 0 #999;
        z-index: 1;
        transition: all 0.3s ease;
    }

    body .category-vertical-filters.top-filters .filterOrderInStock:after {
        content: '';
        float: right;
        width: 40px;
        max-height: 16px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: 20px;
        background: #c5c7c9;
        margin: auto 15px auto 0;
        transition: all 0.3s ease;
    }

    body .category-vertical-filters.top-filters .filterOrderInStock.selected:before {
        right: 15px;
    }

    body .category-vertical-filters.top-filters .filterOrderInStock.selected:after {
        background: #39d662;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn span {
        font-size: 0;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .filtreUygulaBtn span:before {
        content: "ÃœrÃ¼nleri GÃ¶ster";
        font-size: 12px;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading {
        padding: 0;
        margin: 0;
        border: none;
        background: #fff;
        float: left;
        width: 100%;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a {
        float: left;
        width: 100%;
        text-align: left;
        color: #000;
        font-weight: 300;
        font-size: 14px;
        line-height: 55px;
        padding: 0;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a:after {
        top: 0;
        color: #000;
        font-weight: 300;
        font-family: 'FontAwesome';
        right: 0;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
        position: absolute;
        right: 40px;
        top: 0;
        bottom: 0;
        line-height: 55px;
        font-size: 14px;
        color: #000;
        display: block;
        font-weight: 400;
    }

    body .category-vertical-filters.top-filters .panel {
        float: left;
        width: 100%;
        padding: 0 15px;
        border-bottom: 1px solid #D7D7D8;
    }

    body .category-vertical-filters.top-filters .panel:last-child {
        margin-bottom: 0;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown {
        border: none;
        position: static;
        box-shadow: none;
        padding: 1px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown ul {
        margin-top: 10px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li {
        width: 100%;
        margin-right: 0;
        text-align: left;
        margin-bottom: 10px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li a {
        color: #000;
        line-height: 20px;
    }

    body .category-vertical-filters.top-filters .vertical-filter-panel .list-group-item a {
        font-size: 14px;
        color: #000;
        font-weight: 300;
        float: left;
        letter-spacing: 0.7px;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
        background: transparent!important;
        height: auto;
    }

    body .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
        width: 100%;
        margin: 20px 0;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item:before {
        content: "\f00c";
        color: #FFF;
        line-height: 12px;
        font-weight: 400;
        font-size: 10px;
        text-align: center;
        font-family: 'FontAwesome';
        display: inline-block!important;
        width: 16px;
        height: 16px;
        border: 1px solid #B8B8B8;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before {
        color: #000;
        background: #FFF;
        border-color: #B8B8B8;
    }

    body #divSayfalamaUst .blockSelect {
        margin: 8px 0;
    }

    body #divSayfalamaUst .blockSelect a {
        margin: 0 0 0 15px;
        background: transparent;
    }

    body #divSayfalamaUst .blockSelect a i {
        display: none;
    }

    body #divSayfalamaUst .blockSelect .sort_3 {
        display: none;
    }

    body #divSayfalamaUst .blockSelect .sort_4 {
        display: none;
    }

    body #divSayfalamaUst .blockSelect .sort_5 {
        display: none;
    }

    body #divSayfalamaUst .blockSelect .sort_2 {
        width: 23px;
        height: 23px;
        border: 1px solid #D7D7D8;
        position: relative;
        background: transparent;
    }

    body #divSayfalamaUst .blockSelect .sort_2:before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 1px;
        background: #D7D7D8;
    }

    body #divSayfalamaUst .blockSelect .sort_2:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -1px;
        bottom: -1px;
        margin: auto;
        width: 1px;
        background: #D7D7D8;
    }

    body #divSayfalamaUst .blockSelect .sort_2.Active:before {
        background: #000;
    }

    body #divSayfalamaUst .blockSelect .sort_2.Active:after {
        background: #000;
    }

    body #divSayfalamaUst .blockSelect .sort_2.Active {
        border-color: #000;
    }

    body #divSayfalamaUst .blockSelect .sort_hrz {
        border: 1px solid #D7D7D8;
        width: 23px;
        height: 23px;
        position: relative;
        display: block;
    }

    body #divSayfalamaUst .blockSelect .sort_hrz.Active {
        border-color: #000;
    }

    body #divSayfalamaUst .appliedFilter.FiltrelemeUrunAdet span {
        display: none!important;
    }

    body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent {
        display: none!important;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:first-child:before {
        display: none;
    }

    body .slider-range {
        margin: 0 0 15px 10px!important;
        width: calc(100% - 20px);
    }

    body .amount {
        padding: 0;
    }

    .centerCount {
        width: 100%!important;
    }

    .leftBlock {
        display: none!important;
    }

    .rightBlock {
        display: none!important;
    }

    .homeContainer .leftBlock {
    }

    .homeContainer .rightBlock {
    }

    .UyeolContent .grid {
        margin: 30px 18px;
    }

    .owl-carousel .owl-item img {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }

    .mobileImageSlider .owl-stage-outer {
        float: left;
        width: 100%;
    }

    .uyeOlContainer #FrmYeniUye > .uyeOlCol {
        width: 100%;
        padding: 10px;
        margin: 10px 10px 0 0;
    }

    .uyeOlContainer .FormTitle {
        margin: 10px 0;
        padding: 10px 0;
        font-size: 18px;
        font-weight: 500;
    }

    .uyeOlContainer .uyeOlCol input.textbox {
        padding: 10px 0;
    }

    .uyeOlContainer .uyeOlCol select.selectboxx {
        padding: 10px 0;
    }

    .Magazalar .magazaSelect {
        width: 100%;
        margin-right: 0;
    }

    .Magazalar #searchStore {
        width: 100%;
        margin-right: 0;
    }

    /*MobilMenu*/
    .menuUstBolum {
        width: 100%;
        display: inline-block;
        float: left;
        margin-top: 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .menuUstBolum .CloseBtnMenu {
        float: right;
        fill: #fff;
        width: 50px;
        text-align: center;
        margin: 0;
        cursor: pointer;
        z-index: 10;
    }

    .menuUstBolum .CloseBtnMenu svg {
        width: 20px;
        margin-top: 15px;
    }

    .menuUstBolum .menuBack {
        float: left;
        line-height: 50px;
        fill: #fff;
        color: #fff;
        font-size: 15px;
        text-align: center;
        margin: 0;
        cursor: pointer;
        padding-left: 20px;
    }

    .menuUstBolum .menuBack svg {
        margin-right: 10px;
        float: left;
        margin-top: 15px;
        width: 20px;
    }

    .mobilMenu {
        position: fixed;
        left: -110%;
        top: 0;
        bottom: 0;
        width: 360px;
        z-index: 99999;
        background: #fff;
        transition: left .3s ease-in-out;
    }

    .mobilMenu.acik {
        left: 0;
    }

    .mobilMenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobilMenu .menuIcerikAlan {
        float: left;
        width: 100%;
        height: calc(100% - 51px);
        position: absolute;
        top: 51px;
        right: 0;
        left: 0;
    }

    .mobilMenu .navUl {
        float: left;
        width: 100%;
        height: 100%;
    }

    .mobilMenu .navUl > li > ul li, .mobilMenu .navUl > li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        padding: 0 0 0 5px;
    }

    .mobilMenu .navUl > li > ul li a, .mobilMenu .navUl > li > a {
        color: #000;
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
        z-index: 2;
        position: relative;
        width: 100%;
    }

    .mobilMenu .navUl .ulVar > a {
        width: auto;
    }

    .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: 0;
        top: 0;
        left: 0;
        z-index: 1;
        padding-right: 20px;
        cursor: pointer;
        height: 40px;
    }

    .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-top: 12px;
    }

    /*Acilirmenuicerik*/
    .mobilMenu .altMenu .altMenuMarkalar, .mobilMenu .altMenu .altMenuler {
        float: left;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

    .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: 0;
        width: 360px;
        background: #fff;
        z-index: 3;
        transition: all 0.3s ease-in-out;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl.active, .mobilMenu .navUl > li > ul li ul.active, .mobilMenu .navUl > li > ul.active, .mobilMenu .altMenu.active {
        left: 0;
    }

    .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: 500;
        line-height: 55px;
        padding-left: 55px;
        border-bottom: 1px solid #e5e5e5;
        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;
    }

    .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;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .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 #e5e5e5;
        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: #282f36;
        font-size: 14px;
        font-weight: 500;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
        padding: 0 13px;
        z-index: 2;
        position: relative;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li .ResimliMenu1AltUl, .mobilMenu .navUl > li > ul li ul,.mobilMenu .navUl > li > ul, .mobilMenu .menuIcerikAlan {
        overflow-y: auto;
        overflow-x: hidden;
    }

    /*Markalar*/
    .mobilMenu .altMenu .altMenuMarkalar > a {
        float: left;
        width: 50%;
        padding: 0 13px;
        min-height: 57px;
        text-align: center;
        margin-bottom: 15px;
    }
}

/* Mobil Ekran */
@media (max-width: 767px) {
    body .urunTabAlt ul li {
        list-style-type:disc;
    }

    body .urunTabAlt .commentTicimax li {
        list-style-type: none;
    }

    .detaySliderContainer .owl-carousel .owl-nav {
        display: block;
        position: absolute;
        right: 0;
        top: -43px;
        width: 64px;
    }

    .detaySliderContainer .owl-carousel .owl-nav .ProductListprev:before, .detaySliderContainer .owl-carousel .owl-nav .ProductListnext:before {
        color: #000;
        font-weight: 400;
    }

    .detaySliderContainer .owl-carousel .owl-nav .ProductListnext, .detaySliderContainer .owl-carousel .owl-nav .ProductListprev {
        width: 28px;
    }

    .videobanner {
        height: auto;
        padding-bottom: 170%;
    }

    .videobanner > a {
        display: flex;
        display: -webkit-flex
    }

    .videobanner iframe {
        height: 130%
    }

    .homeFooterArea {
        padding-top: 70px;
    }

    .homeFooterArea .footerTemp {
        height: 100%;
        justify-content: flex-start;
        background: #faf8f5;
    }

    .HomeBody .ebultenDivTemp {
        display: none!important
    }

    body .footerTemp .storeMedia {
        margin: 10px 0
    }

    body.sepetimBody .BasketRigth ul li span:first-child {
        text-align: left;
    }

    .OzelIsim {
        top: auto;
        bottom: 16%;
        right: 40%;
        font-size: 30px;
        width: 61px;
        height: 60px
    }

    .IcerikHakkimizda {
        display: block;
    }

    .IcerikHakkimizda .HakkimizdaText {
        padding: 0;
    }

    .IcerikHakkimizda .HakkimizdaText span {
        font-size: 12px;
        line-height: 18px;
        margin: 10px 0;
    }

    .HakkimizdaVideo {
        width: 100%;
        float: left;
    }

    .HakkimizdaVideo video {
        width: 100%;
    }

    body .productItem .divVideoPlayButton {
        display: none!important;
    }

    .socialUserSozlesmeDiv #socialChkSozlesme {
        float: left;
        margin-top: -2px!important;
    }

    .socialUserSozlesmeDiv > label {
        width: calc(100% - 20px);
    }

    body.sepetimBody .sepetItemB2 {
        width: 100%;
    }

    body.sepetimBody .sepetItemPriceContent {
        width: auto;
    }

    body.sepetimBody .sepetItemB4 {
        width: auto!important;
    }

    .StokInfo {
        display: block;
    }

    body .cerezPopupUyari {
        z-index: 99;
    }

    #mainHolder_divDesign .sliderArea .owl-nav {
        top: 44%!important;
        left: 5px!important;
        right: 5px!important;
    }

    .productList-Image-Owl .owl-dots {
        display: none!important;
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft .titleH:before {
        content: "TANIM";
        font-size: 14px;
    }

    #divMagazaStok {
        width: 50%;
    }

    .shareArea {
        width: 50%;
        float: right;
    }

    .shareArea .product_social_icon_wrapper .pcon {
        float: right;
    }

    .shareArea .product_social_icon_wrapper .product-social-icon-popup {
        right: 40px;
    }

    .shareArea .product_social_icon_wrapper .product-social-icon-popup:before {
        left: auto;
        right: 10%;
    }

    .shareArea .product_social_icon_wrapper .pcon .paylasTitle {
        float: right;
    }

    body.overflow {
        overflow: hidden;
    }

    #divIcerik.homepage {
        margin: 0 auto;
    }

    body.HomeBody {
        padding-top: 125px;
    }

    body {
        padding-top: 80px;
    }

    body.HomeBody.sayacVar {
        padding-top: 209px;
    }

    body.sayacVar {
        padding-top: 166px;
    }

    #header {
        min-height: 50px;
    }

    body.sepetimBody {
        padding-top: 0;
    }

    #lang_flag_container {
        position: absolute!important;
        left: auto!important;
        right: 138px!important;
        top: 16px!important;
    }

    #langHover {
        padding: 0!important;
    }

    #lang {
        color: #000!important;
        font-size: 10px!important;
        padding: 0!important;
    }

    #lang_flag_container:hover #lang {
        color: #000!important;
    }

    #lang_flag_container #lang-detail {
        left: 0!important;
        right: auto!important;
        top: 0!important;
    }

    .userContainer .userLeftBox, .userContainer .userRightBox {
        padding: 0;
    }

    .userContainer .userRightBox {
        margin-top: 20px;
    }

    .SifremiUnuttumContent .userWrapper.SifremiUnuttum {
        width: 100%;
        padding: 0 10px;
    }

    .headerContent {
        margin: 0 auto;
        float: left;
        width: 100%;
        text-align: left;
        z-index: 99;
        border-bottom: 1px solid #D7D7D8;
    }

    #divIcerik {
        padding: 0;
        margin: 0 auto;
    }

    .proCategoryTitle.categoryTitleText {
        padding: 0 10px;
    }

    #footer .ticiContainer {
        padding: 0 15px;
    }

    #divTicimaxCopyrightContent {
        text-align: center;
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }

    #divTicimaxCopyrightContent a {
        display: inline-block;
    }

    #divTicimaxCopyrightContent img {
        display: inline-block;
        vertical-align: top;
        filter: brightness(0);
    }

    /*Logo*/
    #logo {
        float: left;
        position: static;
        display: block;
        border: none;
        width: auto;
        padding: 0;
        background: transparent;
        margin: 0 0 0 40px;
    }

    #logo:after {
        display: none;
    }

    #logo .logo {
        margin: 0;
        width: 84px;
        float: left;
        padding: 10px 0 18px;
        text-align: center;
        display: block;
        background: transparent;
    }

    #logo .logo img {
        max-width: 100%;
        display: inline-block;
        max-width: 84px;
    }

    #logo .logo img.kurdele {
        max-width: 14px;
        margin: 6px 0 0 0;
    }

    /*header click button*/
    .mycart {
        top: 10px;
        right: 5px;
        width: 15px;
        height: 15px;
    }

    .mycart .sepetUrunSayisi {
        width: 13px;
        height: 13px;
        line-height: 14px;
        background: #000;
        color: #fff;
    }

    .CloseBtnMenu {
        position: absolute;
        top: 10px;
        left: 15px;
        flex-direction: column;
        display: none;
        z-index: 10;
    }

    .CloseBtnMenu.active {
        display: flex;
    }

    .mobilMenuAcButton {
        position: absolute;
        top: 10px;
        left: 15px;
        display: flex;
        flex-direction: column-reverse;
        z-index: 10;
    }

    .mobilMenuAcButton.false {
        display: none;
    }

    .favi-m {
        display: block;
        position: absolute;
        top: 15px;
        right: 107px;
        font-size: 16px;
        line-height: 16px;
    }

    .favi-m a {
        color: #000;
        font-weight: 300;
        line-height: 16px;
    }

    .favi-m a i {
        font-weight: 200;
    }

    .searchClick {
        display: block;
        position: absolute;
        top: 15px;
        right: 75px;
    }

    .searchClick i {
        color: #000;
        font-weight: 300;
        font-size: 16px;
    }

    .welcomeOpen {
        display: block;
        position: absolute;
        top: 15px;
        right: 45px;
    }

    .mycartClick {
        display: block;
        position: absolute;
        top: 14px;
        right: 15px;
    }

    .CloseBtnMenu span {
        font-size: 8px;
        display: block;
        line-height: 10px;
        font-weight: 400;
    }

    .CloseBtnMenu svg {
        width: 21px;
        padding: 4px;
    }

    .mobilMenuAcButton span {
        font-size: 8px;
        display: block;
        line-height: 10px;
        font-weight: 400;
    }

    .mobilMenuAcButton svg {
        width: 21px;
    }

    .searchClick svg {
        width: 25px;
    }

    .welcomeOpen svg {
        width: 22px;
    }

    .mycartClick svg {
        width: 25px;
    }

    /*mobilmenu*/
    .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: 0;
    }

    /*sepetalan*/
    .CartProductInner {
        position: absolute;
        top: 50px;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 10px;
    }

    .SepetUst {
        float: left;
        width: calc(100% + 20px);
        text-align: center;
        color: #fff;
        line-height: 50px;
        font-size: 16px;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -10px;
    }

    .SepetUst span {
        display: none!important;
        vertical-align: top;
    }

    .SepetUst .seClose {
        color: #000;
        position: absolute;
        right: 0;
        background: unset !important;
        margin: 0 !important;
        display: block !important;
    }

    .SepetUst .seClose svg {
        width: 20px!important;
        fill: #000!important;
    }

    .CartProduct {
        background: #fff;
        background-size: 100%;
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        display: block !important;
        border: none;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        opacity: 1;
        visibility: visible;
        transform: none;
        -webkit-transform: none;
        box-shadow: none;
        padding: 10px;
        border-radius: 0;
    }

    .CartProduct i {
        display: none;
    }

    .CartProduct.animated {
        right: 0;
    }

    .CartProduct.animated i {
        display: inline-block;
    }

    .CartProduct .SProduct {
        float: left;
        width: 100%;
        max-height: calc(100% - 129px);
        overflow-y: auto;
        overflow-x: hidden;
        font-size: 0;
        text-align: left;
        margin: 10px 0 0 0;
    }

    .CartProduct .headerCartBtn {
        line-height: 38px;
        font-size: 12px !important;
    }

    .CartProduct .headerOrderBtn {
        line-height: 38px;
        font-size: 12px !important;
    }

    .spanustSepetteUrunYok {
        font-size: 16px;
        margin: 20px 0 0 0;
        float: left;
        clear: both;
        text-align: center;
        width: 100%;
        font-weight: 900;
        color: #d0112b;
    }

    .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: 0 auto;
        margin-bottom: 30px;
    }

    .mycart {
        background: none !important;
        padding: 0;
        margin: 0;
        border: none;
        position: absolute;
        left: auto;
        bottom: auto;
    }

    .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 {
        display: block !important;
        border-radius: 100%;
        text-align: center;
        font-size: 9px;
        border: none;
        right: 0;
        top: 0;
        margin: 0;
    }

    .mycart .sepetUrunSayisi:before {
        display: none;
    }

    .mycart .sepetUrunSayisi:after {
        display: none;
    }

    .mycart > a {
        display: block;
        width: auto;
        height: auto;
        padding: 0;
        border: none;
        margin: 0;
        background: transparent;
    }

    .mycart > a:before {
        display: none;
    }

    .mycart > a:after {
        display: none;
    }

    /*Sabit sayfalar icerik*/
    .spanTittle {
        font-size: 18px !important;
    }

    .iletisimContent .iletisimForm {
        width: 100%;
        padding: 0;
    }

    .iletisimContent .AdBan {
        width: 100%;
    }

    .iletisimContent .categoryTitle {
        margin: 0;
    }

    .iletisimContent .categoryTitle .categoryTitleText {
        line-height: 65px;
    }

    .iletisimContent .categoryTitle:before {
        display: none;
    }

    .iletisimContent .iletisimRight .categoryTitle {
        margin-bottom: 10px;
    }

    .iletisimContent .iletisimRight .categoryTitle .categoryTitleText {
        line-height: 65px;
        font-size: 19px;
    }

    .iletisimContent .iletisimForm .categoryTitle {
        margin-bottom: 10px;
    }

    .iletisimContent .iletisimForm .categoryTitle .categoryTitleText {
        line-height: 65px;
        font-size: 19px;
    }

    .iletisimContent .iletisimRight .iletisimbanka .span > div.line2 > div.line2 {
        float: none;
        display: block;
        margin: 10px 0 0;
    }

    .iletisimContent .iletisimLeft .span.iletisimLeftFirmaAdi .Right {
        font-size: 17px;
    }

    .iletisimContent .iletisimRight .iletisimbanka .span > div span {
        font-size: 12px;
    }

    .iletisimContent .iletisimLeft .Right {
        font-size: 12px;
    }

    .iletisimContent .iletisimLeft .span.iletisimLeftTelefon .Right {
        font-size: 20px;
    }

    .UyeolContent .grid {
        width: 100%;
        margin: 0;
        padding: 10px;
        border: none;
        margin-bottom: 10px;
    }

    .SifremiUnuttum {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .SifremiUnuttum .line {
        width: 100%;
    }

    .SifremiUnuttum #mainHolder_txtbxMail {
        width: 70%;
    }

    .SifremiUnuttum .button {
        width: 30%;
    }

    /*Header Sabitler*/
    .resimliYanMenu {
        display: none;
    }

    .navigation {
        display: none
    }

    #header {
        border: none;
        margin-bottom: 0 !important;
        padding-top: 0;
        box-shadow: none;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    #header:before {
        display: none;
    }

    #header.homeHeader {
        border: none;
    }

    /*Arama*/
    .homeHeader .searchContent {
        display: block;
        margin: 0;
        z-index: 1;
        opacity: 1;
    }

    .searchContent {
        float: left;
        width: 100%;
        border-top: 1px solid #eee;
        background: #ffffff;
        padding: 6px;
        margin: -180px 0 0 0;
        transition: .3s;
        z-index: -1;
        opacity: 0;
        position: unset!important;
        height: unset!important;
    }

    .searchContent.active {
        margin: 0;
        z-index: 1;
        opacity: 1;
        padding: 6px!important;
    }

    #header.fixed .searchContent {
        margin-top: -180px;
        z-index: -1;
        opacity: 0;
    }

    #header:not(.homeHeader) .searchContent.active, #header.fixed .searchContent.active {
        position: fixed!important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #FFF;
        padding: 15px!important;
        z-index: 99;
        opacity: 1;
        margin: 0;
    }

    .search {
        margin: 0;
        max-width: 100%;
        width: 100%;
        position: relative;
        padding: 0;
        display: block;
    }

    #header.homeHeader:not(.fixed) .search .seClose {
        display: none;
    }

    .search .seClose {
        float: left;
        width: 20%;
        line-height: 32px;
        text-align: center;
        font-weight: 400;
        font-size: 12px;
    }

    .search:after {
        display: none;
    }

    .search:before {
        display: none;
    }

    .search .crossclick {
        display: none;
    }

    #divAramaKategori {
        top: 0;
        left: 0;
    }

    #divAramaKategori select {
        width: 70px;
        padding-left: 5px;
        font-size: 10px;
        height: 36px;
    }

    #header:not(.homeHeader) .searchContent.active #txtbxArama, #header.fixed .searchContent.active #txtbxArama {
        width: 80%;
    }

    #txtbxArama {
        height: 32px;
        padding-left: 35px;
        padding-right: 0;
        width: 100%;
        box-shadow: 0 0 3px #0000002e;
        font-size: 12px;
        border-radius: 5px;
        margin: 0;
        border: none;
        color: #616161;
        background: #F3F3F3;
    }

    #btnKelimeAra {
        width: 30px;
        height: 30px;
    }

    #btnKelimeAra.loaded {
        font-size: 15px;
    }

    .ButtonMic {
        right: 36px;
        height: 36px;
    }

    /*hosgeldin div*/
    .welcome {
        display: block;
        width: 100%;
        position: absolute;
        top: 100%;
        right: 0;
        bottom: auto;
        text-align: center;
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
        height: 0;
        border-radius: 0;
        z-index: 100;
        overflow: hidden;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
    }

    .welcome.active {
        height: 40px;
    }

    .welcome>div {
        width: 100%;
        position: static;
        padding: 0;
        box-shadow: none;
        display: block;
        background: transparent;
        margin: 0;
    }

    .welcome>ul {
        margin: 0;
    }

    .welcome>div:before {
        display: none;
    }

    .welcome:before {
        display: none;
    }

    .mobilMenu .welcome {
        display: block;
    }

    .welcome ul {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .welcome li {
        float: none;
        display: inline-block!important;
        width: auto;
        vertical-align: top;
    }

    .headerSocialConnect {
        margin-left: 0;
    }

    .headerSocialConnect .baglanButton {
        margin-left: 10px;
    }

    .headerSocialConnect .baglanButton a {
        line-height: 25px;
        font-size: 13px;
        color: #fff;
        padding: 0 5px!important;
        margin: 7px 0 0!important;
    }

    #divGoogleLoginContainer.baglanButton a#btnGoogleLogin:before {
        line-height: 40px;
        width: 15px;
        height: 15px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .headerHesabim, .headerCikis, .headerUyeOl a, .headerUyeGiris a {
        float: none;
        display: inline-block!important;
        font-size: 13px;
        line-height: 40px;
        color: #fff;
        border: none;
        padding: 0;
        width: auto;
        height: auto;
        margin: 0;
        font-weight: 500;
    }

    .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;
    }

    /*urun butonlari*/
    .ProductIcon {
        margin: 0;
        float: left;
        width: 100%;
    }

    .ProductIcon > div {
        margin: 0 0 10px;
        float: left;
        width: 100%;
    }

    .ProductIcon2 > div {
        margin: 0 0 10px;
        float: left;
        width: 100%;
    }

    .ProductIcon > div > a {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

    .ProductIcon2 > div > a {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

    .socialButons iframe {
        margin-right: 10px;
    }

    .socialButons .UWhatsApp {
        float: left;
        margin-right: 10px;
    }

    .socialButons .UTelegram {
        float: left;
        margin-right: 10px;
    }

    /******************************************************/
    .bottomHead {
        float: left;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1002;
        background: #fff;
        border-top: 1px solid #cecece;
        display: block;
    }

    .bottomHead ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }

    .bottomHead ul li {
        float: left;
        width: 25%;
    }

    .bottomHead ul li a {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding: 5px 0;
        color: #000;
        position: relative;
        height: 49px;
    }

    .bottomHead ul li a svg {
        width: 18px;
        display: block;
        margin: 0 auto 5px;
    }

    .bottomHead ul li.welcC a svg {
        margin-bottom: 3px;
    }

    /*Footer*/
    .FooterTop,.FooterMiddle,.FooterBottom {
    }

    #footer .linkler {
        padding: 0;
    }

    #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%;
    }

    #footer .linkler .blink > ul >li> span {
        float: left;
        width: 100%;
        margin: 0;
        line-height: 40px;
        font-size: 14px;
    }

    #footer .linkler .blink > ul >li> span a {
        float: left;
        width: 100%;
        margin: 0;
        line-height: 60px;
        font-size: 14px;
        color: #000000;
        font-weight: 500;
    }

    #footer .linkler .blink > ul >li> span .ackapabtn {
        float: right;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: right;
        font-family: 'FontAwesome';
    }

    #footer .linkler .blink > ul >li> span .ackapabtn .svgbtn {
    }

    #footer .linkler .blink > ul >li {
        float: left;
        width: 100%;
    }

    #footer .linkler .blink > ul >li.footer-m > span {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 14px;
        letter-spacing: 0.7px;
        line-height: 17px;
        margin: 30px 0 15px;
    }

    #footer .linkler .blink > ul >li>ul >li {
        float: left;
        width: 100%;
    }

    #footer .linkler .blink > ul >li >ul >li >a {
        margin-bottom: 10px;
        line-height: 25px;
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .ebultenDiv {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .ebultenGelecek {
    }

    #ticimaxCopyright {
        margin-top: 5px!important;
        font-size: 11px;
    }

    #back-to-top {
        bottom: 40px;
        right: 5%;
    }

    #back-to-top a {
        width: 30px;
        height: 30px;
    }

    #footer .socialdiv {
        margin: 0;
        text-align: center;
    }

    #footer .socialdiv ul {
        display: inline-block;
        vertical-align: top;
    }

    #footer .store {
        text-align: center;
        margin: 0 0 60px 0;
        width: 100%;
    }

    #footer .store ul {
        vertical-align: top;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        width: 100%;
    }

    #footer .store > ul > li {
        margin: 0 7.5px;
    }

    /*kategori*/
    .categoryContainer .categoryTitleText {
        padding: 0 10px;
        margin: 0;
    }

    .ProductBody .categoryTitle {
        padding: 0;
        margin: 0;
    }

    body .category-vertical-filters.top-filters {
        width: 100%;
        height: 100%;
        box-shadow: none;
        border: none;
    }

    body ul.breadcrumb {
        white-space: nowrap;
        position: relative;
        width: 100%;
        overflow: auto;
    }

    body ul.breadcrumb.zindex {
        z-index: -1;
        pointer-events: none;
    }

    body ul.breadcrumb:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 99;
        content: '';
        display: block;
    }

    body ul.breadcrumb li:nth-child(1) a:before {
        display: none;
    }

    body ul.breadcrumb * {
        line-height: 45px!important;
        font-size: 14px!important;
        font-weight: 300;
        text-decoration: none;
    }

    body ul.breadcrumb li a {
        position: relative;
        font-size: 14px !important;
        font-weight: 400;
    }

    body ul.breadcrumb li {
    }

    body ul.breadcrumb li:after {
        line-height: 45px;
    }

    body ul.breadcrumb li:nth-last-of-type(1) a:before {
        display: none;
    }

    body ul.breadcrumb li:nth-last-of-type(1) a span:after {
        display: none;
    }

    body ul.breadcrumb li:nth-last-of-type(1) {
        max-width: 100%;
    }

    body ul.breadcrumb li:nth-last-of-type(1) * {
        max-width: 100%;
        font-size: 12px!important;
        text-overflow: ellipsis;
        overflow: hidden
    }

    body ul.breadcrumb li a span {
    }

    .categoryTitleText {
        position: relative;
        z-index: 10;
    }

    .breadList {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        padding: 10px 20px;
        z-index: 9;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
        -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
        -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    }

    .breadList.breadActive {
        display: block!important;
    }

    .breadList ul {
        list-style: none;
    }

    .breadList .mBread {
        float: left;
        width: 100%;
    }

    .breadList .mBread ul {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .breadList .mBread ul li {
        float: left;
        width: 100%;
        font-size: 0;
        display: block;
        margin-right: 0;
        line-height: 1;
    }

    .breadList .mBread ul li a {
        float: left;
        width: 100%;
        font-size: 11px;
        color: #454545;
        padding: 6px 8px;
        position: relative;
    }

    .breadList .mBread ul li a:before {
        content: '\f148';
        font-family: 'FontAwesome';
        font-size: 10px;
        position: absolute;
        left: -5px;
        top: 8px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .breadList .mBread ul li a span {
        font-weight: normal;
        line-height: 15px;
    }

    .breadList .mBread ul li ul {
        padding-left: 4px;
    }

    .breadList .mBread >ul >li >a span {
        font-weight: 500;
    }

    .breadList .clbtn {
        position: absolute;
        right: 5px;
        top: 10px;
        width: 30px;
        text-align: center;
        font-size: 18px;
        color: #000;
        z-index: 99;
    }

    .categoryContainer .breadList .clbtn {
        right: -5px;
    }

    .categoryContainer .ProductList.PlSc_hrz .ItemOrj {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .categoryContainer .ProductList.PlSc_2 .ItemOrj {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .categoryContainer .ProductList.PlSc_3 .ItemOrj {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .categoryContainer .ProductList.PlSc_4 .ItemOrj {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .categoryContainer .ProductList.PlSc_5 .ItemOrj {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    body:not(.sepetimBody) .ItemOrj {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 1.5px;
    }

    .categoryContainer .ProductList {
        margin: 0;
    }

    .categoryContainer .ProductListContent .productItem {
        margin-bottom: 10px;
    }

    /*urundetay*/
    .leftImage {
        float: left;
        width: 100%;
    }

    .RightDetail {
        width: 100%;
        padding: 10px 10px 0;
    }

    body a#linkOncekiSayfa {
        display: none;
    }

    body .leftImage a#linkOncekiSayfa {
        display: none;
    }

    body .leftImage a#linkOncekiSayfa:before {
        content: '\f053';
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        line-height: 35px;
    }

    body .lg-media-overlap .lg-toolbar {
        display: none;
    }

    #divUrunKodu {
        clear: left;
        float: left;
        line-height: 14px;
        display: none;
    }

    #divUrunKodu span {
        line-height: 14px;
    }

    #divTaksitAciklama {
        clear: left;
        float: left;
    }

    .urunOzellik {
        display: none;
    }

    .urunOzellikTab {
        margin: 0 0 25px;
        display: block;
        float: left;
        width: 100%;
    }

    .urunOzellikTab .urunTab {
        float: left;
        width: 100%;
    }

    .urunOzellikTab .urunTab >ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .urunOzellikTab .urunTab >ul >li {
        float: left;
        width: 100%;
    }

    .urunOzellikTab .urunTab >ul >li > a {
        color: #000;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 44px;
        float: left;
        width: 100%;
        padding: 0 15px;
        font-weight: 500;
        position: relative;
    }

   /* .urunOzellikTab .urunTab >ul >li > a span {
        font-weight: 500;
    }

    .urunOzellikTab .urunTab >ul >li .urunDetayPanel {
        display: none!important;
    }

    .urunOzellikTab .urunTab >ul >li[onofftip="true"] >a {
        color: #fff;
    }

    .urunOzellikTab .urunTab >ul >li[onofftip="true"] .urunDetayPanel {
        display: block!important;
    }

    .urunOzellikTab .divYorumlarV2Slide {
        width: 100%;
        margin-bottom: 30px;
    }

    .urunOzellikTab .divYorumlarV2Ortalama {
        width: 100%;
        margin-left: 0;
    }

    .urunOzellikTab .divYorumlarV2Section1_1a1a {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .urunOzellikTab .divYorumlar-t1c9k {
        max-width: 100%;
        min-width: 0;
    }

    .urunOzellikTab .taksitWrapper .taksitBlock {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .urunOzellikTab .taksitWrapper .taksitBlock .taksitBlockContent {
        max-width: 100%;
    }

    .urunOzellikTab .yorum-item-left {
        flex: 0 0 100%;
    }

    .urunOzellikTab .v2YorumFilter {
        width: 100%;
    }

    .urunOzellikTab .v2YorumFiltreGrup {
        display: block;
    }

    .urunOzellikTab .v2YorumFilter li,.urunOzellikTab .v2YorumFilter ul li {
        width: 100%;
    }

    .urunOzellikTab .urunTab >ul >li .urunDetayPanel#divTabYorumlar {
        display: block!important;
    }*/

    /*mobilicerik*/
    .detaySliderContainer {
        margin: 10px 0;
    }

    .sliderBannerContainer {
        margin: 10px 0;
    }

    .htop .htopContainer .htopArea {
        display: block;
        border-top: none;
        padding: 0;
        height: 30px;
    }

    .htop .htopContainer .htopArea .htopLeft {
        display: none;
    }

    .htop .htopContainer .htopArea .htopRight {
        display: none;
    }

    .htop .htopContainer .htopArea .htopCenter li b {
        font-size: 15px;
    }

    .htop .htopContainer .htopArea > div {
        width: 100%;
    }

    .htop .htopContainer .htopArea > div.htopCenter {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 26px;
        overflow: hidden;
    }

    .htop .htopContainer .htopArea .htopCenter ul {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .htop .htopContainer .htopArea .htopCenter ul li a {
        font-size: 10px;
        font-weight: 500;
        line-height: 1.1;
    }

    body.sayacVar .htop .htopContainer .htopArea {
        height: 30px;
    }

    .Header-Top p.sayacAlan-text {
        font-size: 13px;
        margin: 0;
        float: left;
        line-height: 15px;
        display: unset;
        width: 35%;
    }

    .Header-Top p.sayacAlan-text span {
        margin: 0;
    }

    .Header-Top .sayacAlan {
        height: 76px;
        justify-content: center;
    }

    .Header-Top .sayacAlan ul {
    }

    .Header-Top .sayacAlan ul li {
        width: 35px;
        margin: 0 10px;
    }

    .Header-Top .sayacAlan ul li span {
        line-height: 15px;
        font-size: 13px;
    }

    .Header-Top .sayacAlan ul li div {
        line-height: 15px;
        font-size: 8px;
    }

    #mainHolder_divDesign .owl-carousel .owl-dots, .owl-carousel .owl-dots {
        bottom: 25px;
        margin: 0;
    }

    #mainHolder_divDesign [class*="t-pb-"] {
        margin: 0!important;
    }

    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText {
        font-size: 30px;
        letter-spacing: 0.45px;
        line-height: 37px;
        height: 45px;
    }

    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 {
        margin: 0 0 45px 0;
        line-height: 20px;
        font-size: 16px;
    }

    .sliderArea ul li .sliderBox .sliderBoxContent .sliderText2 span {
        line-height: 20px;
        font-size: 16px;
    }

    .sliderArea ul li .sliderBox .sliderBoxContent .sliderButton .sliderLink {
        line-height: 28px;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    .selectSliderWrap {
        flex-direction: column;
        margin: 30px 0 0 0;
    }

    .selectSliderWrap .selectSliderAnime ul {
        display: none;
    }

    .selectSliderWrap .selectSliderAnime ul.owl-carousel {
        display: block;
    }

    .selectSliderDesc {
        width: 100%;
        padding: 0;
        align-items: center;
        box-shadow: none;
    }

    .selectSliderDesc .shadowArea {
        padding: 0;
        box-shadow: none;
        align-items: center;
    }

    .selectSliderDesc a {
        display: none;
    }

    .selectSliderDesc h2 {
        font-size: 13px;
        margin-bottom: 10px;
        font-weight: 300;
    }

    .selectSliderDesc h3 {
        font-size: 20px;
        letter-spacing: 1.5px;
        margin: 0 0 5px ;
    }

    .selectSliderAnime {
        width: 100%;
    }

    .selectSliderAnime .owl-carousel.owl-drag .owl-item li a {
        padding: 45px 15px;
    }

    .selectSliderAnime .owl-carousel.owl-drag .owl-item li a img {
    }

    .selectSliderAnime .owl-carousel.owl-drag .owl-item li a .sliderAnimeContent span {
        font-size: 20px;
    }

    .selectSliderAnime .owl-carousel.owl-drag .owl-item li a .sliderAnimeContent span:after {
        bottom: 0;
    }

    .selectSliderAnime .owl-carousel.owl-drag .owl-item.center li a .sliderAnimeContent {
        bottom: 50px;
    }

    .bannerContainer {
        flex-direction: column;
        margin: 0
    }

    .bannerContainer .bannerBox a .bannerContent {
        left: 30px;
        text-align: left;
    }

    .bannerContainer .bannerBox a .bannerContent .bannerTitle {
        letter-spacing: 0;
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .bannerContainer .bannerBox {
        margin: 0 0 3px;
    }

    .tekBannerContainer .tekBannerBox .tekBannerContent {
        left: 15px;
        text-align: left;
        bottom: 30px;
    }

    .tekBannerContainer .tekBannerBox .tekBannerContent .bannerTitle {
        letter-spacing: 0;
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .tekBannerContainer .tekBannerBox .tekBannerContent .bannerTitleH {
        font-weight: 900;
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 15px 0;
        letter-spacing: 1px;
    }

    .tekBannerContainer .tekBannerBox .tekBannerContent .bannerLink a {
        line-height: 28px;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.5px;
        border: 1px solid #FFFFFF
    }

    .HomeBody .CategoryTab {
        margin: 30px 0 0 0;
    }

    .HomeBody .CategoryTab .TabTop {
        padding: 0 15px;
    }

    .HomeBody .CategoryTab .TabTop .TabTitle {
        letter-spacing: 0.9px;
        font-size: 18px;
        text-align: left;
    }

    .HomeBody .CategoryTab .Tablink {
        margin: 0 0 20px 0;
    }

    .HomeBody .CategoryTab .TabUrun .owl-carousel .owl-stage {
        padding-left: 0!important;
    }

    .blogContainer {
        margin: 0;
    }

    .blogContainer .blogTitle {
        margin: 30px 0 0 0;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: .9px;
    }

    .blogContainer .blogArea .owl-carousel.owl-drag .owl-item li .blogContent {
        text-align: left;
        padding: 30px 0;
        opacity: 0;
    }

    .blogContainer .blogArea .owl-carousel.owl-drag .owl-item.center li .blogContent {
        opacity: 1;
    }

    .blogContainer .blogArea .owl-carousel.owl-drag .owl-item.center li .blogBox {
        padding: 0;
        margin: 20px 0;
    }

    .blogContainer .blogArea .owl-carousel.owl-drag .owl-item.center li .blogBox img {
        box-shadow: 0 0 25px #00000080;
    }

    .blogContainer .blogArea .owl-carousel.owl-drag .owl-item li .blogBox {
        float: left;
        padding: 50px 15px;
    }

    .instaContainer .miniProductCardContainer.card3 {
        right: 40px !important;
        bottom: 55px !important;
    }

    .miniProductCardContainer .pointArea .mini-product-card {
        max-width: 110px;
        width: 110px;
        left: 0;
        top: 21px;
        margin-left: -40px;
    }

    .miniProductCardContainer .pointArea .mini-product-card .product-card-img {
        display: none;
    }

    .miniProductCardContainer .pointArea .mini-product-card .product-cart-text {
        width: 100%;
        padding: 5px
    }

    .miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-name {
        font-size: 12px;
        line-height: 15px;
    }

    .miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-payment {
        margin: 0;
        font-size: 12px;
        line-height: 15px;
        display: none;
    }

    .miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-button {
        text-align: center;
    }

    .miniProductCardContainer .pointArea .mini-product-card .product-cart-text .product-card-button a {
        float: none;
        font-size: 12px;
    }

    .instaContainer .instaArea .instaBlok .instaBox:last-child .miniProductCardContainer .pointArea .mini-product-card {
        right: 0;
    }

    body .miniCartRigth, body .miniCartGiftCodeContent {
        width: 100% !important;
    }

    .instaContainer {
        padding: 0 15px;
        max-width: unset;
    }

    .instaContainer .instaArea .instaBlok {
        grid-template-columns: 50% 50%;
        gap: 5px;
    }

    .instaContainer .instaArea .instaBlok .instaBox {
        padding: 0;
    }

    .instaContainer .instaArea .instaBlok .instaBox .instaBoxName {
        display: none;
    }

    .instaContainerPage .instaContainer .instaArea .instaBlok {
        gap: 3px;
        overflow: hidden;
    }

    .instaContainerPage .instaContainer .instaArea .instaBlok .instaBox {
    }

    .instaContainerPage .instaContainer .instaTop .instaTitle {
        font-weight: 500;
        line-height: 30px;
        font-size: 25px;
        letter-spacing: 1.25px;
        margin: 20px 0 10px 0;
    }

    .instaContainerPage .instaContainer .instaTop .instaContent {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.6px;
        padding: 0 15px;
    }

    body #mainHolder_divDesign .instaContainer .instaArea .owl-carousel .owl-dots {
        margin: 30px 0 0 0;
    }

    .FooterMiddle {
        padding: 20px 0;
        text-align: center;
    }

    .FooterTop {
        padding: 0;
    }

    #ETBIS {
        margin: 0px 0 -105px;
    }

    .FooterMiddle .footerLogo {
        height: 95px;
        padding: 0;
        width: 100%;
    }

    .FooterBottom {
        padding: 30px 0;
    }

    .FooterBottom .footerInfoContainer {
        flex-direction: column-reverse;
        height: unset;
    }

    .FooterBottom .footerInfoContainer > div {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .FooterBottom .footerInfoContainer > div:last-child {
        margin-bottom: 0;
    }

    .FooterBottom .footerInfoContainer .bank img {
        margin: 0 auto;
    }

    .FooterBottom .footerInfoContainer .socialdiv ul {
        width: 100%;
        display: flex!important;
        justify-content: center;
        align-items: center;
    }

    .FooterBottom .footerInfoContainer .copy {
        display: none;
    }

    #footer {
        padding: 0;
        margin: 30px 0 0 0;
    }

    #footer .socialdiv ul li {
        margin-right: 25px;
    }

    #footer .socialdiv ul li a {
        font-size: 22px;
    }

    #footer .socialdiv ul li.tiktok img {
        width: 19px;
        display: inline-block;
        vertical-align: top;
        line-height: 17px;
    }

    #mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-dots {
        display: none!important;
    }

    .productItem .productDetail {
        margin-bottom: 20px;
        padding: 10px 10px 0;
        height: 110px;
    }

    .productItem.sepetindirim1 .productDetail {
        height: 150px;
    }

    .productItem.sepetindirim2 .productDetail {
        height: 150px;
    }

    .productItem.sepetindirim3 .productDetail {
        height: 150px;
    }

    .productItem.sepetindirim4 .productDetail {
        height: 150px;
    }

    .productItem.sepetindirim5 .productDetail {
        height: 150px;
    }

    #UrunAksesuarDiv .productItem .productDetail {
        height: 110px;
    }

    #UrunAksesuarDiv .productItem.sepetindirim1 .productDetail {
        height: 170px;
    }

    .productItem .mycartIcon:not(.sepetimBody .productItem .mycartIcon) {
        display: block!important;
        right: 10px;
        top: 50px;
    }

    .productItem .discountIcon {
        margin-left: 0;
        float: right;
        bottom: 160px;
        left: 5px;
    }

    .productItem .discountPrice span {
        font-size: 14px;
    }

    .productItem .productName {
        margin: 0 0 5px 0;
    }

    .productItem .productName a {
        white-space: unset;
        height: 30px;
        font-size: 14px;
        line-height: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .productItem .regularPrice {
    }

    .productItem .regularPrice span {
        font-size: 14px;
    }

    .productItem .discountIcon .discountIcon_s1 {
        font-size: 10px;
        line-height: 20px;
    }

    .productItem .boxBedenlerContent {
        margin: 5px 0 0 0;
        bottom: 110px;
        text-align: center;
    }

    .productItem.sepetindirim1 .boxBedenlerContent {
        bottom: 150px;
    }

    .productItem.sepetindirim2 .boxBedenlerContent {
        bottom: 150px;
    }

    .productItem.sepetindirim3 .boxBedenlerContent {
        bottom: 150px;
    }

    .productItem.sepetindirim4 .boxBedenlerContent {
        bottom: 150px;
    }

    .productItem.sepetindirim5 .boxBedenlerContent {
        bottom: 150px;
    }

    .productItem .newIcon {
        margin: 5px 0 0;
        line-height: 15px;
    }

    .productItem .favori {
        top: 10px;
    }

    .FiltreClose {
        display: none;
    }

    .categoryTopContainer .categoryArea {
        padding: 30px 0;
    }

    .categoryTopContainer .categoryTitle {
        font-size: 15px;
        letter-spacing: 0.75px;
        margin: 0 0 15px 0;
    }

    .categoryTopContainer.categoryTemplate1 .categoryAlt ul {
        justify-content: space-between;
        width: 100%;
        overflow: auto;
        padding-bottom: 10px;
    }

    .categoryTopContainer.categoryTemplate1 .categoryAlt ul li {
        min-width: 15%;
    }

    .categoryTopContainer.categoryTemplate1 .categoryAlt ul li a {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.6px;
    }

    .categoryTopContainer.categoryTemplate2 .categoryTitle {
        margin: 0 0 5px 0;
    }

    .categoryTopContainer.categoryTemplate2 .categoryTitle2 {
        width: unset;
        margin: 0 30px;
        letter-spacing: 0.5px;
        font-size: 10px;
        font-weight: 300;
        line-height: 14px;
    }

    .categoryTopContainer.categoryTemplate3 .categoryTitle {
        margin: 0 0 5px 0;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox {
        padding: 10px 0;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea {
        margin: 0;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea ul .owl-stage {
        padding-left: 0!important;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea ul li a p {
        margin: 10px 0 0 0;
        color: #000;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.6px;
    }

    .categoryArea .owl-carousel .owl-nav .ProductListprev, .categoryArea .owl-carousel .owl-nav .ProductListnext {
        display: flex;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderContent {
        margin: 0;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderContent .categoryTitle2 {
        letter-spacing: 0.5px;
        font-size: 10px;
        font-weight: 300;
        line-height: 14px;
        text-align: left;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderContent .categoryTitle2 span {
        margin: 0 5px;
        width: unset;
    }

    .categoryTopContainer.categoryTemplate3 .categoryArea .categorySliderBox .categorySliderArea {
    }

    .categoryArea .owl-carousel .owl-nav {
        display: block!important;
    }

    .categoryArea .owl-carousel .owl-nav .ProductListprev {
        left: 0;
    }

    .categoryArea .owl-carousel .owl-nav .ProductListnext {
        right: 0;
    }

    .categoryArea .owl-carousel .owl-nav .ProductListnext:before, .categoryArea .owl-carousel .owl-nav .ProductListprev:before {
        font-size: 18px;
    }

    #divMobileImageList .owl-dots .owl-dot {
        background: #FFFFFF8F!important;
        width: 6px!important;
        height: 6px!important;
    }

    #divMobileImageList .owl-dots .owl-dot.active {
        background: #FFFFFF!important;
    }

    #divMobileImageList .owl-dots .owl-dot span {
        border: none
    }

    .color-red {
        color: #D11B1B!important;
    }

    body #divIndirimOrani {
        display: none;
    }

    #divIndirimliFiyat {
    }

    .ProductName {
        width: 100%;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        margin: 0 0 15px 0;
    }

    .PriceList {
        width: 100%;
        margin: 0 0 15px;
    }

    .PiyasafiyatiContent .right_line * {
        font-size: 14px;
        line-height: 16px !important;
    }

    .IndirimliFiyatContent .right_line *, #divTurkLirasiFiyat .right_line *, #divIndirimsizFiyat .right_line *, #divKDVDahilFiyat .right_line * {
        font-size: 16px;
    }

    .urunAciklamaContainer {
        padding: 0 10px;
        margin: 0;
    }

    .urunOzellikContainer {
        padding: 0 10px;
        margin: 0;
    }

    .urunAciklamaContainer .urunAciklamaArea {
        flex-direction: column;
    }

    .urunAciklamaContainer .urunAciklamaArea .titleH {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 15px;
        position: relative;
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft {
        width: 100%;
        margin-bottom: 10px;
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaRight {
        width: 100%;
        margin-bottom: 10px;
    }

    .UFavorilerimeEkle {
        border: none;
        background: #FFFFFF;
        border-radius: 50%;
        position: absolute;
        bottom: 40px;
        right: 15px;
        z-index: 9;
    }

    .RightDetail .BottomList {
        margin: 30px 0 0 0;
        padding: 20px 0 0;
        border-bottom: 0;
    }

    body .fancybox-close {
        right: 5px;
        top: 5px;
    }

    #divKombinSatinAl, .basketBtn, .buyfast {
        margin: 0;
    }

    .basketBtn {
        width: 100%;
    }

    .productItem .productPrice {
    }

    .BedenT a {
        float: right;
    }

    #divUrunEkSecenek .eksecenekLine {
        margin: 0 0 15px 0;
    }

    #divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box {
        border-radius: 50%;
        border: 4px solid transparent;
        margin-right: 2px;
        width: 28px;
        height: 28px;
    }

    #divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box img {
        border-radius: 50%;
        box-shadow: 0 0 0 2px #FFF;
    }

    .divUrunEkSecenekContainer {
        float: left;
        width: 100%;
        position: relative;
    }

    .divUrunEkSecenekContainer #divUrunEkSecenek .eksecenekLine.selectvaryasyon {
        width: calc(50% - 5px);
    }

    .divUrunEkSecenekContainer #divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line select {
        height: 38px;
    }

    .divUrunEkSecenekContainer #divSatinAl {
        float: left;
        /*width: calc(50% - 5px);*/
        width: 100%;
        margin: 0;
        padding: 0;
       /* position: absolute;*/
        bottom: 15px;
        right: 0;
    }

    .urunTabAlt {
        max-width: unset;
        margin: 0;
        float: left;
        width: 100%;
    }

    .urunOzellikContainer .urunOzellikBox .urunOzellikBottom {
        font-weight: 300;
    }

    .BedenT {
        width: 100%
    }

    #divTabYorumlar .urunTabAlt {
        padding: 10px;
    }

    #divTabYorumlar .divYorumlarV2Section1_1a1a {
        display: none;
    }

    .DetaySeoContainer {
        max-width: unset;
        margin: 0;
        float: left;
        width: 100%;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1, .JKatAdi .bold .satir1 {
        margin: 15px;
    }

    .DetayYeniUrun {
        display: block!important;
        float: left;
        width: 100%;
        margin: 0 0 15px 0;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 300;
    }

    body.sayacVar .detayBottomCont {
        top: unset;
    }

    .detayBottomCont {
        top: unset;
        bottom: 0;
        padding: 15px;
    }

    .detayBottomCont .detayBottom {
        padding: 0;
    }

    .detayBottom .urunPrice {
        width: unset;
        margin: 0;
    }

    .detayBottom .urunPrice #divIndirimliFiyat .IndirimliFiyatContent {
        margin: 5px 0 0 0;
    }

    .detayBottom .urunPrice #divIndirimliFiyat {
        gap: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        margin-left: 0;
    }

    .detayBottomCont .detayBottomLeft {
        width: 50%;
        display: block;
    }

    .detayBottomCont .detayBottomLeft .urunImg {
        display: none!important;
    }

    .detayBottomCont .detayBottomLeft .urunTitle {
        display: none!important;
    }

    .detayBottomCont .detayBottomLeft .varyasyonInfo {
        margin: 5px 0 0;
    }

    .detayBottomCont .detayBottomRight {
        width: 50%;
    }

    .detayBottomCont .detayBottomRight .urunButton {
        width: 100%;
    }

    .detayBottomCont .detayBottomRight .kombinButton {
        width: 100%;
    }

    body:not(.kombinUrunVar) .detayBottomCont .detayBottomRight .kombinButton {
        display: none;
    }

    .detayBottomCont .KombinTopluSatinAlimBtn {
        display: none;
    }

    body.kombinUrunVar .KombinTopluSatinAlimBtn {
        width: 100%;
    }

    body.kombinUrunVar .kombinUrunInfo {
        margin: 0 0 30px 0;
        text-align: center;
    }

    body.kombinUrunVar #divSatinAl {
        margin: 0;
    }

    body.kombinUrunVar .RightDetail .BottomList {
        margin: 30px 0 0 0;
    }

    body.kombinUrunVar .urunButton {
        display: none!important;
    }

    body.kombinUrunVar .detayBottomCont .KombinTopluSatinAlimBtn {
        display: block;
    }

    .kombinContent ul li.kombinToplamTutar div span {
        font-size: 12px;
        margin: 5px 0 0 0;
    }

    .kombinContent ul li.kombinToplamTutar div span.title {
        font-size: 12px!important;
        margin: 0!important;
        line-height: 15px;
        color: #000;
        font-weight: 400;
        white-space: unset;
        height: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .kombinFormline .kombinright_line {
        font-size: 12px;
        font-weight: 400;
    }

    #divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divFiyatAlanlari {
        text-align: right;
    }

    #divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divFiyatAlanlari .kombinFiyat1 {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    #divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin #divFiyatAlanlari .kombinFiyat2 {
        font-size: 12px;
        line-height: 15px;
        height: unset;
    }

    #divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinIndirimOrani span strong {
        font-size: 12px;
        margin: 0;
    }

    #divUrunDetayKombin #kombinUrunler .kombinContent ul li.kombinToplamTutar .kombinIndirimOrani > span {
        font-size: 12px;
        margin: 0;
    }

    #divUrunDetayKombin #kombinUrunler .kombinright_line a {
        min-width: 20px;
        min-height: 20px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        color: #000;
        margin-right: 5px;
    }

    #divUrunDetayKombin #kombinUrunler .kombinItem .kombinRightDetail .PriceListKombin .button {
    }

    #tabYorumlarContainer {
        display: none;
    }

    body.yorumlarAcik {
        overflow: hidden;
    }

    body.yorumlarAcik #tabYorumlarContainer {
        float: left;
        width: 100%;
        padding: 0 0 30px;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        background: #FFF;
        z-index: 9999;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
    }

    body.yorumlarAcik #tabYorumlarContainer .divYorumlarV2Section1 {
        padding: 0 15px;
        float: left;
        width: 100%;
        margin: 0 0 60px 0;
        display: flex;
        flex-direction: column-reverse;
    }

    body.yorumlarAcik #tabYorumlarContainer .divYorumlarV2Section1_1a2a > p {
        display: none;
    }

    body.yorumlarAcik #tabYorumlarContainer .divYorumlarV2Section1_1a2a a {
        padding: 0;
        width: 100%;
        font-size: 14px;
        line-height: 32px;
        text-transform: uppercase;
        float: left;
        margin: 0;
        letter-spacing: 0;
        display: block
    }

    body.yorumlarAcik #tabYorumlarContainer .v2YorumFiltreGrup {
        flex-direction: column;
        width: 100%!important;
    }

    body.yorumlarAcik #tabYorumlarContainer .v2YorumFilter {
        height: unset;
    }

    body.yorumlarAcik #tabYorumlarContainer .v2YorumFilter li, body.yorumlarAcik #tabYorumlarContainer .v2YorumFilter ul li {
        width: 100%!important;
    }

    body.yorumlarAcik #tabYorumlarContainer .v2YorumFilter li {
        height: unset;
        max-height: unset;
    }

    body.yorumlarAcik #tabYorumlarContainer .v2YorumFilter ul li {
        width: 100%!important;
        display: flex;
        flex-direction: column;
    }

    body.yorumlarAcik #tabYorumlarContainer .v2YorumFilter .v2YorumFiltreGrupHide {
        padding: 15px;
        z-index: 100;
        height: auto;
        width: 100%;
        max-height: unset;
        min-width: unset;
        border: none;
        border-top: 1px solid #D7D7D8;
        position: unset;
    }

    body.yorumlarAcik #tabYorumlarContainer .v2YorumFiltreGrupItem > a {
        padding: 0 0 0 15px;
        font-size: 14px;
        font-weight: 300;
        text-transform: capitalize;
        line-height: 55px;
        max-height: unset;
        border-top: 1px solid #D7D7D8;
    }

    body.yorumlarAcik #tabYorumlarContainer .v2YorumFiltreGrupItem > a svg {
        padding: 0 23px;
        height: 55px;
    }

    body.yorumlarAcik #tabYorumlarContainer .tabYorumlar {
        float: left;
        max-width: unset;
    }

    body.yorumlarAcik #tabYorumlarContainer .yorumClose {
        float: left;
        width: 100%;
        padding: 15px 10px 25px;
        font-size: 24px;
        color: #000;
        display: block;
        text-align: right;
    }

    body.yorumlarAcik #tabYorumlarContainer .yorumClose span {
        display: inline-block;
        margin-right: 5px;
    }

    body.yorumlarAcik #tabYorumlarContainer .yorumClose span svg {
        width: 15px;
        height: 15px;
    }

    body.yorumlarAcik .divYorumlarV2Desc {
        display: none!important;
    }

    body.yorumlarAcik .divYorumlarV2Section1_1a2a > p {
        display: none!important;
    }

    body.yorumlarAcik .divYorumlarV2Ortalama-1a1a {
        border: none;
        display: unset;
    }

    body.yorumlarAcik .divYorumlarV2Ortalama-1a2a {
        background-color: transparent;
        position: unset;
        font-size: 16px;
        font-weight: 500;
        float: left;
        width: 100%;
        text-align: left;
        margin: 0 0 10px 0;
    }

    body.yorumlarAcik .divYorumlarV2Ortalama-1a3a {
        margin: 0;
        height: unset;
        font-size: 16px;
        font-weight: 500;
        float: left;
        width: 50%;
        text-align: left;
    }

    body.yorumlarAcik .divYorumlarV2Ortalama {
        flex-direction: column;
        margin: 0 0 50px 0;
        width: 100%;
        height: auto;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #000000;
    }

    body.yorumlarAcik .divYorumlar-t1c9c {
        padding: 0;
        font-weight: 500;
        font-size: 11px;
        text-transform: uppercase;
        min-width: 35%;
    }

    body.yorumlarAcik .divYorumlarV2Slide {
        padding: 0;
        height: unset;
    }

    body.yorumlarAcik .divYorumlarV2Slide > div {
        margin-bottom: 10px;
    }

    body.yorumlarAcik .divYorumlar-t149k {
        color: #000000;
        font-size: 10px;
        margin-left: 15px;
        font-weight: 400;
    }

    body.yorumlarAcik .divYorumlar-t1c9k {
        height: 5px;
        background: #D7D7D8;
        border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-webkit-radius: 0;
        max-width: 50%;
        min-width: 50%;
        padding: 0;
    }

    body.yorumlarAcik .divYorumlar-t1c9k span {
        height: 5px;
        background: #000000;
        border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-webkit-radius: 0;
    }

    body.yorumlarAcik .divYorumlarV2Ortalama-1a4a {
        padding-bottom: 0;
        line-height: unset;
        font-weight: 500;
        width: 50%;
        float: right;
        margin: 0;
        text-align: right;
        font-size: 16px;
    }

    body.yorumlarAcik .urunTabAlt {
        background: #F4F4F4;
        padding: 30px 50px
    }

    body.yorumlarAcik .urunTabAlt .button {
        padding: 10px 5px;
        color: #fff;
        float: left;
        width: 100%;
    }

    body.yorumlarAcik #tabYorumlarContainer .divYorumlarV2Section1_1a1a {
        display: flex!important;
        justify-content: left;
        flex-direction: column;
        margin: 30px 0 0 0;
    }

    body.yorumlarAcik #tabYorumlarContainer .rating {
        margin: 10px 0 5px;
    }

    body.UyeGiris .userContainer {
        margin: 0;
        padding: 0 20px;
    }

    body.UyeGiris .userDivRow {
        max-width: unset;
        flex-direction: column;
    }

    body.UyeGiris .userContainer .userLeftBox, body.UyeGiris .userContainer .userRightBox {
        box-shadow: unset;
        border: unset;
    }

    body.sepetimBody .ticiContainer {
        padding: 0 15px;
    }

    body.sepetimBody .Basketstep {
        display: none!important;
    }

    body.sepetimBody .BasketPage {
        font-family: "Mulish", sans-serif !important;
    }

    body.sepetimBody .MobileHeaderControl .basketCompletebtn {
        border-radius: 0;
        line-height: 38px;
    }

    body.sepetimBody .BasketDetailContainer {
        margin: 0;
    }

    body.sepetimBody .MobileHeaderControl .cart-btn {
        border: 1px solid #2DB372;
        color: #2DB372;
    }

    body.sepetimBody .BasketDetail, body.sepetimBody .BasketRigth {
        padding: 10px;
    }

    body.sepetimBody .BasketDetail {
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    body.sepetimBody .sepetItemB1 span {
        font-size: 10px;
    }

    body.sepetimBody .sepetItem .sepetItemB1 a {
        font-size: 10px;
        color: #000;
        overflow: hidden;
        height: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.sepetimBody .sepetItemB.sepetItemB2 {
        width: calc(100% - 75px);
        margin: 15px 0 0 0;
    }

    body.sepetimBody .adetGuncelleContent {
        margin-left: 0;
    }

    body.sepetimBody .adetGuncelleContent .urunListeAdetAzalt {
        background-color: #F7F7F7;
        color: #616161;
        line-height: 20px;
        float: left;
        border-radius: 5px 0 0 5px;
    }

    body.sepetimBody .adetGuncelleContent .urunListeAdetArtir {
        background-color: #F7F7F7;
        color: #616161;
        line-height: 20px;
        float: left;
        border-radius: 0 5px 5px 0;
    }

    body.sepetimBody .adetGuncelleContent .AdetGuncelle {
        margin-left: 9px;
        font-size: 10px;
        color: #616161;
    }

    body.sepetimBody .sepetItemB4 {
        flex-direction: column;
    }

    body.sepetimBody .sepetItemB4 .sepetItemB4_1 {
        font-size: 12px;
        font-weight: 400;
        color: #000;
    }

    body.sepetimBody .sepet-sil:before {
        content: "\f102";
        font-family: ticimax-font!important;
        color: #000;
        font-size: 12px;
    }

    body.sepetimBody .BasketRigth ul li span {
        color: #000000;
        font-weight: 300;
        line-height: 20px;
    }

    body.sepetimBody .BasketRigth ul li.genelToplam span, body.sepetimBody .BasketRigth ul li.genelToplam .tut {
        font-weight: 500;
    }

    body.sepetimBody .mobileAddition>.addition-content>.item .basketCompletebtn {
        line-height: 38px;
    }

    body.sepetimBody .mobileAddition>.addition-content::before {
        display: none;
    }

    body.sepetimBody .mobileAddition>.addition-content>.TotalPrice {
        font-family: unset;
        font-weight: 400;
        margin-right: 30px;
        font-size: 12px;
        line-height: 19px;
        padding-left: 15px;
    }

    body.sepetimBody .mobileAddition>.addition-content>.TotalPrice .P {
        font-weight: 500;
        color: #000;
        font-size: 14px;
        line-height: 19px;
    }

    body.sepetimBody .BasketDetail.BasketDetailCargo.ng-scope {
        padding: 12px;
    }

    body.sepetimBody .AdresItemLine, body.sepetimBody .cargoInformation {
        box-shadow: 0px 0px 10px #7d7d7d30;
        border: 1px solid #E6E6E6;
        border-radius: 5px;
        background-color: #F7F7F7;
    }

    body.sepetimBody .odemeMenuContent .BasketDetail {
        margin-top: 25px;
    }

    body.sepetimBody .OdemeMenuTittle {
        font-size: 13px;
        line-height: 16px;
        margin: 0 0 10px 0;
    }

    body.sepetimBody .OdemeMenu > ul > li {
        margin: 0 0 15px 0;
    }

    body.sepetimBody .BasketDetailComplate .BasketDetail.BasketDetailSonuc {
        margin: 40px 0;
        padding: 20px;
    }

    body.sepetimBody #divSiparisTamalandiSonuc .SiparisBasarili strong {
        font-size: 18px;
    }

    body.sepetimBody .BasketDetailComplateTittle {
        position: unset;
        padding-left: 0;
    }

    body.sepetimBody .BasketDetailComplateTittle .tittle {
        padding: 0;
    }

    body.sepetimBody .footerTemp {
        display: none!important;
    }

    body.sepetimBody #headerNew {
        display: none!important;
    }

    body.HesabimTakip .hesabimBolumuTutucu {
        padding: 0 10px;
        margin: 0;
    }

    body.HesabimTakip .sagIcerikTutucu {
        padding: 0;
    }

    body .sagIcerikTutucu {
        width: 100%!important;
        padding: 0!important;
    }

    body.HesabimTakip .ticiContainer {
        margin: 0;
    }

    #bedenTablosu .bedenTablosuContainer {
        padding: 30px 10px;
    }

    #bedenTablosu .bedenTabloImg {
        padding: 10px 10px 0;
        width: 100%;
    }

    #bedenTablosu .BedenTablosuRight {
        padding: 10px;
        width: 100%;
    }

    #bedenTablosu .bedenTablosuContainer .bedenTabloArea.d-none-m {
        display: block!important;
    }

    #bedenTablosu .bedenTablosuContainer .bedenTabloArea.d-none-d {
        display: none!important;
    }

    #bedenTablosu .bedenTablosuContainer th, #bedenTablosu .bedenTablosuContainer td {
        font-size: 12px;
    }

    #bedenTablosu .bedenTablosuContainer tr th:first-child, #bedenTablosu .bedenTablosuContainer tr td:first-child {
        padding: 0 0 0 5px;
    }

    #bedenTablosu .bedenTablosuContainer .bedenTabloArea .titleH {
        float: left;
        width: 100%;
        text-align: left;
        color: #000000;
        font-weight: 500;
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px;
        border: 1px solid #D7D7D8;
        border-bottom: none;
        background: #F5F5F5;
        margin: 0;
    }

    .bedenTab {
        float: left;
        position: relative;
        width: 100%;
        border: 1px solid #D7D7D8;
    }

    .bedenTab > span {
        font-size: 18.09px;
        font-weight: 500;
        text-decoration: underline;
        color: #231f20;
    }

    .bedenTab >ul {
        float: left;
        width: 100%;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .bedenTab >ul > li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #D7D7D8;
    }

    .bedenTab >ul > li:nth-child(2n) {
        background: #F5F5F5;
    }

    .bedenTab >ul > li:last-child {
        border-bottom: none;
    }

    .bedenTab >ul > li > a {
        float: left;
        width: 100%;
        text-align: left;
        color: #000000;
        font-weight: 400;
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px;
    }

    .bedenTab >ul > li > p {
        float: left;
        width: 100%;
        text-align: left;
        color: #58595b;
        font-size: 18.09px;
        font-weight: 500;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #f3fafd;
        margin: 20px 0 10px 0px;
        padding: 0 30px 0 20px;
        font-family: 'Montserrat';
    }

    .bedenTab >ul > li > a:after {
        content: '\f077';
        font-family: 'FontAwesome';
        font-weight: 400;
        font-size: 12px;
        color: #8F8F8F;
        float: right;
    }

    .bedenTab >ul > li.active > a:after {
        content: '\f078';
    }

    .bedenTab >ul > li.active a {
        border-bottom: none;
    }

    .bedenTab >ul > li.active .bedenTabPanel {
        display: block!important;
        float: left;
        width: 100%;
    }

    .bedenTab >ul > li.active .bedenTabPanel .bedenBox {
        float: left;
        width: 100%;
        line-height: 40px;
        padding: 0 15px;
        border-top: 1px solid #D7D7D8;
    }

    .bedenTab >ul > li.active .bedenTabPanel .bedenBox .bedenInfo {
        float: left;
        width: 30%;
        font-size: 15px;
        font-weight: 500;
    }

    .bedenTab >ul > li.active .bedenTabPanel .bedenBox .olcuInfo {
        float: left;
        width: 70%;
        font-size: 14px;
        font-weight: 400;
    }

    #mainHolder_divDesign .CategorySliderBannerContainer .owl-carousel .owl-nav {
        display: none;
    }

    .instaContainer .instaTop {
        margin: 0;
    }

    .instaContainer .instaTop .instaTitle {
        margin: 0 0 5px 0;
        font-weight: 500;
        line-height: 20px;
        font-size: 18px;
        letter-spacing: 0.9px;
    }

    .instaContainer .instaTop .instaContent {
        font-weight: 300;
        line-height: 20px;
        font-size: 16px;
        padding: 0 50px;
    }

    .d-none-d {
        display: block!important;
        width: 100%;
    }

    .tekBannerImg img {
        padding: 0!important;
    }

    .d-none-m {
        display: none!important;
    }

    .urunAciklamaContainer .urunAciklamaArea .content {
        height: auto;
        transition: ease-in-out .2s all;
        float: left;
        width: 100%;
        padding: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaRight.active .content {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft.active .content {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaRight.active .content {
        height: auto;
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft.active .content {
        height: auto;
    }

    .urunAciklamaContainer .urunAciklamaArea .titleH:after {
        content: "\f078";
        font-family: 'FontAwesome';
        display: none;
        color: #7b7a7a;
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 0px;
        z-index: 2;
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaLeft.active .titleH:after {
        content: "\f077";
    }

    .urunAciklamaContainer .urunAciklamaArea .urunAciklamaRight.active .titleH:after {
        content: "\f077";
    }

    .productItem .boxBedenlerContent .boxBedenlerContainer, .boxUrunlerContainer {
        display: inline-block;
        width: auto;
        float: none;
        vertical-align: top;
    }

    .productItem .boxBedenlerContent .boxBedenlerContainer>div, .boxUrunlerContainer>div {
        display: block;
        float: left;
    }

    .boxBedenlerContent .boxBedenlerContainer>div .boxBedenler {
        font-size: 12px;
    }

    body.sepetimBody .hediyecekiDelete {
        text-align: right;
    }

    .musteriUrunGorselContainer .musteriUrunGorselArea .leftArea {
        flex-wrap: wrap;
    }

    .musteriUrunGorselContainer .musteriUrunGorselArea .leftArea .imgBox {
        width: 100%;
        padding: 0;
    }

    .userContainer .userDivLeft, .userContainer .uyeDegilsenUyeOl, .userContainer .userDivRight {
        width: 100%;
    }
}

@media screen and (min-width: 414px) {
}

@media screen and (min-width: 375px) and (max-width:413px) {
}

@media screen and (min-width: 0px) and (max-width:374px) {
}

@media screen and (min-width: 0px) and (max-width:1024px) {
    .site-nav ul {
        list-style: none;
    }

    body.sayacVar .site-nav {
        top: 175px;
    }

    .site-nav {
        position: fixed;
        top: 78px;
        left: -100%;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        transition: .3s;
        z-index: 9999999999;
        display: block;
    }

    .site-nav.Show {
        left: 0;
    }

    .SayacAktif .site-nav {
        top: 140px;
    }

    .site-nav .nav-head {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px 0 0 0;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background-color: #fff;
    }

    .site-nav .nav-head .item .goHome {
        padding: 2px 10px 2px 15px;
        position: relative;
        color: #404040;
        float: left;
    }

    .site-nav .nav-head .item.Center {
        flex: auto;
        font-size: 0;
    }

    .site-nav .nav-head .item.Center .searchContent {
        display: block;
        margin: 0;
        z-index: 1;
        padding: 0;
        background: transparent;
        opacity: 1;
        border-top: none;
        position: unset;
        overflow: inherit;
    }

    .site-nav .nav-head .item.Center .searchContent #txtbxArama {
        background: #eee;
        border-color: #eee;
        border-radius: 5px;
    }

    .site-nav .nav-head .item.Center .searchContent .ui-widget.ui-widget-content {
        min-width: initial;
        width: 100%;
    }

    .site-nav .nav-head .item.Center .searchContent .ui-menu .ui-menu-item .complate_image {
        display: none !important;
    }

    .site-nav .nav-head .item.Center .searchContent #btnKelimeAra {
        color: #000;
        display: none;
    }

    .site-nav .nav-head .item .CloseNav {
        padding: 15px;
        font-size: 20px;
    }

    .site-nav > .goHomeBtn {
        float: left;
        width: 100%;
        padding: 0 15px;
        margin: 20px 0 10px 0;
    }

    .site-nav > .goHomeBtn a {
        float: left;
        width: 100%;
        background: #eee;
        border-radius: 0;
        color: #000000;
        font-size: 14px;
        position: relative;
        padding: 10px 20px;
        font-weight: 800;
        text-transform: uppercase;
        overflow: hidden;
    }

    .site-nav > .goHomeBtn a img {
        position: absolute;
        right: 15px;
        top: 7px;
    }

    .site-nav > .nav-body {
        height: 100%;
        overflow-y: auto;
        float: left;
        width: 100%;
        padding: 7px 5px 25px
    }

    .site-nav > .nav-body .nav-banner {
        display: block;
        position: relative;
        margin-bottom: 3px;
    }

    .site-nav > .nav-body .nav-banner img {
        width: 100%;
    }

    .site-nav > .nav-body .nav-banner span {
        position: absolute;
        bottom: 15px;
        left: 10px;
        color: #FFF;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.9px;
    }

    .site-nav > .nav-body > .nav-list {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .site-nav > .nav-body > .nav-list > .nav-item {
        margin-bottom: 3px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item > .navCard:not(.nav-banner) {
        background-color: #fff;
        height: 90px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: calc(100% - 10px);
        display: -webkit-flex;
        display: flex;
        align-items: end;
        font-weight: 400;
        padding: 0 0 15px 10px;
        color: #000000;
        font-size: 18px;
        letter-spacing: 0.9px;
        position: relative;
        border-radius: 5px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item > .navCard img:not(.nav-banner img) {
        position: absolute;
        right: 30px;
        max-width: 100%;
        max-height: 100%;
        bottom: 0;
        margin: auto;
    }

    /*.site-nav > .nav-body > .nav-list > .nav-item:nth-child(12) > .navCard { background: #ff2535 !important; color: #fff; }*/
    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav {
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        background-color: #fff;
        z-index: 12;
        padding-top: 50px;
        transition: .3s;
        width: 100%;
    }

    .site-nav > .nav-body > .nav-list > .nav-item.ActiveSubNav .sub-nav {
        left: 0;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid #D7D7D8;
        background-color: #fff;
        z-index: 2;
        padding: 0 15px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .BackNav {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        color: #000;
        font-size: 14px;
        font-weight: 300;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .BackNav > span {
        font-size: 15px;
        margin-right: 10px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .BackNav > i {
        font-size: 14px;
        margin-right: 10px;
        font-weight: 300;
        font-family: 'FontAwesome';
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .CloseNav {
        padding: 0;
        font-size: 20px;
        line-height: 50px;
        width: 25px;
        text-align: center;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-head > .item > .CloseNav i {
        font-weight: 300;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .CategoryName {
        float: left;
        width: 100px;
        padding: 15px 15px 0;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        line-height: 20px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-list {
        margin: 0;
        padding: 15px 30px 30px;
        float: left;
        width: 100%;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-list .sub-nav-item {
        float: left;
        width: 100%;
        font-size: 14px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-list .sub-nav-item .subNavCard {
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 300;
        height: 40px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-list .sub-nav-item.ulVar .subNavCard:after {
        content: "\f054";
        font-family: 'FontAwesome';
        color: #000000;
        font-weight: 300;
        font-size: 13px;
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content {
        height: 100%;
        overflow-y: auto;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryName {
        float: left;
        width: 100%;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryName a {
        height: 58px;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding: 10px 15px;
        font-weight: 800;
        border-top: 1px solid #eee;
        background-color: #f1f1f1;
        font-size: 16px;
        color: #000000;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList {
        padding: 0 15px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList > .Link {
        position: relative;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        width: 100%;
        color: #000;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 25px;
        border-bottom: 1px solid #eee;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList > .Link > .Cover {
        width: 43px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 17px;
    }

    .site-nav > .nav-body > .nav-list > .nav-item .sub-nav > .sub-nav-content > .CategoryList > .Link::after {
        content: "\f054";
        font-family: 'FontAwesome';
        color: #000000;
        font-size: 13px;
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
    }

    .site-nav > .nav-body > .nav-footer {
        float: left;
        width: 100%;
        padding: 60px 10px 0;
        margin-top: 45px;
        border-top: 1px solid #D7D7D8;
    }

    .site-nav > .nav-body > .nav-footer > .Area {
        float: none;
        background: transparent;
        width: auto;
        padding: 0;
        margin: 0;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .T {
        background-color: #eee;
        color: #000000;
        font-weight: 800;
        padding: 11px 15px;
        font-size: 14px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content {
        padding: 10px 0;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item.navCtrl > .column {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item.navCtrl > .column img {
        font-size: 20px;
        margin-right: 10px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item > .column:first-child {
        flex: auto;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item > .column > .control {
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item > .column > .control a {
        color: #000000;
        font-weight: 300;
        font-size: 14px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item > .column > .control > .Or {
        width: 1px;
        height: 16px;
        background-color: #999999;
        display: inline-block;
        margin: 0 4px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item > .column > .Link {
        width: 100%;
        padding: 0;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        color: #000000;
        font-weight: 300;
        font-size: 14px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item > .column > .Link > span {
        font-size: 20px;
        margin-right: 10px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .item > .column > .Link > img {
        font-size: 20px;
        margin-right: 10px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .column {
        float: left;
        width: 100%;
        padding: 10px;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .column > .Contant-Link {
        float: left;
        width: 100%;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .column > .Contant-Link > img {
        float: left;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .column > .Contant-Link > span {
        float: left;
        font-size: 13px;
        color: #000;
        margin-left: 10px;
        line-height: 20px;
        font-weight: 400;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .column > .Contant-Link > p {
        display: block;
        width: 100%;
        float: left;
        font-size: 24px;
        color: #000000;
        margin: 0 0 10px 0;
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .social-list {
    }

    .site-nav > .nav-body > .nav-footer > .Area > .Content > .social-list > .social-link {
        display: inline-block;
        font-size: 21px;
        color: #000;
        padding: 0 7px;
    }

    .site-nav > .nav-body > .category-nav {
        float: left;
        width: 100%;
        margin-top: 10px;
        padding: 0 10px;
        max-width: 100%;
    }

    .site-nav > .nav-body > .category-nav .nav-list {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0 0 5px 0;
    }

    .site-nav > .nav-body > .category-nav .nav-list .nav-item {
        float: left;
        width: 100%;
    }

    .site-nav > .nav-body > .category-nav .nav-list .nav-item .navCard {
        float: left;
        width: 100%;
        padding: 0;
    }

    .site-nav > .nav-body > .category-nav .nav-list .nav-item .navCard .navCardLeft {
        float: left;
        width: 50%;
    }

    .site-nav > .nav-body > .category-nav .nav-list .nav-item .navCard .navCardLeft strong {
        float: left;
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.9pt;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .site-nav > .nav-body > .category-nav .nav-list .nav-item .navCard .navCardLeft span {
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.6pt;
        line-height: 15px;
    }

    .site-nav > .nav-body > .category-nav .nav-list .nav-item .navCard .navCardRight {
        float: right;
        width: 50%;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        text-align: right;
    }

    .site-nav > .nav-body > .category-nav .nav-list .nav-item .navCard .navCardRight i {
        float: right;
        font-family: 'FontAwesome';
        margin: 0 0 0 5px;
        font-size: 12px;
        line-height: 18px;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav {
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        background-color: #fff;
        z-index: 12;
        padding-top: 54px;
        transition: .3s;
        width: 100%;
    }

    .site-nav > .nav-body > .category-nav .navCard.ActiveSubNav .sub-nav {
        left: 0;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-head {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid #D7D7D8;
        background-color: #fff;
        z-index: 2;
        padding: 0 15px;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-head > .item > .BackNav {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        color: #000;
        font-size: 14px;
        font-weight: 300;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-head > .item > .BackNav > span {
        font-size: 15px;
        margin-right: 10px;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-head > .item > .BackNav > i {
        font-size: 14px;
        margin-right: 10px;
        font-weight: 300;
        font-family: 'FontAwesome';
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-head > .item > .CloseNav {
        padding: 0;
        font-size: 20px;
        line-height: 50px;
        width: 25px;
        text-align: center;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-head > .item > .CloseNav i {
        font-weight: 300;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .CategoryName {
        float: left;
        width: 100px;
        padding: 15px 15px 0;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        line-height: 20px;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-list {
        margin: 0;
        padding: 15px 30px 30px;
        float: left;
        width: 100%;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-list .sub-nav-item {
        float: left;
        width: 100%;
        font-size: 14px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-list .sub-nav-item .subNavCard {
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 300;
        height: 40px;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-list .sub-nav-item .subNavCard:after {
        content: "\f054";
        font-family: 'FontAwesome';
        color: #000000;
        font-weight: 300;
        font-size: 13px;
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-content {
        height: 100%;
        overflow-y: auto;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-content > .CategoryName {
        float: left;
        width: 100%;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-content > .CategoryName a {
        height: 58px;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding: 10px 15px;
        font-weight: 800;
        border-top: 1px solid #eee;
        background-color: #f1f1f1;
        font-size: 16px;
        color: #000000;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-content > .CategoryList {
        padding: 0 15px;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-content > .CategoryList > .Link {
        position: relative;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        width: 100%;
        color: #000;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 25px;
        border-bottom: 1px solid #eee;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-content > .CategoryList > .Link > .Cover {
        width: 43px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 17px;
    }

    .site-nav > .nav-body > .category-nav .navCard .sub-nav > .sub-nav-content > .CategoryList > .Link::after {
        content: "\f054";
        font-family: 'FontAwesome';
        color: #000000;
        font-size: 13px;
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
    }

    .site-nav > .nav-body > .category-nav .CategoryList {
        position: relative;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0 0 5px 0;
    }

    .site-nav > .nav-body > .category-nav .CategoryList > .Link {
        position: relative;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        width: 100%;
        color: #000;
        font-size: 14px;
        font-weight: 300;
    }

    .site-nav > .nav-body > .category-nav .CategoryList > .Link > .Cover {
        width: 80px;
        border-radius: 0;
        overflow: hidden;
        margin-right: 8px;
    }

    .site-nav > .nav-body > .category-nav .CategoryList > .Link::after {
        content: "\f054";
        font-family: 'FontAwesome';
        font-size: 13px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 {
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        background-color: #fff;
        z-index: 14;
        padding-top: 50px;
        transition: .3s;
        width: 100%;
    }

    .site-nav > .nav-body .sub-nav-item.ActiveSubNav .sub-nav2 {
        left: 0;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .sub-nav-head {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        z-index: 2;
        height: 50px;
        border-bottom: 1px solid #D7D7D8;
        padding: 0 15px;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .BackNav2 {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        color: #000;
        font-size: 14px;
        font-weight: 300;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .BackNav2 > span {
        font-size: 15px;
        margin-right: 10px;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .BackNav2 > i {
        font-size: 14px;
        margin-right: 10px;
        font-weight: 300;
        font-family: 'FontAwesome';
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .CloseNav {
        padding: 0;
        font-size: 20px;
        line-height: 50px;
        width: 25px;
        text-align: center;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .CloseNav i {
        font-weight: 300;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .CategoryName {
        float: left;
        width: 100%;
        padding: 15px;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        line-height: 20px;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .CategoryName a {
        float: left;
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        line-height: 20px;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .sub-nav-content {
        margin: 0;
        padding: 15px 0 30px;
        float: left;
        width: 100%;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .sub-nav-content .CategoryList {
        float: left;
        width: 100%;
        font-size: 14px;
        height: 40px;
        padding: 0 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .site-nav > .nav-body .sub-nav-item .sub-nav2 .sub-nav-content .CategoryList a {
        float: left;
        width: 100%;
        font-size: 14px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .site-nav>.nav-body>.category-nav .CategoryList>.Link>div>span {
        width: 100%;
        float: left;
        font-size: 10px;
        color: #000;
        margin: 5px 0 0;
    }

    .logoArea {
        height: 50px;
    }

    .logoArea .rightDiv {
        display: none;
    }

    .footer-m.d-none-d {
        display: none!important;
    }

    .CategoryBody.margin #divSayfalamaUst {
        position: fixed;
        top: 76px;
        z-index: 999;
        background: #FFF;
    }

    body.sayacVar.CategoryBody.margin #divSayfalamaUst {
        top: 165px;
    }

    .musteriUrunGorselContainer .musteriUrunGorselArea {
        padding: 0 10px;
        margin: 20px 0 0 0;
        flex-direction: column;
    }

    .musteriUrunGorselContainer .musteriUrunGorselArea .rightArea {
        width: 100%;
        padding: 0!important;
    }

    .musteriUrunGorselContainer .musteriUrunGorselArea .rightArea .titleH {
        font-size: 14px;
    }

    .musteriUrunGorselContainer .musteriUrunGorselArea .leftArea {
        width: 100%;
        margin: 20px 0;
    }

    #UpdatePanel1 {
        border: 1px solid #000;
    }

    #txtbxNewsletterMail {
        height: 35px;
        border: none;
        line-height: 35px;
        font-size: 12px;
    }

    .ebultenDiv .newsbutton {
        height: 37px;
        line-height: 35px;
        top: -1px;
    }

    body:not(.HomeBody) .footer-m {
        display: none!important;
    }

    body.HomeBody .footer-m {
        margin-bottom: 20px;
    }

    body.UyeGiris .otpSmsDiv .userSmsOtpBtn,body.UyeGiris .uyeolotpSms .userSmsOtpBtn {
        width: 40%;
        font-size: 11px;
    }

    body.HesabimTakip .solAnaMenu {
        width: 100%;
    }

    body .istekDetayIcerik .favoriUrunDetay .favoriUrunDetaySag {
        flex-direction: column;
        gap: 5px;
    }

    body .istekDetayIcerik .favoriUrunDetay .favoriUrunDetaySag .divItem {
        width: 100%;
    }

    body .istekDetayIcerik .favoriUrunDetay .favoriUrunDetaySag .divItem:first-child {
        margin-right: 0;
    }

    #mainHolder_divDesign .instaContainer .owl-nav {
        display: none;
    }

    /*.kombinUrunSlider .productItem .quickViewIco,.productItem .favori{top: 10px;}*/
    .sliderArea ul li .sliderBox .sliderBoxContent {
        bottom: auto;
        top: 45%;
        margin: auto;
        height: 170px;
    }

    .SmallImages {
        display: none!important;
    }

    .categorySliderContent .categorySliderArea ul li img {
        width: auto;
    }
}

.HesabimTakip .satirBlok.satirBlok10 {
    display: none;
}

.HesabimTakip .satirBlok.satirBlok11 {
    display: none;
}

.HesabimTakip .satirBlok.cinsiyetSatir {
    display: none;
}

/* hizli bakis */
.ProductPreviewContent {
    font-family: "Mulish", sans-serif;
    padding: 30px;
}

.ProductPreviewContent .clear {
    clear: none;
}

.ProductPreviewContent #divBreadcrumb {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.ProductPreviewContent #divBreadcrumb #ulBreadcrumb {
    float: left;
    width: 100%;
}

.ProductPreviewContent #divBreadcrumb #ulBreadcrumb li {
    float: left;
    font-size: 0;
    line-height: 0;
}

.ProductPreviewContent #divBreadcrumb #ulBreadcrumb li a {
    float: left;
    font-size: 13px;
    color: #323232;
    line-height: 15px;
}

.ProductPreviewContent #divBreadcrumb #ulBreadcrumb li:after {
    content: '/';
    display: inline-block;
    margin: 0 5px;
    color: #111115;
    font-size: 11px;
    line-height: 15px;
    float: left;
    font-weight: normal;
}

.ProductPreviewContent #divBreadcrumb #ulBreadcrumb li:nth-child(1) a:before {
    content: '\f041';
    font-family: 'FontAwesomePro';
    float: left;
    font-size: 14px;
    line-height: 15px;
    float: left;
    margin-right: 10px;
    font-weight: 300;
}

.ProductPreviewContent .ProductPreviewLeft {
    width: 360px;
    margin: 0;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewImages {
    float: right;
    width: 270px;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewallImages {
    float: left;
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 75px;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewselectedImages {
    padding-bottom: 0;
    height: auto;
    border: none;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewselectedImages .PreviewselectedImagesBox {
    padding-bottom: 100%;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewallImages .PreviewallImagesItem {
    padding-bottom: 0;
    height: auto;
    border: none;
    width: 68px;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewallImagesItem .PreviewallImagesBox {
    padding-bottom: 100%;
}

.ProductPreviewContent .ProductPreviewRight {
    width: calc(100% - 348px);
    padding-left: 30px;
    text-align: left;
    position: relative;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .TopList {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .MiddleList {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Name {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Price {
    float: left;
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Price.indirimVar {
    color: #d11b1b;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_UstuCiziliFiyat {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    color: #959494;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
    -moz-text-decoration-color: #959494;
    text-decoration-color: #959494;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Price+.kombinFormline {
    float: left;
    width: 100%;
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Price+.kombinFormline .kdvYazi {
    display: block;
    float: left;
    color: #000;
    font-size: 14px;
    margin-right: 10px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_DiscountRate {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #000;
    color: #fff;
    font-size: 13px;
    width: 45px;
    height: 23px;
    line-height: 23px;
    text-align: center;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_ozyazi {
    float: left;
    width: 100%;
    margin: 0;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_ozyazi * {
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm #hizliBakisTahminiTeslimatSuresi {
    float: left;
    width: 100%;
    margin: 10px 0;
    color: #000;
    font-size: 14px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_markaLogo {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_marka {
    float: left;
    width: 100%;
    margin: 10px 0;
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .kdvYazi {
    display: none;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinleft_line {
    float: left;
    width: 100% !important;
    color: #000000;
    font-size: 13px;
    line-height: 35px;
    text-align: left;
    font-weight: 300;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line > div {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line > div div {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line > div div a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #cbcbcb;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0 5px;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line > div div a.selected {
    border-color: #000;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line > div div a.nostok {
    background: #eee;
    color: #bfbfbf;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet {
    float: left;
    margin: 0;
    width: 110px;
    margin-bottom: 25px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .hizliBakis_SalesUnit {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 13px;
    line-height: 35px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%!important;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle input {
    float: left;
    width: 100%;
    height: 50px!important;
    padding: 0 24px!important;
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    margin: 0!important;
    border: 2px solid #f1f1f1;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle .riDown {
    background: #f1f1f1;
    width: 24px!important;
    height: 50px!important;
    line-height: 50px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle .riUp {
    background: #f1f1f1;
    width: 24px!important;
    height: 50px!important;
    line-height: 50px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle .riUp:after {
    line-height: 50px!important;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle .riDown:after {
    line-height: 50px!important;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakisSepeteEkle {
    float: left;
    width: 100%;
    background: #000;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divHizliBakisFavorilerimeEkle {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divHizliBakisFavorilerimeEkle .box1 {
    float: left;
    width: 100%;
    text-align: center;
    background: #000;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    min-width: 0;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divHizliBakisFavorilerimeEkle .box1 i {
    font-family: 'FontAwesomePro';
    font-weight: 300;
    font-size: 18px;
    vertical-align: top;
    line-height: 50px;
}

body .divHizliBakisUrunOzellikleri {
    float: left;
    width: 100%;
    margin: 25px 0;
    padding: 0 25px;
}

body .divHizliBakisUrunOzellikleri * {
    font-family: 'Roboto',sans-serif;
}

body .divHizliBakisUrunOzellikleri .TabBaslik {
    float: left;
    width: 100%;
}

body .divHizliBakisUrunOzellikleri .TabBaslik span {
    float: left;
    line-height: 40px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

body .divHizliBakisUrunOzellikleri .TabIcerik {
    float: left;
    width: 100%;
}

body .divHizliBakisUrunOzellikleri .TabIcerik * {
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

#divHizliBakisBenzerUrun {
    padding: 0 30px;
}

#divHizliBakisIlgiliUrun {
    padding: 0 30px;
}

@media screen and (max-width: 767px) {
    .productIcon .quickViewIco {
        display: block!important;
        bottom: 110px;
    }

    .productItem.sepetindirim1 .productIcon .quickViewIco {
        bottom: 150px;
    }

    .productItem.sepetindirim2 .productIcon .quickViewIco {
        bottom: 150px;
    }

    .productItem.sepetindirim3 .productIcon .quickViewIco {
        bottom: 150px;
    }

    .productItem.sepetindirim4 .productIcon .quickViewIco {
        bottom: 150px;
    }

    .productItem.sepetindirim5 .productIcon .quickViewIco {
        bottom: 150px;
    }

    .ProductPreviewContent .ProductPreviewRight {
        width: 100%;
        padding-left: 0;
    }

    .ProductPreviewContent .ProductPreviewRight {
        width: 100%;
    }

    body #hizliBakis .ProductPreviewContent .ProductPreviewLeft .PreviewImages {
        float: left;
        width: calc(100% - 100px);
    }

    body #hizliBakis .ProductPreviewContent .ProductPreviewLeft {
        width: 100%;
    }

    body #hizliBakis .ProductPreviewRight {
        width: 100%!important;
        padding: 0!important;
    }

    body #hizliBakis .ProductPreviewContent .ProductPreviewLeft .PreviewallImages {
        width: 65px;
    }
}

/* hizli bakis */
.sepetimBody .SayacDiv {
    display: none;
}

.HeaderSayac {
    float: left;
    width: 100%;
    display: none;
    z-index: 99;
    position: relative;
    background: #fff;
}

.HeaderSayac.gizle {
    display: none!important;
}

.SayacAktif .HeaderSayac {
    display: block;
}

.SayacAktif .main-container {
    max-width: 1110px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: block;
}

.SayacAktif .SayacDiv {
    float: left;
    width: 100%;
}

.SayacAktif .main-container .countdown-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.SayacAktif .main-container .countdown-container .countdown-link {
    position: relative;
    align-items: center;
    height: 100%;
    color: #fff;
    float: left;
    width: 100%;
    line-height: 47px;
    text-align: left;
}

.SayacAktif .main-container .countdown-container .countdown-link > .countdown {
    float: right;
    background-color: #fff;
    border-radius: 8px;
    /*margin-left: 25px;*/
    line-height: normal;
    height: 43px;
    position: absolute;
    right: 12px;
    top: 0px;
    bottom: 0;
    margin: auto;
}

.SayacAktif .main-container .countdown-container .countdown-link > .countdown .countdown-main {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    cursor: pointer;
    color: #000;
    margin: 0;
}

.SayacAktif .main-container .countdown-container .countdown-link > .countdown-img {
    width: 100%;
}

.SayacAktif .main-container .countdown-container .countdown-link > .countdown .countdown-main > li + .Countdown {
}

.SayacAktif .main-container .countdown-container .countdown-link > .countdown .countdown-main > li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 13px;
}

.SayacAktif .main-container .countdown-container .countdown-link > .countdown .countdown-main > li:last-child {
    margin-right: 0;
}

.SayacAktif .main-container .countdown-container .countdown-link > .countdown .countdown-main > li:after {
    font-size: 8px;
    display: inline;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: attr(title);
    font-weight: 100;
    text-transform: uppercase;
}

.SayacAktif .main-container .countdown-container .countdown-link > .countdown .countdown-main > li::before {
}

.SayacAktif .main-container .countdown-container .countdown-link > .countdown .countdown-main > li:last-child::before {
    display: none;
}

.SayacAktif .main-container .countdown-container .countdown-link > .countdown .countdown-main > li > div {
    display: block;
    font-size: 10px;
    position: relative;
    top: 0px;
    font-weight: 500;
    color: #bc0b0f;
    cursor: pointer;
    transition: .3s;
}

.SayacAktif .main-container .countdown-container .countdown-link > .countdown .countdown-main > li > div:hover {
}

.SayacAktif .main-container .countdown-container .countdown-link > .countdown .countdown-main > li > div >span {
    display: block;
    margin-bottom: 2px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
    text-align: center;
    transition: .3s;
}

.SayacAktif .main-container .countdown-container .countdown-link > .countdown .countdown-main > li {
    color: #333;
    background-color: #ffffff;
}

.SayacAktif .main-container .countdown-container .countdown-link .SayacMobil {
    display: none;
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .SayacAktif .SayacDiv .main-container {
        max-width: 960px;
    }

    .SayacAktif .SayacDiv .main-container .countdown-container .countdown-link {
        background-position: left;
        background-size: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .SayacAktif .SayacDiv .main-container {
        max-width: 720px;
    }

    .SayacAktif .SayacDiv .main-container .countdown-container .countdown-link {
        background-position: left;
        background-size: 85%;
    }

    .SayacAktif .main-container .countdown-container .countdown-link>.countdown .countdown-main>li {
        padding: 1px 5px;
    }

    .SayacAktif .main-container .countdown-container .countdown-link>.countdown {
        height: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .HeaderSayac {
        height:70px;
    }

    .SayacAktif .main-container {
        max-width: 750px;
        padding: 0;
    }

    .SayacAktif .main-container .countdown-container.mobile .countdown-link {
        padding: 5px 10px 5px;
        line-height: 25px;
    }

    .SayacAktif .main-container .countdown-container.mobile .countdown-link > .countdown {
        margin-left: 0;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 46px;
    }

    .SayacAktif .main-container .countdown-container.mobile .countdown-link > .countdown .countdown-main {
    }

    .SayacAktif .main-container .countdown-container.mobile .countdown-link > .countdown .countdown-main {
        padding: 0 5px;
    }

    .SayacAktif .main-container .countdown-container.mobile .countdown-link > .countdown .countdown-main > li {
        padding: 1px 8px;
    }

    .SayacAktif .main-container .countdown-container.mobile .countdown-link > .countdown {
        margin-right: 5px;
    }

    .SayacAktif .main-container .countdown-container.mobile .countdown-link {
        background-size: cover;
        min-height: 58px;
    }

    .SayacAktif .main-container .countdown-container.mobile .countdown-link > .countdown .countdown-main > li > div {
        font-size: 10px;
    }

    .SayacAktif .main-container .countdown-container.mobile .countdown-link > .countdown .countdown-main > li > div >span {
        font-size: 14px
    }

    .SayacAktif .main-container .countdown-container .countdown-link img {
        display: none;
    }

    .SayacAktif .main-container .countdown-container .countdown-link .SayacMobil {
        display: block;
        max-height: 60px;
    }

    body.HomeBody.SayacAktif {
        padding-top: 195px;
    }

    body.SayacAktif {
        padding-top: 155px;
    }

    body.SayacAktif.sepetimBody {
        padding-top: 0;
    }
}

@media only screen and (max-width: 576px) {
    .SayacAktif .main-container {
        max-width: 540px;
        padding: 0;
    }
}

@media only screen and (max-width: 360px) {
    #header.homeHeader {
        min-height:126px;
    }

    #header.homeHeader.fixed {
        min-height: 80px;
    }

    /*
    #header.homeHeader:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;margin: auto;z-index:9000;display:block;background:#fff url(https://static.ticimax.cloud/52168/Uploads/Editoruploads/fakehead.jpg)no-repeat center center; background-size: 100%;}
    */
    #header.homeHeader.BeforeFalse:before {
        display: none;
    }
}

@media only screen and (max-width: 481px) {
    .sliderArea {
        min-height:360px;
        margin: 0 0 3px;
    }

    .leftImage {
        min-height: 540px;
    }

    body ul.breadcrumb {
        height: 45px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    body .tici-blok-ul .pi-titles h3 a {
        font-size: 15px;
        line-height: 1.1;
    }

    body .tici-blok-ul .pi-titles {
        height: 45px;
    }

    #logo .logo img {
        max-width: 100%;
    }

    #logo .logo {
        width: 135px;
        padding: 1px 0 3px;
    }
}

@media only screen and (max-width: 405px) {
    #logo .logo img {
        max-width:100%;
    }

    #logo .logo {
        width: 105px;
        padding: 5px 0;
    }
}

@media only screen and (max-width: 360px) {
    .sliderArea {
        min-height:360px;
    }

    /*
    #mainHolder_divDesign section:nth-child(n+4) {display: none; }
    #footer.homeFooter{display: none;}
    #footer.homeFooter + #divTicimaxCopyrightContent{display: none;}
    */
    #mainHolder_divDesign .brandsCarousel.owl-carousel {
        height: 0;
        visibility: hidden;
    }

    #mainHolder_divDesign .brandsCarousel.owl-carousel.owl-loaded {
        height: auto;
        visibility: visible;
    }
}

/*********FE8--SM************/
#top-bar .headerContainer .flex-center {
    flex: 1;
    width: 100%;
}

.html_1 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.htopCenter {
    float: left;
    width: 100%;
    text-align: center;
}

.htopCenter ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 0;
    overflow: hidden;
}

.htopCenter ul.owl-carousel {
    height: auto;
    overflow: visible;
}

.htopCenter ul li a {
    color: #000;
    font-weight: 300;
}

body #headerNew .headerContainer {
    max-width: calc(100% - 20px);
}

body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
    gap: 25px;
}

body .header-main .flex-col.flex-right {
    margin-left: 0;
}

body:not(.ProductBody, .sepetimBody) #headerNew {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
}

body:not(.ProductBody, .sepetimBody, .HomeBody) {
    padding-top: 78px;
}

body .header-wrapper .header-main {
    z-index: 1;
    transition: background .3s;
}

body #top-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: .3s;
}

body .header-wrapper {
    padding-top: 28px;
    transition: padding .3s;
}

/*
#headerNew.fixed .header-wrapper{padding-top:0;}
.HomeBody #headerNew.fixed #top-bar{opacity: 0;visibility: hidden;}
*/
body .sepetUrunSayisi {
    position: absolute;
}

.HomeBody #headerNew:not(:hover, .fixed, .footerHeader) .header-main {
    background-color: transparent;
}

.HomeBody #headerNew:not(:hover, .fixed, .footerHeader) #divTopProductSearch .newSearcBtnClick a svg, .HomeBody #headerNew:not(:hover, .fixed, .footerHeader) #divHeaderUyeV2 a.account-link.headerButon svg, .HomeBody #headerNew:not(:hover, .fixed, .footerHeader) .header-favori-item a.favori-link svg, .HomeBody #headerNew:not(:hover, .fixed, .footerHeader) .cart-item a.header-cart-link.headerButon svg {
    filter: invert(1);
}

.HomeBody #headerNew:not(:hover, .fixed, .footerHeader) #hb-logo img {
    filter: invert(1);
}

.HomeBody #headerNew:not(:hover, .fixed, .footerHeader) .sepetUrunSayisi {
    color: #fff;
}

.HomeBody #headerNew:not(:hover, .fixed, .footerHeader) .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl>li>a {
    color: #fff;
}

#headerNew .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:last-child > a {
    color: #a81d19!important;
    font-weight: bold!important;
}

/*
#headerNew .newHeaderNavigation .newHeaderNavUl > li:last-child > a {color:#a81d19;font-weight:bold;}
*/
body .newHeaderNavigation:not(.mobileStyle) .menu-list-row {
    max-width: calc(100% - 120px);
}

body .newHeaderNavigation:not(.mobileStyle) .menu-list-kolon {
    margin: 30px 0;
}

body .newHeaderNavigation:not(.mobileStyle) .menu-list-image {
    justify-content: center;
    margin: 30px 0 70px;
    flex: 2;
}

body .newHeaderNavigation:not(.mobileStyle) .menu-list-row[data-col="1"] .menu-list-kolon {
    justify-content: center;
    flex: 2;
}

body .newHeaderNavigation:not(.mobileStyle) .menu-list-row[data-col="1"] .menu-list-kolon .kolon {
    flex: 0 0 50%;
    gap: 0;
}

body .newHeaderNavigation:not(.mobileStyle) .menu-list-row[data-col="1"] .menu-list-kolon .kolon > li > a {
    font-size: 13px;
    line-height: 25px;
    font-weight: 300;
}

body .newHeaderNavigation:not(.mobileStyle) .menu-list-image-row {
    flex-direction: column;
}

.newHeaderNavigation:not(.mobileStyle) .ozel-menu .menu-list-kolon {
    flex: 2;
}

.menu-ex-image {
    float: left;
    width: 100%;
    display: flex;
    gap: 5px;
}

.menu-ex-image .img-title {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #000;
    line-height: 25px;
}

.menu-ex-link {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.menu-ex-link span {
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 20px;
    margin-bottom: 10px;
}

.menu-ex-link ul li a {
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;
    display: block;
    color: #000;
}

.menu-ex-link ul li a sup {
    color: #902e2e;
}

.katTumunuGor {
    float: left;
    clear: left;
    margin-top: 20px;
}

.katTumunuGor a {
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
}

.mobil-menu-ex-link {
    display: none;
}

.mobil-menu-ex-banner {
    display: none;
}

.mobil-menu-ex-bottom {
    display: none;
}

body #headerNew #divTopProductSearch.dropactive .header-search-form-wrapper {
    overflow: auto;
    height: 100dvh;
}

body #headerNew #divTopProductSearch .header-search-form-wrapper {
    position: fixed;
    left: 0;
    top: -100%;
    right: 0;
    height: 100%;
    background: #FCFCFC;
    padding: 75px;
    transition: .7s ease-out;
    display: block;
    width: 100%;
    z-index: 9;
}

body #headerNew #divTopProductSearch.dropactive .header-search-form-wrapper {
    top: 0;
}

body #divTopProductSearch .searchform-wrapper {
    max-width: 1017px;
    border: 0;
    margin: auto;
}

body #divTopProductSearch .searchform-wrapper .searchform {
    float: none;
    max-width: 650px;
    margin: auto;
}

body #divTopProductSearch .searchform-wrapper #txtbxArama {
    height: 46px;
    border: 1px solid #eee;
    font-size: 17px;
    font-weight: 300;
    padding: 0 10px 0 42px;
}

body #divTopProductSearch .searchform-wrapper #btnKelimeAra {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
    background: transparent;
    width: 42px;
}

body #divTopProductSearch .searchform-wrapper #btnKelimeAra i {
    transform: scaleX(-1);
    font-size: 16px;
}

body #divTopProductSearch .searchform-wrapper #divArama {
    padding-right: 100px;
    position: relative;
}

body #divTopProductSearch .searchform-wrapper .search-close {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

body #divAramaAlani.ticimax-search-content {
    width: 100%;
    left: auto!important;
    margin: auto;
    background: transparent;
    box-shadow: none;
    margin-top: 55px;
}

body #divAramaAlani.ticimax-search-content .ticimax-search-sidebar {
    background: transparent;
}

body #divAramaAlani.ticimax-search-content .ticimax-search-products {
    display: none!important;
}

body #divAramaAlani.ticimax-search-content .quickSearchContent {
    max-width: 1107px;
    margin: auto;
}

body #mainHolder_divDesign .sliderArea .owl-nav {
    top: calc(50% - 20px)!important;
    display: none!important;
}

.new-banner-design {
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.new-banner-design2 ul,.homeScrollSection > ul {
    float: left;
    width: 100%;
    margin: 0 0 4px;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px;
    flex-wrap: nowrap
}

.new-banner-design2 ul li,.homeScrollSection > ul >li {
    float: left;
    width: 100%;
    height: 100dvh;
}

.new-banner-design .homeScrollSection > ul {
    float: left;
    width: 100%;
    margin: 0 0 4px;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
}

.new-banner-design .homeScrollSection > ul li {
    float: left;
    width: 100%;
    height: 100dvh;
}

.new-banner-design > ul {
    float: left;
    width: 100%;
    margin: 0 0 4px;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
}

.new-banner-design > ul li {
    float: left;
    width: 100%;
    height: 100vh;
}

.new-banner-design ul li a:not(.footerTemp a) {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.new-banner-design ul li a .banner-content {
    position: absolute;
    left: 29px;
    bottom: 48px;
    text-align: left
}

.new-banner-design ul li a .banner-content .banner-title {
    font-size: 18px;
    font-weight: 300;
    color: #ededed;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.new-banner-design ul li a .banner-content .banner-title:hover {
    border-bottom-color: #FFF;
}

.new-banner-design ul li a .banner-content .sliderText2 {
    font-size: 18px;
    font-weight: 150;
    color: #ededed;
    margin-top: 5px;
    border-bottom: 1px solid transparent;
    display: block;
}

.new-banner-design ul li a .banner-content .sliderText2:hover {
    border-bottom-color: #FFF;
}

.new-banner-design ul li a .banner-content .banner-link {
    float: left;
    clear: left;
    color: #ededed;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #ededed;
    margin-top: 10px
}

.new-banner-design ul li a .banner-content-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: max-content;
    text-align: center;
    width: 100%;
}

.new-banner-design ul li a .banner-content-center .banner-title {
    font-size: 30px;
    color: #fff;
    line-height: 1.1
}

.new-banner-design ul li a .banner-content-center small {
    font-size: 17px;
    color: #fff;
    display: block
}

.new-banner-design ul li a .banner-content-bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 100%;
    padding: 0 10px;
    bottom: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 76px;
    text-align: center;
    line-height: 1.1
}

.new-banner-design ul li a .banner-content-bottom .banner-button {
    font-size: 15px;
    background: #fff;
    color: #0a0909;
    border: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    padding: 0 44px
}

.new-banner-design ul li a .banner-content-bottom .banner-button:hover {
    background: #000;
    color: #fff
}

.new-banner-design ul li a .banner-content-bottom small {
    font-size: 12px;
    color: #fff
}

.new-banner-design ul li a .banner-img {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.new-banner-design ul li a .banner-img:before {
    content: "";
    background: transparent linear-gradient(0deg,#00000070 0%,#54545400 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: .5;
    transition: all .3s ease-in-out;
}

.new-banner-design ul li a:hover .banner-img:before {
    opacity: 1;
}

.new-banner-design ul li a .banner-img img {
    width: 100%;
    height: 100dvh;
    object-fit: cover
}

.instaContainer {
    padding: 0;
    overflow: hidden;
}

.instaContainer .instaTop {
    display: none;
}

.instaContainer .instaArea .instaBlok {
    padding: 0;
    margin: 0;
}

.instaContainer .instaArea .instaBlok .instaBox {
    padding: 0 2px;
    margin: 2px 0;
}

.miniProductCardContainer .pointArea .point {
    width: 37px;
    height: 37px;
    line-height: 37px;
    opacity: .4;
}

.instaContainer .instaArea .instaBlok .instaBox .instaBoxName {
    display: none;
}

body #mainHolder_divDesign .instaContainer .instaArea .owl-carousel .owl-dots {
    display: none;
}

.instaContainer .instaBottom {
    margin: 5px;
}

.instaContainer .instaBottom .instaLink {
    justify-content: flex-start;
}

.instaContainer .instaBottom .instaLink a {
    line-height: 1;
    padding: 0;
    border: 0;
    font-size: 11px;
    letter-spacing: normal;
    font-weight: 300;
    margin: 0;
    background: none!important;
}

.footerTemp .footerTempContainer {
    max-width: calc(100% - 0px)!important;
}

.footerTemp .elementor-column:has(.ebultenDivTemp) {
    flex: 0 0 50%;
}

body .footerTemp .ebultenDivTemp {
    width: 648px;
    max-width: 90%;
}

.footerTemp .ebultenDivTemp #UpdatePanel1 {
    display: flex;
    gap: 17px;
    border: 0!important;
}

.footerTemp .ebultenDivTemp .newsletterContent #btnMailKaydet {
    position: static;
    float: right;
}

.footerTemp .permissionDiv {
    margin-top: 15px;
    padding-right: 130px;
}

body .footerTemp .permissionDiv .permission-html {
    font-size: 11px;
    font-weight: 300;
    padding-left: 25px;
}

.footer-destek {
    float: left;
    clear: left;
    border-top: 1px solid #707070;
    margin-top: 12px;
    padding-top: 12px;
    color: #000;
}

.footer-destek > span {
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
}

.footer-destek > a {
    float: left;
    clear: left;
    font-size: 11px;
    color: #000;
    font-weight: 300;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.footerTemp .footerMenuAlt a {
    font-weight: 300;
}

/*body .footerTemp .storeMedia li a i,body .footerTemp .socialMedia li a i {
    padding: 0!important;
    width: auto!important;
    background: none!important;
}*/

body .footerTemp .storeMedia {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-bottom: 15px;
    float: none;
}

body .footerTemp .horizontal.storeMedia li:first-child:after {
    content: '';
    width: 1px;
    height: 37px;
    background: #707070;
    float: left;
    margin: 0 30px;
}

body .footerTemp .horizontal.storeMedia li {
    float: left;
    display: flex;
    align-items: center;
    height: 37px;
}

i.fab.fa-tiktok.icon:before {
    content: '\e07b';
}

.footer-logo img {
    max-width: 182px!important;
}

.footerTemp .ebultenDivTemp .newsletterContent #btnMailKaydet i:before {
    content: 'Abone ol';
    font-family: "Mulish", sans-serif;
    white-space: nowrap;
    font-size: 11px;
}

#txtbxNewsletterMail::-webkit-input-placeholder {
    color: rgb(0 0 0 / 12%)!important;
}

#txtbxNewsletterMail:-moz-placeholder {
    color: rgb(0 0 0 / 12%)!important;
}

#txtbxNewsletterMail::-moz-placeholder {
    color: rgb(0 0 0 / 12%)!important;
}

#txtbxNewsletterMail:-ms-input-placeholder {
    color: rgb(0 0 0 / 12%)!important;
}

.footerTemp #divTicimaxCopyrightContent {
    position: absolute;
    left: 0;
    top: -25px;
    width: auto;
    filter: brightness(0);
}

.footerTemp #divTicimaxCopyrightContent a {
    margin: 0;
    width: 60px;
    filter: brightness(0);
}

.CategoryBody #ProductListMainContainer .categoryTitle {
    position: sticky;
    top: 70px;
    z-index: 9;
    background: #fff;
}

.CategoryBody #ProductListMainContainer .categoryTitle:has(.filterBlock.active) {
    z-index: 99;
}

#divSayfalamaUst .filterBlock.active:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0,0,0,.34);
}

body.UyeGiris .userDivRow {
    width: 882px;
    max-width: 90%;
    column-gap: 80px;
}

body.UyeGiris .userContainer .userDivLeft, body.UyeGiris .userContainer .uyeDegilsenUyeOl, body.UyeGiris .userContainer .userDivRight {
    width: 100%;
}

body.UyeGiris .userDivRow:after {
    display: none;
}

body.UyeGiris .userContainer .userLeftBox, body.UyeGiris .userContainer .userRightBox {
    border: 0;
    box-shadow: none;
}

body.UyeGiris .userContainer .userLeftBox, body.UyeGiris .userContainer .userRightBox {
    padding: 0;
}

body.UyeGiris .spanTittle {
    font-size: 16px;
    font-weight: 500;
    color: #443C3C;
    margin-bottom: 20px;
}

body.UyeGiris .userWrapper input {
    padding: 6px 10px;
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 16px;
    box-shadow: none;
    color: #707070;
    text-indent: 0;
}

body.UyeGiris .userContainer .userLoginBtn {
    width: 100%;
    margin: 0;
    background: #000;
    border: 0;
    font-size: 16px;
    color: #FAF8F5;
    font-weight: 300;
    padding: 8px 0;
}

body.UyeGiris .userContainer .userLoginBtn:hover {
    background: #404040;
}

body.UyeGiris .userContainer .userPassBtn {
    margin: 10px 0 5px;
    font-size: 14px;
    font-weight: 300;
    color: #707070;
}

body.UyeGiris .otpSmsDiv .userSmsOtpBtn {
    height: auto;
    background: #fff;
    border: 1px solid #eee;
    width: 54%;
    font-size: 16px;
    font-weight: 300;
    color: #707070;
    padding: 6px 0;
}

body.UyeGiris .otpSmsDiv .textbox {
    width: 46%;
}

body.UyeGiris .userContainer .userMail label, body.UyeGiris .userContainer .userSms label, body.UyeGiris .userContainer .userSozlesmeDiv label, body.UyeGiris .socialMediaLoginButtons .socialUserSozlesmeDiv label {
    font-size: 10px;
    font-weight: 300;
    color: #707070;
    padding-left: 25px;
    position: relative;
    line-height: 17px;
}

body.UyeGiris .userContainer .userLoginBtn.QuickMember {
    width: 100%;
    margin-top: 20px;
    background: #000;
    border: 0!important;
    color: #FAF8F5;
    font-size: 16px;
    font-weight: 300;
    padding: 5px 0;
}

body.UyeGiris .userContainer .userLoginBtn.QuickMember:hover {
    background: #000;
}

body .miniCartRigth, body .miniCartGiftCodeContent {
    width: 500px;
}

body .miniCartRigthHeader {
    background: #fff;
    height: auto;
    padding: 0 15px;
    padding-top: 63px;
    padding-bottom: 30px;
}

body .miniCartRigthHeader .spnCartTxt {
    position: static;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: left;
    transform: none;
}

body .miniCartRigthHeader .header-close-btn {
    top: 15px;
    transform: none;
    right: 15px;
    width: 33px;
    height: 33px;
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .miniCartRigthHeader .header-close-btn svg {
    width: 12px;
    height: 12px;
}

body .miniCartRigthScroll {
    padding-top: 40px;
    padding-bottom: 100px;
}

body .hediyeCekiBtnContent {
    background: #F8F7F5;
    padding: 15px;
}

body .hediyeCekiBtnContent a {
    padding: 0;
    font-size: 14px;
    background: none;
}

body .hediyeCekiBtnContent a .offers-tab svg {
    display: none;
}

body .hediyeCekiBtnContent a .offers-tab span:before {
    content: '';
    float: left;
    width: 24px;
    height: 16px;
    background: url(https://static.ticimax.cloud/35100/Uploads/EditorUploads/images/ticket.svg) no-repeat center / contain;
    margin-right: 10px;
}

body .miniCartContent {
    padding: 30px 15px;
}

body .miniCartItem {
    flex-flow: row;
}

body .miniCartItem .miniCartRight {
    max-width: 86px;
    flex: 86px;
    border-radius: 5px;
    overflow: hidden;
}

body .miniCartItem .miniCartLeft {
    max-width: calc(100% - 86px);
    flex-basis: calc(100% - 86px);
    padding-left: 15px;
    padding-right: 144px;
    justify-content: normal;
}

body .miniCartDetail span.minimarka {
    display: none;
}

body .miniCartDetail span.ministokKodu {
    display: none;
}

body .miniCartDetail span.miniurunAdi {
    font-size: 13px;
    letter-spacing: normal;
    line-height: 19px;
}

body .miniCartDetail span.miniurunAdi a {
    color: #000;
}

body .miniCartButtonSil {
    position: absolute;
    right: 0;
    bottom: 0;
}

body .miniCartDetail {
    position: static;
}

body .miniCartButtonSil a {
    width: 18px;
    height: 18px;
    border: 1px solid #F1F0ED;
    border-radius: 50%;
    max-width: none;
    font-size: 0;
    text-align: center;
    line-height: 16px;
    color: #000;
}

body .miniCartButtonSil a:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 9px;
}

body .miniCartButtonSil svg {
    display: none;
}

body .miniCartDetayItem.eksecenek > span:first-child:after {
    content: ':';
}

body .miniCartDetayItem.eksecenek {
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.65px;
    margin-top: 7px;
}

body .miniCartDetay .adettanim3 label {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.65px;
}

body .adettanim3 {
    width: auto;
    margin-bottom: 0;
}

body .miniCartItem .miniCartLeft .adettanim3 a {
    width: 21px;
    height: 21px;
    border: 0;
    background: #F8F7F5;
}

body .miniCartItem .miniCartLeft .adettanim3 a.aMiniSepetAzalt {
    left: 37px;
}

body .miniCartItem .miniCartLeft .adettanim3 input {
    width: 60px!important;
    height: 21px!important;
    background: #F8F7F5;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.65px;
    text-indent: 0;
    line-height: 21px;
}

body .miniCartItem .miniCartLeft .adettanim3 a i {
    font-size: 9px;
    font-weight: 400;
}

body .miniCartDetay .adettanim3 label:after {
    content: ':';
    margin-right: 10px;
}

body .miniCartDetay {
    display: flex;
    flex-direction: column-reverse;
}

body .miniCartItemprice {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    font-size: 0;
}

body .miniCartItemprice .DiscountPrice {
    font-size: 13px;
    color: #000;
}

body .miniCartItem .CartPrice {
    font-size: 13px;
    color: #D90000;
}

body .miniCartItemprice > div {
    margin-bottom: 5px;
}

body .miniCartItem .adettanim2 {
    display: none;
}

body .miniCartRigthScroll > .miniCartSatir1:nth-of-type(1), body .miniCartRigthScroll > .miniCartSatir2:nth-of-type(2) {
    display: none;
}

body .miniCartSatir1.bottom {
    width: calc(100% - 30px);
    margin: auto;
    padding: 15px;
    border-top: 1px solid #F1F0ED;
    border-bottom: 0;
    display: block;
    text-align: right;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

body .miniCartSatir1 .miniCartCol2 {
    margin-left: 34px;
}

body .miniCartSatir1.bottom.totalAmount:before {
    content: 'Vergiler Dahil';
    float: left;
    color: #616161;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

body .miniCartSatir2 {
    padding: 15px 30px;
    border: 0;
    display: flex;
    gap: 15px;
    align-items: center;
}

body .miniCartSatir2 .checkoutAsGuestButton {
    border-radius: 0;
    padding: 9px 0;
    font-size: 14px;
    letter-spacing: 0.7px;
}

body .miniCartSatir2 .checkoutAsGuestButton:hover {
    background: #414141;
}

body .miniCartSatir2 .signInButton {
    margin: 0;
    padding: 8px 0;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #D7D7D8;
    background: #fff;
    color: #000;
}

body .miniCartSatir2 .signInButton:hover {
    border-color: #000;
}

body .miniCartHr {
    background: #F1F0ED;
}

body .miniCartContent > div:first-child > a {
    display: none;
}

body .miniCartRigthScroll .miniCartGiftCode {
    padding: 0 15px;
    padding-top: 110px;
}

body .miniCartRigthScroll .miniCartGiftCode #txtRigthCartGiftCode {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-indent: 15px;
    font-size: 12px;
}

body .miniCartGiftCode .miniCartSatir2 {
    padding: 15px;
}

body .miniCartLeftProduct {
    display: none;
}

#divNewUyeGirisContent .signSozlesmeDiv .newSocialChkSozlesmeTranslate a, #divNewUyeGirisContent .socialUserSozlesmeDiv .newSocialChkSozlesmeTranslate a {
    color: #000 !important;
}

#divNewUyeGirisContent .signSozlesmeDiv .newSocialChkSozlesme, #divNewUyeGirisContent .socialUserSozlesmeDiv .newSocialChkSozlesme {
    border-color: #000!important;
}

#divNewUyeGirisContent .uyeliksizDevamEtBtn a {
    color: #fff !important;
    padding: 0 !important;
    height: 52px;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    clear: left;
    background: #000!important;
    border-radius: 4px;
}

#divNewUyeGirisContent .forgotpasswordDiv {
    text-align: right;
}

#divNewUyeGirisContent .userPassBtn {
    opacity: .5;
}

@media (min-width: 1241px) and (max-width: 1650px) {
}

@media (min-width: 1100px) and (max-width: 1240px) {
}

@media (max-width: 1099px) {
    .ProductBody #headerNew {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    body:not(.sepetimBody,.HomeBody) {
        padding-top: 70px;
    }

    body:has(.mobileactive) {
        overflow: hidden;
    }

    body #headerNew .mobile-user-item .account-link .svgIcon svg {
        width: 13px;
    }

    body #headerNew .bildirimicon a .svgIcon svg {
        width: 15px!important;
    }

    body #headerNew .mobile-cart-item .svgIcon svg {
        width: 18px;
    }

    body #headerNew .header-favori-item a.favori-link.headerButon .svgIcon svg {
        width: 16px;
    }

    body #headerNew .newSearcBtnClick a .svgIcon svg {
        transform: scaleX(-1);
        width: 15px;
    }

    body #headerNew .newSearcBtnClick a {
        font-size: 0;
    }

    body #headerNew .header-button a {
        font-size: 0!important;
    }

    body #headerNew .newMenuBtnClick a {
        font-size: 15px;
    }

    body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {
        background: transparent;
        top: -11px;
        left: -6px;
        color: #000000
    }
    .HomeBody #headerNew:not(:hover, .fixed, .footerHeader) .header-main {
        background-color: #fff;
    }
  	.HomeBody #headerNew:not(:hover, .fixed, .footerHeader) #hb-logo img {
   	 filter: invert(0);
	}
    /*.HomeBody #headerNew:not(:hover, .fixed, .footerHeader) .mobile-user-item .account-link .svgIcon svg, .HomeBody #headerNew:not(:hover, .fixed, .footerHeader) .mobile-cart-item .svgIcon svg, .HomeBody #headerNew:not(:hover, .fixed, .footerHeader) .newSearcBtnClick a .svgIcon svg {
        filter: invert(1);
    }

    .HomeBody #headerNew:not(:hover, .fixed, .footerHeader) .newMenuBtnClick a svg path {
        stroke: #fff;
    }

    .HomeBody #headerNew:not(:hover, .fixed, .footerHeader) .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {
        color: #fff;
    }

    .HomeBody #headerNew:not(:hover, .fixed, .footerHeader) #hb-logo img {
        filter: invert(1);
    }

    .HomeBody #headerNew:not(:hover, .fixed, .footerHeader) .header-favori-item a.favori-link svg {
        filter: invert(1);
    }

    .HomeBody #headerNew.footerHeader #hb-logo img {
        filter: invert(0);
    }

    .HomeBody #headerNew.footerHeader .header-favori-item a.favori-link svg {
        filter: invert(0);
    }*/

    body #headerNew .header-main {
        height: 42px;
        padding: 0;
    }

    body .newHeaderNavigation.mobileStyle .newHeaderNav, body .newHeaderNavigation.mobileStyle .menu-wrap, body .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu {
        top: 90px;
        width: 376px;
        max-width: 100%;
        transition: left .7s ease-out;
    }

    body .newHeaderNavigation.mobileStyle .newHeaderNav {
        top: 28px;
    }

    body #headerNew.fixed .newHeaderNavigation.mobileStyle .newHeaderNav {
        top: 0;
    }

    body .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop {
        height: 56px;
        background: #FCFCFC!important;
    }

    body .newHeaderNavigation.mobileStyle .newHeaderNavUl {
        height: calc(100% - 170px);
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuCloseBtn {
        width: 50px;
        background: rgb(235 234 232 / 48%);
        font-size: 18px;
        justify-content: center;
        order: 2;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav, body #headerNew .header .newHeaderNavigation.mobileStyle .menu-wrap, body #headerNew .header .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu {
        background: #FCFCFC;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li {
        background: none;
        border: 0;
    }

  /*  body .newHeaderNavigation.mobileStyle .menu-wrap {
        position: static;
        float: left;
        width: 100%;
    }*/

   /* body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li:not(.ulVar), body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li:nth-child(2) > a, body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li:nth-child(2) > .nextKolonBtn {
        display: none
    }*/

    body #headerNew .header .newHeaderNavigation.mobileStyle .menu-list-row .kolon .nav-submenu {
        position: static;
        float: left;
        width: 100%;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .ulVar .nextSubBtn {
        display: none;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li:nth-child(2) .kolon>li> a {
        font-weight: 500;
        color: #443C3C;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl .kolon>li> a, body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl .nav-submenu>li> a {
        font-size: 15px;
        font-weight: 300;
        color: #453C3C;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl > li > a {
        font-weight: 500;
        font-size: 15px;
        color: #443C3C;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl li {
        border: 0;
        display: block;
        max-height: none;
    }

    body .newHeaderNavigation.mobileStyle .newHeaderNavUl li a {
        min-height: 30px;
        padding: 5px 20px;
        border: 0;
    }

   /* body .newHeaderNavigation.mobileStyle .nextKolonBtn, body #headerNew .header .newHeaderNavigation.mobileStyle .nextSubBtn {
        display: none!important;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNav .newMenuTop .menuBackBtn {
        display: none!important;
    }*/

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl>li:first-child {
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl li:nth-last-child(3) {
    }

    .katTumunuGor {
        margin-top: 5px;
    }

    .katTumunuGor a {
        flex-direction: row!important;
        gap: 5px;
        color: #453C3C;
    }

    .katTumunuGor a:after {
        content: '\f101';
        font-family: 'FontAwesome';
    }

    body .newHeaderNavigation.mobileStyle .menu-list-row .kolon {
        margin-bottom: 20px;
    }

    .menu-ex-link {
        display: block !important;
    }

    .menu-ex-link span {
        font-size: 15px;
        font-weight: 300;
        color: #443C3C;
        padding: 7px 20px;
        display: block;
        font-weight: 500;
        color: #443C3C;
        margin: 0;
    }

    .menu-ex-link ul {
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

    .menu-ex-link ul li a {
        font-size: 15px;
        font-weight: 300;
        color: #453C3C;
        display: block!important;
    }

    .newHeaderNav .mobil-menu-ex-link {
        display: block;
    }

    .mobil-menu-ex-link {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .mobil-menu-ex-link ul li a {
        font-size: 15px;
        font-weight: 300;
        color: #443C3C;
        padding: 7px 20px;
        display: block;
    }

    /*.newHeaderNav .mobil-menu-ex-banner{display:block;}*/
    .mobil-menu-ex-banner {
        position: absolute;
        right: 20px;
        bottom: 185px;
        z-index: 11;
        max-width: 50%;
        padding: 10px;
    }

    .mobil-menu-ex-banner a {
        display: flex;
        flex-direction: column;
        gap: 4px;
        text-align: center;
        font-size: 15px;
        font-weight: 300;
        color: #443C3C;
    }

    .newHeaderNav .mobil-menu-ex-bottom {
        display: flex;
        flex-direction: column;
        gap: 15px;
        position: unset;
        float: left;
        clear: left;
        width: 100%;
    }

    .mobil-menu-ex-bottom {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 10px;
        border-top: 1px solid #707070;
        padding: 20px 0 10px;
    }

    .mobil-menu-ex-bottom .menu-ex-item {
        float: left;
        clear: left;
        padding: 0 20px;
    }

    .mobil-menu-ex-bottom .menu-ex-item a {
        font-size: 15px;
        font-weight: 300;
        color: #3C3939;
    }

    .mobil-menu-ex-bottom .menu-welcome {
        font-size: 0;
    }

    .mobil-menu-ex-bottom .menu-welcome > a:nth-child(3), .mobil-menu-ex-bottom .menu-welcome > a:nth-child(4) {
        display: none;
    }

    .mobil-menu-ex-bottom .menu-welcome.UyeGirisYapildi > a:nth-child(3), .mobil-menu-ex-bottom .menu-welcome.UyeGirisYapildi > a:nth-child(4) {
        display: inline-block;
    }

    .mobil-menu-ex-bottom .menu-welcome.UyeGirisYapildi > a:nth-child(1), .mobil-menu-ex-bottom .menu-welcome.UyeGirisYapildi > a:nth-child(2) {
        display: none;
    }

    .mobil-menu-ex-bottom .menu-welcome > a:nth-child(odd):after {
        content: '|';
        margin: 0 5px;
    }

    #headerNew .header-main .newHeaderNavigation .header-dil-content {
        display: block;
        position: relative;
        float: left;
        clear: left;
        right: auto;
        top: auto;
        padding: 0 20px;
    }

    #headerNew .header-main .newHeaderNavigation .header-dil-content #lang_flag_container {
        position: static!important;
        padding: 0;
    }

    #headerNew .header-main .newHeaderNavigation .header-dil-content #lang_flag_container #lang {
        width: auto;
        height: auto;
        padding: 0!important;
        font-size: 13px!important;
        color: #3C3939!important;
        font-weight: 300;
    }

    #headerNew .header-main .newHeaderNavigation .header-dil-content #lang_flag_container #lang span {
        display: block;
        font-weight: 300;
    }

    #headerNew .header-main .newHeaderNavigation .header-dil-content #lang_flag_container #lang-detail {
        top: auto!important;
        bottom: 100%;
        margin-bottom: 40px;
    }

    .HomeBody #headerNew:has(.mobileactive):not(.fixed) .header-wrapper .header-main {
        background: transparent;
    }

    .newHeaderNavigation.mobileactive:before {
        content: '';
        position: fixed;
        left: 0;
        top: 28px;
        right: 0;
        bottom: 0;
        background: rgb(0 0 0 / 41%);
        z-index: 6;
    }

    #headerNew.fixed .newHeaderNavigation.mobileactive:before {
        top: 0;
    }

    .menu-home {
        margin-right: auto;
    }

    .menu-home a {
        width: 56px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-home a svg {
        width: 17px;
    }

    .menu-search {
        width: 50px;
        order: 1;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body #headerNew #divTopProductSearch {
        display: block!important;
        position: absolute;
    }

    body #headerNew #divTopProductSearch .header-search-form-wrapper {
        top: 0;
        right: -100%;
        left: auto;
        padding: 33px 18px;
    }

    body #headerNew #divTopProductSearch.dropactive .header-search-form-wrapper {
        right: 0;
    }

    body #divTopProductSearch .searchform-wrapper #divArama {
        padding-right: 55px;
    }

    body #divTopProductSearch .searchform-wrapper #txtbxArama {
        height: 28px;
        font-size: 11px;
        padding-left: 30px;
    }

    body #divTopProductSearch .searchform-wrapper #btnKelimeAra {
        width: 30px;
    }

    body #divTopProductSearch .searchform-wrapper #btnKelimeAra i {
        font-size: 12px;
    }

    body #divTopProductSearch .searchform-wrapper .search-close {
        margin: 0 10px;
    }

    body #divTopProductSearch .searchform-wrapper .search-close svg {
        width: 14px;
    }

    body #headerNew .header .newHeaderNavigation.mobileStyle .newHeaderNavUl li:nth-last-child(2) {
    }
}

@media (max-width: 1041px) {
    .CategoryBody #ProductListMainContainer .categoryTitle {
        top: 70px;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .new-banner-design ul li a .banner-content-center .banner-title {
        font-size:20px;
    }

    .new-banner-design ul li a .banner-content-bottom {
        bottom: 20px;
        row-gap: 30px;
    }

    .new-banner-design ul li a .banner-content-bottom .banner-button {
        font-size: 13px;
        line-height: 35px;
        padding: 0 30px;
    }

    .new-banner-design ul li a .banner-content-bottom small {
        font-size: 14px;
    }

    .new-banner-design ul li a .banner-content {
        left: 15px;
        bottom: 30px;
    }

    .new-banner-design ul li a .banner-content .banner-title {
        font-size: 18px;
    }

    .new-banner-design ul li a .banner-content .banner-link {
        font-size: 13px;
        margin-top: 5px;
    }

    body [class*="t-pb-"] {
        margin-bottom: 0!important;
    }

    .footerTemp .footerTempContainer {
        max-width: calc(100% - 20px)!important;
    }

    .footerTemp .elementor-column:has(.ebultenDivTemp) {
        flex: 0 0 280px;
    }

    .footerTemp .permissionDiv {
        padding-right: 98px;
    }

    body .footerTemp .permissionDiv .permission-html {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 0;
    }

    .new-banner-design ul {
        flex-wrap: wrap;
    }

    .new-banner-design .homeScrollSection > ul {
        flex-wrap: wrap;
    }

    .new-banner-design ul li a .banner-content {
        left: 16px;
        bottom: 16px;
    }

    .new-banner-design ul li a .banner-content .banner-title {
        font-size: 18px;
    }

    .new-banner-design ul li a .banner-content .banner-link {
        font-size: 11px;
        margin-top: 5px;
    }

    .new-banner-design ul li a .banner-content-center .banner-title {
        font-size: 20px;
        font-weight: 500;
    }

    .new-banner-design ul li a .banner-content-center small {
        font-size: 12px;
        font-weight: 300;
        margin-top: 5px;
    }

    .new-banner-design ul li a .banner-content-bottom {
        bottom: 100px;
        row-gap: 30px;
    }

    .new-banner-design ul li a .banner-content-bottom .banner-button {
        font-size: 12px;
        font-weight: 300;
        padding: 0 25px;
        line-height: 30px;
    }

    .new-banner-design ul li a .banner-content-bottom small {
        font-size: 10px;
    }

    .sliderArea {
        margin: 0 0 4px;
    }

    .new-banner-design ul li a .banner-img img {
        width: 100%;
        height: auto;
        object-fit: initial;
    }

    body.HomeBody {
        padding-top: 70px!important;
    }

    .htopCenter ul li a {
        font-size: 10px;
    }

    .instaContainer .instaArea .instaBlok {
        gap: 0;
    }

    .miniProductCardContainer .pointArea .point {
        width: 23px;
        height: 23px;
        line-height: 23px;
    }

    .instaContainer .instaBottom .instaLink a {
        font-size: 12px;
    }

    .instaContainer .instaBottom {
        margin: 5px;
    }

    .footerTemp .footerTempContainer {
        max-width: 100%!important;
    }

    body .footerTemp .ebultenDivTemp {
        max-width: 100%;
        /* padding: 60px 36px; */
    }

    .footerTemp .permissionDiv {
        margin-top: 0;
        padding-right: 0;
    }

    body .footerTemp .permissionDiv .permission-html {
        font-size: 13px;
    }

    .footer-destek {
        display: none;
    }

   /* body .footerTemp .footerMenul.accordionMode .accordion-active .footerMenuAlt {
        display: none!important;
    }

    body .footerTemp .footerMenul.accordionMode .Active .footerMenuAlt {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex!important;
        max-height: 70px;
    }*/

    body .footerTemp .footerMenul {
        border-bottom: 1px solid #707070;
        padding: 5px 10px;
        text-align: left;
    }

    body .footerTemp .footerMenul .footerMenuAlt {
        /* margin-top: 15px; */
    }

    body .footerMenul .Active .footerMenuTitle {
        font-weight: 400!important;
    }

    body .footerTemp .footerMenul.accordionMode .footerMenuTitle:after {
        content: '\f067'!important;
        font-size: 11px;
    }

    body .footerTemp .footerMenul.accordionMode .Active .footerMenuTitle:after {
        content: '\f068'!important;
    }

    body .footerTemp .elementor-column:has(.ebultenDivTemp) {
        flex: none;
        border-bottom: 1px solid #707070;
    }

    body .footerTemp .ebultenCol .footerTempWidgetRepeat {
        flex-direction: column;
    }

    .appMediaDiv {
        display: block!important;
        text-align: center;
    }

    .footer-store-text {
        margin-bottom: 20px !important;
        font-weight: 300;
    }

    .footer-logo img {
        max-width: 130px!important;
        margin-bottom: 30px;
    }

    .footerTemp .elementor-section.footer-bottom .elementor-container .footerTempRow {
        flex-direction: row!important;
        justify-content: space-between;
        padding: 10px;
    }

    .footerTemp .elementor-section.footer-bottom .elementor-container .footerTempRow .elementor-column {
        width: auto;
        max-width: 50%;
    }

    .footerTemp #divTicimaxCopyrightContent {
        top: -40px;
        max-width: 55px;
    }

    #divTicimaxCopyrightContent {
        margin-bottom: 0;
    }

    body .miniCartRigthHeader {
        padding-top: 30px;
    }

    body .miniCartRigthScroll {
        padding-top: 75px;
    }

    body.UyeGiris .userDivRow {
        max-width: 100%;
    }

    .banner-style-new {
        bottom: 23%
    }

    .banner-style-new .banner-text {
        line-height: 1.43!important
    }

    .banner-style-new .banner-title {
        font-size: 15px!important;
        line-height: 1.33!important;
        font-weight: 450!important
    }

    .banner-style-new .banner-category .box a {
        font-size: 13px!important;
        font-weight: 350!important
    }
}

/*********FE8--SM************/
#copyPop {
    width: 200px;
    padding: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #1d1d1d;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    gap: 10px;
}

#copyPop:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #37c637;
}

.fancybox-lock body:has(#copyPop) {
    height: auto!important;
    overflow: visible!important;
}

body:has(#copyPop) .fancybox-close {
    background: none;
}

body:has(#copyPop) .fancybox-close:after {
    color: #333;
}

.sepetimBody #cbMesafeliSatisSozlesme {
    margin-top: 5px;
}

@media(max-width: 767px) {
    .sepetimBody #cbMesafeliSatisSozlesme {
        margin-top: 7px;
    }

    .new-banner-design ul li a .banner-content-center .banner-title {
        font-size: 15px;
        font-weight: 400;
    }

    .siparisTakipSayfasi .siparisTakipSagBolum, .siparisTakipSayfasi .siparisTakipSolBolum {
        width: 100% !important
    }

    .musteriUrunGorselArea .owl-nav {
        left: 10px;
        right: 10px;
    }
}

.HesabimTakip .siparisTakipDetayi .siparisEkstresi .ekstreGenelToplam span strong {
    color: #2b2a2a;
    font-weight: 700!important;
}

body .collectionDivShow .collectionShow .collectionShowNumber .showNameColl {
    display: none;
}

body .collectionDivShow .collectionShow .collectionSave a {
    background: #000;
}

body .collectionDivShow .collectionShow .collectionSave a:hover {
    background: #000;
}

body .kirmiziButon {
    background-color: #000!important;
}

body .yesilButon {
    background: #000!important;
}

body .uyeOlContainer {
    width: 882px;
    margin: auto;
    max-width: 90%;
}

body .uyeOlContainer .FormTitle {
    font-size: 16px;
    margin: 20px 0 0;
}

body .uyeOlContainer #FrmYeniUye>.uyeOlCol {
    margin: 10px 20px 0 0;
    border: 0;
    padding: 0 20px;
}

body .uyeOlContainer .uyeOlCol label {
    font-size: 12px;
    margin-bottom: 0;
}

body .uyeOlContainer .uyeOlCol input.textbox {
    font-size: 12px;
    padding: 9px 0;
}

body .uyeOlContainer .uyeOlCol select.selectboxx {
    padding: 7px 0;
}

body.UyeGiris .otpSmsDiv .userSmsOtpBtn, body.UyeOl .uyeolotpSms .userSmsOtpBtn {
    font-size: 11px;
    padding: 0;
    height: 34px;
}

body .uyeOlContainer .uyeol {
    height: 34px;
    line-height: 34px;
}

body .uyeOlContainer .uyeOlCol .TcxPassEye {
    top: 6px!important;
}

.solAnaMenu ul li.menuSozlesmelerim, .solAnaMenu ul li.menuStokAlarmListem, .solAnaMenu ul li.menuFiyatAlarmListem, .solAnaMenu ul li.menuIstekListelerim, .solAnaMenu ul li.menuHavaleBildirim {
    display: none!important;
}

.categorydesign h1.categorytitlenone, .categorydesign h2.categorytitlenone, .categorydesign h3.categorytitlenone {
    display: none;
}

body .hesabimBolumuTutucu .siparisUrun .siparisDetayBilgileri a.kolayIadeBtn {
    color: #fff !important;
    cursor: pointer;
    background-color: #000;
    line-height: 34px;
    margin-top: 5px
}

/*
.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:last-child > a,
.HomeBody #headerNew:not(:hover,.fixed,.footerHeader) .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:last-child > a{color:#C1272D !important;}
*/
.siparisTakipSayfasi .siparisTakipSagBolum {
    float: none;
    width: 50%;
    margin: 0 auto;
    padding-left: 0
}

.siparisTakipSayfasi .siparisTakipSolBolum {
    float: none;
    width: 50%;
    margin: 0 auto;
}

body .footerTemp section.homepageactive {
    display: none;
}

body.HomeBody .footerTemp section.homepageactive {
    display: block
}

.HomeBody #headerNew:not(:hover, .fixed, .footerHeader) .header-bottom {
    background-color: transparent;
    transition: background .3s;
}


.footerTemp .footerTempRow, .footerTemp .footerTempWidgetRepeat.elementor-element  {justify-content: center;}

.ticiBottomBlockContent {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: block;
    padding: 50px 25px;
}

#mainHolder_divDesign .ProductListprev, #mainHolder_divDesign .ProductListnext, #mainHolder_divDesign .ProductListprev:hover {background-color: #ffffff5e;}

li.appliedFilter.FiltrelemeUrunAdet {display: none;}



div#divOzelAlan2 {
    display: block;
    float: left;
    clear: left;
    margin-top: 10px;
    font-size: 14px;
  font-weight: 600;
    color: #000;
}

div#divOzelAlan2:before {
    content: "Ürün Kodu:";
    margin-right: 2px;
}