* {
    outline: 0px;
    box-sizing: border-box;
}

::before,
::after {
    box-sizing: border-box;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

[hidden] {
    display: none !important;
}

[role="button"] {
    cursor: pointer;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    appearance: none;
}

::-webkit-file-upload-button {
    appearance: button;
    font: inherit;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

html {
    text-size-adjust: 100%;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    max-width: 1920px;
    margin: 0px auto;
}

body {
    font-family: "Poppins", serif;
    margin: 0px;
    padding: 0px;
    font-size: 0.8rem;
    animation: 500ms ease-in-out 0.5s 1 normal both running fadein;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    appearance: button;
}

textarea {
    overflow: auto;
}

input[type="search"] {
    appearance: none;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    appearance: listbox;
}

label {
    display: inline-block;
    margin-bottom: 0px;
}

input,
button,
select,
textarea {
    line-height: inherit;
}

img {
    display: block;
    border: none;
    max-width: 100%;
}

i {
    font-style: normal;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

a {
    text-decoration: none;
    color: rgb(102, 102, 102);
    transition: background 0.1s ease-in-out 0s, color 0.1s ease-in-out 0s;
}

a:active,
a:hover {
    outline-width: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

input:-webkit-autofill {
    box-shadow: white 0px 0px 0px 50px inset;
    -webkit-text-fill-color: rgb(0, 0, 0);
}

input:-webkit-autofill:focus {
    box-shadow: white 0px 0px 0px 50px inset;
    -webkit-text-fill-color: rgb(0, 0, 0);
}

select,
input {
    font-family: "Poppins", serif !important;
}

button {
    appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 600s ease-in-out 0s;
}

textarea {
    resize: vertical;
    overflow: auto;
}

#divAdminPopupText {
    float: left;
    width: 100%;
}

.ProductList ul {
    margin: 0px;
    padding: 0px;
}

.blokSonYazilar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blogKategori ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blogCenter ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blogRight ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.pull-center {
    display: inline-block;
    vertical-align: top;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -17.5px;
    padding: 0px;
    list-style: none;
}

.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 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 17.5px;
    padding-left: 17.5px;
}

.col {
    flex-basis: 0px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}

.col-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.col-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
}

.col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}

.col-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}

.col-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}

.col-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
}

.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.fa-facebook-f::before {
    content: "" !important;
}

.hesabimBolumuTutucu i {
    vertical-align: middle;
}

.adminUserLoginBody #mainHolder_Panel1 .newuserForm>div {
    margin: 0px !important;
}

#cb3DSecureOdeme {
    margin-right: 8px;
}

#txtbxCep {
    border: 1px solid rgb(169, 169, 169);
    height: 26px;
    color: rgb(119, 119, 119);
    background-color: transparent;
}

.clear {
    clear: both;
}

.textarea {
    font-family: "Poppins", serif;
    border: 1px solid rgb(169, 169, 169);
    padding: 4px;
    width: 100%;
    height: 80px;
    resize: none;
    color: rgb(119, 119, 119);
    background-color: transparent;
    transition-duration: 0.2s, 0.2s;
}

.textbox {
    font-family: "Poppins", serif;
    color: rgb(102, 102, 102);
    display: block;
    font-size: 14px;
    width: 100%;
    transition-duration: 0.2s, 0.2s;
}

.button {
    font-family: "Poppins", serif;
    cursor: pointer;
    color: rgb(255, 255, 255);
    padding: 4px 5px;
    transition: all 0.3s ease 0s;
    border: none;
    text-align: center;
}

.selectboxx {
    height: 26px;
    line-height: 26px;
    padding: 0px 5px;
    width: 100%;
    margin-bottom: 4px;
}

.validate,
.validateSol,
.validateOrta {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgb(169, 68, 66);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 0px 10px;
}

.validate .validateOk,
.validateSol .validateSolOk,
.validateOrta .validateOrtaOk {
    background-color: rgb(169, 68, 66);
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 10px;
    display: block;
    border-radius: 0px 0px 5px 5px;
}

.cloudzoom-zoom {
    z-index: 999;
}

.clearfix {
    content: "";
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.clearfix::after,
.clearfix::before {
    content: "";
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.KasaOnuFirsatlarContent ul li a.button {
    border: none !important;
}

.tooltip {
    position: absolute;
    z-index: -1;
    display: none;
    font-size: 10px;
    line-height: 1.4;
    opacity: 0;
    visibility: visible;
    animation: 0.5s ease 0s 1 normal none running fadein;
}

.tooltip.in {
    opacity: 1;
    z-index: 1030;
    display: block;
}

.tooltip.top {
    padding: 5px 0px;
    margin-bottom: 7px;
    bottom: 100%;
    left: 50%;
}

.tooltip.right {
    padding: 0px 5px;
    margin-left: 7px;
    left: 100%;
    top: 50%;
}

.tooltip.bottom {
    padding: 5px 0px;
    margin-top: 7px;
    top: 100%;
    left: 50%;
}

.tooltip.left {
    padding: 0px 5px;
    margin-right: 7px;
    right: 100%;
    top: 50%;
}

.tooltip-inner {
    min-width: auto;
    padding: 0px 8px;
    line-height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 10px;
    text-decoration: none;
    border-radius: 0px;
    white-space: nowrap;
    font-weight: normal;
}

.tooltip-arrow {
    position: absolute;
    width: 0px;
    height: 0px;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0px;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0px;
    left: 5px;
    border-width: 5px 5px 0px;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0px;
    border-width: 5px 5px 0px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0px;
    margin-top: -5px;
    border-width: 5px 5px 5px 0px;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0px;
    margin-top: -5px;
    border-width: 5px 0px 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-width: 0px 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0px;
    left: 5px;
    border-width: 0px 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0px;
    right: 5px;
    border-width: 0px 5px 5px;
}

.Magazalar #header {
    margin-bottom: 50px;
}

.Magazalar .magazaSelect {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 239, 240);
    color: rgb(34, 34, 34);
    font-size: 13px;
    margin-right: 20px;
    width: calc(25% - 20px);
}

.Magazalar #searchStore {
    width: 25%;
    margin: 0px;
}

.Magazalar #searchStore input {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 239, 240);
    color: rgb(34, 34, 34);
    font-size: 13px;
    width: calc(100% - 115px);
}

.Magazalar #searchStore .buton {
    width: 105px;
    background: rgb(34, 34, 34);
    border-color: rgb(34, 34, 34);
}

.Magazalar #searchStore .buton:hover {
    color: rgb(34, 34, 34);
}

.Magazalar .magazalarContent {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.Magazalar #nearStores {
    float: left;
    width: 100%;
}

.Magazalar #nearStores>h2 {
    color: rgb(34, 34, 34);
    font-size: 18px;
    font-weight: 600 !important;
}

.iletisimContent {
    float: left;
    width: 100%;
}

.iletisimContent .row {
    margin: 0px;
}

.iletisimContent .AdBan {
    float: left;
    width: 50%;
}

.iletisimContent .iletisimLeft {
    float: left;
    padding: 0px;
    margin: 0px 0px 40px;
    width: 100%;
    display: block;
}

.iletisimContent .categoryTitle {
    float: left;
    padding: 0px;
    margin: 0px 0px 30px;
    width: 100%;
    text-align: left;
}

.iletisimContent .categoryTitle .categoryTitleText {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
    text-align: left;
}

.iletisimContent .categoryTitle::after {
    clear: left;
    content: "";
    width: 70px;
    height: 1px;
    background: rgb(229, 229, 229);
    float: left;
}

.iletisimContent .iletisimLeft .Left {
    display: none;
}

.iletisimContent .iletisimLeft .Center {
    display: none;
}

.iletisimContent .iletisimLeft .span {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.iletisimContent .iletisimLeft .Right {
    display: block;
    color: rgb(52, 52, 52);
    font-size: 14px;
    line-height: 20px;
}

.iletisimContent .iletisimLeft .Right::before {
    color: rgb(186, 186, 186);
    font-size: 20px;
    font-family: FontAwesome;
    width: 35px;
    text-align: left;
    font-weight: 300;
    float: left;
}

.iletisimContent .iletisimLeft .span.iletisimLeftFirmaAdi .Right {
    font-size: 20px;
    font-weight: bold;
}

.iletisimContent .iletisimLeft .span.iletisimLeftTelefon .Right {
    font-size: 24px;
}

.iletisimContent .iletisimLeft .span.iletisimLeftTelefon .Right::before {
    content: "";
}

.iletisimContent .iletisimLeft .span.iletisimLeftFaks .Right::before {
    content: "";
}

.iletisimContent .iletisimLeft .span.iletisimLeftAdres .Right::before {
    content: "";
}

.iletisimContent .iletisimLeft .span.iletisimLeftEposta .Right::before {
    content: "";
}

.iletisimContent .iletisimRight {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.iletisimContent .iletisimRight .iletisimbanka {
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0px;
}

.iletisimContent .iletisimRight .iletisimbanka .span {
    float: left;
    padding: 0px;
    width: 100%;
    margin: 0px;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div {
    display: block;
    font-size: 0px;
    border-bottom: 1px solid rgb(229, 229, 229);
    padding: 0px 0px 20px;
    margin: 0px 0px 20px;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div span {
    display: inline-block;
    vertical-align: top;
    color: rgb(52, 52, 52);
    font-size: 14px;
    width: auto !important;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div div {
    display: inline-block;
    vertical-align: top;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div.line1 span {
    display: block;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div.line1 {
    text-align: center;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div.line1 .line1 {
    text-align: left;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div.line1 .line4 {
    text-align: right;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div.line1>div {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div.line1>div span:nth-child(1) {
    margin-bottom: 10px;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div.line2>div.line2 {
    float: right;
}

.iletisimContent .iletisimRight .iletisimbanka .span>.line1:nth-child(n+2) {
    border-top: 4px solid;
    margin-top: 20px;
    padding-top: 20px;
}

.iletisimContent .iletisimForm {
    float: left;
    width: 50%;
    padding-left: 80px;
}

.iletisimContent .iletisimForm .rowLeft {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.iletisimContent .iletisimForm .rowLeft .span {
    float: left;
    padding: 0px;
    margin: 0px 0px 10px;
    width: 100%;
}

.iletisimContent .iletisimForm .rowLeft .span .Center {
    display: none;
}

.iletisimContent .iletisimForm .rowLeft .span .Left {
    display: block;
    font-size: 12px;
    color: rgb(34, 34, 34);
    font-weight: 600;
    line-height: 30px;
}

.iletisimContent .iletisimForm .rowLeft .span .Right {
    display: block;
    position: relative;
}

.iletisimContent .iletisimForm .rowLeft .span .Right input {
    height: 40px;
    border-color: rgb(227, 227, 227);
    background: transparent;
    padding: 0px 10px;
    border-style: solid;
    border-width: 1px;
}

.iletisimContent .iletisimForm .rowRight {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.iletisimContent .iletisimForm .rowRight .span {
    float: left;
    padding: 0px;
    margin: 0px 0px 10px;
    width: 100%;
}

.iletisimContent .iletisimForm .rowRight .span .Center {
    display: none;
}

.iletisimContent .iletisimForm .rowRight .span .Left {
    display: block;
    font-size: 12px;
    color: rgb(34, 34, 34);
    font-weight: 600;
    line-height: 30px;
    width: auto !important;
}

.iletisimContent .iletisimForm .rowRight .span .Right {
    display: block;
    position: relative;
    width: auto !important;
}

.iletisimContent .iletisimForm .rowRight .span .Right .captchaImageBox {
    display: block;
    margin-bottom: 10px;
}

.iletisimContent .iletisimForm .rowRight .span .Right input {
    height: 40px;
    border-color: rgb(227, 227, 227);
    background: transparent;
    padding: 0px 10px;
    border-style: solid;
    border-width: 1px;
}

.iletisimContent .iletisimForm .rowRight .span .Right textarea {
    border-color: rgb(227, 227, 227);
    background: transparent;
    padding: 10px;
}

.iletisimContent .iletisimForm .rowRight .iletisimBtn {
    margin-top: 20px;
}

.iletisimContent .iletisimForm .rowRight .iletisimBtn input {
    padding: 0px;
    display: block;
    height: 55px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.iletisimContent .validate .validateOk,
.iletisimContent .validateSol .validateSolOk,
.iletisimContent .validateOrta .validateOrtaOk {
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 13, 13);
    border-radius: 2px;
}

.iletisimContent .validate,
.iletisimContent .validateSol,
.iletisimContent .validateOrta {
    inset: auto 0px 0px;
    display: block;
    border-radius: 2px;
}

.uyeOlContainer .FormTitle {
    display: block;
    margin: 20px 0px;
    font-size: 26px;
    text-align: center;
}

.uyeOlContainer #FrmYeniUye>.uyeOlCol {
    margin: 30px 20px 0px 0px;
    padding: 30px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    width: calc(50% - 10px);
}

.uyeOlContainer #FrmYeniUye>.uyeOlCol:nth-child(2) {
    margin-right: 0px;
}

.uyeOlContainer .uyeOlRow {
    margin: 0px;
}

.uyeOlContainer .uyeOlCol .uyeOlCol {
    width: auto;
    padding: 0px;
}

.uyeOlContainer .uyeOlCol .uyeOlCol-3 {
    padding-left: 0px;
}

.uyeOlContainer .uyeOlCol label {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.uyeOlContainer .uyeOlCol input.textbox {
    font-size: 14px;
    display: block;
    letter-spacing: 0.3px;
    border-radius: 0px;
    box-shadow: none;
    padding: 15px 0px;
    font-weight: 400;
    width: 100%;
    text-indent: 15px;
    transition-duration: 0.2s, 0.2s;
    background-color: rgb(255, 255, 255) !important;
    height: auto !important;
    border: 1px solid rgb(238, 238, 238) !important;
    color: rgb(85, 85, 85) !important;
}

.uyeOlContainer .uyeOlCol select.selectboxx {
    font-size: 14px;
    display: block;
    letter-spacing: 0.3px;
    height: auto;
    border-radius: 0px;
    box-shadow: none;
    padding: 15px 0px;
    font-weight: 400;
    width: 100%;
    text-indent: 15px;
    transition-duration: 0.2s, 0.2s;
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(238, 238, 238) !important;
    color: rgb(85, 85, 85) !important;
}

.uyeOlContainer .dateofbirth select.selectboxx {
    width: 31%;
    float: left;
    margin-right: 1%;
}

.uyeOlContainer .gender {
    float: left;
    width: 100%;
}

.uyeOlContainer .gender label {
    float: left;
    width: 70px;
    margin-top: 10px;
    display: block;
}

.uyeOlContainer .gender input {
    float: left;
    margin-top: 14px;
    margin-right: 3px;
}

.uyeOlContainer .intl-tel-input {
    margin-bottom: 15px;
}

.uyeOlContainer #mainHolder_rblCinsiyet {
    float: left;
}

.uyeOlContainer input.uyeol {
    height: auto;
    padding: 15px 0px;
    line-height: normal;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
}

.uyeOlContainer .intl-tel-input input[type="tel"] {
    line-height: 1;
    padding-left: 48px !important;
}

.uyeOlContainer .uyeOlColItem.checkboxItem label span {
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 13px;
    line-height: 14px;
    width: calc(100% - 26px);
}

.uyeOlContainer .uyeol {
    width: 100%;
    text-align: center;
    padding: 2px;
    margin: 30px 0px;
    height: 45px;
    font-size: 15px;
    line-height: 48px;
}

.uyeOlContainer .uyeOlColItem.checkboxItem label input {
    margin-left: -20px;
}

.uyeOlContainer .uyeOlColItem.checkboxItem label::before {
    margin-right: 10px;
}

.uyeOlContainer .uyeOlCol .uyeOlCol {
    margin-right: 20px;
}

.uyeOlContainer #chkSozlesme {
    margin: 0px !important;
}

.uyeOlContainer #chkSozlesme+label {
    width: calc(100% - 20px);
    float: right;
    line-height: 15px;
    font-size: 13px;
}

.userContainer {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

.userContainer .userDivLeft,
.userContainer .userDivRight {
    padding: 0px 15px;
}

.userContainer .userMail,
.userContainer .userSms,
.userContainer .userSozlesmeDiv {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
}

.userContainer .userMail label,
.userContainer .userSms label,
.userContainer .userSozlesmeDiv label {
    width: 93%;
    float: right;
}

.userContainer #chkSozlesme+label {
    width: 93%;
    float: right;
}

.userContainer .userLeftBox,
.userContainer .userRightBox {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 25px;
}

.userContainer .userLoginBtn,
.userContainer .userSignBtn {
    float: left;
    width: 100%;
}

.userContainer .uyeGirisBeniHatirla {
    margin: 20px 0px;
}

.userContainer .uyeGirisBeniHatirla input,
.userContainer .uyeGirisBeniHatirla span {
    float: left;
}

.userContainer .uyeGirisBeniHatirla input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.userContainer .userPassBtn {
    margin: 20px 0px;
}

.SifremiUnuttum {
    width: 100%;
    margin: 30px 0px;
    padding-left: 50px;
    float: left;
}

.SifremiUnuttum p {
    line-height: 25px;
}

.SifremiUnuttum #mainHolder_txtbxMail {
    width: 80%;
    height: 40px;
    float: left;
    line-height: 40px;
    padding: 0px 20px;
}

.SifremiUnuttum .button {
    padding: 0px 10px;
    float: right;
    width: 20%;
    height: 40px;
}

.SifremiUnuttumInput {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.SifremiUnuttumInput .validate {
    left: auto;
    right: 0px;
    top: -38px;
}

.SifremiUnuttumInput .validateSol {
    left: 0px;
    right: auto;
    top: -38px;
}

.SifremiUnuttumInput .validateSol .validateSolOk {
    border-radius: 0px 0px 15px;
    bottom: -5px;
    left: 10px;
}

.SifremiUnuttum .line {
    min-height: 32px;
    line-height: 32px;
    width: 400px;
    position: relative;
    margin: 0px auto;
}

.SifremiUnuttum .line .Left {
    width: 30%;
    float: left;
}

.SifremiUnuttum .line .Center {
    width: 4%;
    float: left;
}

.SifremiUnuttum .line .Right {
    width: 66%;
    float: left;
}

.userLogin {
    float: left;
    width: 100%;
    text-align: center;
    margin: 50px 0px;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik {
    display: inline-block;
    vertical-align: top;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title {
    color: rgb(0, 0, 0);
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title::before {
    content: "";
    font-family: FontAwesome;
    display: block;
    font-size: 40px;
    color: rgb(9, 125, 45);
    font-weight: bold;
    margin-bottom: 10px;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title h4 {
    font-size: 25px;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik .title span {
    font-size: 15px;
    margin: 10px 0px;
    display: inline-block;
    vertical-align: top;
}

.userLogin .newuserForm .uyelikonay.basariliUyelik a {
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

#divTaksitContainer {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.taksitMain {
    margin: 0px -5px;
}

.taksitBlok {
    width: 50%;
    height: auto;
    float: left;
    line-height: 20px;
    padding: 0px 5px;
    margin-bottom: 10px;
}

.taksitBaslik {
    width: 100%;
    height: 20px;
    text-align: center;
}

.taksitBaslik img {
    vertical-align: top;
}

.taksitLine {
    width: 101%;
}

.taksitLine .tak {
    width: 39.1%;
    height: 20px;
    overflow: hidden;
    border-bottom: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    font-size: 10px;
    float: left;
    color: rgb(0, 0, 0);
    text-align: center;
}

.taksitLine .tak.Taksit {
    background-color: rgb(237, 237, 237);
    width: 19%;
}

#header::before {
    content: "";
    display: table;
}

#header::after {
    content: "";
    display: table;
}

.hoverr::before {
    content: "";
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
    clear: none;
    animation: 0.5s ease 0s 1 normal none running fadein;
    display: block !important;
}

#header {
    width: 100%;
    position: relative;
    float: left;
    z-index: 1000;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(232, 231, 230);
    padding-bottom: 10px;
}

.headerContent {
    text-align: center;
}

.headerContent::before {
    content: "";
    display: block;
    clear: both;
}

.headerContent::after {
    content: "";
    display: block;
    clear: both;
}

#logo {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-top: 16px;
    position: relative;
    z-index: 9;
}

#logo .logo {
    display: inline-block;
    vertical-align: top;
}

#logo .logo img {
    display: block;
    width: 140px;
}

.mycart {
    float: right;
    z-index: 99;
    position: relative;
}

.mycart>a {
    display: block;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.mycart>a::before {
    content: "";
    background: url("https://cdn.ticimax.com/v8100/App_Themes/elittema4/images/icon/sepet.svg") center center no-repeat;
    width: 14px;
    height: 38px;
    float: left;
    margin-right: 10px;
}

.mycart .sepetTecxt {
    display: block;
    float: left;
    line-height: 38px;
}

.mycart .sepetUrunSayisi {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    font-size: 9px;
    color: rgb(255, 255, 255);
    line-height: 15px;
    border-radius: 50%;
    background: #000000;
}

.mycart .sepetUrun {
    display: none;
}

.sepetTopTutar {
    display: none !important;
}

.CartProduct p {
    margin-top: 0;
    margin-bottom: 0;
}

.CartProduct {
    width: 450px;
    background: #fff;
    float: left;
    padding: 20px;
    z-index: 99999;
    position: absolute;
    top: 100%;
    right: -1px;
    margin-left: -150px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    box-shadow: 0 0 16px -10px #000;
    opacity: 0;
    visibility: hidden;
}

.mycart:after {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 15px;
    content: '';
}

@media(min-width: 768px) {
    .mycart:hover .CartProduct {
        display: block !important;
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .mycart:hover:after {
        display: block;
    }
}

.CartProduct:before,
.CartProduct:after {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.CartProduct:before {
    border-color: transparent;
    border-bottom-color: #f0f0f0;
    border-width: 9px;
    margin-left: -9px;
}

.CartProduct:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
    right: 11px;
}

.CartProduct ul {
    padding: 0;
    margin: 0;
}

.CartProduct .SProduct {
    float: left;
    width: 100%;
    max-height: 288px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.CartProduct .SProduct li {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.CartProduct .SProduct li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.CartProduct .SProduct li a {
    float: left;
    width: 100%;
    text-align: left;
    color: #000;
    padding-right: 30px;
}

.CartProduct .SProduct li a img {
    margin-right: 20px;
    float: left;
}

.CartProduct .SProduct li a .SepettopAd {
    width: calc(100% - 110px);
    float: left;
}

.CartProduct .SProduct li a .SepettopAd .urunAd {
    margin-bottom: 10px;
}

.CartProduct .SProduct li a .SepettopAd .urunAd span {
    font-weight: 600;
    font-size: 15px;
    display: block;
    line-height: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
}

.CartProduct .SProduct li a .SepettopAd .varyAd {
    margin-bottom: 5px;
}

.CartProduct .SProduct li a .SepettopAd .varyAd span {
    font-size: 14px;
    line-height: 14px;
}

.CartProduct .SProduct li a .SepettopAd .sptAdet {
    margin-bottom: 10px;
}

.CartProduct .SProduct li a .SepettopAd .sptAdet span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
}

.CartProduct .SProduct li a .SepettopAd .sptAdet span:first-child {
    margin-left: 10px;
}

.CartProduct .SProduct li a .sepetTopSatisBirimi {
    display: inline-block !important;
    vertical-align: middle;
    float: left;
}

.CartProduct .SProduct li a .SepetTopAdet {}

.CartProduct .SProduct li a .sepetTopFiyat {
    display: block !important;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    color: #000;
    line-height: 16px;
    font-family: "Poppins", sans-serif;
}

.CartProduct .SProduct li a:nth-child(2) {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: auto !important;
    font-size: 15px;
    padding: 0;
}

.CartProduct .SProduct li a .sepetTopBirimFiyat {
    display: none !important;
}

.CartProduct .SProduct li a .fa-times {
    font-family: 'FontAwesome';
    font-weight: 300;
}

.CartProduct .SProduct li a .fa-times:before {
    content: '\f2ed';
}

.CartProduct .SPrice {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    margin: 20px 0 10px;
    display: none;
}

.CartProduct .SPrice li {
    font-size: 0;
}

.CartProduct .SPrice li span {
    float: left;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.CartProduct .SPrice .sepetToplamTutar {
    float: right;
    text-align: right;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.CartProduct .button {
    margin: 0 !important;
    float: left;
    width: calc(50% - 10px);
    font-size: 14px !important;
    line-height: 35px;
    border-radius: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.CartProduct .headerCartBtn {
    line-height: 45px;
}

.CartProduct .headerOrderBtn {
    line-height: 47px;
    float: right;
}

.CartProduct .headerCartBtn:hover {
    color: #fff;
}

.CartProduct.more .SPrice {
    display: block;
}

.CartProduct.more .Title {
    display: block;
}

.CartProduct.more .cart-footer {
    display: block;
}

.CartProduct.more .headerCartBtn {
    display: block !important;
}

.CartProduct.more .headerOrderBtn {
    display: block !important;
}

.sepetimBody .mycart:hover .CartProduct {
    visibility: hidden;
    opacity: 0;
    top: 0;
}

.sepetimBody .mycart:hover:after {
    display: none;
}

.welcome {
    float: right;
    z-index: 99;
    position: relative;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.welcome>div {
    float: left;
}

.welcome ul {
    float: left;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.uyeGirisWelcome,
.uyeGirisUyeAdi {
    display: none;
}

.headerUyeGiris a,
.headerUyeOl a,
.headerHesabim,
.headerCikis {
    float: left;
    color: #000000;
    font-size: 11px;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
}

.headerUyeGiris a::before,
.headerHesabim::before {
    content: "";
    background: url("https://cdn.ticimax.com/v8100/App_Themes/elittema4/images/icon/uye.svg") center center no-repeat;
    width: 14px;
    height: 38px;
    float: left;
    margin-right: 10px;
}

.headerUyeGiris a::before {}

.headerHesabim::before {}

.headerUyeGiris a,
.headerHesabim {}

.headerUyeOl a,
.headerCikis {
    font-size: 0px;
}

.welcome li {
    display: inline-block;
    vertical-align: top;
}

.headerSocialConnect {
    float: right;
    margin-left: 25px;
    display: none !important;
}

.headerSocialConnect .baglanButton {
    border: none;
    margin: 0px;
    padding: 0px;
    line-height: 0;
    background: transparent !important;
}

.headerSocialConnect .baglanButton a {
    line-height: 43px;
    color: rgb(255, 255, 255);
    text-indent: 0px;
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
}

.headerSocialConnect .baglanButton a::before {
    content: "";
    font-family: FontAwesomeBrands;
    margin-right: 10px;
    font-size: 12px;
    line-height: 43px;
    vertical-align: top;
    font-weight: normal;
}

.usernav {
    display: none;
}

.searchContent {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    position: relative;
}

#divAramaKategori {
    position: absolute;
    left: 0px;
    top: 5px;
    display: none !important;
}

#divAramaKategori select {
    cursor: pointer;
    background: rgb(245, 245, 245);
    display: block;
    height: 40px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-right: 1px solid rgb(220, 220, 220);
    width: 135px;
    padding: 0px 0px 0px 15px;
    border-radius: 0px;
    text-transform: uppercase;
    color: rgb(128, 126, 126);
    font-size: 12px;
    font-weight: 300;
}

#divAramaKategori option {
    text-transform: capitalize;
}

.search {
    float: left;
    width: 100%;
    position: relative;
}

.ButtonMic {
    position: absolute;
    right: 75px;
    top: 1px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    background: transparent;
    color: rgb(121, 95, 82);
    font-size: 14px;
    width: 20px;
    height: 40px;
    display: none !important;
}

#txtbxArama {
    float: left;
    width: 100%;
    height: 40px;
    border-radius: 0px;
    border: 1px solid rgb(238, 239, 240);
    color: rgb(164, 164, 164);
    padding-left: 15px;
    padding-right: 55px;
    background: rgb(250, 250, 250);
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    transition: all 0.3s ease 0s;
    appearance: none;
}

#txtbxArama::-webkit-input-placeholder {
    color: rgb(164, 164, 164);
}

#txtbxArama:focus {
    color: rgb(164, 164, 164);
}

#btnKelimeAra {
    background: transparent;
    width: 55px;
    line-height: 40px;
    font-size: 16px;
    color: rgb(26, 26, 26);
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    z-index: 9;
    appearance: none;
    font-family: FontAwesome !important;
}

.searchContent ul {
    text-align: left;
    max-height: 400px;
    overflow: hidden auto;
    list-style: none;
    padding: 15px !important;
}

.searchContent ul li {
    float: left;
    width: 100%;
}

.searchContent ul li a {
    line-height: 30px;
    font-size: 13px;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    float: left;
}

.navigation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 1400px;
}

.navigation>div {
    z-index: 1;
    text-align: center;
    padding: 0px !important;
    position: static !important;
}

.navigation .navUl {
    display: inline-block;
    font-size: 0px;
    float: left;
    width: 100%;
    position: static;
    padding: 0px;
    margin: 0px;
}

.navigation .navUl ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.navigation .navUl>li {
    display: inline-block;
    vertical-align: middle;
}

.navigation .navUl>li>a {
    float: left;
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 90px;
    font-weight: bold;
    padding: 0 10px;
    position: relative;
}

.navigation .navUl>li:hover>a:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    position: absolute;
    bottom: -1px;
    left: calc(50% - 10px);
}

.navigation .altMenu {
    position: absolute;
    top: 102%;
    left: 0px;
    right: 0px;
    background-color: rgb(255, 255, 255);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out 0s;
    transform: translateY(15px) translateZ(0px);
    padding: 50px 115px 30px 70px;
}

.navigation .navUl>li:hover>.altMenu {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    transform: none;
}

.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;
}

.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: 14px;
    font-weight: 600;
    color: #484848;
    line-height: 36px;
}

.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 {
    float: left;
    width: 25%;
}

.navigation .altMenu .altMenuler .altmenuSol>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
}

.navigation .altMenu .altMenuler .altMenuSag {
    width: 315px;
}

.navigation .altMenu .altMenuler .altmenuSol {
    width: calc(100% - 315px);
}

#header .yanResimliMenu {
    display: none;
}

#lang_flag_container {
    display: none;
    right: auto;
    bottom: auto;
    float: right;
    margin-left: 25px;
    top: 0px !important;
    left: 0px !important;
    z-index: 9999 !important;
    position: relative !important;
}

#lang_flag_container::after {
    position: absolute;
    width: 100%;
    right: 0px;
    top: 18px;
    height: 20px;
    content: "";
    display: none;
}

#lang_flag_container #lang-detail {
    right: 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.4s ease 0s;
    display: block !important;
    left: auto !important;
    top: 100% !important;
    border-top: none !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 7px 10px -2px !important;
}

#lang_flag_container:hover #lang-detail {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
}

#lang_flag_container:hover::after {
    display: block;
}

#lang {
    float: left;
    font-weight: normal;
    color: rgb(0, 0, 0) !important;
    font-size: 14px !important;
    padding: 0px 0px 0px 25px !important;
    line-height: 13px !important;
}

#lang span {
    font-weight: normal;
    float: left;
    line-height: 13px !important;
}

#lang span::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    float: right;
}

#lang_flag_container:hover #lang {
    font-weight: normal;
    color: rgb(0, 0, 0) !important;
}

#langHover {
    float: left;
    padding: 8.5px 0px !important;
}

#langHover.white {
    background: transparent !important;
}

a#ucSepetim_btnSepetiTemizle {
    margin-top: 28px;
    display: inline-block;
}

#lang-detail .language a {
    text-align: left;
    font-size: 11px !important;
}

#lang-detail .currency a {
    font-size: 11px !important;
}

#lang-detail p {
    font-size: 12px !important;
}

#footer {
    float: left;
    width: 100%;
    position: relative;
    background: rgb(252, 242, 227);
    padding: 0px 0px 25px;
    border-top: 1px solid rgb(253, 243, 235);
}

.Footer1 {
    float: left;
    width: 100%;
    position: relative;
}

.Footer2 {
    float: left;
    width: 100%;
    position: relative;
}

.Footer3 {
    float: left;
    width: 100%;
    position: relative;
}

.Footer4 {
    float: left;
    width: 100%;
    position: relative;
}

.Footer5 {
    float: left;
    width: 100%;
    position: relative;
}

.ebultenGelecek {
    display: block;
    width: 100%;
    float: left;
}

#divNewsLetter {
    float: left;
    width: 100%;
    position: relative;
    display: none;
}

.ebultenGelecek #divNewsLetter {
    display: block;
    padding: 0px;
}

#divNewsLetter label {
    display: none;
    margin-bottom: 25px;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    font-size: 12px;
}

#UpdatePanel1 {
    position: relative;
    float: right;
    width: 100%;
}

#txtbxNewsletterMail {
    height: 60px;
    font-size: 12px;
    color: rgb(0, 0, 0);
    padding: 0px 95px 0px 10px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 0px;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: normal;
    opacity: 1;
}

#txtbxNewsletterMail::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
}

#txtbxNewsletterMail:focus {
    color: rgb(0, 0, 0);
}

.Ebulten-In .newsbutton {
    color: rgb(255, 255, 255);
    background: #000000;
    width: 95px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    border: none;
    border-radius: 0px;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px !important;
}

.Ebulten-In .newsbutton:hover {
    color: rgb(0, 0, 0);
    background: transparent;
}

#footer .FooterSocial {
    float: left;
    clear: left;
}

#footer .FooterSocial ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#footer .FooterSocial ul li {
    float: left;
    margin-right: 20px;
}

#footer .FooterSocial ul li:last-child {
    margin-right: 0px;
}

#footer .FooterSocial ul li a {
    float: left;
    color: rgb(196, 196, 196);
    font-size: 17px;
}

#footer .FooterSocial ul li a i {
    display: inline-block;
    vertical-align: top;
    line-height: 17px;
}

#footer .FooterApp {
    float: left;
    clear: left;
}

#footer .FooterApp ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#footer .FooterApp ul li {
    float: left;
    margin-right: 20px;
}

#footer .FooterApp ul li:last-child {
    margin-right: 0px;
}

#footer .FooterApp ul li a {
    float: left;
    color: rgb(196, 196, 196);
    font-size: 17px;
}

#footer .FooterApp ul li a i {
    display: inline-block;
    vertical-align: top;
    line-height: 17px;
}

#back-to-top {
    float: right;
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 9999;
    display: none;
}

#back-to-top a {
    float: left;
    text-align: center;
    width: 40px;
    height: 40px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border-radius: 100%;
    font-size: 14px;
}

#back-to-top a::after {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
}

.homeContainer .ProductListContent {
    float: left;
    width: 100%;
    margin: 30px 0px;
    position: relative;
}

.homeContainer .ProductListContent .ProductList {
    display: block;
    margin: 0px auto;
}

.homeContainer .ProductListContent .ItemOrj {
    padding: 0px 10px;
    margin-bottom: 20px;
    width: 25%;
    max-width: 25%;
}

.homeContainer .ProductListContent .productItem {
    margin-bottom: 0px;
}

.categoryContainer .ProductList.PlSc_hrz .ItemOrj {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -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: 0px -10px;
}

.categoryContainer .ProductListContent .productItem {
    margin-bottom: 20px;
}

.ItemOrj {
    float: left;
    padding: 0 10px;
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.productItem {
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 0px;
}

.productItem .productIcon {
    width: 100%;
    height: 100%;
}

.productItem .productImage {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0px;
}

.productItem .productImage>a {
    display: block;
    position: relative;
    padding-bottom: 130%;
}

.productItem .productImage.Videolu {
    display: block;
    position: relative;
    padding-bottom: 150%;
}

.productItem .productImage img {
    max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0px;
    margin: auto;
    border-radius: 0px;
    transition: all 1s ease 0s;
    will-change: opacity;
}

.productItem .productImage.Videolu video {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    inset: 0px;
    margin: auto;
    border-radius: 0px;
    transition: all 1s ease 0s;
    will-change: opacity;
}

.productItem .productDetail {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    height: 110px;
    padding: 15px 0px 0px;
    transition: all 0.3s ease 0s;
}

.productItem .productName {
    position: relative;
    margin: 0px;
    float: left;
    width: 100%;
}

.productItem .productName a {
    float: left;
    width: 100%;
    padding: 0px;
    line-height: 20px;
    height: 20px;
    font-weight: 600;
    font-size: 14px;
    color: rgb(0, 0, 0);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productItem .productPrice {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 15px 0px 0px;
    bottom: 0px;
}

.productItem .discountPrice {
    display: block;
    float: right;
}

.productItem .discountPrice span {
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 0.8;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.productItem .discountKdv,
.productItem .regularKdv {
    display: none;
}

.productItem .regularPrice {
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    display: block !important;
}

.productItem .regularPrice span {
    font-size: 18px;
    color: rgb(154, 116, 36);
    line-height: 0.8;
    font-weight: normal;
    text-decoration: line-through;
    font-family: "Poppins", sans-serif;
}

.productItem .productMarka,
.productItem .productOnYazi {
    display: none !important;
}

.productItem .productOnYazi,
.productItem .productOnYazi * {
    color: rgb(74, 74, 74);
    font-size: 14px;
    line-height: 25px;
    background: none !important;
    font-family: "Poppins", serif !important;
}

.newIcon,
.discountIcon,
.cargoIcon,
.firsatIcon,
.urunListStokUyari,
.discountIcon div,
.discountIcon .discountIcon_s2,
.favori,
.examineIcon,
.mycartIcon {
    z-index: 3;
    display: none;
}

.discountIcon span {
    font-weight: normal;
}

.favori a,
.examineIcon a,
.mycartIcon a {
    display: block;
    font-size: 0px;
}

.examineIcon a::before,
.favori a::before,
.mycartIcon a::before {
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: top;
}

.favori a::before {
    content: "";
}

.TukendiIco {
    z-index: 5;
    border-radius: 0px;
    background: transparent;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    height: calc(100% - 90px);
    overflow: hidden;
}

.TukendiIco span {
    line-height: 30px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0px;
    bottom: 50%;
    right: 0px;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    margin: 0px auto;
}

.StokYok .cargoIcon,
.StokYok .firsatIcon,
.StokYok .newIcon {
    display: none !important;
}

body .productItem .divVideoPlayButton {
    position: absolute;
    inset: 0px 0px 90px;
    width: 40px;
    height: 40px;
    margin: auto;
    overflow: hidden;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay {
    color: rgb(255, 255, 255);
    float: left;
    width: 100%;
    height: 100%;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i {
    font-family: FontAwesome;
    font-weight: 300;
    font-size: 40px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    text-shadow: rgb(132, 132, 132) 0px 0px 4px;
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i.fa-play-circle-o::before {
    content: "";
}

body .productItem .divVideoPlayButton a.urunListeVideoPlay i.fa-pause-circle-o::before {
    content: "";
}

.productItem .urunListeAdet,
.productItem.StokYok .urunListeAdet,
.boxBedenlerContent,
.productIcon .quickViewIco,
.productItem:hover .productIcon .quickViewIco {
    display: none !important;
}

.Block_Title {
    display: none;
}

.noProduct {
    width: 212px;
    height: 214px;
    background: url("/Uploads/Images/urunyok.png") center center no-repeat !important;
}

.noProduct * {
    display: none !important;
}

#divUstFiltreKategori {
    display: none;
}

#divUstFiltreMarka {
    display: none;
}

.categorydesign {
    float: left;
    width: 100%;
}

.categorydesign .Blok {
    margin: 0px;
}

.leftBlock .categorydesign {
    display: block;
}

.categorydesign * {}

.categorydesign strong {
    font-weight: bold;
}

.categorydesign strong * {
    font-weight: bold;
}

.categorydesign img {
    display: inline-block;
    vertical-align: middle;
}

.breadList.breadActive {
    display: none !important;
}

.breadcrumbContent {
    float: left;
}

body ul.breadcrumb {
    margin: 0px auto;
    padding: 0px;
    border-radius: 0px;
    float: none;
    list-style: none;
    display: block !important;
}

body ul.breadcrumb * {
    color: rgb(135, 135, 135);
    float: left;
    font-weight: bold;
    font-size: 12px !important;
    line-height: 60px !important;
}

body ul.breadcrumb li {
    vertical-align: middle;
    font-size: 0px !important;
    float: none !important;
}

body ul.breadcrumb li::after {
    content: ">";
    display: inline-block;
    margin: 0px 5px;
    color: rgb(135, 135, 135);
    font-size: 12px;
    line-height: 60px;
    float: left;
    font-weight: bold;
}

body ul.breadcrumb li:nth-child(1) a::before {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 70px;
    float: left;
    margin-right: 10px;
    font-weight: 300;
    display: none;
}

body ul.breadcrumb li:nth-last-of-type(1)::after {
    display: none;
}

body a#linkOncekiSayfa {
    line-height: 70px;
    display: block;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 12px !important;
}

.leftImage a#linkOncekiSayfa {
    display: none;
}

.categoryTitleText {
    float: left;
    width: 100%;
}

.categoryTitle {
    float: left;
    width: 100%;
}

body #divSayfalamaUst {
    float: right;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.urunListRel {
    width: 100%;
    float: left;
    position: relative;
}

.brandlistselection {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0px;
    width: 100%;
}

.brandlistselection .clear {
    clear: none;
    display: none;
}

.brandlistselection ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.brandlistselection .sortingContent {
    background: #fff;
    border: 1px solid #d7d7d7;
    float: left;
    width: 100%;
    margin: 0 0 22px;
}

.brandlistselection .sortingContent li {
    float: left;
    background: transparent;
    border-radius: 0px !important;
}

.brandlistselection .sortingContent li a {
    background: transparent;
    border-radius: 0px !important;
    float: left !important;
    color: #252525;
    font-weight: bold;
    border: 0 !important;
}

.brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
    float: right;
    padding: 0 !important;
}

.blockSelect .sort_hrz {
    display: none;
}

.blockSelect .sort_2 {
    display: none;
}

.blockSelect .sort_5 {
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreUst {
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
    display: none;
}

body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
    display: none;
}

body #divSayfalamaUst .filterDeleteContent {
    float: left;
    margin: 0;
    padding: 0px;
    width: 100%;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter {
    padding: 0px;
    margin: 0px 10px 10px 0px;
    height: auto;
    background: 0px 0px;
    border: 1px solid rgb(235, 236, 238);
    width: auto;
    border-radius: 0px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a {
    width: 32px;
    margin: 0px;
    border-color: rgb(235, 236, 238);
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i {
    font-family: FontAwesome;
    line-height: 32px;
    color: rgb(37, 37, 37);
    font-size: 12px;
    font-weight: 300;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a:hover i {
    color: rgb(207, 45, 49);
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i::before {
    content: "";
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span {
    color: rgb(102, 102, 102);
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    margin: 0px;
    line-height: 32px;
    padding-left: 14px;
    padding-right: 21px;
}

.filterColorBg {
    display: none !important;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span+span {
    color: rgb(102, 102, 102);
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir {
    display: block;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a {
    width: 100%;
    background: 0px 0px;
    line-height: 1;
    margin: 0px;
    padding: 0px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span {
    line-height: 32px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    margin: 0px;
    width: 100%;
    color: rgb(255, 255, 255) !important;
    background: rgb(0, 0, 0) !important;
}

.brandlistselectionBottom {
    margin-bottom: 0px;
    display: none;
}

#divSayfalamaAlt {
    width: 100%;
    margin: 0px;
}

.pageNumber {
    float: right;
    text-align: right;
    margin: 0px;
    display: none;
}

.pageNumber a {}

.pageNumberContent {}

.pageNumberBottom {
    float: right;
    text-align: right;
    margin: 50px 0px;
    padding: 0px;
    width: 100%;
    display: block;
    vertical-align: middle;
}

.pageNumberContent,
.pageBorder {
    display: inline-block;
    vertical-align: top;
}

.pageNumberContent a,
.pageBorder a {
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border-radius: 0px;
    border: none;
    float: left;
    position: relative;
    display: block;
    text-align: center;
    margin: 0px 5px;
}

.pageNumberContent a.butonDisabled,
.pageBorder a.butonDisabled {
    opacity: 1 !important;
}

.pageNumberContent a:hover,
.pageBorder a:hover {
    color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
}

.pageNumberContent a.SelectedSayfa,
.pageBorder a.SelectedSayfa {
    color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
}

.KategoriFilitrelemeContent .Block_Title {
    display: none;
}

.RightDetail>.clear {
    clear: none;
}

.ProductDetailMain {
    float: left;
    width: 100%;
}

.ProductDetailMainRow {
    float: left;
    width: 100%;
    margin: 30px 0px 0px;
}

.TopDet {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px;
}

.leftImage {
    width: 737px;
    float: left;
    position: relative;
    padding: 0px;
}

.RightDetail {
    width: calc(100% - 737px);
    float: left;
    position: relative;
    padding: 0px 0px 0px 27px;
}

.UrunDetayLeft {
    overflow: hidden;
    margin: 0px !important;
}

.Images,
#divVideoGoruntulemeAlan {
    float: right;
    width: 600px;
    padding-bottom: 106%;
    position: relative;
}

.Images img,
#vdUrunVideo {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    inset: 0px;
    margin: auto;
}

.cloudzoom-blank>div:last-child {
    display: none !important;
}

.SmallImages {
    float: left;
    width: 137px;
    display: block !important;
    max-height: 780px;
    overflow-x: hidden;
    overflow-y: auto;
}

.SmallImages div {
    float: left;
    width: 100px;
    margin-bottom: 10px;
}

.SmallImages div img {
    max-width: 100%;
    max-height: 100%;
}

.leftImage .productTimer {
    display: none !important;
}

.DetayYeniUrun {
    display: none !important;
}

.RightDetail .TopList {
    float: left;
    width: 100%;
    position: relative;
}

.RightDetail .MiddleList {
    float: left;
    width: 100%;
    position: relative;
}

.RightDetail .BottomList {
    float: left;
    width: 100%;
    position: relative;
}

.ProductName {
    float: left;
    position: relative;
    margin: 0px;
}

.ProductName h1 {
    margin: 0px;
    float: left;
    width: 100%;
}

.ProductName h1 span {
    float: left;
    width: 100%;
    display: inline-block;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
}

#divUrunKodu {
    float: left;
    clear: left;
    color: rgb(153, 153, 153);
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    padding: 0px;
    margin: 5px 0px 0px;
}

#divUrunKodu span {
    display: inline-block;
    vertical-align: top;
    color: rgb(153, 153, 153);
    font-size: 14px;
    font-weight: normal;
    position: relative;
    line-height: 14px;
    float: left;
}

#divUrunKodu span::after {
    content: ":";
    margin: 0px 4px;
}

#divTaksitAciklama {
    display: block;
    float: left;
    clear: left;
    margin-top: 10px;
}

#divTaksitAciklama .taksitSatir {
    color: rgb(0, 0, 0);
    font-size: 14px;
}

.RightDetail .puanVer {
    float: left;
    clear: left;
}

.RightDetail #PuanVer {
    float: left;
    margin-top: 10px;
}

.RightDetail .PuanVerSag {
    float: left;
    font-size: 14px;
    color: rgb(42, 41, 41);
    margin-left: 5px;
    font-weight: 600;
    line-height: 17px;
    display: none;
}

.RightDetail ul.rating {
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.RightDetail ul.rating li {
    float: left;
    height: 14px;
    margin-right: 5px !important;
    width: 14px !important;
}

.RightDetail ul.rating li i.starItem {
    line-height: 14px;
    height: 14px;
    font-weight: 300;
    font-family: FontAwesome;
    font-size: 14px !important;
}

.RightDetail ul.rating li i.starItem::before {
    content: "" !important;
}

.RightDetail ul.rating li i.starItem:hover {
    font-weight: 600;
    font-size: 14px !important;
}

.RightDetail ul.rating li.filled i {
    font-weight: 600;
}

.RightDetail .rating-stars ul>li.star.hover>i.fa {
    font-weight: 600;
}

.RightDetail .rating-stars ul>li.star.selected>i.fa {
    font-weight: 600;
}

.markaresmi {
    float: left;
    position: relative;
    z-index: 1;
    display: none !important;
}

.markaresmi a {
    float: left;
}

.markaresmi img {
    max-width: 100%;
    float: left;
}

#divMagazaStok {
    float: left;
    clear: left;
    margin: 10px 0px 0px !important;
}

#divMagazaStok a {
    display: inline-block;
    vertical-align: top;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divOnyazi {
    float: left;
    width: 100%;
}

#divOnyazi .teksatir {
    margin-top: 10px;
    float: left;
    width: 100%;
}

#divOnyazi h2 {
    font-weight: normal;
    font-size: 100%;
}

#divOnyazi * {
    font-family: "Poppins", serif !important;
}

#divOnyazi strong {
    font-weight: bold;
}

#divOnyazi strong * {
    font-weight: bold;
}

#divOnyazi i {
    margin-right: 12px;
    font-family: FontAwesome !important;
}

.urunDetayFiyatContainer {}

.PriceList {
    float: left;
    position: relative;
    width: auto;
    padding: 0px;
    margin: 14px 0px 0px;
}

#pnlFiyatlar {
    display: inline-block;
    vertical-align: top;
    float: left;
}

#divIndirimliFiyat {
    display: block;
}

#divMarka,
#divTedarikci,
#divUrunStokAdedi,
#divToplamStokAdedi,
#divBarkod,
#divParaPuan,
#divTahminiTeslimatSuresi,
#divIndirimOrani {
    float: left;
    clear: left;
    margin-top: 14px;
    line-height: 14px;
}

#divMarka .left_line,
#divTedarikci .left_line,
#divUrunStokAdedi .left_line,
#divToplamStokAdedi .left_line,
#divBarkod .left_line,
#divParaPuan .left_line,
#divTahminiTeslimatSuresi .left_line,
#divIndirimOrani .left_line {
    display: inline-block;
    vertical-align: top;
    color: rgb(153, 153, 153);
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divMarka .center_line,
#divTedarikci .center_line,
#divUrunStokAdedi .center_line,
#divToplamStokAdedi .center_line,
#divBarkod .center_line,
#divParaPuan .center_line,
#divTahminiTeslimatSuresi .center_line,
#divIndirimOrani .center_line {
    display: inline-block;
    vertical-align: top;
    color: rgb(153, 153, 153);
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divMarka .right_line,
#divMarka .right_line *,
#divTedarikci .right_line,
#divTedarikci .right_line *,
#divUrunStokAdedi .right_line,
#divToplamStokAdedi .right_line,
#divBarkod .right_line,
#divParaPuan .right_line,
#divTahminiTeslimatSuresi .right_line,
#divIndirimOrani .indirimliOrani,
#divIndirimOrani .indirimliOrani * {
    display: inline-block;
    vertical-align: top;
    color: rgb(153, 153, 153);
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    width: auto;
}

.PiyasafiyatiContent {
    display: block;
    line-height: normal;
    float: left;
}

.PiyasafiyatiContent .left_line,
.PiyasafiyatiContent .center_line {
    display: none;
}

.PiyasafiyatiContent .right_line {
    display: inline-block;
    vertical-align: top;
}

.PiyasafiyatiContent .right_line * {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    text-decoration: line-through;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
}

.PiyasafiyatiContent .right_line .spanKdv {
    vertical-align: top;
    display: none !important;
}

.IndirimliFiyatContent {
    display: block;
    line-height: 0.8;
    float: left;
    margin-left: 10px;
}

.IndirimliFiyatContent .left_line,
.IndirimliFiyatContent .center_line {
    display: none;
}

.IndirimliFiyatContent .right_line {
    display: inline-block;
    vertical-align: top;
}

.IndirimliFiyatContent .right_line * {
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    font-family: "Poppins", sans-serif;
}

.IndirimliFiyatContent .right_line .spanKdv {
    vertical-align: bottom;
    font-size: 12px;
    line-height: 1;
    display: none !important;
}

#divTurkLirasiFiyat {
    display: block;
    line-height: 0.8;
}

#divTurkLirasiFiyat .left_line,
#divTurkLirasiFiyat .center_line {
    display: none;
}

#divTurkLirasiFiyat .right_line {
    display: inline-block;
}

#divTurkLirasiFiyat .right_line * {
    vertical-align: top;
    line-height: 0.8;
    display: inline-block !important;
}

#divIndirimsizFiyat {
    display: block;
    line-height: 0.8;
}

#divIndirimsizFiyat .left_line,
#divIndirimsizFiyat .center_line {
    display: none;
}

#divIndirimsizFiyat .right_line {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}

#divIndirimsizFiyat .right_line * {
    vertical-align: top;
    display: inline-block !important;
    font-family: "Poppins", sans-serif;
}

#divIndirimsizFiyat .right_line .spanKdv {
    vertical-align: top;
    display: none !important;
}

#divKDVDahilFiyat {
    display: block;
    line-height: 0.8;
    float: left;
    margin-top: 8px;
}

#divKDVDahilFiyat .left_line {
    display: inline-block;
    vertical-align: top;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: normal;
}

#divKDVDahilFiyat .center_line {
    display: none;
}

#divKDVDahilFiyat .right_line * {
    vertical-align: top;
    display: inline-block !important;
}

.PiyasafiyatiContent .right_line * {
    color: rgb(154, 116, 36);
    font-size: 19px;
}

.IndirimliFiyatContent .right_line *,
#divTurkLirasiFiyat .right_line *,
#divIndirimsizFiyat .right_line *,
#divKDVDahilFiyat .right_line *,
#divIndirimsizFiyat .right_line,
#divIndirimsizFiyat .left_line {
    color: rgb(0, 0, 0);
}

#divKDVDahilFiyat .left_line,
#divKDVDahilFiyat .right_line *,
#divIndirimsizFiyat .left_line {
    line-height: 20px;
}

.IndirimliFiyatContent .right_line *,
#divTurkLirasiFiyat .right_line *,
#divIndirimsizFiyat .right_line *,
#divKDVDahilFiyat .right_line * {
    font-size: 30px;
    font-weight: bold;
}

body #divStokYok {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: normal;
    text-align: center;
    padding: 5% 0px;
    background-color: rgb(242, 245, 246);
    border-radius: 0px;
}

body #divStokYok::before {
    content: "";
    font-family: FontAwesome;
    font-weight: 300;
    width: 100%;
    float: left;
    font-size: 30px;
    margin-bottom: 20px;
}

#divEkstraBilgiler {
    float: left;
    clear: left;
    margin-top: 10px;
}

#divEkstraBilgiler img {
    max-width: 100%;
    display: block;
}

.btnnostok i.fa {
    font-family: FontAwesome;
}

#divUrunEkSecenek {
    float: left;
    width: 100%;
    position: relative;
}

#divUrunEkSecenek .eksecenekLine {
    margin: 0px;
    float: left;
    width: 100%;
    clear: none !important;
}

#divUrunEkSecenek .eksecenekLine:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}

#divUrunEkSecenek .eksecenekLine .left_line {
    float: left;
    width: 100%;
    line-height: 45px;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#divUrunEkSecenek .eksecenekLine .center_line {
    display: none;
}

#divUrunEkSecenek .eksecenekLine .right_line {
    display: inline-block;
    vertical-align: top;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box {
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    position: relative;
    color: rgb(0, 0, 0);
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 5px;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box img {
    width: 100%;
    height: 100%;
    display: block;
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon {}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .left_line {}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .center_line {}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line {
    width: 100%;
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line select {
    min-width: 100%;
    float: left;
    height: 40px;
    border: 1px solid rgb(215, 215, 215);
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-weight: normal;
    padding: 0px 10px;
    background: rgb(255, 255, 255);
    border-radius: 0px;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon {}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .left_line {}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line {}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box {
    width: 32px;
    border-radius: 50%;
    padding: 5px;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box img {
    border-radius: 50%;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box:hover {}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box::after {
    content: "";
    position: absolute;
    inset: 0px;
    border: 1px solid rgb(205, 205, 205);
    border-radius: 50%;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon {
    max-width: calc(100% - 90px);
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line {}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box {
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 0px;
    padding: 0px 4px;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:last-child {
    margin-right: 0px;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:hover {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok {
    position: relative;
    border-color: rgb(228, 223, 221);
    background: rgb(245, 243, 243) !important;
    color: rgb(122, 121, 121) !important;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok img {
    filter: grayscale(100%);
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok::after {
    content: "";
    height: 1px;
    max-width: 65px;
    margin: 0px auto;
    background: rgb(206, 206, 206);
    left: 0px;
    right: 0px;
    top: 50%;
    position: absolute;
    transform: rotate(140deg);
}

#IlgiliUrunDiv {
    float: left;
    width: 100%;
}

#IlgiliUrunDiv #divIlgiliUrunler {}

.TopDet #IlgiliUrunDiv {
    display: block;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.TopDet #IlgiliUrunDiv #divIlgiliUrunler {
    padding: 0px;
    margin: 0px;
    background: transparent;
    border: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0px !important;
    padding: 0px !important;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold::before {
    display: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold::after {
    display: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold .satir1 {
    background: transparent;
    margin: 0px;
    border: none;
    font-size: 13px;
    line-height: 45px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    padding: 0px !important;
}

.TopDet #IlgiliUrunDiv .clear {
    display: none;
}

.TopDet #IlgiliUrunDiv ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.TopDet #IlgiliUrunDiv ul li {
    float: left;
    width: 50px;
    margin-right: 10px;
    border-radius: 0px;
    overflow: hidden;
}

.TopDet #IlgiliUrunDiv ul li:hover {}

.TopDet #IlgiliUrunDiv ul li .productItem {
    border: none;
    width: 100%;
    float: left;
    padding: 0px;
    box-shadow: none !important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productTimer {
    display: none !important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage {
    padding: 0px;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage a {}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage a::before {
    display: none !important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage img {}

.TopDet #IlgiliUrunDiv ul li .productItem .productIcon {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .urunListeAdet {
    display: none !important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productDetail {
    padding: 0px;
    margin: 0px;
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productDetail::before {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productDetail::after {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productName {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .TukendiIco {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .boxBedenlerContent {
    display: none !important;
}

#divSatinAl {
    float: left;
    width: 100%;
    margin: 30px 0px 10px;
    padding: 0px;
}

.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: 50px !important;
}

.Basketinp p,
#divKombinSatinAl a,
#divAdetCombo .left_line,
.RightDetail .riSingle a.riUp i,
.RightDetail .riSingle a.riDown i,
.RightDetail .riSingle a.riUp,
.RightDetail .riSingle a.riDown {
    line-height: 50px;
}

#divAdetCombo {
    position: relative;
    float: left;
    clear: left;
    display: block !important;
}

#divAdetCombo .center_line {
    float: left;
    display: none !important;
}

#divAdetCombo .right_line {
    float: left;
    max-width: 100% !important;
}

#divAdetCombo select {
    width: 100%;
    padding: 0px 10px;
    text-align: left;
}

.RightDetail .riSingle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 0px;
}

.RightDetail .riSingle a.riUp,
.RightDetail .riSingle a.riDown {
    font-size: 10px;
    color: rgb(0, 0, 0);
    background: transparent;
    top: 0px;
    font-weight: normal;
    position: absolute;
    float: left;
    cursor: pointer;
    text-indent: 0px;
    text-align: center;
    width: 30px !important;
    margin: 0px !important;
}

.RightDetail .riSingle a.riUp {
    left: auto;
    right: 0px;
}

.RightDetail .riSingle a.riDown {
    left: 0px;
}

.Basketinp {
    /* display: none; */
    margin-right: 10px;
    position: relative;
    float: left;
    clear: left;
}

.BasketBtn .pSatisBirimi,
.BasketBtn .left_line.lineTitle2 {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    float: left;
    clear: left;
}

#txtbxurunSiparisAdedi_wrapper {
    float: left;
    position: relative;
    width: 100% !important;
    padding: 0px !important;
}

#txtbxurunSiparisAdedi {
    text-align: center;
    display: inline-block;
    padding: 0px;
    appearance: none;
    width: 100% !important;
}

#txtbxurunSiparisAdedi,
#divAdetCombo select {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(215, 215, 215);
    font-size: 20px;
    font-weight: 500;
    float: left;
    margin: 0px;
    border-radius: 0px;
}

#divKombinSatinAl,
.basketBtn,
.buyfast {
    float: left;
    margin: 0px;
}

#divKombinSatinAl a,
.buyfast input,
.basketBtn input {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    letter-spacing: 0px;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    appearance: none;
}

.basketBtn {
    width: calc(100% - 100px);
}

.buyfast {
    width: 100%;
    margin: 20px 0px 0px;
    display: none;
}

.buyfast input {}

#divKombinSatinAl {
    margin: 20px 0px 0px;
    width: 100%;
}

#divKombinSatinAl a {
    font-size: 14px;
    margin: 0px !important;
}

.ProductIcon {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.ProductIcon .box1 {
    padding: 0px;
    margin: 0px;
    min-width: 0px;
    background: transparent;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: normal;
    float: left;
    line-height: 30px;
}

.ProductIcon .box1 i {
    font-family: FontAwesome;
    margin: 0px 5px 0px 0px;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
}

.ProductIcon .UGelinceHaberVer .box1 i::before {
    content: "";
}

.ProductIcon>div {
    position: relative;
    margin: 0px 10px 10px;
    display: inline-block;
}

.ProductIcon>div>a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.ProductIcon2 {
    float: left;
    width: 100%;
}

.ProductIcon2 .clear {
    clear: none;
}

.ProductIcon2>div {
    float: left;
}

.ProductIcon2>div>a {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 0px 18px;
    line-height: 31px;
    background: rgb(235, 235, 235);
    color: rgb(0, 0, 0);
}

.ProductIcon2>div>a::before {
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 31px;
    margin-right: 7px;
    vertical-align: top;
    font-weight: 300;
}

.ProductIcon2>div.YorumYazbtnContent>a::before {
    content: "";
}

.ProductIcon2>div.TavsiyeEtBtnContent>a::before {
    content: "";
}

.ProductIcon2>div.hidden-phone>a::before {
    content: "";
}

.ProductIcon2>div>a:hover {
    color: rgb(255, 255, 255);
}

.TopDet .product_social_icon_wrapper {
    float: left;
    width: 100%;
    font-size: 0px;
    margin-top: 0px;
    display: block !important;
}

.TopDet .product_social_icon_wrapper .PaylasTit {
    float: left;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    margin-right: 10px;
}

.TopDet .product_social_icon_wrapper ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.TopDet .product_social_icon_wrapper ul li {
    float: left;
    margin-right: 0px;
}

.TopDet .product_social_icon_wrapper ul li:last-child {
    margin-right: 0px;
}

.TopDet .product_social_icon_wrapper ul li a {
    float: left;
    color: rgb(0, 0, 0);
    background: rgb(0, 0, 0);
    font-size: 16px;
    border-radius: 100%;
    text-align: center;
    width: 30px;
}

.TopDet .product_social_icon_wrapper ul li a i {
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
}

.TopDet .product_social_icon_wrapper ul li:nth-child(1) a {
    background: rgb(255, 255, 255);
}

.TopDet .product_social_icon_wrapper ul li:nth-child(2) a {
    background: rgb(255, 255, 255);
}

.TopDet .product_social_icon_wrapper ul li:nth-child(3) a {
    background: rgb(255, 255, 255);
}

.TopDet .product_social_icon_wrapper ul li:nth-child(4) a {
    background: rgb(255, 255, 255);
}

.socialButons {
    width: 100%;
    position: relative;
    float: right !important;
    margin: 0px !important;
}

.socialButons iframe {
    float: left;
}

.product-social {
    float: left;
    margin-right: 10px;
}

.product-social span {
    float: left;
    line-height: 32px;
    display: inline-block;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px;
}

.product-social ul {
    float: left;
}

.product-social ul li {
    float: left;
    margin-right: 13px;
}

.product-social ul li a {
    display: block;
    color: rgb(50, 50, 50);
    font-size: 18px;
}

.divYorumYaz,
#yorumYaz {
    min-height: 220px;
}

.urunOzellikTab {
    display: none;
}

.urunOzellik {
    float: left;
    width: 100%;
    margin: 20px 0px;
    display: block;
}

.urunOzellik .urunTab {
    float: left;
    width: 100%;
}

.urunOzellik .urunTab ul {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.urunOzellik .urunTab>ul>li {
    float: left;
}

.urunOzellik .urunTab>ul>li:last-child {
    margin-right: 0px;
}

.urunOzellik .urunTab>ul>li>a {
    cursor: pointer;
    color: rgb(0, 0, 0);
    font-size: 16px;
    float: left;
    font-weight: normal;
}

.urunOzellik .urunTab>ul>li>a span {
    font-weight: normal;
}

.urunDetayPanel {
    float: left;
    width: 100%;
    border: none;
    padding: 20px 0px;
    clear: none !important;
}

.urunTabAlt {
    float: left;
    width: 100%;
}

.urunTabAlt strong {
    font-weight: bold;
}

.urunTabAlt .divYorumYaz,
.urunTabAlt #yorumYaz {
    padding: 0px 0px 10px;
    width: 100%;
}

.urunTabAlt #txtOneriMail {
    margin: 0px;
    height: 30px;
    padding: 0px 10px;
    width: 100% !important;
}

.urunTabAlt #txtOneriNot {
    margin: 0px;
    padding: 10px;
    background: rgb(255, 255, 255);
    width: 100% !important;
}

.yorumlarItem {
    background-color: rgb(238, 238, 238);
    border-bottom: 3px solid rgb(160, 155, 152);
    padding: 16px;
    line-height: 26px;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: left;
}

.yorumlarItemS1 {
    padding-bottom: 5px;
    font-size: 12px;
    color: rgb(102, 102, 102);
    border-bottom: 1px dashed rgb(160, 155, 152);
}

.urunDetayPanel .button {
    color: rgb(255, 255, 255);
}

.urunTabAlt {
    padding: 0px;
    font-family: "Poppins", serif !important;
}

.urunTabAlt * {
    font-family: "Poppins", serif !important;
}

.urunTabAlt i {
    font-family: FontAwesome !important;
}

.urunTabAlt img {
    max-width: 100% !important;
}

.urunTabAlt iframe {
    display: none;
    max-width: 100% !important;
}

.urunTabAlt .ng-valid-email {
    text-align: left;
}

.urunTabAlt .button {
    padding: 10px 5px;
}

.orders .order-info i {
    margin-top: 0px !important;
}

#btnYorumKaydet {
    float: left;
    text-align: center;
    appearance: none;
}

.urunTabAlt ul li {
    margin-bottom: 5px;
    clear: both;
}

.tabUrunOneriler ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.tabUrunOneriler ul li {
    float: left;
    width: 100%;
}

.oneriValidate .validate {
    top: 0px;
    padding: 5px;
}

.urunTabAlt ul li input {
    float: left;
    margin-right: 5px;
    width: auto !important;
}

.urunTabAlt ul li label {
    float: left;
    line-height: normal;
    width: auto !important;
}

.urunTabAlt ul li input[type="checkbox"] {
    margin-top: 0px;
}

.urunTabAlt ul li .captchaImageBox {
    float: left;
}

.urunTabAlt ul li .captchaImageBox img {
    max-width: 100%;
    width: auto;
}

.urunTabAlt ul li .captchaInputBox {
    margin: 10px;
    float: left;
}

.urunTabAlt ul li.urundetyaGuvenlikodu span {
    float: left;
}

.urunTabAlt ul li .GuvnelikKodu {
    float: left;
    line-height: 50px;
    margin-right: 10px;
    display: block;
}

#divEtiketler {
    float: left;
    width: 100%;
    padding: 0px 20px 20px;
    margin: 50px 0px 0px;
    background: rgb(255, 255, 255);
    text-align: center;
}

#divEtiketler .productModuleTitle {
    float: left;
    color: rgb(32, 33, 34);
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin: 10px 0px;
}

#divEtiketler a {
    color: rgb(105, 109, 113);
    font-size: 13px;
}

#divEtiketler a:hover {
    text-decoration: underline;
}

#mainHolder_divDesign .JKatAdi.categoryTitle,
.JKatAdi {
    float: left;
    position: relative;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

#mainHolder_divDesign .JKatAdi.categoryTitle .bold,
.JKatAdi .bold {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

#mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1,
.JKatAdi .bold .satir1 {
    line-height: 50px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    padding: 0px !important;
}

#divInstashopResim .owl-carousel .owl-nav {
    display: block !important;
}

#mainHolder_divDesign .owl-carousel .owl-nav,
.owl-carousel .owl-nav {
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 40%;
    left: 10px;
}

#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 {
    color: rgb(0, 0, 0);
    background: none;
    border-radius: 50%;
    border: 1px solid rgb(0, 0, 0);
    width: 37px;
    height: 37px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    font-size: 0px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev,
.owl-carousel .owl-nav .ProductListprev,
.owl-carousel .owl-nav .InstaGalleryprev {
    left: 0px;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext,
.owl-carousel .owl-nav .ProductListnext,
.owl-carousel .owl-nav .InstaGallerynext {
    right: 0px;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev::before,
.owl-carousel .owl-nav .ProductListprev::before,
.owl-carousel .owl-nav .ProductListnext::before,
.owl-carousel .owl-nav .InstaGalleryprev::before,
.owl-carousel .owl-nav .InstaGallerynext::before,
#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext::before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 37px;
    font-weight: 300;
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev::before,
.owl-carousel .owl-nav .ProductListprev::before,
.owl-carousel .owl-nav .InstaGalleryprev::before {
    content: "";
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext::before,
.owl-carousel .owl-nav .ProductListnext::before,
.owl-carousel .owl-nav .InstaGallerynext::before {
    content: "";
}

#mainHolder_divDesign .owl-carousel .owl-nav .ProductListprev:hover,
.owl-carousel .owl-nav .ProductListprev:hover,
.owl-carousel .owl-nav .ProductListnext:hover,
.owl-carousel .owl-nav .InstaGalleryprev:hover,
.owl-carousel .owl-nav .InstaGallerynext:hover,
#mainHolder_divDesign .owl-carousel .owl-nav .ProductListnext:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

#mainHolder_divDesign .owl-carousel .owl-dots,
.owl-carousel .owl-dots {
    display: none;
}

.sliderBannerContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 25px;
}

.sliderBannerContainer .Block_Link {
    display: none;
}

.sliderBannerContainer .ProductList {
    margin: 0px auto;
    display: block !important;
}

.sliderBannerContainer .Jbutonlar {
    display: none;
}

.sliderBannerContainer .jCarouselLite {
    float: left;
    width: 100%;
}

.detaySliderContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px;
}

.detaySliderContainer .ProductList {
    margin: 0px auto;
    display: block !important;
}

.detaySliderContainer .Jbutonlar {
    display: none;
}

.detaySliderContainer .jCarouselLite {
    float: left;
    width: 100%;
}

#pnlSlider {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0px 40px;
    padding: 0px;
}

#pnlSlider ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#pnlSlider ul li {
    display: block;
}

#pnlSlider ul li a {
    display: block;
}

#pnlSlider ul li a img {
    width: 100%;
    display: block;
}

#pnlSlider .flex-control-nav {
    position: absolute;
    bottom: 20px;
    right: 0px;
    left: 0px;
}

#pnlSlider .flex-control-paging li {
    margin: 0px 2px;
}

#pnlSlider .flex-control-paging li a {
    float: right;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #000000;
    box-shadow: none;
    text-shadow: none;
    background: rgb(255, 255, 255);
}

#pnlSlider .flex-control-paging li a.flex-active {
    background: #000000;
}

#pnlSlider .flex-direction-nav {
    position: absolute;
    top: 45%;
    left: 20px;
    right: 20px;
}

#pnlSlider .flex-direction-nav li {
    display: inline-block;
    vertical-align: top;
}

#pnlSlider .flex-direction-nav .flex-nav-prev {
    float: left;
}

#pnlSlider .flex-direction-nav .flex-nav-next {
    float: right;
}

#pnlSlider .flex-direction-nav .flex-prev,
#pnlSlider .flex-direction-nav .flex-next {
    color: rgb(255, 255, 255);
    border: none;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    opacity: 1;
    font-size: 0px;
    position: relative;
    text-shadow: none;
    text-align: center;
}

#pnlSlider .flex-direction-nav .flex-prev {
    left: 0px;
}

#pnlSlider .flex-direction-nav .flex-next {
    right: 0px;
}

#pnlSlider .flex-direction-nav .flex-prev::before,
#pnlSlider .flex-direction-nav .flex-next::before {
    font-family: FontAwesome;
    font-size: 48px;
    font-weight: 300;
    line-height: normal;
}

#pnlSlider .flex-direction-nav .flex-prev::before {
    content: "";
}

#pnlSlider .flex-direction-nav .flex-next::before {
    content: "";
}

#pnlSlider .flex-direction-nav .flex-prev:hover,
#pnlSlider .flex-direction-nav .flex-next:hover {
    color: rgb(0, 0, 0);
}

#pnlSlider .flex-direction-nav a::before {
    text-shadow: none;
}

#pnlSlider .flex-direction-nav a::after {
    text-shadow: none;
}

#pnlSlider .HPSItems .flex-control-thumbs {
    position: static;
    background: rgb(255, 255, 255);
    text-align: center;
}

#pnlSlider .HPSItems .flex-control-thumbs li {
    display: inline-block;
    vertical-align: top;
    float: none;
    max-width: 100%;
}

#pnlSlider .HPSItems .flex-control-thumbs img {
    opacity: 1;
}

#pnlSlider .HPSItems .flex-control-thumbs .flex-active {}

.HomePageSlideShowContainer {
    float: left;
    width: 100%;
    position: relative;
}

.HomePageSlideShowContainer .HomePageSlideShow {
    padding: 0px;
    width: 100%;
}

.HomePageSlideShowContainer .HPSItems {
    clear: both;
    cursor: pointer;
    width: 100%;
}

.HomePageSlideShowContainer .HPSItems div {
    cursor: pointer;
    float: left;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    width: 100%;
}

.markaSlider {
    float: left;
    width: 100%;
}

.markaSlider .jCarouselLite {
    display: block;
    margin: 0px auto;
}

.markaSlider .owl-carousel {
    float: left;
    width: 100%;
}

.markaSlider .owl-carousel .owl-stage-outer {}

.markaSlider::before {
    content: "";
    display: table;
    clear: both;
}

.markaSlider ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.markaSlider ul li a {
    display: table-cell;
    max-width: 100%;
    vertical-align: middle;
    padding-bottom: 27%;
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
}

.markaSlider ul li a img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    inset: 0px;
    margin: auto;
    filter: grayscale(0);
}

.markaSlider ul li a:hover img {
    filter: grayscale(0);
}

.hesabimAnasayfaMenuler ul li a:hover .fa {
    color: rgb(255, 255, 255);
}

.siparisTakipSayfasi {
    background: rgb(255, 255, 255);
}

.siparisTakipSayfasi .siparisTakipBaslik {
    text-align: center;
    padding: 20px 0px !important;
}

.sepetiTemizle {
    float: right;
    line-height: 43px;
    padding: 0px 10px;
}

.popupSepet {
    width: 99%;
}

.popupSepet #hed div {
    width: 94%;
}

.sayfaIcerik * {
    font-family: "Poppins", serif !important;
}

#mainHolder_UrunDetay_imgCookie {
    display: none !important;
}

.product_social_icon_wrapper {
    display: none;
}

.HesabimContainer .urunDetayPanel {
    max-height: 100%;
}

.orders {
    width: 100%;
}

.innerContainer {}

.TumKategoriler {
    display: none;
}

.mobilMenuAcButton,
.searchClick,
.mycartClick,
.welcomeOpen {
    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: 0px;
    margin: 0px;
    list-style: none;
}

#divOnyazi::-webkit-scrollbar,
.urunTabAlt::-webkit-scrollbar,
.SmallImages::-webkit-scrollbar,
.SepetBlockInfo::-webkit-scrollbar,
.searchContent ul::-webkit-scrollbar,
body .kombinContent ul::-webkit-scrollbar,
.CartProduct .SProduct::-webkit-scrollbar,
.yanResimliMenu .KatMenu1::-webkit-scrollbar,
.UrunGuruplari .Block_Text::-webkit-scrollbar,
.ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar,
.leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar,
.mobilMenu .menuIcerikAlan::-webkit-scrollbar,
.mobilMenu .navUl>li>ul::-webkit-scrollbar,
.mobilMenu .navUl>li>ul li ul::-webkit-scrollbar {
    width: 2px;
}

#divOnyazi::-webkit-scrollbar-track,
.urunTabAlt::-webkit-scrollbar-track,
.SmallImages::-webkit-scrollbar-track,
.SepetBlockInfo::-webkit-scrollbar-track,
.searchContent ul::-webkit-scrollbar-track,
body .kombinContent ul::-webkit-scrollbar-track,
.CartProduct .SProduct::-webkit-scrollbar-track,
.yanResimliMenu .KatMenu1::-webkit-scrollbar-track,
.UrunGuruplari .Block_Text::-webkit-scrollbar-track,
.ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar-track,
.leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar-track,
.mobilMenu .menuIcerikAlan::-webkit-scrollbar-track,
.mobilMenu .navUl>li>ul::-webkit-scrollbar-track,
.mobilMenu .navUl>li>ul li ul::-webkit-scrollbar-track {
    background: #dadada;
}

#divOnyazi::-webkit-scrollbar-thumb,
.urunTabAlt::-webkit-scrollbar-thumb,
.SmallImages::-webkit-scrollbar-thumb,
.SepetBlockInfo::-webkit-scrollbar-thumb,
.searchContent ul::-webkit-scrollbar-thumb,
.CartProduct .SProduct::-webkit-scrollbar-thumb,
body .kombinContent ul::-webkit-scrollbar-thumb,
.UrunGuruplari .Block_Text::-webkit-scrollbar-thumb,
.yanResimliMenu .KatMenu1::-webkit-scrollbar-thumb,
.ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar-thumb,
.leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar-thumb,
.mobilMenu .menuIcerikAlan::-webkit-scrollbar-thumb,
.mobilMenu .navUl>li>ul::-webkit-scrollbar-thumb,
.mobilMenu .navUl>li>ul li ul::-webkit-scrollbar-thumb {
    background: #757b7e;
}

.anasayfaHakkimizda-Content-Txt::-webkit-scrollbar {
    width: 3px;
}

.anasayfaHakkimizda-Content-Txt::-webkit-scrollbar-track {
    background: rgb(252, 242, 227);
    border-radius: 3px;
}

.anasayfaHakkimizda-Content-Txt::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 3px;
}

body .button,
.baglanButton,
.siparisOzetTakip,
body.sepetimBody .basketCompletebtn,
#AdresContent .button,
.BasketPage .OdemeMenu ul li.activeMenu>a,
.pageNumberContent a:hover,
.menuUstBolum,
body .category-vertical-filters.top-filters .FiltreUst,
.SepetUst,
.urunOzellikTab .urunTab>ul>li.active>a,
.tooltip-inner,
.welcome.active,
.sepetimBody .Basketstep ul li.aktif {
    background: rgb(0, 0, 0);
}

.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.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;
}

.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,
.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: #000000;
}

.button:hover,
.userLoginBtn:hover,
.userSignBtn:hover,
.BasketPage .OdemeMenu ul li:hover>a,
.BasketPage .alisverisedevamet:hover,
.BasketPage #hed div.hediCekForm a:hover,
.BasketPage a.YeniAdresEkle:hover,
#AdresContent .button:hover,
.basketCompletebtn:hover,
.KasaOnuFirsatlarContent ul li a.button:hover,
.ProductIcon2>div>a:hover {
    background: rgb(0, 0, 0);
}

.BasketPage .AdresItemAlt a:hover,
.BasketPage .sepetiTemizle:hover,
.BasketPage .sepet-sil:hover::before,
.BasketPage .sepetTitle2 a:hover,
.baglanButton:hover,
.BasketPage .faturaAdresBtn:hover,
.adresAyniBtn:hover,
.headerSocialConnect .baglanButton a:hover,
.CartProduct .SProduct li a:nth-child(2):hover * {
    color: #000000;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li>a:hover,
.BasketPage a.YeniAdresEkle:hover,
.OdemeMenu ul li:hover,
.BasketPage .OdemeMenu ul li:hover>a,
.BasketPage .alisverisedevamet:hover,
.CartProduct .headerCartBtn:hover {
    border-color: #000000;
}

.siparisOzetTakip {
    color: rgb(255, 255, 255);
}

.BasketDetail table tbody tr td a {
    display: inherit;
}

.BasketDetail table tbody tr td:last-child a {
    display: block;
}

.sepetimBody #header::after {
    display: none;
}

body .alisverisedevamet {
    background: rgb(255, 255, 255);
}

.KasaOnuFirsatlarContent ul li a.button:hover {
    border: none !important;
}

.BasketPage a.YeniAdresEkle:hover {
    color: rgb(255, 255, 255) !important;
}

.baglanButton:hover {
    background: transparent;
}

body .adresGir .kirmiziButon:hover {
    background: rgb(158, 26, 32) !important;
    color: rgb(255, 255, 255) !important;
}

body .adresGir .yesilButon:hover {
    background: rgb(64, 109, 32) !important;
    color: rgb(255, 255, 255) !important;
}

body {
    background: rgb(255, 255, 255);
}

.bottomHead {
    display: none;
}

#divSliderYani {
    display: none;
}

.HomeImageBlock {
    float: left;
    width: 100%;
    overflow: hidden;
}

.HomeImageBlock li {
    list-style: none;
}

.HomeImageBlock a {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.HomeImageBlock a img {
    display: block;
    max-width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.HomeImageBlock a:hover img {
    transform: scale(1.01);
}

.ackapabtn {
    display: none;
}

#logo .Header-Top {
    display: none;
}

.Header-Top {
    position: relative;
    float: left;
    width: 100%;
}

.Header-Top .HT-FirsatTxt {
    background: #000000;
    text-align: center;
}

.Header-Top .HT-FirsatTxt a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 35px;
}

.searchClick,
.welcome,
.mycart {
    margin: 18px 0;
}

.searchClick #btnKelimeAra {
    font-size: 11px;
    position: static;
    font-weight: bold;
    color: #000000;
    float: right;
    width: auto;
    font-family: "Poppins", serif !important;
}

.searchClick svg {
    display: none;
}

.searchClick .ui-widget.ui-widget-content {
    display: none;
}

.circled-slider-block {
    position: relative;
    max-width: 650px;
    margin: auto;
    clear: both;
    padding: 10px 0px;
}

.circled-slider-block .circled-slider div a {
    display: none;
}

.circled-slider-block .circled-slider.owl-carousel div a {
    display: block;
}

.circled-slider .owl-item a img {
    border: 1px solid #000000;
    border-radius: 50%;
    padding: 2px;
    width: 67px;
    height: 67px;
    margin: auto;
}

.circled-slider .owl-item a:hover img {
    border-color: #213266;
}

.circled-slider .owl-item a span {
    font-size: 12px;
    color: rgb(0, 0, 0);
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.FooterCol-Title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 45px;
}

.FooterMenuWrap ul li a {
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

.FooterMenuWrap ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.FooterMenuWrap .FooterCol {
    float: left;
    margin-right: 80px;
}

.FooterMenuWrap .FooterCol:last-child {
    margin-right: 0px;
}

.FooterMenuWrap {
    float: right;
}

.footer-leftSide {
    position: absolute;
    top: 0;
    left: 70px;
    max-width: 355px;
}

ul.Social {
    margin: 50px 0px 20px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
    text-align: center;
}

ul.Social li a {
    display: -webkit-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    border: 1px solid rgb(244, 244, 244);
    border-radius: 2px;
    justify-content: center;
    background: rgb(255, 255, 255);
}

ul.Social li {
    display: inline-block;
    margin-right: 10px;
}

.copyright {
    font-size: 14px;
}

.Footer1-bottom {
    float: right;
    clear: both;
    margin-top: 160px;
}

.f-app,
.f-card {
    display: flex;
    float: left;
    align-items: center;
}

.f-app a {
    margin-right: 20px;
}

.f-card img {
    margin-left: 50px;
}

.FooterCol-Title::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #000000;
    display: block;
    margin-top: 25px;
}

.FooterEbulten {
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    display: -webkit-flex;
    justify-content: center;
    padding: 25px 0px;
    margin-bottom: 85px;
}

.EBulten-Info {
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-right: 60px;
    display: -webkit-flex;
    height: 60px;
    align-items: center;
}

.Ebulten-In {
    float: left;
    width: 522px;
}

.favori {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block !important;
}

.favori a::before {
    font-size: 22px;
    color: rgb(0, 0, 0);
}

a.listfavoriAktif::before {
    font-weight: bold;
}

.productIconEx {
    position: absolute;
    top: 10px;
    left: 15px;
}

span.discountIcon_s1,
#divIndirimOrani .indirimliOrani {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000000;
    background: rgb(255, 255, 255);
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    display: block;
    line-height: 38px;
    overflow: hidden;
    text-align: center;
}

#divIndirimOrani .indirimliOrani * {
    color: #bb722ec0;
    font-size: 12px;
    font-weight: bold;
    line-height: 38px;
    font-family: "Poppins", sans-serif;
}

.mycartIcon {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    transition: all 0.2s ease 0s;
    display: block !important;
}

.mycartIcon a {
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: bolder;
    line-height: 30px;
    background: #bb722ec0;
}

.productItem:hover .mycartIcon {
    bottom: 0px;
}

.newIcon {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 50%;
    line-height: 40px;
    overflow: hidden;
    display: block !important;
}

.productIconEx>* {
    margin-bottom: 10px;
}

.ozelAlan1,
#divOzelAlan1 {
    font-size: 13px;
    line-height: 25px;
    background: rgb(248, 230, 203);
    float: left;
    width: 100%;
    border-radius: 5px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-align: center;
    max-width: 335px;
    clear: both;
}

.ozelAlan1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.bannerContent ul li {
    margin: 17.5px 0px;
}

.bannerContent {
    position: relative;
    clear: both;
}

.bannerContent ul li a,
.ozelSliderBanner a {
    overflow: hidden;
    display: block;
}

.bannerContent ul li a:hover img,
.ozelSliderBanner a:hover img {
    transform: scale(1.05);
}

.bannerContent ul li a img,
.ozelSliderBanner a img {
    width: 100%;
    transition: all 0.2s ease 0s;
}

.ozelSliderBanner {
    width: 700px;
    float: left;
}

.ozelSliderBanner>a {
    max-width: calc(100% - 50px);
}

.ozelSlider {
    width: 700px;
    float: left;
}

.anasayfaHakkimizda-Content-Txt p {
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 30px;
}

.anasayfaHakkimizda-Content-Txt {
    text-align: center;
    max-height: 140px;
    overflow-y: auto;
    padding-right: 20px;
}

.anasayfaHakkimizda-Content {
    border-top: 1px solid rgb(253, 243, 235);
    padding: 30px 0px;
}

.ozelSlider-Content {
    position: relative;
    margin: 33px 0px;
    display: inline-block;
    float: left;
    width: 100%;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box.selected::after {
    border-color: rgb(0, 0, 0);
}

#divIndirimOrani .left_line,
#divIndirimOrani .center_line {
    display: none;
}

#divIndirimOrani {
    clear: none;
    margin-right: 15px;
}

#divOzelAlan1 {
    margin-top: 24px;
}

#divTahminiTeslimatSuresi * {
    color: rgb(0, 0, 0) !important;
    font-size: 12px !important;
}

#divTahminiTeslimatSuresi {
    margin-top: 30px;
}

.UFavorilerimeEkle {
    float: left;
    width: 100%;
}

.UFavorilerimeEkle a {
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid rgb(221, 221, 221);
}

.UFavorilerimeEkle a span {
    margin: 0px;
    padding: 0px;
    text-align: center;
    float: none;
    line-height: 50px;
    font-size: 16px;
    color: rgb(153, 153, 153);
    background: no-repeat;
    font-weight: bold;
    text-transform: uppercase;
}

.UFavorilerimeEkle a span i {
    display: none;
}

.urunOzellik {
    display: none;
}

.urunOzellikTab {
    margin: 25px 0px;
    border-top: 1px solid rgb(235, 233, 233);
    display: block;
    float: left;
    width: 100%;
}

.urunOzellikTab .urunTab {
    float: left;
    width: 100%;
}

.urunOzellikTab .urunTab>ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.urunOzellikTab .urunTab>ul>li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgb(235, 233, 233);
}

.urunOzellikTab .urunTab>ul>li>a {
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
    float: left;
    width: 100%;
    padding: 0px;
    font-weight: bold;
}

.urunOzellikTab .urunTab>ul>li>a::after {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    float: right;
}

.urunOzellikTab .urunTab>ul>li.active>a {
    text-decoration: underline;
    background: none;
}

.urunOzellikTab .urunTab>ul>li.active>a::after {
    content: "-";
}

.urunOzellikTab .urunTab>ul>li.active .urunDetayPanel {
    display: block !important;
}

.urunDetayPanel {
    padding: 0px 0px 15px;
}

.taksitBlok {
    width: 100%;
}

.TabOzellikler .urunTabAlt {
    max-height: 100px;
    overflow-y: auto;
}

body ul.breadcrumb li:nth-last-of-type(1) a span {
    color: rgb(0, 0, 0);
}

.bedenT a {
    font-size: 12px;
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.bedenT {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.FiyatSlider {
    float: left;
    width: 100%;
    padding: 0px 20px;
}

div#divIcerik {
    margin-bottom: 50px;
}

.HT-topBanner {
    background: #f875a0;
    height: 66px;
}

p.sayacAlan-text {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    float: left;
    line-height: 66px;
}

p.sayacAlan-text b {
    color: #213165;
    font-size: 30px;
    font-weight: 900;
    margin-left: 45px;
    line-height: 1;
}

a.sayacAlan-link {
    color: #000000;
    line-height: 35px;
    background: #fff;
    font-weight: bold;
    padding: 0 15px;
    display: block;
    text-align: center;
    float: left;
    margin: 15px 100px 0 80px;
    font-size: 15px;
}

.sayacAlan ul {
    margin: 0;
    padding: 10px;
    list-style: none;
    width: 205px;
    background: #fff;
    border-radius: 10px;
    float: left;
    margin-top: 5px;
}

.sayacAlan ul li {
    float: left;
    width: 25%;
}

.sayacAlan ul li span {
    display: block;
    color: #333333;
    font-weight: 900;
}

.sayacAlan ul li div {
    text-align: center;
    color: #f875a1;
    font-weight: 900;
}

.sayacAlan {
    float: right;
}

#header:not(.homeHeader) .Header-Top .HT-topBanner {
    display: none;
}

a.sayacAlan-link:hover {
    color: rgb(33, 49, 101);
}

.UFavorilerimeEkle a:hover span {
    color: #000;
}

.FooterMenuWrap ul li a:hover {
    color: #000;
}

#header.fixed.gectop .Header-Top {
    display: none;
}

.BasketRigth ul li.genelToplam .tut,
.BasketRigth ul li .tut {
    font-family: "Poppins", sans-serif;
}

.sepetItemPriceContent * {
    font-family: "Poppins", sans-serif;
}

.ozelAlan1,
#divOzelAlan5 {
    display: none;
}

.KatSepetFiyat {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    font-size: 12px;
    line-height: 28px;
    padding: 0 5px;
    font-weight: 700;
    width: 240px;
    border: 2px solid #f00;
    margin: 0 auto;
}

.KatSepetFiyat span {
    color: #f00;
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
}

.sPric {
    color: #f00;
    font-size: 20px;
    float: left;
    clear: left;
    padding: 0 10px;
    margin-top: 10px;
    font-weight: bold;
    border: 2px solid #f00;
    line-height: 30px;
}

.sPric span {
    font-size: 13px;
    vertical-align: top;
    font-weight: 700;
    margin-right: 10px;
    color: #000;
}

@media screen and (max-width: 767px) {
    .KatSepetFiyat {
        font-size: 9px;
        width: 160px;
        padding: 0;
    }

    .KatSepetFiyat span {
        font-size: 11px;
        margin-left: 4px;
    }
}

@media screen and (max-width: 340px) {
    .KatSepetFiyat {
        font-size: 8px;
        width: 140px;
        padding: 0;
    }
}

.ozelAlan5,
#divOzelAlan5 {
    display: none;
}

.ilgiliUrunSecenek .productExtraInfo {
    display: block !important;
}

.ilgiliUrunSecenek .productExtraInfo>div {
    display: none;
}

.ilgiliUrunSecenek .productExtraInfo>div#detailRelatedSpecialField5 {
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

/*siteozelalan*/
@media screen and (min-width: 768px) {
    .searchClick i {
        font-size: 0px;
    }

    .searchClick {
        background: url("https://cdn.ticimax.com/v8100/App_Themes/elittema4/images/icon/ara.svg") left center no-repeat;
        width: 43px;
        height: 38px;
        float: right;
        display: block !important;
        z-index: 9;
        position: relative;
    }

    .searchContent {
        display: block;
        width: 0px;
        margin: 0px;
        background: rgb(255, 255, 255);
        overflow: hidden;
        position: absolute;
        top: 20px;
        right: 245px;
        padding: 0px;
        border: none;
        z-index: 99;
        transition: all 0.1s ease 0s;
    }

    .searchContent.active {
        width: 140px;
        padding: 0px;
        overflow: visible;
    }

    .searchContent #btnKelimeAra {
        display: none;
    }

    .searchContent #txtbxArama {
        background: rgb(255, 255, 255);
        border-width: 0px 0px 1px;
        border-top-style: initial;
        border-right-style: initial;
        border-left-style: initial;
        border-top-color: initial;
        border-right-color: initial;
        border-left-color: initial;
        border-image: initial;
        border-bottom-style: solid;
        border-bottom-color: rgb(0, 0, 0);
    }
}

@media screen and (min-width: 1042px) {
    #header.fixed {
        position: fixed;
        top: -100%;
        left: 0px;
        right: 0px;
        margin: 0px;
        padding: 0px;
        z-index: 1000;
        width: 100%;
        border: none;
        transition: top 0.3s ease-in-out 0s;
    }

    #header.fixed.gectop {
        top: 0px;
    }

}

@media screen and (min-width: 1042px) {
    .sortingContent {
        display: block !important;
    }

    .col-5li {
        width: 20%;
    }

    .mobilMenu {
        display: none;
    }

    .leftBlock .category-vertical-filters {
        float: left;
        width: 100%;
        border: none;
        border-radius: 0px;
        overflow: hidden;
        margin: 0px 0px 20px;
        text-align: center;
        padding: 0px;
        background: transparent;
    }

    .leftBlock .panel-heading {
        position: relative;
        z-index: 1;
        float: left;
        padding: 0px 20px;
        width: 100%;
        text-align: left;
        border-width: 0px 0px 1px;
        border-top-style: initial;
        border-right-style: initial;
        border-left-style: initial;
        border-top-color: initial;
        border-right-color: initial;
        border-left-color: initial;
        border-image: initial;
        border-bottom-style: solid;
        border-bottom-color: rgb(215, 215, 215);
        margin: 0px;
        background-color: rgb(230, 230, 230) !important;
    }

    .leftBlock .panel-heading a {
        display: block;
        line-height: 30px;
        font-size: 13px;
        color: rgb(34, 34, 34);
        font-weight: bold;
        padding: 0px;
    }

    /*.leftBlock .panel-heading a::after { content: ""; font-family: FontAwesome; float: right; font-weight: normal; }
  .leftBlock .panel-heading.active a::after { content: ""; }*/
    .leftBlock .category-vertical-filters>div {
        width: 100%;
        padding: 0px;
        margin: 0px 0px 20px;
        float: left;
        display: inline-block;
        border: 1px solid rgb(215, 215, 215);
    }

    .leftBlock .category-vertical-filters>div:last-child {
        margin-bottom: 0px;
    }

    .leftBlock .category-vertical-filters .panel.div-kategori {}

    .leftBlock .category-vertical-filters .panel.div-kategori .panel-heading {}

    .leftBlock .category-vertical-filters .panel.div-kategori .panel-heading a::after {
        display: none;
    }

    .leftBlock .category-vertical-filters .panel.div-kategori ul {
        list-style: none;
    }

    .leftBlock .category-vertical-filters .panel.div-kategori ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .leftBlock .category-vertical-filters .panel.div-kategori ul li a {
        margin-bottom: 20px;
    }

    .leftBlock .category-vertical-filters .panel.div-kategori ul li ul {
        padding: 0px;
    }

    .leftBlock .category-vertical-filters .panel.div-kategori ul li ul a {}

    .leftBlock .category-vertical-filters .panel.div-kategori ul a:hover {
        text-decoration: underline;
    }

    .leftBlock .category-vertical-filters .panel.div-kategori>ul>li>a {}

    .leftBlock .category-vertical-filters .panel.div-kategori>ul>li {}

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group {
        float: left;
        text-align: left;
        padding: 0 20px;
        margin: 20px 0px;
        width: 98%;
        top: 100%;
        display: block;
        border: none;
        max-height: 200px;
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group li,
    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item {
        float: left;
        margin: 0px 0px 15px;
        padding: 0px;
        background-color: transparent;
        width: 100%;
        height: auto;
        border: none;
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group li:last-child {
        margin-bottom: 0px;
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item {}

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item a,
    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group li a {
        float: left;
        font-size: 12px;
        color: rgb(0, 0, 0);
        display: inline-block;
        line-height: 14px;
        font-weight: 600;
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group li:hover>a {}

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group li.list-group-item:hover>a {}

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group li ul {
        float: left;
        width: 100%;
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group li ul li:last-child {
        margin-bottom: 0px;
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group li:hover ul {}

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
        background-size: 12px 12px !important;
        background-position: 0px 0px !important;
        background-repeat: no-repeat !important;
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image.selected {}

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image:nth-child(6n) {}

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image a {
        padding-left: 23px;
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image::before {
        display: none !important;
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item::before {
        margin-right: 10px;
        width: 12px;
        height: 12px;
        border-radius: 0px;
        background: rgb(255, 255, 255);
        margin-top: 0px;
        text-align: center;
        line-height: 12px;
        border: 1px solid rgb(203, 203, 203) !important;
        display: inline-block !important;
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.selected::before {
        background: rgb(0, 0, 0);
        border-color: rgb(203, 203, 203) !important;
    }

    .leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item:hover::before {
        background: rgb(0, 0, 0);
        border-color: rgb(204, 206, 205) !important;
    }

    body .leftBlock .slider-range {
        float: left;
        width: 100%;
        border: none;
        border-radius: 0px;
        padding: 0px;
        margin: 20px 0px;
        height: 2px;
        background: rgb(229, 229, 229);
    }

    body .leftBlock .slider-range .ui-slider-range {
        height: 2px;
        background: rgb(0, 0, 0);
        border-radius: 0px;
        top: 0px;
        margin: 0px;
    }

    body .leftBlock .slider-range .ui-slider-handle {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: rgb(0, 0, 0);
        border: none;
        margin: 0px;
        top: -7px;
    }

    body .leftBlock .slider-range span:nth-child(2) {
        margin-left: 0px;
    }

    body .leftBlock .slider-range span:nth-child(3) {
        margin-left: -10px;
    }

    body .leftBlock .amount {
        float: left;
        width: 100%;
        color: rgb(17, 17, 17);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .sort_4::before {
        content: "";
        background: url("https://cdn.ticimax.com/v8100/App_Themes/elittema4/images/dortlu-bar.png") center center no-repeat;
        width: 21px;
        height: 14px;
        display: block;
        margin-right: 8px;
    }

    .sort_4.Active::before {
        background: url("https://cdn.ticimax.com/v8100/App_Themes/elittema4/images/dortlu-bar-renkli.png") center center no-repeat;
    }

    .sort_3::before {
        content: "";
        background: url("https://cdn.ticimax.com/v8100/App_Themes/elittema4/images/uclu-bar.png") center center no-repeat;
        width: 15px;
        height: 14px;
        display: block;
        margin-right: 15px;
    }

    .sort_3.Active::before {
        background: url("https://cdn.ticimax.com/v8100/App_Themes/elittema4/images/uclu-bar-renkli.png") center center no-repeat;
    }

    .sortingContent .blockSelect a i {
        display: none;
    }

    select#filterOrderSelect {
        height: 30px;
        border: 1px solid #eae8e8;
        font-size: 12px;
        color: #252525;
        font-weight: bold;
        margin-top: 7px;
        margin-left: 7px;
    }

    body .appliedFilter.FiltrelemeUrunAdet span {
        color: #000000;
        font-weight: bold;
        line-height: 44px;
        position: absolute;
        left: 180px;
    }

    body .sortingContent .blockSelect a {
        display: flex;
        align-items: center;
        height: 44px;
        padding: 0;
    }

    body .sortingContent li a {
        line-height: 44px;
        padding: 0;
    }

    body .sortingContent li:nth-child(2) {
        position: absolute;
        right: 90px;
    }
}

.headerContent,
body ul.breadcrumb,
.navigation>div,
.userLoginContent,
.hesabimContent,
.sepetimBody .headerContent,
.sepetimBody #footer .ticiContainer,
.ticiContainer,
.temaContainer {
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
    clear: both;
    display: block;
}

.sliderBannerContainer .ProductList {
    max-width: 1395px;
}

.detaySliderContainer .ProductList {
    max-width: 1395px;
}

.homeContainer .ProductListContent .ProductList {
    max-width: 1395px;
}

.markaSlider .jCarouselLite {
    max-width: 1395px;
}

.headerContent {}

.ticiContainer {}

.innerContainer {}

#divIcerik.homepage {}

.UyeOl .ticiContainer {}

#footer .ticiContainer {}

.UyeGiris .ticiContainer {}

.Magazalar .ticiContainer {}

.sepetimBody .ticiContainer {}

.sepetimBody .headerContent {}

.HesabimTakip .ticiContainer {}

.Iletisimaspx .ticiContainer {}

.homeContainer .ticiContainer {}

.ticiContainer.homeContainer {}

.ticiContainer.pageContainer {}

.ticiContainer.categoryContainer {}

.sepetimBody #footer .ticiContainer {}

.ticiContainer.productDetailContainer {}

body ul.breadcrumb {
    clear: none;
}

.sepetimBody .footerSslLogo {
    display: none !important;
}

.sepetimBody .headerContent {
    box-shadow: none;
}

.centerCount.Middle {
    width: 100%;
    padding: 0px;
}

.centerCount.userLoginContent {
    width: 100%;
    padding: 0px;
}

.centerCount.iletisimContent {
    width: 100%;
    padding: 0px;
}

.centerCount.UyeolContent {
    width: 100%;
    padding: 0px;
}

.centerCount.HesabimTakip {
    width: 100%;
    padding: 0px;
}

.leftBlock {
    float: left;
    width: 25%;
    padding-right: 85px;
}

.rightBlock {
    float: right;
    width: 25%;
    padding-left: 20px;
}

.centerCount {
    float: left;
    width: 100%;
    padding: 0px;
}

.leftBlock.LeftMiddle {
    width: 355px;
    margin-bottom: 30px;
}

.centerCount.LeftMiddle {
    width: calc(100% - 355px);
}

.rightBlock.MiddleRight {
    width: 300px;
}

.centerCount.MiddleRight {
    width: calc(100% - 300px);
}

.leftBlock.LeftMiddleRight {}

.rightBlock.LeftMiddleRight {}

.centerCount.LeftMiddleRight {}

.rightBlock.MiddleRight {}

.centerCount.MiddleRight {}

.ticiContainer::before,
.ticiContainer::after {
    content: "";
    display: table;
}

.ticiContainer::after {
    clear: both;
}

.ticiContainer {
    clear: both;
    zoom: 1;
}

@media screen and (max-width: 1200px) and (min-width: 1041px) {
    .leftBlock.LeftMiddle {
        width: 25%;
        padding-right: 20px;
    }

    .centerCount.LeftMiddle {
        width: 75%;
    }

    .leftBlock.LeftMiddleRight {
        width: 25%;
    }

    .rightBlock.LeftMiddleRight {
        width: 50%;
    }

    .centerCount.LeftMiddleRight {
        width: 25%;
    }

    .rightBlock.MiddleRight {
        width: 25%;
    }

    .centerCount.MiddleRight {
        width: 75%;
    }

    .homeContainer .col-5li {
        width: 25%;
    }
}

@media screen and (max-width: 1450px) {

    .headerContent,
    body ul.breadcrumb,
    .navigation>div,
    .userLoginContent,
    .hesabimContent,
    .sepetimBody .headerContent,
    .sepetimBody #footer .ticiContainer,
    .ticiContainer,
    .navigation,
    .temaContainer {
        max-width: 1200px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 1200px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 1200px;
    }

    .detaySliderContainer .ProductList {
        max-width: 1200px;
    }

    .markaSlider .jCarouselLite {
        max-width: 1200px;
    }

    #divIcerik.homepage {
        margin: 0px auto;
    }

    .ozelSliderBanner,
    .ozelSlider {
        width: 600px;
    }
}

@media screen and (max-width: 1450px) and (min-width: 1240px) {
    .footer-leftSide {
        max-width: 175px;
    }

    ul.Social li {
        margin-right: 5px;
    }

    ul.Social li a {
        width: 30px;
        height: 30px;
    }

    ul.Social li a svg {
        width: 20px;
    }

    .copyright {
        font-size: 11px;
    }
}

@media screen and (max-width: 1239px) {
    .footer-leftSide {
        max-width: 100%;
        position: static;
        width: 100%;
        text-align: center;
    }

    a.footer-logo {
        display: inline-block;
        max-width: 200px;
    }

    .Footer1-bottom {
        margin: 20px 0;
    }

    .FooterMenuWrap {
        float: left;
    }
}

@media screen and (max-width: 1239px) and (min-width: 1160px) {

    .headerContent,
    body ul.breadcrumb,
    .navigation>div,
    .userLoginContent,
    .hesabimContent,
    .sepetimBody .headerContent,
    .sepetimBody #footer .ticiContainer,
    .ticiContainer,
    .navigation,
    .temaContainer {
        max-width: 1100px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 1100px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 1100px;
    }

    .detaySliderContainer .ProductList {
        max-width: 1100px;
    }

    .markaSlider .jCarouselLite {
        max-width: 1100px;
    }

    #divIcerik.homepage {
        margin: 0px auto;
    }

    .ozelSliderBanner,
    .ozelSlider {
        width: 550px;
    }
}

@media screen and (max-width: 1159px) and (min-width: 1025px) {

    .headerContent,
    body ul.breadcrumb,
    .navigation>div,
    .userLoginContent,
    .hesabimContent,
    .sepetimBody .headerContent,
    .sepetimBody #footer .ticiContainer,
    .ticiContainer,
    .navigation,
    .temaContainer {
        max-width: 960px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 960px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 960px;
    }

    .detaySliderContainer .ProductList {
        max-width: 960px;
    }

    .markaSlider .jCarouselLite {
        max-width: 960px;
    }

    #divIcerik.homepage {
        margin: 0px auto;
    }

    .navigation .navUl>li>a {
        font-size: 12px;
        padding: 0 5px;
    }

    .ozelSliderBanner,
    .ozelSlider {
        width: 480px;
    }

    .leftImage {
        width: 580px;
    }

    .Images,
    #divVideoGoruntulemeAlan {
        width: 472px;
    }

    .RightDetail {
        width: calc(100% - 580px);
    }

    .SmallImages {
        width: 108px;
        max-height: 615px;
    }
}

@media (max-width: 1041px) and (min-width: 768px) {
    .mobilMenuAcButton {
        float: left;
        margin-top: 20px;
        margin-right: 50px;
        color: rgb(0, 0, 0);
        font-size: 30px;
    }

    .mobilMenuAcButton span {
        display: block;
        font-size: 11px;
    }

    .mobilMenuAcButton svg {
        width: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {

    .headerContent,
    body ul.breadcrumb,
    .navigation>div,
    .userLoginContent,
    .hesabimContent,
    .sepetimBody .headerContent,
    .sepetimBody #footer .ticiContainer,
    .ticiContainer,
    .temaContainer {
        max-width: 720px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 720px;
    }

    .sliderBannerContainer .ProductList {
        max-width: 720px;
    }

    .detaySliderContainer .ProductList {
        max-width: 720px;
    }

    .navigation .altMenu .altMenuler {
        max-width: 720px;
    }

    .markaSlider .jCarouselLite {
        max-width: 720px;
    }

    #divIcerik.homepage {
        margin: 0px auto;
    }

    .headerContent {
        margin: 0px auto;
    }

    .ozelSliderBanner,
    .ozelSlider {
        width: 360px;
    }

    .ozelSliderBanner>a {
        max-width: calc(100% - 20px);
    }

    .ozelAlan1 {
        font-size: 12px;
    }

    .leftImage {
        width: 50%;
    }

    .RightDetail {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .mycartIcon {
        bottom: 0;
    }

    .Footer1-bottom {
        float: left;
        width: 100%;
    }

    .f-card img {
        margin-left: 0;
        margin-right: 60px;
    }

    a.footer-logo {
        display: none;
    }

    .f-app {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .f-app a {
        display: inline-block;
        margin: 0 2px;
    }

    .f-card {
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
    }

    .footer-leftSide {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    #divMobileImageList .owl-dots {
        display: inline-block;
        width: 100%;
    }

    .circled-slider .owl-nav {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }

    .circled-slider .owl-nav .ProductListprev,
    .circled-slider .owl-nav .ProductListnext {
        border: 0 !important;
        height: 60px !important;
        border-radius: 0 !important;
        color: #000 !important;
    }

    .circled-slider .owl-nav .ProductListprev:before {
        left: 5px;
    }

    .circled-slider .owl-nav .ProductListnext:before {
        right: 5px;
    }

    .circled-slider .owl-nav .ProductListnext {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%) !important;
    }

    .circled-slider .owl-nav .ProductListprev {
        background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%) !important;
    }

    .circled-slider .owl-nav .ProductListprev:before,
    .circled-slider .owl-nav .ProductListnext:before {
        top: 30%;
        position: absolute;
    }

    .sayacAlan ul {
        width: 145px;
    }

    p.sayacAlan-text b {
        font-size: 25px;
        margin-left: 15px;
    }

    p.sayacAlan-text {
        font-size: 16px;
    }

    a.sayacAlan-link {
        font-size: 12px;
        margin: 15px 60px 0 40px;
    }
}

@media screen and (max-width: 1041px) {
    body.overflow {
        min-height: 100%;
        position: fixed;
        left: 0px;
        right: 0px;
        overflow: hidden;
        top: 0px;
    }

    .navigation {
        display: none;
    }

    #divSayfalamaUst .filterBlock {
        display: block !important;
    }

    .mobilMenuAcButton {
        display: block;
    }

    body .dropdown-toggle::after {
        display: none;
    }

    body #divSayfalamaUst {
        padding: 0px;
        margin: 10px 0px;
        width: 100%;
        border: none;
        background: transparent;
    }

    .urunListRel {
        width: 100%;
    }

    body .mobilFilterOpenBtn .button {
        padding: 0px;
        margin: 0px;
        color: rgb(255, 255, 255);
        width: calc(50% - 5px);
        line-height: 40px;
        background: #000000;
        display: inline-block;
        vertical-align: top;
        font-weight: 600;
        text-transform: uppercase;
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn {
        float: left;
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn::before {
        content: "";
        font-family: FontAwesome;
        font-weight: 300;
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn::before {
        content: "";
        font-family: FontAwesome;
        font-weight: 300;
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn {
        float: right;
    }

    body .mobilFilterOpenBtn {
        margin: 0px;
        padding: 0px;
        display: block !important;
    }

    .categorydesign .uNo {
        float: right;
        color: rgb(153, 154, 157);
        font-size: 12px;
    }

    body #divSayfalamaUst .filterDeleteContent {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection {
        position: absolute;
        left: 0px;
        top: 0px;
        width: calc(50% - 5px);
        background: transparent;
        padding: 0px;
        margin: 0px;
        border: none;
        border-radius: 0px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
        width: 100%;
        background: transparent;
        padding: 0px;
        margin: 0px;
        border: none;
        border-radius: 0px;
        display: block !important;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
        width: 100%;
        background: transparent;
        padding: 0px;
        margin: 0px;
        border: none;
        border-radius: 0px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
        width: 100%;
        height: 40px;
        font-size: 0px;
        text-indent: 0px;
        border: none;
        color: rgb(0, 0, 0);
        font-weight: 500;
        min-width: auto;
        border-radius: 0px;
        background: transparent;
        appearance: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select option {
        font-size: 14px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:nth-child(2) {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection {
        padding: 0px;
        text-align: center;
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        z-index: 10;
        border-bottom: none;
        background: rgb(255, 255, 255);
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:not(.appliedFilter) {
        margin: 0px;
        width: 100%;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a {
        border: none;
        text-align: center;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a span {
        line-height: 35px;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) a::before {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li>a {
        border-bottom: 1px solid rgb(229, 229, 229);
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(4)>a {
        border-bottom: none;
    }

    body .category-vertical-filters.top-filters {
        width: 360px;
        position: fixed;
        top: 0px;
        right: -100%;
        bottom: 0px;
        z-index: 9999;
        background: rgb(243, 245, 248);
        margin: 0px;
        padding: 0px;
        border: none;
        transition: all 0.3s ease 0s;
        overflow: hidden auto;
        display: block !important;
    }

    body .category-vertical-filters.top-filters ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    body .filterBlock.active .category-vertical-filters.top-filters {
        right: 0px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .FiltreUst {
        float: left;
        width: 100%;
        line-height: 50px;
        font-size: 16px;
        color: rgb(255, 255, 255);
        margin-bottom: 10px;
        padding: 0px 10px;
        position: relative;
        text-align: center;
        display: block;
    }

    body .category-vertical-filters.top-filters .FiltreUst span {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        inset: 0px;
    }

    body .category-vertical-filters.top-filters .FiltreUst .closeFilt {
        float: left;
        font-size: 25px;
        position: relative;
        z-index: 1;
    }

    body .category-vertical-filters.top-filters .FiltreUst a {
        float: right;
        font-size: 13px;
        position: relative;
        z-index: 1;
        color: rgb(255, 255, 255);
        display: none;
    }

    body .category-vertical-filters.top-filters .FiltreUst a.active {
        display: block;
    }

    body .category-vertical-filters.top-filters .FiltreUst a i {
        color: rgb(255, 255, 255);
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        line-height: 50px;
        margin-left: 5px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .tukgo {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        padding: 0px 10px;
        display: block;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock {
        float: left;
        width: 100%;
        line-height: 50px;
        font-size: 14px;
        color: rgb(38, 35, 36);
        text-align: left;
        padding: 0px 0px 0px 15px;
        background: rgb(255, 255, 255);
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock::before {
        content: "";
        float: right;
        width: 24px;
        max-height: 24px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 32px;
        border-radius: 100%;
        margin: auto 0px;
        background: rgb(255, 255, 255);
        box-shadow: rgb(153, 153, 153) 0px 0px 2px 0px;
        z-index: 1;
        transition: all 0.3s ease 0s;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock::after {
        content: "";
        float: right;
        width: 40px;
        max-height: 16px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        border-radius: 20px;
        background: rgb(197, 199, 201);
        margin: auto 15px auto 0px;
        transition: all 0.3s ease 0s;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock.selected::before {
        right: 15px;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock.selected::after {
        background: rgb(57, 214, 98);
    }

    body .category-vertical-filters.top-filters .panel .panel-heading {
        padding: 0px;
        margin: 0px;
        border: none;
        background: rgb(255, 255, 255);
        float: left;
        width: 100%;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a {
        float: left;
        width: 100%;
        text-align: left;
        color: rgb(38, 35, 36);
        font-weight: 500;
        font-size: 15px;
        line-height: 50px;
        padding: 0px 10px;
        text-transform: uppercase;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a::after {
        top: 0px;
        color: rgb(0, 0, 0);
        font-weight: 300;
        font-family: FontAwesome;
        right: 10px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .moreNum {
        position: absolute;
        right: 40px;
        top: 0px;
        bottom: 0px;
        line-height: 50px;
        font-size: 15px;
        color: rgb(0, 0, 0);
        display: block;
    }

    body .category-vertical-filters.top-filters .panel {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        padding: 0px 10px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown {
        border: none;
        position: static;
        box-shadow: none;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown ul {
        margin-top: 10px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li {
        width: 100%;
        margin-right: 0px;
        text-align: left;
        margin-bottom: 10px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li a {
        color: rgb(0, 0, 0);
        line-height: 16px;
    }

    body .category-vertical-filters.top-filters .vertical-filter-panel .list-group-item a {
        font-size: 13px;
        color: rgb(38, 35, 36);
        font-weight: normal;
        float: left;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item::before {
        border-radius: 0px;
        width: 16px;
        height: 16px;
        display: inline-block !important;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.selected::before {
        border-color: rgb(0, 0, 0);
        background: rgb(0, 0, 0);
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
        height: auto;
        background: transparent !important;
    }

    body .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
        width: 100%;
        margin: 20px 0px;
    }

    body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent {
        display: none !important;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:first-child::before {
        display: none;
    }

    body .slider-range {
        width: calc(100% - 20px);
        margin: 0px 0px 15px 10px !important;
    }

    body .amount {
        padding: 0px;
    }

    .centerCount {
        width: 100% !important;
    }

    .leftBlock {
        display: none !important;
    }

    .rightBlock {
        display: none !important;
    }

    .homeContainer .leftBlock {}

    .homeContainer .rightBlock {}

    .UyeolContent .grid {
        margin: 30px 18px;
    }

    .owl-carousel .owl-item img {
        max-width: 100%;
        margin: 0px auto;
        width: 100%;
    }

    .mobileImageSlider .owl-stage-outer {
        float: left;
        width: 100%;
    }

    .uyeOlContainer #FrmYeniUye>.uyeOlCol {
        width: 100%;
        padding: 10px;
        margin: 10px 10px 0px 0px;
    }

    .uyeOlContainer .FormTitle {
        margin: 10px 0px;
        padding: 10px 0px;
        font-size: 18px;
        font-weight: 600;
    }

    .uyeOlContainer .uyeOlCol input.textbox {
        padding: 10px 0px;
    }

    .uyeOlContainer .uyeOlCol select.selectboxx {
        padding: 10px 0px;
    }

    .Magazalar .magazaSelect {
        width: 100%;
        margin-right: 0px;
    }

    .Magazalar #searchStore {
        width: 100%;
        margin-right: 0px;
    }

    /*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;
    }

    .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: 600;
        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;
    }
}

@media screen and (min-width: 769px) {
    .FooterCol>* {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    #header:not(.homeHeader) .Header-Top {
        display: none;
    }

    .f-card img {
        margin-right: 5px;
        max-width: 90px;
    }

    .ProductName h1 span {
        font-size: 14px;
    }

    #divMarka,
    #divTedarikci,
    #divUrunStokAdedi,
    #divToplamStokAdedi,
    #divBarkod,
    #divParaPuan,
    #divTahminiTeslimatSuresi,
    #divIndirimOrani,
    #divOzelAlan1 {
        margin-top: 5px;
    }

    .PriceList {
        margin-top: 5px;
    }

    .PiyasafiyatiContent .right_line * {
        font-size: 18px;
        line-height: 30px;
    }

    .IndirimliFiyatContent .right_line * {
        line-height: 25px;
    }

    .IndirimliFiyatContent .right_line *,
    #divTurkLirasiFiyat .right_line *,
    #divIndirimsizFiyat .right_line *,
    #divKDVDahilFiyat .right_line * {
        font-size: 24px;
    }

    .ozelSlider-Content {
        display: block;
        margin: 0;
    }

    .copyright {
        font-size: 12px;
    }

    .Footer1-bottom {
        margin-top: 20px;
    }

    .FooterCol-Title::after {
        display: none;
    }

    .EBulten-Info {
        font-size: 14px;
        margin-right: 0;
        display: block;
        height: auto;
    }

    .FooterEbulten {
        display: block;
        padding: 10px;
        margin-bottom: 10px;
    }

    .Ebulten-In {
        width: 100%;
    }

    #txtbxNewsletterMail {
        height: 40px;
        padding-right: 70px;
    }

    .Ebulten-In .newsbutton {
        height: 40px;
        line-height: 40px;
        width: 70px;
        font-size: 12px;
    }

    .anasayfaHakkimizda-Content-Txt p {
        font-size: 12px;
        line-height: 15px;
        margin-top: 0;
    }

    .anasayfaHakkimizda-Content {
        padding: 10px;
    }

    .anasayfaHakkimizda-Content-Txt {
        padding: 0 5px;
        max-height: 80px;
    }

    .ozelSliderBanner,
    .ozelSlider,
    .ozelSliderBanner>a {
        width: 100%;
        max-width: 100%;
    }

    .bannerContent ul {
        margin: 0 -2px;
    }

    .bannerContent ul li {
        padding: 0 2px;
        margin: 2px 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 {
        width: 25px;
        height: 25px;
    }

    #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 {
        line-height: 25px;
        font-size: 25px;
    }

    #mainHolder_divDesign .owl-carousel .owl-nav,
    .owl-carousel .owl-nav {
        right: 5px;
        left: 5px;
    }

    .productItem .productPrice {
        margin-top: 5px;
    }

    .productItem .regularPrice span,
    .productItem .discountPrice span {
        font-size: 16px;
    }

    .productItem .productDetail {
        padding-top: 5px;
        height: 90px;
    }

    .productItem .productName a {
        font-size: 12px;
    }

    .ozelAlan1,
    #divOzelAlan1 {
        font-size: 10px;
    }

    .favori {
        top: 5px;
        right: 5px;
    }

    .productIconEx>* {
        margin-bottom: 5px;
    }

    span.discountIcon_s1,
    #divIndirimOrani .indirimliOrani,
    .newIcon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 10px;
    }

    #divIndirimOrani .indirimliOrani * {
        line-height: 30px;
    }

    .productIconEx {
        top: 5px;
        left: 5px;
    }

    #mainHolder_divDesign .JKatAdi.categoryTitle .bold .satir1,
    .JKatAdi .bold .satir1 {
        line-height: 40px;
    }

    #pnlSlider {
        margin-bottom: 0;
    }

    .circled-slider .owl-item a span {
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #pnlSlider .flex-direction-nav .flex-prev::before,
    #pnlSlider .flex-direction-nav .flex-next::before {
        font-size: 18px;
    }

    #pnlSlider .flex-control-paging li a {
        width: 10px;
        height: 10px;
    }

    #pnlSlider .flex-control-nav {
        bottom: 0;
    }

    .circled-slider .owl-item a img {
        width: 57px;
        height: 57px;
    }

    p.sayacAlan-text,
    p.sayacAlan-text b {
        font-size: 12px;
        line-height: 25px;
    }

    p.sayacAlan-text b {
        margin-left: 5px;
    }

    .sayacAlan ul {
        float: right;
        width: 130px;
        padding: 3px;
        margin-left: 5px;
    }

    a.sayacAlan-link {
        position: absolute;
        margin: 0;
        left: 10px;
        bottom: 0;
        line-height: 25px;
        font-size: 10px;
        padding: 0 5px;
    }

    .sayacAlan {
        padding: 0 10px;
        float: left;
        width: 100%;
    }

    .HT-topBanner {
        height: 53px;
    }

    .Header-Top .HT-FirsatTxt a {
        font-size: 12px;
        padding: 0 10px;
    }

    .searchClick #btnKelimeAra {
        display: none;
    }

    #divIcerik.homepage {
        margin: 0px auto;
    }

    body.sepetimBody {
        padding-top: 0px;
    }

    #lang_flag_container {
        display: none;
    }

    .userContainer .userLeftBox,
    .userContainer .userRightBox {
        padding: 0px;
    }

    .userContainer .userRightBox {
        margin-top: 20px;
    }

    .SifremiUnuttumContent .userWrapper.SifremiUnuttum {
        width: 100%;
        padding: 0px 10px;
    }

    .headerContent {
        margin: 0px auto;
    }

    #divIcerik {
        padding: 0px 10px;
        margin: 0px auto;
    }

    .proCategoryTitle.categoryTitleText {
        padding: 0px 10px;
    }

    #footer .ticiContainer {
        padding: 0px 10px;
    }

    #divTicimaxCopyrightContent {
        text-align: center;
        float: left;
        width: 100%;
    }

    #divTicimaxCopyrightContent a {
        display: inline-block;
    }

    #logo {
        float: none;
        position: static;
        display: block;
        border: none;
        width: auto;
        padding: 0px;
        background: transparent;
        margin: 0px;
    }

    #logo::after {
        display: none;
    }

    #logo .logo {
        margin: 0px auto;
        width: 104px;
        float: none;
        padding: 5px 0px;
        text-align: center;
        display: block;
        background: transparent;
    }

    #logo .logo img {
        max-width: 100%;
        display: inline-block;
    }

    .mycart {
        top: 10px;
        right: 5px;
        width: 15px;
        height: 15px;
        z-index: 2;
    }

    .mycart .sepetUrunSayisi {
        background: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
        width: 15px;
        height: 15px;
        line-height: 15px;
    }

    .mobilMenuAcButton {
        display: block;
        position: absolute;
        top: 11px;
        left: 10px;
    }

    .searchClick {
        display: block;
        position: absolute;
        top: 11px;
        left: 50px;
        margin-top: 0;
    }

    .welcomeOpen {
        display: block;
        position: absolute;
        top: 11px;
        right: 50px;
    }

    .mycartClick {
        display: block;
        position: absolute;
        top: 11px;
        right: 10px;
    }

    .mobilMenuAcButton span {
        display: none;
    }

    .mobilMenuAcButton svg {
        width: 25px;
        fill: #000;
    }

    .searchClick svg {
        width: 25px;
        fill: #000;
        display: block;
    }

    .welcomeOpen svg {
        width: 22px;
        fill: #000;
    }

    .mycartClick svg {
        width: 25px;
        fill: #000;
    }

    /*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: inline-block;
        vertical-align: top;
    }

    .SepetUst .seClose {
        float: left;
        width: 40px;
        fill: #fff;
        position: absolute;
        left: 0;
    }

    .SepetUst .seClose svg {
        width: 20px;
        margin-top: 15px;
    }

    .CartProduct {
        background: #fff;
        background-size: 100%;
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        height: calc(100% - 50px);
        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: 40px;
        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;
        z-index: 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: 12px;
        border: none;
        position: static;
        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;
    }

    .spanTittle {
        font-size: 18px !important;
    }

    .iletisimContent .iletisimForm {
        width: 100%;
        padding: 0px;
    }

    .iletisimContent .AdBan {
        width: 100%;
    }

    .iletisimContent .categoryTitle {
        margin: 0px;
    }

    .iletisimContent .categoryTitle .categoryTitleText {
        line-height: 65px;
    }

    .iletisimContent .categoryTitle::before {
        display: none;
    }

    .iletisimContent .iletisimRight .categoryTitle {
        margin-bottom: 10px;
    }

    .iletisimContent .iletisimRight .categoryTitle .categoryTitleText {
        line-height: 65px;
        font-size: 19px;
    }

    .iletisimContent .iletisimForm .categoryTitle {
        margin-bottom: 10px;
    }

    .iletisimContent .iletisimForm .categoryTitle .categoryTitleText {
        line-height: 65px;
        font-size: 19px;
    }

    .iletisimContent .iletisimRight .iletisimbanka .span>div.line2>div.line2 {
        float: none;
        display: block;
        margin: 10px 0px 0px;
    }

    .iletisimContent .iletisimLeft .span.iletisimLeftFirmaAdi .Right {
        font-size: 17px;
    }

    .iletisimContent .iletisimRight .iletisimbanka .span>div span {
        font-size: 12px;
    }

    .iletisimContent .iletisimLeft .Right {
        font-size: 12px;
    }

    .iletisimContent .iletisimLeft .span.iletisimLeftTelefon .Right {
        font-size: 20px;
    }

    .UyeolContent .grid {
        width: 100%;
        margin: 0px 0px 10px;
        padding: 10px;
        border: none;
    }

    .SifremiUnuttum {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .SifremiUnuttum .line {
        width: 100%;
    }

    .SifremiUnuttum #mainHolder_txtbxMail {
        width: 70%;
    }

    .SifremiUnuttum .button {
        width: 30%;
    }

    .resimliYanMenu {
        display: none;
    }

    .navigation {
        display: none;
    }

    #header {
        border: none;
        padding-top: 0px;
        box-shadow: none;
        height: auto;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        margin-bottom: 0px !important;
        padding: 0;
    }

    #header::before {
        display: none;
    }

    #header.homeHeader {
        border: none;
    }

    .headerContent {
        text-align: left;
    }

    .homeHeader .searchContent {
        display: block;
    }

    .searchContent {
        display: block;
        width: 100%;
        margin: 0px;
        height: 0px;
        background: rgb(255, 255, 255);
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0px;
        padding: 0px;
        border: none;
        transition: all 0.1s ease 0s;
    }

    .searchContent.active {
        height: 40px;
        padding: 0px;
        overflow: visible;
        width: 100%;
        left: 0px;
        right: 0px;
    }

    .search {
        margin: 0px;
        max-width: 100%;
        width: 100%;
        position: relative;
        padding: 0px;
        display: block;
    }

    .search::after {
        display: none;
    }

    .search::before {
        display: none;
    }

    .search .crossclick {
        display: none;
    }

    #divAramaKategori {
        top: 0px;
        left: 0px;
    }

    #divAramaKategori select {
        width: 70px;
        padding-left: 5px;
        font-size: 10px;
        height: 40px;
    }

    #txtbxArama {
        height: 40px;
        padding-right: 30px;
        padding-left: 10px;
        width: 100%;
        box-shadow: none;
        font-size: 12px;
        border-radius: 0px;
        margin: 0px;
        border: 1px solid rgb(241, 241, 241);
    }

    .searchContent.active #txtbxArama {
        padding: 0px 35px 0px 10px;
    }

    #btnKelimeAra {
        width: 40px;
        height: 40px;
        right: 0px;
        top: 0px;
        line-height: 40px;
        text-indent: 0px;
        padding: 0px;
        left: auto;
        border: none;
        border-radius: 0px;
        font-size: 15px;
        text-align: center;
        background: transparent;
    }

    .ButtonMic {
        right: 40px;
        height: 40px;
    }

    .welcome {
        display: block;
        width: 100%;
        position: absolute;
        top: 100%;
        right: 0px;
        bottom: auto;
        text-align: center;
        background: transparent;
        border: none;
        padding: 0px;
        margin: 0px;
        height: 0px;
        border-radius: 0px;
        z-index: 100;
        overflow: hidden;
        transition: all 0.1s ease 0s;
    }

    .welcome.active {
        height: 40px;
    }

    .welcome>div {
        width: 100%;
        position: static;
        padding: 0px;
        box-shadow: none;
        display: block;
        background: transparent;
        margin: 0px;
    }

    .welcome>ul {
        margin: 0px;
    }

    .welcome>div::before {
        display: none;
    }

    .welcome::before {
        display: none;
    }

    .mobilMenu .welcome {
        display: block;
    }

    .welcome ul {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .welcome li {
        float: none;
        width: auto;
        vertical-align: top;
        display: inline-block !important;
    }

    .headerSocialConnect {
        margin-left: 0px;
    }

    .headerSocialConnect .baglanButton {
        margin-left: 10px;
    }

    .headerSocialConnect .baglanButton a {
        line-height: 40px;
        font-size: 13px;
        color: rgb(255, 255, 255);
        padding: 0px;
    }

    .headerSocialConnect .baglanButton a::before {
        line-height: 40px;
    }

    .headerHesabim,
    .headerCikis,
    .headerUyeOl a,
    .headerUyeGiris a {
        float: none;
        font-size: 13px;
        line-height: 40px;
        color: rgb(255, 255, 255);
        border: none;
        padding: 0px;
        width: auto;
        height: auto;
        margin: 0px;
        font-weight: 500;
        display: inline-block !important;
    }

    .headerUyeGiris a,
    .headerHesabim {
        background: transparent;
        margin-right: 10px;
    }

    .headerUyeGiris a::after,
    .headerHesabim::after,
    .headerCikis::after,
    .headerUyeOl a::after,
    .headerUyeGiris a::before,
    .headerHesabim::before,
    .headerCikis::before,
    .headerUyeOl a::before {
        display: none;
    }

    .ProductIcon {
        position: static;
        width: 100%;
        margin: 5px 0px 0px;
        float: left;
        padding: 5px 0px;
        border: none;
    }

    .ProductIcon .box1 {
        font-size: 12px;
        text-align: left;
        border: none;
        border-radius: 0px;
        width: 100% !important;
        line-height: 35px !important;
    }

    .ProductIcon .box1 i {
        float: left;
        line-height: 35px;
        width: 35px;
        height: 35px;
        margin-right: 5px;
        margin-bottom: 0px;
    }

    .ProductIcon>div {
        float: left;
        width: 100%;
        margin: 5px 0px 0px;
        max-width: 100% !important;
    }

    .ProductIcon>div>a {
        float: left;
        width: 100%;
        margin-bottom: 0px;
        transition: all 0.2s ease 0s;
    }

    .ProductIcon .box1::before {
        display: none !important;
    }

    .ProductIcon a:hover {
        padding-left: 25px;
    }

    .ProductIcon2>div {
        width: 33.33%;
        padding: 0px 2.5px;
    }

    .ProductIcon2>div>a {
        margin-right: 0px;
        padding: 0px 5px;
        width: 100%;
        font-size: 11px;
    }

    .ProductIcon2>div.YorumYazbtnContent>a {
        margin-right: 0px;
    }

    .ProductIcon2>div>a::before {
        margin-right: 4px;
        font-size: 12px;
    }

    .ProductIcon2>div#divSocialButtons {
        width: 100%;
        margin: 10px 0px !important;
    }

    .ProductIcon2>div#divSocialButtons>iframe {
        float: left;
        margin: 0px 5px 0px 0px;
    }

    .ProductIcon2>div#divSocialButtons>div {
        float: left;
        margin: 0px 5px;
    }

    .TopDet .product_social_icon_wrapper {
        text-align: center;
        margin: 20px 0px 0px;
    }

    .TopDet .product_social_icon_wrapper .PaylasTit {
        display: none;
    }

    .sepetimBody .bottomHead {
        display: none !important;
    }

    .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;
    }

    .ebultenDiv {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .ebultenGelecek {
        margin-top: 10px;
    }

    #divTicimaxCopyrightContent {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }

    #divTicimaxCopyrightContent img {
        display: inline-block;
        vertical-align: top;
    }

    #ticimaxCopyright {
        font-size: 11px;
        margin-top: 5px !important;
    }

    #back-to-top {
        bottom: 11%;
        right: 2%;
    }

    #back-to-top a {
        width: 30px;
        height: 30px;
    }

    #back-to-top a::after {
        line-height: 30px;
    }

    #footer .socialdiv {
        text-align: center;
        margin: 10px 0px;
    }

    #footer .socialdiv ul {
        display: inline-block;
        vertical-align: top;
    }

    #footer .store {
        text-align: center;
        margin: 10px 0px;
    }

    #footer .store ul {
        display: inline-block;
        vertical-align: top;
    }

    .categoryContainer .categoryTitleText {
        padding: 0px;
        margin: 0px;
    }

    .ProductBody .categoryTitle {
        padding: 0px;
        margin: 0px;
    }

    body .category-vertical-filters.top-filters {
        width: 100%;
        height: calc(100% - 50px);
        box-shadow: none;
        border: none;
    }

    body ul.breadcrumb {
        white-space: nowrap;
        position: relative;
    }

    body ul.breadcrumb.zindex {
        z-index: -1;
        pointer-events: none;
    }

    body ul.breadcrumb::after {
        position: absolute;
        inset: 0px;
        z-index: 99;
        content: "";
        display: block;
    }

    body ul.breadcrumb li:nth-child(1) a::before {
        display: none;
    }

    body ul.breadcrumb::before {
        content: "";
        font-family: FontAwesome;
        font-weight: 300;
        line-height: 40px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: top;
    }

    body ul.breadcrumb * {
        max-width: 25px;
        text-decoration: none;
        line-height: 40px !important;
        font-size: 12px !important;
    }

    body ul.breadcrumb li::after {
        line-height: 40px;
        content: "...";
        margin: 0px 2px;
        font-size: 12px !important;
    }

    body ul.breadcrumb li {
        font-size: 0px !important;
    }

    body ul.breadcrumb li:last-child a span::after {
        display: none;
    }

    body ul.breadcrumb li:last-child {
        max-width: 90px;
    }

    body ul.breadcrumb li:last-child * {
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px !important;
    }

    body ul.breadcrumb li a span {
        font-size: 0px !important;
    }

    body ul.breadcrumb li a span::after {
        content: "";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: top;
        line-height: 40px;
        font-weight: 300;
        font-size: 14px !important;
    }

    .categoryTitleText {
        position: relative;
        z-index: 99;
    }

    .breadList {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        background: rgb(255, 255, 255);
        padding: 10px 20px;
        z-index: 999;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
    }

    .breadList.breadActive {
        display: block !important;
    }

    .breadList ul {
        list-style: none;
    }

    .breadList .mBread {
        float: left;
        width: 100%;
    }

    .breadList .mBread ul {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .breadList .mBread ul li {
        float: left;
        width: 100%;
        font-size: 0px;
        display: block;
        margin-right: 0px;
        line-height: 1;
    }

    .breadList .mBread ul li a {
        float: left;
        width: 100%;
        font-size: 11px;
        color: rgb(69, 69, 69);
        padding: 6px 8px;
        position: relative;
    }

    .breadList .mBread ul li a::before {
        content: "";
        font-family: FontAwesome;
        font-size: 10px;
        position: absolute;
        left: -5px;
        top: 8px;
        transform: rotate(90deg);
    }

    .breadList .mBread ul li a span {
        font-weight: normal;
        line-height: 15px;
    }

    .breadList .mBread ul li ul {
        padding-left: 4px;
    }

    .breadList .mBread>ul>li>a span {
        font-weight: 600;
    }

    .breadList .clbtn {
        position: absolute;
        right: 5px;
        top: 10px;
        width: 30px;
        text-align: center;
        font-size: 18px;
        color: rgb(0, 0, 0);
        z-index: 99;
    }

    .categoryContainer .breadList .clbtn {
        right: -5px;
    }

    .categoryContainer .ProductList.PlSc_hrz .ItemOrj {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .categoryContainer .ProductList.PlSc_2 .ItemOrj {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .categoryContainer .ProductList.PlSc_3 .ItemOrj {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .categoryContainer .ProductList.PlSc_4 .ItemOrj {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .categoryContainer .ProductList.PlSc_5 .ItemOrj {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    body:not(.sepetimBody) .ItemOrj {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 5px;
    }

    .categoryContainer .ProductList {
        margin: 0px -5px;
    }

    .categoryContainer .ProductListContent .productItem {
        margin-bottom: 10px;
    }

    body .mobilFilterOpenBtn .button {
        font-size: 13px;
    }

    .leftImage {
        float: left;
        width: 100%;
    }

    .RightDetail {
        width: 100%;
        padding: 10px 0px 0px;
    }

    body a#linkOncekiSayfa {
        display: none;
    }

    body .leftImage a#linkOncekiSayfa {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 35px;
        background: rgb(255, 255, 255);
        text-align: center;
        font-family: FontAwesome;
        color: rgb(0, 0, 0);
        z-index: 5;
        line-height: 35px;
        display: block;
        font-size: 0px !important;
    }

    body .leftImage a#linkOncekiSayfa::before {
        content: "";
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        line-height: 35px;
    }

    #divUrunKodu {
        clear: left;
        float: left;
        line-height: 14px;
    }

    #divUrunKodu span {
        line-height: 14px;
    }

    #divTaksitAciklama {
        clear: left;
        float: left;
    }

    #divSatinAl {
        margin: 10px 0 5px;
    }

    .Basketinp {
        width: 120px;
        margin-bottom: 10px;
    }

    #divAdetCombo .right_line,
    .RightDetail .riSingle {
        width: 120px;
    }

    .Basketinp p {
        margin-right: 0px;
        width: 100%;
    }

    .basketBtn {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .buyfast {
        width: 100%;
        margin: 10px 0px 0px;
    }

    #divKombinSatinAl {
        width: 100%;
        margin: 10px 0px 0px;
    }

    #txtbxurunSiparisAdedi,
    #divAdetCombo select,
    .RightDetail .riSingle a.riUp,
    .RightDetail .riSingle a.riDown,
    .basketBtn input,
    .buyfast input {
        height: 50px !important;
    }

    .Basketinp p,
    #divAdetCombo .left_line,
    .RightDetail .riSingle a.riUp i,
    .RightDetail .riSingle a.riDown i,
    .RightDetail .riSingle a.riUp,
    .RightDetail .riSingle a.riDown,
    #divKombinSatinAl a {
        line-height: 50px;
    }

    .detaySliderContainer {
        margin: 10px 0px;
    }

    .sliderBannerContainer {
        margin: 5px 0px;
    }

    .HeaderTop {
        display: none;
    }

    .HomeImageBlock ul li {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .HomeImageBlock ul li img {
        width: 100%;
    }

    .FooterCol {
        width: 100%;
        text-align: center;
    }

    .FooterCol>.FooterCol-Title {
        font-size: 14px;
        border-bottom: 1px solid rgb(68, 68, 68);
        position: relative;
        line-height: 40px;
        border-top: 1px solid rgb(68, 68, 68);
        margin-top: -1px;
        margin-bottom: 0px;
        text-transform: uppercase;
        padding: 0px;
    }

    .ackapabtn {
        position: absolute;
        right: 0px;
        left: 0px;
        top: 0px;
        line-height: 40px;
        font-size: 20px;
        display: block;
        padding: 0px 5px 0px 0px;
        text-align: right;
    }

    .FooterCol>.FooterCol-Title+ :not(.active) {
        display: none;
        margin: 10px 0px;
    }

    .FooterCol>.FooterCol-Title.active+* {
        display: block;
    }

    .FooterMenuWrap {
        display: block;
        padding: 0px 5px;
        margin-bottom: -1px;
    }

    .FooterCol ul li a {
        font-size: 12px;
        line-height: 25px;
    }
}

@media screen and (min-width: 414px) {}

@media screen and (max-width: 413px) and (min-width: 375px) {}

@media screen and (max-width: 374px) and (min-width: 0px) {}

input.Addtobasket.button.btnAddBasketOnDetail {
    background-color: rgb(0, 0, 0);
}

#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 li a {
    color: #fff;
    font-weight: 300
}

.htopCenter li {
    text-align: center;
}

@media screen and (max-width: 1099px) {
    #headerNew #hb-logo img {
        min-width: 250px;
    }
}

.mycartIcon a {
    display: none;
}

span#spnTopSepetToplamUrun {
    background: red;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}