/* ==================== */
/* ------FE6--SC------- */
/* ==================== */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');

:root {
    --theme-color: #000;
}

/*@import url('introjs.css');*/
/*Dikey Ortalama
display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;align-items: center;-webkit-align-items:center;justify-content: center;-webkit-justify-content:center;
/*Dikey Ortalama*/
/*Yatay ekrana sigdirma
display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;flex-direction: row;justify-content: space-between;-webkit-flex-direction: row;-ms-flex-direction: row;-moz-flex-direction: row;-o-flex-direction: row;-webkit-justify-content: space-between;-ms-justify-content: space-between;
/*Yatay ekrana sigdirma*/
/*Menu column
-webkit-column-count: 4; -moz-column-count: 4; column-count: 4; // display: flex; align-items: flex-start; flex-direction: column; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid;
/*Menu column*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*Fadein Css*/
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*Fadein Css*/
/*Shine Css*/
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*.Blok a:hover:after {-webkit-animation: shine .75s;animation: shine .75s;position: absolute;top: 0;left: -100%;z-index: 2;display: block;content: '';width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}*/
/*Shine Css*/
.fa-facebook-f:before {
    content: "\f39e" !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif !important;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    -webkit-animation: fadein 500ms ease-in-out .5s both;
    animation: fadein 500ms ease-in-out .5s both;
}

label input {
    margin-right: 5px;
}

img {
    border: none;
    max-width: 100%;
}

i {
    font-style: normal;
}

.hesabimBolumuTutucu i {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #666;
    transition: background .1s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

input[type="text"] {
    border: solid 1px #a9a9a9;
    padding: 0 5px;
    height: 26px;
    color: #777777;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

input[type="password"] {
    border: solid 1px #a9a9a9;
    padding: 4px;
    text-indent: 5px;
    color: #777777;
}

input[type="submit"] {
    border: none;
    cursor: pointer;
}

select,
input {
    font-family: 'Poppins', sans-serif !important;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 600s ease-in-out 0s;
}

.adminUserLoginBody #mainHolder_Panel1 .newuserForm>div {
    margin: 0 !important;
}

#cb3DSecureOdeme {
    margin-right: 8px;
}

#txtbxCep {
    border: solid 1px #a9a9a9;
    height: 26px;
    color: #777777;
    background-color: transparent;
}

.clear {
    clear: both;
}

.textarea {
    font-family: 'Poppins', sans-serif !important;
    border: solid 1px #a9a9a9;
    padding: 4px;
    width: 100%;
    height: 80px;
    resize: none;
    color: #777777;
    background-color: transparent;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
}

.textbox {
    font-family: 'Poppins', sans-serif !important;
    color: #666666;
    display: block;
    font-size: 14px;
    width: 100%;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
}

.button {
    cursor: pointer;
    color: #fff;
    padding: 4px 5px;
    transition: all 0.3s ease 0s;
    border: none;
    font-family: 'Poppins', sans-serif !important;
    text-align: center;
}

.selectboxx {
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    background-color: none !important;
    width: 100%;
    margin-bottom: 4px;
}

.validate,
.validateSol,
.validateOrta {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    /* display: table; */
    background-color: #a94442;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
}

.validate .validateOk,
.validateSol .validateSolOk,
.validateOrta .validateOrtaOk {
    background-color: #a94442;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    display: block;
    border-radius: 0 0 5px 5px;
}

.cloudzoom-zoom {
    z-index: 999;
}

.clearfix {
    content: '';
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.clearfix:after,
.clearfix:before {
    content: '';
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.KasaOnuFirsatlarContent ul li a.button {
    border: none !important;
}

body .kirmiziButon {
    background: #ca2128 !important;
    border-color: #ca2128 !important;
}

body .yesilButon {
    background: #59962d !important;
    border-color: #59962d !important;
}

body .kirmiziButon:hover {
    background: #9e1a20 !important;
    color: #fff !important;
}

body .yesilButon:hover {
    background: #406d20 !important;
    color: #fff !important;
}

/* ============ ol,ul reset ============ */
.ProductList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blokSonYazilar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogKategori ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogCenter ul,
.blogCenter ol {
    padding: revert;
    margin: revert;
}

.blogRight ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation .navUl ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .socialdiv ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .store ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .linkler .blink ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.category-vertical-filters .vertical-filter-panel .list-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-vertical-filters .vertical-filter-panel .list-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.TopDet .product_social_icon_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabUrunOneriler ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sepetimBody ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body .category-vertical-filters.top-filters ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobilMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottomHead ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.breadList ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.urunOzellikTab .urunTab>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.CartProduct ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.welcome ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.brandlistselection ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.TopDet #IlgiliUrunDiv ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.urunOzellik .urunTab ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#pnlSlider ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mBread ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categorydesign ul,
.categorydesign ol {
    padding: revert;
    margin: revert;
}

/* ============ */
/*------------------------------------Sabit Renkler--------------------------------------------*/
.button {
    background-color: var(--theme-color);
}

.Basketstep ul li i,
.sepetTitle .st_1,
.sepetTitle2 .st_1,
.BasketRigth ul li.genelToplam .tut,
.sepetTitle2 .st_1:before,
.sepetTitle .st_1:before,
.TeslimatAdresTittle,
.Basketstep ul li.gecti span,
#divToplamOdeme,
.TeslimatAdresTittle,
a.YeniAdresEkle,
.Basketstep ul li.onestepsec span {
    color: var(--theme-color) !important
}

.basketCompletebtn {
    background: var(--theme-color) !important;
}

.OdemeMenu ul li.activeMenu {
    border-color: var(--theme-color) !important;
}

.baglanButton {
    background: var(--theme-color);
    border-color: transparent;
}

.baglanButton:hover {
    background: transparent;
    color: var(--theme-color) !important;
}

.Basketstep ul li:before {
    border: 1px solid var(--theme-color) !important;
}

.Basketstep ul li.pasif i {
    color: var(--theme-color) !important
}

.BasketDetail table tbody tr td a {
    display: inherit;
}

.BasketDetail table tbody tr td:last-child a {
    display: block;
}

#AdresContent .button {
    background: var(--theme-color) !important;
}

.siparisOzetTakip {
    background: var(--theme-color) !important;
    color: #fff;
}

.sepetimBody .hnavigation {
    display: none;
}

.sepetimBody #header:after {
    display: none;
}

.BasketPage .Basketstep ul li.pasif i {
    color: var(--theme-color) !important;
}

.BasketPage .cargoInformation div.cargoName span {
    color: var(--theme-color) !important;
}

.BasketPage .AdresItemAlt.AdresItemSelected .AdresItemAltLeft label span.check {
    color: var(--theme-color) !important;
}

.BasketPage .OdemeMenu ul li.activeMenu>a {
    background-color: var(--theme-color) !important;
}

.BasketPage .faturaAdresBtn.active,
.adresAyniBtn.active {
    color: var(--theme-color) !important;
}

.BasketPage .sepetItemB4 {
    color: var(--theme-color) !important;
}

/*HoverRenk*/
.button:hover {
    background-color: var(--theme-color);
}

.userLoginBtn:hover,
.userSignBtn:hover {
    background: var(--theme-color) !important;
}

.KasaOnuFirsatlarContent ul li a.button:hover {
    background: var(--theme-color) !important;
    border: none !important;
}

.BasketPage .sepetTitle2 a:hover {
    color: var(--theme-color) !important;
}

.BasketPage .alisverisedevamet:hover {
    background: var(--theme-color) !important;
    border: 1px solid var(--theme-color) !important;
}

.BasketPage .OdemeMenu ul li:hover a {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

.BasketPage #hed div.hediCekForm a:hover {
    background: var(--theme-color) !important;
}

.BasketPage .faturaAdresBtn:hover,
.adresAyniBtn:hover {
    color: var(--theme-color) !important;
}

.BasketPage .AdresItemAlt a:hover {
    color: var(--theme-color) !important;
}

.BasketPage .sepetiTemizle:hover {
    color: var(--theme-color) !important;
}

.BasketPage a.YeniAdresEkle:hover {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    color: #fff !important;
}

.BasketPage .sepet-sil:hover:before {
    color: var(--theme-color) !important;
}

#AdresContent .button:hover {
    background: var(--theme-color) !important;
}

.OdemeMenu ul li:hover {
    border-color: var(--theme-color) !important;
}

.basketCompletebtn:hover {
    background: var(--theme-color) !important;
}

/*------------------------------------Sabit Renkler--------------------------------------------*/
/* ------------------------------------ ToolTip --------------------------------------------*/
.tooltip {
    position: absolute;
    z-index: -1;
    display: none;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=90);
    z-index: 1030;
    display: block;
}

.tooltip.top {
    padding: 5px 0;
    margin-bottom: 7px;
    bottom: 100%;
    left: 50%;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 7px;
    left: 100%;
    top: 50%;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 7px;
    top: 100%;
    left: 50%;
}

.tooltip.left {
    padding: 0 5px;
    margin-right: 7px;
    right: 100%;
    top: 50%;
}

.tooltip-inner {
    min-width: 90px;
    padding: 0 15px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    background: #212121;
    border-radius: 0;
    white-space: nowrap;
    font-weight: normal;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #212121;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #212121;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #212121;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #212121;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #212121;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #212121;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #212121;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #212121;
    border-width: 0 5px 5px
}

/* ------------------------------------ ToolTip --------------------------------------------*/
/* -----------------------------------Sayfayi Yazdir--------------------------------------------*/
.PrintArea {
    width: 960px;
    margin: 0px auto;
    background-color: #FFF;
    overflow: hidden
}

.printresim {
    width: 30%;
    height: 200px;
    float: left
}

.printdetay {
    width: 70%;
    float: left
}

.printdetay div {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 10px
}

.printurunadi {
    font-size: 16px
}

.printfiyat {
    font-size: 16px
}

.printtaksit {
    width: 960px;
    float: left
}

.printtaksit .taksitLine {
    background-color: #FFF !important
}

.printtaksit .taksitLine .taksitLineNo {
    width: 114px
}

.printtaksit .taksitLine div {
    background-color: #FFF !important;
}

.printkdvdahil {
    font-size: 16px;
}

/* -----------------------------------Sayfayi Yazdir--------------------------------------------*/
/* -----------------------------------Magaza Sayfasi--------------------------------------------*/
.Magazalar #header {
    margin-bottom: 50px;
}

.Magazalar .magazaSelect {
    background: #fff;
    border: 1px solid #eeeff0;
    color: #222222;
    font-size: 13px;
}

.Magazalar #searchStore input {
    background: #fff;
    border: 1px solid #eeeff0;
    color: #222222;
    font-size: 13px;
}

.Magazalar #searchStore .buton {
    width: 105px;
    background: #222;
    border-color: #222;
}

.Magazalar #searchStore .buton:hover {
    color: #222;
}

.Magazalar .magazalarContent {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.Magazalar #nearStores {
    float: left;
    width: 100%;
}

.Magazalar #nearStores>h2 {
    font-weight: 600 !important;
    color: #222;
    font-size: 18px;
}

/* -----------------------------------Magaza Sayfasi--------------------------------------------*/
/*------------------------------------iletisim--------------------------------------------*/
.iletisimContent {
    float: left;
    width: 100%;
}

.iletisimContent .row {
    margin: 0;
}

.iletisimContent .AdBan {
    float: left;
    width: 50%;
}

.iletisimContent .iletisimLeft {
    float: left;
    padding: 0;
    margin: 0 0 40px;
    width: 100%;
    display: block;
}

.iletisimContent .categoryTitle {
    float: left;
    padding: 0;
    margin: 0 0 30px;
    width: 100%;
    text-align: left;
}

.iletisimContent .categoryTitle .categoryTitleText {
    margin-bottom: 0;
    color: #838080;
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
    text-align: left;
}

.iletisimContent .categoryTitle:after {
    clear: left;
    content: '';
    width: 70px;
    height: 1px;
    background: #e5e5e5;
    float: left;
}

.iletisimContent .iletisimLeft .Left {
    display: none;
}

.iletisimContent .iletisimLeft .Center {
    display: none;
}

.iletisimContent .iletisimLeft .span {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.iletisimContent .iletisimLeft .Right {
    display: block;
    color: #343434;
    font-size: 14px;
    line-height: 20px;
}

.iletisimContent .iletisimLeft .Right:before {
    color: #bababa;
    font-size: 20px;
    font-family: 'FontAwesome';
    width: 35px;
    text-align: left;
    font-weight: 300;
    float: left;
}

.iletisimContent .iletisimLeft .span.iletisimLeftFirmaAdi .Right {
    font-size: 20px;
    font-weight: bold;
}

.iletisimContent .iletisimLeft .span.iletisimLeftTelefon .Right {
    font-size: 24px;
}

.iletisimContent .iletisimLeft .span.iletisimLeftTelefon .Right:before {
    content: '\f2a0';
}

.iletisimContent .iletisimLeft .span.iletisimLeftFaks .Right:before {
    content: '\f1ac';
}

.iletisimContent .iletisimLeft .span.iletisimLeftAdres .Right:before {
    content: '\f3c5';
}

.iletisimContent .iletisimLeft .span.iletisimLeftEposta .Right:before {
    content: '\f2b6';
}

.iletisimContent .iletisimRight {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.iletisimContent .iletisimRight .iletisimbanka {
    float: left;
    padding: 0;
    width: 100%;
    margin: 0;
}

.iletisimContent .iletisimRight .iletisimbanka .span {
    float: left;
    padding: 0;
    width: 100%;
    margin: 0;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div {
    display: block;
    font-size: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div span {
    display: inline-block;
    vertical-align: top;
    width: auto !important;
    color: #343434;
    font-size: 14px;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div div {
    display: inline-block;
    vertical-align: top;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div.line1 span {
    display: block;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div.line1 {
    text-align: center;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div.line1 .line1 {
    text-align: left;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div.line1 .line4 {
    text-align: right;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div.line1>div {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div.line1>div span:nth-child(1) {
    margin-bottom: 10px;
}

.iletisimContent .iletisimRight .iletisimbanka .span>div.line2>div.line2 {
    float: right;
}

.iletisimContent .iletisimRight .iletisimbanka .span>.line1:nth-child(n+2) {
    border-top: 4px solid #838080;
    margin-top: 20px;
    padding-top: 20px;
}

.iletisimContent .iletisimForm {
    float: left;
    width: 50%;
    padding-left: 80px;
}

.iletisimContent .iletisimForm .rowLeft {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.iletisimContent .iletisimForm .rowLeft .span {
    float: left;
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
}

.iletisimContent .iletisimForm .rowLeft .span .Center {
    display: none;
}

.iletisimContent .iletisimForm .rowLeft .span .Left {
    display: block;
    font-size: 12px;
    color: #222222;
    font-weight: 600;
    line-height: 30px;
}

.iletisimContent .iletisimForm .rowLeft .span .Right {
    display: block;
    position: relative;
}

.iletisimContent .iletisimForm .rowLeft .span .Right input {
    height: 40px;
    border-color: #e3e3e3;
    background: transparent;
    padding: 0 10px;
}

.iletisimContent .iletisimForm .rowRight {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.iletisimContent .iletisimForm .rowRight .span {
    float: left;
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
}

.iletisimContent .iletisimForm .rowRight .span .Center {
    display: none;
}

.iletisimContent .iletisimForm .rowRight .span .Left {
    display: block;
    font-size: 12px;
    color: #222222;
    font-weight: 600;
    line-height: 30px;
    width: auto !important;
}

.iletisimContent .iletisimForm .rowRight .span .Right {
    display: block;
    position: relative;
    width: auto !important;
}

.iletisimContent .iletisimForm .rowRight .span .Right .captchaImageBox {
    display: block;
    margin-bottom: 10px;
}

.iletisimContent .iletisimForm .rowRight .span .Right input {
    height: 40px;
    border-color: #e3e3e3;
    background: transparent;
    padding: 0 10px;
}

.iletisimContent .iletisimForm .rowRight .span .Right textarea {
    border-color: #e3e3e3;
    background: transparent;
    padding: 10px;
}

.iletisimContent .iletisimForm .rowRight .iletisimBtn {
    margin-top: 20px;
}

.iletisimContent .iletisimForm .rowRight .iletisimBtn input {
    padding: 0;
    display: block;
    height: 55px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.iletisimContent .validate .validateOk,
.iletisimContent .validateSol .validateSolOk,
.iletisimContent .validateOrta .validateOrtaOk {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ff0d0d;
    border-radius: 2px;
}

.iletisimContent .validate,
.iletisimContent .validateSol,
.iletisimContent .validateOrta {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    display: block;
    border-radius: 2px;
}

/*------------------------------------iletisim--------------------------------------------*/
/*******************************************UYELIK********************************/
/*------------------------------------uye Ol--------------------------------------------*/
.uyeOlContainer .FormTitle {
    display: block;
    margin: 20px 0;
    font-size: 26px;
    text-align: center;
}

.uyeOlContainer #FrmYeniUye>.uyeOlCol {
    margin: 30px 20px 0 0;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    width: calc(50% - 10px);
}

.uyeOlContainer #FrmYeniUye>.uyeOlCol:nth-child(2) {
    margin-right: 0;
}

.uyeOlContainer .uyeOlRow {
    margin: 0;
}

.uyeOlContainer .uyeOlCol .uyeOlCol {
    width: auto;
    padding: 0;
}

.uyeOlContainer .uyeOlCol .uyeOlCol-3 {
    padding-left: 0;
}

.uyeOlContainer .uyeOlCol label {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.uyeOlContainer .uyeOlCol input.textbox {
    font-size: 14px;
    display: block;
    letter-spacing: 0.3px;
    background-color: #fff !important;
    height: auto !important;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 0;
    border: 1px solid #eee !important;
    font-weight: 400;
    color: #555 !important;
    width: 100%;
    text-indent: 15px;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
}

.uyeOlContainer .uyeOlCol select.selectboxx {
    font-size: 14px;
    display: block;
    letter-spacing: 0.3px;
    background-color: #fff !important;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 0;
    border: 1px solid #eee !important;
    font-weight: 400;
    color: #555 !important;
    width: 100%;
    text-indent: 15px;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
}

.uyeOlContainer .dateofbirth select.selectboxx {
    width: 31%;
    float: left;
    margin-right: 1%;
}

.uyeOlContainer .gender {
    float: left;
    width: 100%;
}

.uyeOlContainer .gender label {
    float: left;
    width: 70px;
    margin-top: 10px;
    display: block;
}

.uyeOlContainer .gender input {
    float: left;
    margin-top: 14px;
    margin-right: 3px;
}

.uyeOlContainer .intl-tel-input {
    margin-bottom: 15px;
}

.uyeOlContainer #mainHolder_rblCinsiyet {
    float: left;
}

.uyeOlContainer input.uyeol {
    height: auto;
    padding: 15px 0;
    line-height: normal;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
}

.uyeOlContainer .intl-tel-input input[type=tel] {
    padding-left: 48px !important;
}

.uyeOlContainer .uyeOlColItem.checkboxItem label span {
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 13px;
    line-height: 14px;
    width: calc(100% - 26px);
}

.uyeOlContainer .uyeol {
    width: 100%;
    text-align: center;
    padding: 2px;
    margin: 30px 0;
    height: 45px;
    font-size: 15px;
    line-height: 48px;
}

.uyeOlContainer .uyeOlColItem.checkboxItem label input {
    margin-left: -20px;
}

.uyeOlContainer .uyeOlColItem.checkboxItem label:before {
    margin-right: 10px;
}

.uyeOlContainer .uyeOlCol .uyeOlCol {
    margin-right: 20px;
}

.uyeOlContainer #chkSozlesme {
    margin: 0 !important;
}

.uyeOlContainer #chkSozlesme+label {
    width: calc(100% - 20px);
    float: right;
    line-height: 15px;
    font-size: 13px;
}

.userContainer .userMail,
.userContainer .userSms,
.userContainer .userSozlesmeDiv {
    float: left;
    width: 100%;
}

.userContainer .userMail label,
.userContainer .userSms label,
.userContainer .userSozlesmeDiv label {
    width: 93%;
    float: right;
}

.userContainer #chkSozlesme+label {
    width: 93%;
    float: right;
}

/*------------------------------------uye Ol--------------------------------------------*/
/* ------------------------------------Sifremi Unuttum--------------------------------------------*/
.SifremiUnuttum {
    width: 100%;
    margin: 30px 0;
    padding-left: 50px;
    float: left;
}

.SifremiUnuttum p {
    line-height: 25px;
}

.SifremiUnuttum #mainHolder_txtbxMail {
    width: 80%;
    height: 40px;
    float: left;
    line-height: 40px;
    padding: 0 20px;
}

.SifremiUnuttum .button {
    padding: 0 10px;
    float: right;
    width: 20%;
    height: 40px;
}

.SifremiUnuttumInput {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.SifremiUnuttumInput .validate {
    left: auto;
    right: 0;
    top: -38px;
}

.SifremiUnuttumInput .validateSol {
    left: 0;
    right: auto;
    top: -38px;
}

.SifremiUnuttumInput .validateSol .validateSolOk {
    border-radius: 0 0 15px;
    bottom: -5px;
    left: 10px;
}

.SifremiUnuttum .line {
    min-height: 32px;
    line-height: 32px;
    margin-bottom: 5px;
    width: 400px;
    position: relative;
    margin: 0 auto;
}

.SifremiUnuttum .line .Left {
    width: 30%;
    float: left;
}

.SifremiUnuttum .line .Center {
    width: 4%;
    float: left;
}

.SifremiUnuttum .line .Right {
    width: 66%;
    float: left;
}

/* ------------------------------------Sifremi Unuttum--------------------------------------------*/
/* ------------------------------------uyelik Onay--------------------------------------------*/
.uyelikonay {
    margin: 50px 0;
    padding-left: 50px;
}

.uyelikonay .title {
    width: 100%;
    margin-bottom: 30px;
}

.uyelikonay .title h4 {
    font-size: 30px;
    margin-bottom: 20px;
}

.uyelikonay .title span {
    font-size: 20px;
}

.uyelikonay p {
    line-height: 30px;
}

.uyelikonay p strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.uyelikonay a {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}

/* ------------------------------------uyelik Onay--------------------------------------------*/
/*------------------------------------uye Giris Popup--------------------------------------------*/
.popupBox {
    width: 80% !important;
}

.popupBox input[type="password"],
.popupBox input[type="text"] {
    width: 100% !important;
    padding: 0 10px !important;
    margin-bottom: 7px !important;
    height: 40px !important;
    border: 1px solid #e7e7e7 !important;
}

.popupBox input[type="password"]:focus,
.popupBox input[type="text"]:focus {
    border-color: #000 !important;
}

.popupBox input[type="checkbox"] {
    margin: 3px 10px 0 0 !important;
}

.popupBox input[type="radio"] {
    margin: 3px 10px 0 0 !important;
    float: left;
}

.userloginF1 {
    border: none !important;
}

.errBoxRegister {
    overflow: hidden;
}

.uyePopupContent .button {
    padding: 10px !important;
}

.uyePopupCinsiyet {
    margin: 10px 0 !important;
}

.uyePopupCinsiyet tr td {
    padding-right: 10px !important;
}

.popupLogo {
    margin-bottom: 10px;
}

/*------------------------------------uye Giris Popup--------------------------------------------*/
/*******************************************UYELIK********************************/
/* ------------------------------------Taksit Secenekleri--------------------------------------------*/
.taksitBlok {
    width: 50%;
    height: auto;
    float: left;
    line-height: 20px;
}

.taksitBaslik {
    width: 100%;
    height: 21px;
    text-align: center;
}

.taksitBaslik img {
    display: none;
}

.taksitLine {
    width: 101%;
}

.taksitLine .tak {
    width: 39.1%;
    height: 20px;
    overflow: hidden;
    border-bottom: solid 1px #FFF;
    border-right: solid 1px #FFF;
    font-size: 10px;
    float: left;
    color: #000;
    text-align: center;
}

.taksitLine .tak.Taksit {
    background-color: #ededed;
    width: 19%;
}

.taksitBaslik1 {
    background: url(/Uploads/BankaLogo/1.png) center center no-repeat #7cc242;
}

.taksitBaslik2 {
    background: url(/Uploads/BankaLogo/2.png) center center no-repeat #fdbf57;
}

.taksitBaslik3 {
    background: url(/Uploads/BankaLogo/3.png) center center no-repeat #6950a2;
}

.taksitBaslik4 {
    background: url(/Uploads/BankaLogo/4.png) center center no-repeat #e01d6e;
}

.taksitBaslik5 {
    background: url(/Uploads/BankaLogo/5.png) center center no-repeat #ed1c24;
}

.taksitBaslik6 {
    background: url(/Uploads/BankaLogo/6.png) center center no-repeat #00a6d4;
}

.taksitBaslik7 {
    background: url(/Uploads/BankaLogo/7.png) center center no-repeat #ee3623;
}

.taksitBaslik8 {
    background: url(/Uploads/BankaLogo/8.png) center center no-repeat #00aedb;
}

.taksitBaslik9 {
    background: url(/Uploads/BankaLogo/9.png) center center no-repeat #a3a3a3;
}

.taksitBaslik10 {
    background: url(/Uploads/BankaLogo/10.png) center center no-repeat #2e3192;
}

.taksitBaslik11 {
    background: url(/Uploads/BankaLogo/11.png) center center no-repeat #056bb6;
}

.taksitBaslik12 {
    background: url(/Uploads/BankaLogo/12.png) center center no-repeat #221f1f;
}

.taksitBaslik13 {
    background: url(/Uploads/BankaLogo/13.png) center center no-repeat #0053a0;
}

.taksitBaslik14 {
    background: url(/Uploads/BankaLogo/14.png) center center no-repeat #ffdf00;
}

.taksitBaslik15 {
    background: url(/Uploads/BankaLogo/15.png) center center no-repeat #024d39;
}

.taksitBaslik16 {
    background: url(/Uploads/BankaLogo/16.png) center center no-repeat #8c1639;
}

.taksitBaslik17 {
    background: url(/Uploads/BankaLogo/17.png) center center no-repeat #e9690e;
}

.taksitBaslik18 {
    background: url(/Uploads/BankaLogo/18.png) center center no-repeat #e8ce00;
}

.taksitBaslik19 {
    background: url(/Uploads/BankaLogo/19.png) center center no-repeat #ffffff;
}

.TakRenk1 {
    background-color: #edf4e6;
}

.TakRenk2 {
    background-color: #f1e7f3;
}

.TakRenk3 {
    background-color: #f5f9d9;
}

.TakRenk4 {
    background-color: #eeafa2;
}

.TakRenk5 {
    background-color: #b5d0df;
}

.TakRenk6 {
    background-color: #e4e9f4;
}

.TakRenk7 {
    background-color: #edf4e6;
}

.TakRenk8 {
    background-color: #f1e7f3;
}

.TakRenk9 {
    background-color: #f5f9d9;
}

.TakRenk10 {
    background-color: #eeafa2;
}

.TakRenk11 {
    background-color: #b5d0df;
}

.TakRenk12 {
    background-color: #e4e9f4;
}

.TakRenk13 {
    background-color: #edf4e6;
}

.TakRenk14 {
    background-color: #f1e7f3;
}

.TakRenk15 {
    background-color: #f5f9d9;
}

.TakRenk16 {
    background-color: #eeafa2;
}

.TakRenk17 {
    background-color: #b5d0df;
}

.TakRenk18 {
    background-color: #e4e9f4;
}

.TakRenk19 {
    background-color: #edf4e6;
}

/* ------------------------------------Taksit Secenekleri--------------------------------------------*/
/* ------------------------------------ Cari odeme Yap Blok --------------------------------------------*/
.CariOdeme .row .span {
    overflow: hidden;
}

.CariOdeme .row .span .Left {
    width: 13%;
}

.CariOdeme .row .span .Center {
    width: 3%;
}

.CariOdeme .row .span .Right {
    width: 82%;
}

.CariOdeme .row .span div {
    float: left;
    height: 31px;
    line-height: 31px;
}

.Listem.CariOdemeRaporlari .ListemItem .line1 {
    width: 6%;
}

.Listem.CariOdemeRaporlari .ListemItem .line2 {
    width: 13%;
}

.Listem.CariOdemeRaporlari .ListemItem .line3 {
    width: 18%;
}

.Listem.CariOdemeRaporlari .ListemItem .line4 {
    width: 8%;
    padding-left: 1%;
}

.Listem.CariOdemeRaporlari .ListemItem .line5 {
    width: 18%;
    padding-left: 1%;
}

.Listem.CariOdemeRaporlari .ListemItem .line6 {
    width: 12%;
    padding-left: 1%;
}

.Listem.CariOdemeRaporlari .ListemItem .line7 {
    width: 10%;
    padding-left: 1%;
}

.Listem.CariOdemeRaporlari .ListemItem .line8 {
    width: 7%;
    padding-left: 1%;
}

.CariOdeme .Basketstep {
    display: none;
}

.CariOdeme .OdemeMenu {
    display: none;
}

.CariOdeme .BasketPage {
    width: 100%;
    overflow: visible;
    padding: 0;
    border: 0;
    min-height: inherit;
}

.CariOdeme .Odeme-Left {
    width: 100%;
    padding: 0;
    float: none;
    background-color: transparent;
    min-height: 300px;
}

.CariOdeme .Odeme-Left .Left {
    width: 50%;
}

.CariOdeme .CrediCardNoInput input {
    width: 20.3%;
}

.CariOdeme .CrediCardNameInput input {
    width: 92%;
}

.CariOdeme .CrediCardDateInput select {
    width: 46.7%;
}

.CariOdeme .Odeme-Right {
    padding: 0;
    float: none;
    width: 100%;
    background-color: transparent;
}

.CariOdeme .Odeme-Right .Odeme-RightLine {
    display: none;
}

.CariOdeme .aspNetDisabled {
    margin-top: 5px;
}

.CariOdeme .OdemeTamamla .SiparisiTamamlaBtn {
    float: right;
    margin-top: 50px;
}

.CariRaporlarContent .siparisTablo thead tr th {
    padding: 2px;
}

.cariorta table tr td {
    padding: 5px;
}

div#fancy_print {
    background: url("../Default/images/print2.png") no-repeat scroll center center #222222;
    border: 2px solid #FFFFFF;
    border-radius: 13px;
    cursor: pointer;
    display: block;
    height: 25px;
    left: -16px;
    position: absolute;
    top: -14px;
    width: 25px;
    z-index: 9999;
}

.CariOdeme .Odeme-Right {
    position: relative;
}

.CariOdeme .OdemeTamamla {
    position: absolute;
    bottom: 0;
}

/* ------------------------------------ Cari odeme Yap Blok --------------------------------------------*/
#mainHolder_txtbxNotlar {
    width: 100%;
}

.Block_Text img {
    max-width: 100%;
}

#GUVENLIK_KODU {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* ------------------------------------ Arama Sonuclari --------------------------------------------*/
#ArmaSonuclari {
    width: 100%;
    border: solid 1px #CCC;
    padding: 3%;
    text-align: center;
    font-size: 19px;
    background-color: #fff;
}

/* ------------------------------------ Arama Sonuclari --------------------------------------------*/
/*------------------------------------yan blok uye giris ve sepet--------------------------------------------*/
.sideuserlogin {
    float: left;
    width: 100%;
    text-align: center;
}

.sideuserlogin>div {
    float: left;
    width: 100%;
}

.sideuserlogin .spanTittle {
    float: left;
    width: 100%;
    text-align: center;
    color: #3c3934;
    font-weight: 600;
    font-size: 14px;
    line-height: 53px;
    text-transform: uppercase;
}

.sideuserlogin .textbox {
    float: left;
    width: 100%;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 0 0;
    height: 40px;
    background: #f1f0f0;
    color: #3c3934;
    font-size: 12px;
    padding: 0 20px;
    margin-bottom: 10px;
    text-indent: 0;
}

.sideuserlogin .button {
    float: left;
    height: 40px;
    background: #fff !important;
    border-radius: 5px;
    border: 2px solid #3c3934 !important;
    margin-bottom: 0;
    width: 100%;
    line-height: 36px;
    text-transform: uppercase;
    padding: 0;
}

.sideuserlogin .button strong {
    font-size: 0 !important;
    color: #3c3934;
    font-weight: 600 !important;
}

.sideuserlogin .button strong:before {
    content: 'HEMEN GÃƒâ€žÃ‚Â°RÃƒâ€žÃ‚Â°Ãƒâ€¦Ã…Â¾ YAP';
    font-size: 14px !important;
}

.sideuserlogin .userSignUp {
    float: left;
    width: 100px;
    font-size: 12px;
    color: #ffffff;
    background: #4c5a58;
    border-radius: 5px;
    font-weight: bold;
    line-height: 31px;
    text-transform: uppercase;
}

.sideuserlogin .userPassBtn {
    float: left;
    color: #3c3934;
    font-size: 13px;
    text-align: left;
    line-height: 30px;
    width: 100%;
    margin-bottom: 9px;
}

.sideuserlogin #chkUyeGiriRememberMe {
    display: none;
}

.sideuserlogin .uyeGirisBeniHatirla {
    float: right;
    text-align: right;
    font-size: 10px;
    color: #a0a0a0;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}

.sideuserlogin .uyeGirisBeniHatirla input {
    width: 12px;
    height: 10px;
    float: left;
}

.sideuserlogin .baglanButton {
    margin: 0;
    padding: 0 !important;
    float: right;
    border-radius: 5px;
    width: 100px;
    height: 30px;
    margin-bottom: 0 !important;
    background: #fff !important;
    border: 1px solid #385a95 !important;
    text-indent: 0 !important;
}

.sideuserlogin .baglanButton a {
    line-height: 28px;
    text-indent: 0;
    color: #385a95;
    font-size: 0;
    font-weight: 600;
}

.sideuserlogin .baglanButton a:before {
    content: '\f09a';
    font-family: 'FontAwesome';
    margin-right: 5px;
    line-height: 28px;
    font-size: 13px;
}

.sideuserlogin .baglanButton a:after {
    content: 'BAÃƒâ€žÃ…Â¾LAN';
    font-size: 12px;
    line-height: 28px;
}

.YanUyeGirisi {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0 15px 9px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
}

.YanUyeGirisi .Block_Title {
    float: left;
    width: 100%;
    padding: 0;
    display: block;
}

.YanUyeGirisi .Block_Title span {
    float: left;
    width: 100%;
    text-align: center;
    color: #3c3934;
    font-weight: 600;
    font-size: 14px;
    line-height: 53px;
    text-transform: uppercase;
}

.YanUyeGirisi li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    color: #000;
}

.YanUyeGirisi li * {
    font-size: 12px;
    color: #000;
}


.SepetBlock {
    float: left;
    width: 100%;
    background: #eeeeee;
    text-align: center;
    margin-bottom: 10px;
}

.SepetBlock .Block_Title {
    float: left;
    width: 100%;
    background: #636363;
    border-radius: 0;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 55px;
    overflow: hidden;
    position: relative;
}

.SepetBlock .Block_Title span {
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.SepetBlock .Block_Title span:before {
    content: 'ALIÅžVERÄ°Åž';
    margin-right: 4px;
}

.SepetBlock .Block_Title:after {
    content: '\f291';
    font-family: 'FontAwesome';
    font-size: 60px;
    color: #797979;
    font-weight: 400;
    position: absolute;
    left: -3px;
    top: -3px;
    transform: rotate(-25deg);
}

.SepetBlock .solBlokSepetUrunyok {
    float: left;
    width: 100%;
    padding: 0 50px 10px;
    font-size: 13px;
    color: #3c3934;
    font-weight: 500;
}

.SepetBlockContent {
    float: left;
    width: 100%;
    padding: 20px 10px;
}

.SepetBlockInfo {
    float: left;
    width: 100%;
    text-align: left;
    overflow-y: auto;
    max-height: 230px;
}

.SepetBlockInfo::-webkit-scrollbar {
    width: 4px;
}

.SepetBlockInfo::-webkit-scrollbar-track {
    background: #e5e5e5;
}

.SepetBlockInfo::-webkit-scrollbar-thumb {
    background: #a81d11;
}

.SepetBlockInfo table {
    border-collapse: collapse;
    width: 100%;
}

.SepetBlockImg {
    width: 60px;
    float: left;
}

.SepetBlockName {
    width: 70px;
    float: left;
}

.SepetBlockInfo tr {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.SepetBlockInfo tr:last-child {
    margin-bottom: 0;
}

.SepetBlockInfo tr td {
    padding: 0;
}

.SepetBlockInfo .SepetBlockImg img {
    border: 1px solid #eceaea;
    width: 50px;
    height: 50px;
    max-width: 50px !important;
    max-height: 50px !important;
    display: inline-block;
}

.SepetBlockInfo .SepetBlockName a {
    display: block;
    color: #272727;
    font-size: 11px;
    max-height: 50px;
    overflow: hidden;
}

.SepetBlockInfo .SepetBlockName a span {
    display: block;
    font-weight: bold;
}

.SepetBlockInfo .SepetBlockName a span:nth-child(2) {
    display: none;
}

.SepetBlockInfo .SepetBlockAdet {
    text-align: right;
    color: #2d2d2d;
    font-size: 11px;
    line-height: 20px;
    display: block;
    padding-right: 20px;
}

.SepetBlockInfo .SepetBlockAdet:after {
    content: 'Adet';
}

.SepetBlockInfo td.SepetBlockTotal {
    text-align: right;
    color: #2d2d2d;
    font-size: 11px;
    display: block;
    font-weight: 900;
    padding-right: 20px;
}

.SepetBlockInfo .SepetBlockRemove a {
    display: inline-block;
    width: 9px;
    height: 9px;
    line-height: 9px;
    text-align: center;
    color: #272727;
    font-size: 9px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 5px;
}

.SepetBlockInfo .SepetBlockRemove a:hover {
    color: #f22a18;
}

.SepetBlockGenelTotal {
    float: left;
    width: 100%;
    margin: 0 0 12px;
    text-align: center;
    padding: 0 30px 0 10px;
}

.SepetBlockGenelTotal table {
    width: 100%;
}

.SepetBlockGenelTotal tr:nth-child(1),
.SepetBlockGenelTotal tr:nth-child(2),
.SepetBlockGenelTotal tr:nth-child(3) {
    display: none;
}

.SepetBlockGenelTotal tr {
    text-align: left;
}

.SepetBlockGenelTotal tr td {
    text-align: left !important;
}

.SepetBlockGenelTotal tr td:nth-child(1) {
    color: #2d2d2d;
    font-size: 11px;
    display: inline-block;
}

.SepetBlockGenelTotal tr td:nth-child(1) b {
    color: #2d2d2d;
    font-size: 11px;
    font-weight: 600 !important;
    line-height: 20px;
}

.SepetBlockGenelTotal tr td:nth-child(2) {
    text-align: right !important;
    line-height: 20px;
    display: inline-block;
    color: #db9b39;
    font-weight: 900;
    float: right;
}

.SepetBlockCheck {
    padding: 0 10px 14px;
    text-align: center;
    display: none !important;
    float: left;
    width: 100%;
}

.more .SepetBlockCheck {
    display: block !important;
}

.SepetBlockCheck .button:nth-child(1) {
    background: #bbbbbb;
    margin-bottom: 10px;
}

.SepetBlockCheck .button:nth-child(2) {
    background: #87bb4a;
}

.SepetBlockCheck .button {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
}

/*------------------------------------yan blok uye giris ve sepet--------------------------------------------*/
/*------------------------------------kampanya baner yonetimi--------------------------------------------*/
#divKampanyaBanner {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0;
    padding: 0;
}

#divKampanyaBanner .AnasayfaTasarimLine {
    float: left;
    width: 100%;
    padding: 0;
}

#divKampanyaBanner .AnasayfaTasarimLine a {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#divKampanyaBanner .AnasayfaTasarimLine a img {
    max-width: 100%;
    display: block;
}

#divKampanyaBanner .AnasayfaTasarimLine .AnasayfaTasarimAdi {}

#divKampanyaBanner .AnasayfaTasarimLine .AnasayfaTasarimAdi .TasarimTime {}

#divKampanyaBanner .AnasayfaTasarimLine .AnasayfaTasarimAdi .TasarimTime * {}

#divKampanyaBanner .AnasayfaTasarimLine .AnasayfaTasarimAdi .TasarimTime>span.Sayac>span {}

#divKampanyaBanner .AnasayfaTasarimLine .AnasayfaTasarimAdi .TasarimTime .NoSayac {}

#divKampanyaBanner .AnasayfaTasarimLine .AnasayfaTasarimAdi .TasarimTime .countdown_amount {
    position: relative;
}

/*------------------------------------kampanya baner yonetimi--------------------------------------------*/
.HesabimContainer .categoryTitle .categoryTitleText {
    width: 100% !important;
    margin-bottom: 20px;
    font-size: 13px;
}

.iletisimContent .categoryTitle .categoryTitleText {
    width: 100% !important;
    margin-bottom: 10px;
}

/*******************************************URUN DETAY********************************/
.RightDetail>.clear {
    clear: none;
}

.ProductDetailMain {
    float: left;
    width: 100%;
}

.ProductDetailMainRow {
    float: left;
    width: 100%;
}

.TopDet {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.leftImage {
    width: 755px;
    float: left;
    position: relative;
    padding: 0;
}

.RightDetail {
    width: calc(100% - 755px);
    float: left;
    position: relative;
    padding: 0 0 0 40px;
}

/*Urun Resim*/
.UrunDetayLeft {
    margin: 0 !important;
    overflow: hidden;
}

.Images {
    float: right;
    width: 644px;
    padding-bottom: 128%;
    position: relative;
}

.Images img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#divVideoGoruntulemeAlan {
    float: right;
    width: 644px !important;
    padding-bottom: 128%;
    position: relative;
}

#vdUrunVideo {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.cloudzoom-blank>div:last-child {
    display: none !important;
}

.SmallImages {
    display: block !important;
    float: left;
    width: 105px;
    max-height: 966px;
    overflow-y: auto;
    overflow-x: hidden;
}

.SmallImages div {
    float: left;
    width: 90px;
    height: 135px;
    margin-bottom: 9px;
}

.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: 0;
    width: 100%;
}

.ProductName h1 {
    margin: 0;
    float: left;
    width: 100%;
}

.ProductName h1 span {
    float: left;
    width: 100%;
    display: inline-block;
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 500;
}

#divUrunKodu {
    float: left;
    clear: left;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    padding: 0;
    margin: 10px 0 0;
}

#divUrunKodu:before {
    display: inline-block;
    vertical-align: top;
    content: 'ÃœrÃ¼n Kodu :';
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    position: relative;
    line-height: 12px;
    margin-right: 2px;
}

#divTaksitAciklama {
    display: block;
    float: left;
    clear: left;
    margin-top: 10px;
}

#divTaksitAciklama .taksitSatir {
    color: var(--theme-color);
    font-size: 12px;
}

.RightDetail .puanVer {
    float: left;
    clear: left;
    margin-top: 10px;
}

.RightDetail #PuanVer {
    float: left;
}

.RightDetail .PuanVerSag {
    float: left;
    font-size: 14px;
    color: #2a2929;
    margin-left: 5px;
    font-weight: 600;
    line-height: 17px;
    display: none;
}

.RightDetail ul.rating {
    float: left;
}

.RightDetail ul.rating li {
    margin-right: 5px !important;
    width: 14px !important;
    float: left;
    height: 14px;
}

.RightDetail ul.rating li i.starItem {
    font-size: 14px !important;
    color: #000000;
    line-height: 14px;
    height: 14px;
    font-weight: 300;
    font-family: FontAwesome;
}

.RightDetail ul.rating li i.starItem:before {
    content: '\f005' !important;
}

.RightDetail ul.rating li i.starItem:hover {
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 600;
}

.RightDetail ul.rating li.filled i {
    color: #000000 !important;
    font-weight: 600;
}

.RightDetail .rating-stars ul>li.star.hover>i.fa {
    color: #000000;
    font-weight: 600;
}

.RightDetail .rating-stars ul>li.star.selected>i.fa {
    color: #000000;
    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 0 0 !important;
}

#divMagazaStok a {
    display: inline-block;
    vertical-align: top;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

/*on yazi*/
#divOnyazi {
    float: left;
    width: 100%;
    margin-top: 10px;
}

#divOnyazi h2 {
    font-weight: normal;
    font-size: 100%;
}

#divOnyazi * {
    font-family: 'Poppins', sans-serif !important;
}

#divOnyazi strong {
    font-weight: bold;
}

#divOnyazi strong * {
    font-weight: bold;
}

#divOnyazi i {
    font-family: 'FontAwesome' !important;
    margin-right: 12px;
}

/*fiyatlar*/
.urunDetayFiyatContainer {}

.PriceList {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 10px 0 30px;
}

#pnlFiyatlar {
    display: inline-block;
    vertical-align: top;
    float: left;
}

#divIndirimliFiyat {
    display: block;
}

/*marka adi*/
#divMarka {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 12px;
}

#divMarka .left_line {
    display: inline-block;
    vertical-align: top;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

#divMarka .center_line {
    display: inline-block;
    vertical-align: top;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

#divMarka .right_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

#divMarka .right_line * {
    display: inline-block;
    vertical-align: top;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

/*tedarikci*/
#divTedarikci {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 12px;
}

#divTedarikci .left_line {
    display: inline-block;
    vertical-align: top;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

#divTedarikci .center_line {
    display: inline-block;
    vertical-align: top;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

#divTedarikci .right_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

#divTedarikci .right_line * {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

/*Urun stok miktari*/
#divUrunStokAdedi {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 12px;
}

#divUrunStokAdedi .left_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

#divUrunStokAdedi .center_line {
    display: inline-block;
    vertical-align: top;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

#divUrunStokAdedi .right_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

/*Toplam stok miktari*/
#divToplamStokAdedi {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 12px;
}

#divToplamStokAdedi .left_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

#divToplamStokAdedi .center_line {
    display: inline-block;
    vertical-align: top;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

#divToplamStokAdedi .right_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

/*Barkod*/
#divBarkod {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 12px;
}

#divBarkod .left_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

#divBarkod .center_line {
    display: inline-block;
    vertical-align: top;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

#divBarkod .right_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

/*Para Puan*/
#divParaPuan {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 12px;
}

#divParaPuan .left_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

#divParaPuan .center_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

#divParaPuan .right_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

/*indirim orani*/
#divIndirimOrani {
    float: left;
    clear: left;
    margin-top: 10px;
    line-height: 12px;
}

#divIndirimOrani .left_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

#divIndirimOrani .center_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

#divIndirimOrani .indirimliOrani {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

#divIndirimOrani .indirimliOrani * {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

/*piyasa fiyati*/
.PiyasafiyatiContent {
    display: block;
    line-height: 0.8;
    float: left;
    margin-right: 10px;
}

.PiyasafiyatiContent .left_line {
    display: none;
    color: #343434;
    font-size: 14px;
    font-weight: normal;
    line-height: 0.8;
}

.PiyasafiyatiContent .center_line {
    display: none;
    color: #4d555f;
    font-size: 14px;
    font-weight: normal;
    margin-right: 0;
}

.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: 0.8;
}

.PiyasafiyatiContent .right_line .spanKdv {
    display: none !important;
    vertical-align: top;
}

/*indirimli fiyati*/
.IndirimliFiyatContent {
    display: block;
    line-height: 0.8;
    float: left;
}

.IndirimliFiyatContent .left_line {
    display: none;
    color: #343434;
    font-size: 14px;
    font-weight: normal;
    line-height: 0.8;
}

.IndirimliFiyatContent .center_line {
    display: none;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-right: 0;
}

.IndirimliFiyatContent .right_line {
    display: inline-block;
    vertical-align: top;
}

.IndirimliFiyatContent .right_line * {
    display: inline-block;
    vertical-align: top;
    line-height: 0.8;
}

.IndirimliFiyatContent .right_line .spanKdv {
    display: none !important;
    vertical-align: bottom;
    font-size: 12px;
    line-height: 1;
}

/*turk lirasi fiyati*/
#divTurkLirasiFiyat {
    display: block;
    line-height: 0.8;
}

#divTurkLirasiFiyat .left_line {
    display: none;
    width: 103px;
    color: #152e59;
    font-size: 12px;
    font-weight: normal;
}

#divTurkLirasiFiyat .center_line {
    display: none;
    color: #152e59;
    font-size: 14px;
    font-weight: normal;
    margin-right: 0;
}

#divTurkLirasiFiyat .right_line {
    display: inline-block;
}

#divTurkLirasiFiyat .right_line * {
    display: inline-block !important;
    vertical-align: top;
    line-height: 0.8;
}

/*indirimsiz fiyati*/
#divIndirimsizFiyat {
    display: block;
    line-height: 0.8;
}

#divIndirimsizFiyat .left_line {
    display: none;
    vertical-align: top;
    font-size: 14px;
    font-weight: normal;
}

#divIndirimsizFiyat .center_line {
    display: none;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    margin-right: 0;
}

#divIndirimsizFiyat .right_line {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}

#divIndirimsizFiyat .right_line * {
    display: inline-block !important;
    vertical-align: top;
}

#divIndirimsizFiyat .right_line .spanKdv {
    display: none !important;
    vertical-align: top;
}

/*kdv dahil fiyati*/
#divKDVDahilFiyat {
    display: block;
    line-height: 0.8;
    float: left;
    margin-top: 8px;
}

#divKDVDahilFiyat .left_line {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

#divKDVDahilFiyat .center_line {
    display: none;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    margin-right: 0;
}

#divKDVDahilFiyat .right_line {}

#divKDVDahilFiyat .right_line * {
    display: inline-block !important;
    vertical-align: top;
}

/*Stok yok*/
body #divStokYok {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    text-align: center;
    padding: 7% 0;
    background-color: #f2f5f6;
    border-radius: 0;
}

body #divStokYok:before {
    content: '\e880';
    font-family: 'Linearicons-Free';
    font-weight: normal;
    width: 100%;
    float: left;
    font-size: 62px;
}

/*kdvler*/
#pnlFiyatlar .spanKdv {
    margin-left: 5px;
    display: inline-block;
}

/*Urun ekstrabilgileri*/
#divEkstraBilgiler {
    float: left;
}

#divEkstraBilgiler img {
    max-width: 100%;
    display: block;
}

/*Ekstra*/
.PiyasafiyatiContent .right_line * {
    color: var(--theme-color);
    font-size: 16px;
}

#divIndirimsizFiyat .right_line {
    color: #f42837;
}

#divIndirimsizFiyat .left_line {
    color: #f42837;
    line-height: 16px;
}

.IndirimliFiyatContent .right_line * {
    font-size: 16px;
    color: #f42837;
    font-weight: normal;
}

#divTurkLirasiFiyat .right_line * {
    font-size: 16px;
    color: #f42837;
    font-weight: normal;
}

#divIndirimsizFiyat .right_line * {
    font-size: 16px;
    color: #f42837;
    font-weight: normal;
}

#divKDVDahilFiyat .right_line * {
    font-size: 16px;
    color: #f42837;
    font-weight: normal;
}

/*---*/
#pnlFiyatlar br {
    display: none;
}

#pnlFiyatlar strong {
    display: inline-block;
}

#pnlFiyatlar #ltrHavaleFiyati {
    float: left;
    font-size: 14px;
    color: #4d555f;
    font-weight: normal;
}

/*varyasyonlar*/
#divUrunEkSecenek {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

#divUrunEkSecenek .eksecenekLine {
    clear: none !important;
    margin: 0 0 35px;
    float: left;
    width: 100%;
}

#divUrunEkSecenek .eksecenekLine:last-child {
    margin-bottom: 0 !important;
    border: none;
}

#divUrunEkSecenek .eksecenekLine .left_line {
    float: left;
    width: 100%;
    line-height: 30px;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
}

#divUrunEkSecenek .eksecenekLine .center_line {
    display: none;
}

#divUrunEkSecenek .eksecenekLine .right_line {
    display: inline-block;
    vertical-align: top;
    float: left;
    clear: left;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box {
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: relative;
    color: #000000;
    font-weight: normal;
    margin-right: 10px;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box img {
    width: 100%;
    height: 100%;
    display: block;
}

#divUrunEkSecenek .eksecenekLine .seciliTe {
    float: left;
    clear: left;
    line-height: 30px;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
}

#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 #cccccc;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: normal;
    padding: 0 10px;
    background: #fff;
    border-radius: 0;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon {}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .left_line {}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line {}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box {
    width: 30px;
    height: 30px;
    padding: 2px;
    border: 1px solid #fff;
    margin-right: 14px;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box img {}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box:hover {
    border-color: #080607;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box.selected {
    border-color: #080607;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon {}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line {}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box {
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #f4f4f4;
    text-align: center;
    border-radius: 0;
    padding: 0 4px;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:last-child {
    margin-right: 0;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box.selected {
    background: #000;
    color: #fff;
    border-color: #000;
}


#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok {
    position: relative;
    background: #f5f3f3 !important;
    color: #7a7979 !important;
    border-color: #e4dfdd;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box.nostok:after {
    content: '';
    height: 1px;
    max-width: 65px;
    margin: 0 auto;
    background: #cecece;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    transform: rotate(140deg);
}

/*ilgili Urunler*/
#IlgiliUrunDiv {
    float: left;
    width: 100%;
}

#IlgiliUrunDiv #divIlgiliUrunler {}

.TopDet #IlgiliUrunDiv {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}

.TopDet #IlgiliUrunDiv #divIlgiliUrunler {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi {
    padding: 0;
    margin: 0;
    width: auto;
    float: left;
    width: 100%;
    background: transparent;
}

.TopDet #IlgiliUrunDiv .JKatAdi:before {
    display: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi:after {
    display: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold {
    text-align: left;
    margin: 0;
    padding: 0;
    border: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold:before {
    display: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi .bold:after {
    display: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi .satir1 {
    letter-spacing: 0;
    float: left;
    padding: 0;
    color: #272727;
    line-height: 35px;
    font-weight: normal;
    font-size: 14px;
    background: transparent;
    margin: 0;
    border: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi .satir1:after {
    display: none;
}

.TopDet #IlgiliUrunDiv .JKatAdi .satir1:before {
    display: none;
}

.TopDet #IlgiliUrunDiv .clear {
    display: none;
}

.TopDet #IlgiliUrunDiv ul {
    float: left;
    width: 100%;
    padding: 0;
}

.TopDet #IlgiliUrunDiv ul li {
    float: left;
    width: 87px;
    height: 104px;
    margin-right: 10px;
    border-radius: 0;
    overflow: hidden;
}

.TopDet #IlgiliUrunDiv ul li:hover {}

.TopDet #IlgiliUrunDiv ul li .productItem {
    border: none;
    width: 100%;
    float: left;
    padding: 0;
    box-shadow: none !important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productTimer {
    display: none !important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage {
    padding: 0;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage a {}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage a:before {
    display: none !important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productImage img {}

.TopDet #IlgiliUrunDiv ul li .productItem .productIcon {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .urunListeAdet {
    display: none !important;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productDetail {
    padding: 0;
    margin: 0;
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productDetail:before {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productDetail:after {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .productName {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .TukendiIco {
    display: none;
}

.TopDet #IlgiliUrunDiv ul li .productItem .boxBedenlerContent {
    display: none !important;
}

#divUrunKisiselNot {
    float: left;
    width: 100%;
    margin-top: 5px;
}

#divUrunKisiselNot div:first-child {
    font-size: 14px;
    font-weight: bold;
    color: #343437;
    line-height: 45px;
}

#divUrunKisiselNot br {
    display: none;
}

#divUrunKisiselNot input {
    float: left;
    width: 100%;
    height: 41px;
    border: 2px solid #bbb;
    border-radius: 3px;
    padding: 15px;
    font-size: 13px;
    color: #343437;
    font-weight: 700;
}

#divUrunKisiselNot input::-webkit-input-placeholder {
    color: #343437;
}

#divUrunKisiselNot input:-moz-placeholder {
    color: #343437;
}

#divUrunKisiselNot input::-moz-placeholder {
    color: #343437;
}

#divUrunKisiselNot input:-ms-input-placeholder {
    color: #343437;
}

#divUrunKisiselNot input:focus {
    color: #343437;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
}

/*urun dosya ekle*/
#divUrunSiparisDosya {
    float: left;
    width: 50%;
    clear: left !important;
}

#divUrunSiparisDosya div {
    position: relative;
}

#divUrunSiparisDosya div:first-child {
    font-size: 12px;
    font-weight: bold;
    color: #010101;
}

#divSatinAl {
    float: left;
    width: 100%;
    margin: 30px 0 22px;
    padding: 0;
}

.BasketBtn {
    float: left;
    position: relative;
    width: 100%;
}

/*Adet Select*/
#divAdetCombo {
    display: none !important;
    position: relative;
    float: left;
}

#divAdetCombo .left_line {}

#divAdetCombo .center_line {
    display: none !important;
    float: left;
}

#divAdetCombo .right_line {
    float: left;
    width: 92px;
    max-width: 100% !important;
}

#divAdetCombo select {
    width: 100%;
    padding: 0 10px;
    text-align: left;
}

/*Adet input*/
.riSingle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    width: 92px;
}

.riSingle a.riUp,
.riSingle a.riDown {
    width: 30px !important;
    height: 40px !important;
    top: 0;
    line-height: 40px;
    font-size: 10px;
    color: #333333;
    background: transparent;
    font-weight: normal;
    position: absolute;
    margin: 0 !important;
    float: left;
    cursor: pointer;
    text-indent: 0;
    text-align: center;
}

.riSingle a.riUp i {
    line-height: 40px;
}

.riSingle a.riDown i {
    line-height: 40px;
}

.riSingle a.riUp {
    left: auto;
    right: 0;
}

.riSingle a.riDown {
    left: 0;
}

.riSingle a.riUp:hover,
.riSingle a.riDown:hover {}

.Basketinp {
    display: none;
    float: left;
    position: relative;
}

.Basketinp p,
#divAdetCombo .left_line {
    display: none;
}

#txtbxurunSiparisAdedi_wrapper {
    float: left;
    width: 100% !important;
    position: relative;
    padding: 0 !important;
}

#txtbxurunSiparisAdedi {
    width: 100% !important;
    text-align: center;
    display: inline-block;
    padding: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#txtbxurunSiparisAdedi,
#divAdetCombo select {
    float: left;
    height: 40px !important;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #333333;
    background: #fff;
    margin: 0;
    border-radius: 0;
}

/*sepete Ekle*/
.basketBtn {
    float: left;
    position: relative;
    width: calc(100% - 50px);
    margin: 0;
}

.basketBtn input {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    letter-spacing: 0;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.basketBtn input:hover {}

/*Hemen Al*/
.buyfast {
    float: left;
    width: 235px;
    margin: 0;
    display: none;
}

.buyfast input {
    background: var(--theme-color);
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    letter-spacing: 0;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.buyfast input:hover {}

/*kombin Al*/
#divKombinSatinAl {
    display: none;
}

#divTahminiTeslimatSuresi {
    float: left;
    clear: left;
    margin: 10px 0 0;
    padding: 0;
}

#divTahminiTeslimatSuresi .left_line {
    float: left;
    color: var(--theme-color);
    font-size: 12px;
    line-height: 12px;
}

#divTahminiTeslimatSuresi .center_line {
    float: left;
    color: var(--theme-color);
    font-size: 12px;
    line-height: 12px;
    margin: 0 3px;
}

#divTahminiTeslimatSuresi .right_line {
    float: left;
    color: var(--theme-color);
    font-size: 12px;
    line-height: 12px;
}

/*Iconlar*/
.ProductIcon {
    float: left;
    width: 100%;
    display: none;
}

.ProductIcon .box1 {
    padding: 0;
    margin: 0;
    min-width: 0;
    background: transparent;
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-align: left;
    float: left;
    width: 100%;
}

.ProductIcon .box1 i {
    margin: 0 10px 0 0;
    float: left;
    font-size: 16px;
    color: #000;
    display: block;
    font-weight: normal;
    text-align: center;
    line-height: 16px;
    transition: all 0.3s ease;
}

.ProductIcon .box1 i:before {
    font-weight: normal;
    font-family: 'FontAwesome';
}

.ProductIcon .UGelinceHaberVer .box1 i:before {
    content: '\f0a1';
}

.ProductIcon>div {
    float: left;
    width: 33.33%;
    margin-top: 20px;
}

.ProductIcon>div>a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.UFavorilerimeEkle {
    float: left;
    margin-left: 10px;
}

.UFavorilerimeEkle .box1 {
    min-width: 0;
    padding: 0;
    margin: 0;
    background: var(--theme-color);
    font-size: 0;
    color: #fff;
    text-align: center;
    width: 40px;
    float: left;
}

.UFavorilerimeEkle .box1 i {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 16px;
}

.UGelinceHaberVer {
    float: left;
    clear: left;
}

.UGelinceHaberVer .box1 {
    min-width: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: var(--theme-color);
    font-size: 12px;
    line-height: 30px;
}

.UGelinceHaberVer .box1 i {
    float: left;
    margin: 0 7px 0 0;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
}

.UGelinceHaberVer .box1 i:before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    font-weight: 300;
}

.ProductIcon2 {
    float: left;
    margin-top: 20px;
    display: none;
}

.ProductIcon2 .clear {
    clear: none;
}

.ProductIcon2>div {
    float: left;
}

.ProductIcon2>div>a {
    float: left;
    background: #ebebeb;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 0 18px;
    line-height: 31px;
}

.ProductIcon2>div>a:hover {
    background: #cfa18a;
    color: #fff;
}

.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: '\f303';
}

.ProductIcon2>div.TavsiyeEtBtnContent>a:before {
    content: '\f164';
}


.divYorumYaz,
#yorumYaz {
    float: left;
}

.fancybox-inner #yorumYaz {
    min-width: 540px;
}

.fancybox-inner #yorumYaz .fancyboxTittle {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.fancybox-inner #yorumYaz .divYorumYaz {
    min-width: 520px;
}

.fancybox-inner #yorumYaz .yorumYaz input {
    height: 25px;
    padding: 0 5px;
}

.fancybox-inner #yorumYaz .button {
    font-size: 16px;
    line-height: 25px;
}

.fancybox-inner .yorumYazMesaj textarea {
    min-height: 155px;
    padding: 5px;
}

#TavsiyeEt {
    padding: 20px;
}

.socialButons {
    float: right !important;
    width: 100%;
    position: relative;
    margin: 0 !important;
}

.socialButons iframe {
    float: left;
}

.product-social {
    float: left;
    margin-right: 10px;
}

.product-social span {
    float: left;
    line-height: 32px;
    display: inline-block;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px;
}

.product-social ul {
    float: left;
}

.product-social ul li {
    float: left;
    margin-right: 13px;
}

.product-social ul li a {
    display: block;
    color: #323232;
    font-size: 18px;
}

/*urun ozellik Bolumu*/
.urunOzellik {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.webTab {
    float: left;
    position: relative;
    width: 100%;
}

.webTab>ul {
    float: left;
    width: 100%;
}

.webTab>ul>li {
    float: left;
    width: 100%;
}

.webTab>ul>li:last-child>a {
    margin-bottom: 0;
}

.webTab>ul>li>a {
    float: left;
    width: 100%;
    text-align: left;
    color: var(--theme-color);
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
}

.webTab>ul>li>a:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-weight: 300;
    float: right;
    margin-right: 0;
    font-size: 18px;
    color: #282727;
}

.webTab>ul>li>a span {
    font-weight: 500;
}

.webTab>ul>li.active>a:after {
    content: '\f068';
}

.webTab>ul>li.active .urunDetayPanel {
    display: block !important;
}

.urunDetayPanel {
    float: left;
    width: 100%;
    clear: none !important;
    border: none;
    padding: 10px 0 15px;
}

.urunTabAlt {
    float: left;
    width: 100%;
}

.urunTabAlt strong {
    font-weight: bold;
}

.urunTabAlt .divYorumYaz,
.urunTabAlt #yorumYaz {
    padding: 0 0 10px;
    width: 100%;
}

.urunTabAlt #txtOneriMail {
    width: 100%;
    margin: 0;
    height: 30px;
    padding: 0 10px;
    width: 100% !important;
}

.urunTabAlt #txtOneriNot {
    width: 100%;
    margin: 0;
    padding: 10px;
    width: 100% !important;
    background: #fff;
}

.yorumlarItem {
    background-color: #eeeeee;
    border-bottom: 3px solid #A09B98;
    padding: 16px;
    line-height: 26px;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: left;
}

.yorumlarItemS1 {
    padding-bottom: 5px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px dashed #A09B98;
}

.urunDetayPanel .button {
    color: #fff;
}

.urunTabAlt {
    font-family: 'Poppins', sans-serif !important;
    padding: 0;
}

.urunTabAlt * {
    font-family: 'Poppins', sans-serif !important;
}

.urunTabAlt i {
    font-family: 'FontAwesome' !important;
}

.urunTabAlt img {
    max-width: 100% !important;
}

.urunTabAlt iframe {
    max-width: 100% !important;
    display: none;
}

.urunTabAlt .ng-valid-email {
    text-align: left;
}

.urunTabAlt .button {
    padding: 10px 5px;
}

.orders .order-info i {
    margin-top: 0 !important;
}

#btnYorumKaydet {
    float: left;
    text-align: center;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.urunTabAlt ul li {
    margin-bottom: 10px;
    clear: both;
}

.oneriValidate .validate {
    top: 0;
    padding: 5px;
}

.urunTabAlt ul li input {
    float: left;
    margin-right: 5px;
    width: auto !important;
}

.urunTabAlt ul li label {
    float: left;
    width: auto !important;
    line-height: normal;
}

.urunTabAlt ul li input[type="checkbox"] {
    margin-top: 0;
}

.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;
}

/* ------------------------------------Yorum Yaz--------------------------------------------*/
.fancyboxTittle {
    margin-bottom: 10px;
    font-size: 13px;
}

.urunTabAlt #yorumYaz {
    margin: 0 auto;
    float: left;
}

.yorumYaz {
    margin-bottom: 10px;
    position: relative;
}

.yorumYaz .validate {
    padding: 5px;
    top: -30px;
}

.yorumYazMesaj textarea {
    width: 100%;
}

.urunYorumYok {
    float: left;
    width: 100%;
    text-align: left;
}

/* ------------------------------------Yorum Yaz--------------------------------------------*/
/*------------------------------------Etiketler--------------------------------------------*/
#divEtiketler {
    float: left;
    width: 100%;
    padding: 0 20px 20px;
    margin: 50px 0 0;
    background: #fff;
    text-align: center;
}

#divEtiketler .productModuleTitle {
    float: left;
    color: #202122;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin: 10px 0;
}

#divEtiketler a {
    color: #696d71;
    font-size: 13px;
}

#divEtiketler a:hover {
    text-decoration: underline;
}

/*------------------------------------Etiketler--------------------------------------------*/
.bedenT {
    float: left;
    position: relative;
    width: 100%;
}

.bedenTablosu {
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    float: left;
    color: var(--theme-color);
    position: absolute;
    top: -70px;
    right: 0;
    text-decoration: underline;
}

.bedenTablosu i {
    margin-right: 4px;
}

.taksitT {
    float: right;
    margin-top: -16px;
    position: relative;
    z-index: 5;
    margin-right: 150px;
}

.taksitT .taksitTablosu {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
    line-height: 13px;
    float: left;
}

.fancybox-inner #taksitTablosu {
    width: 720px;
    padding: 10px;
}

.TopDet .product_social_icon_wrapper {
    display: inline-block !important;
    vertical-align: top;
    float: right;
    clear: right;
}

.TopDet .product_social_icon_wrapper .PaylasTit {
    display: inline-block;
    vertical-align: top;
    float: left;
    line-height: 30px;
    font-size: 12px;
    color: var(--theme-color);
}

.TopDet .product_social_icon_wrapper .PaylasTit i {
    margin-right: 7px;
    float: left;
    line-height: 30px;
}

#paylasFancy {
    padding: 30px;
    background: #fafafa;
}

#paylasFancy>div {
    border: 1px solid #000;
    padding: 20px;
    text-align: center;
    display: block;
}

#paylasFancy span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    min-width: 200px;
    margin-bottom: 15px;
}

#paylasFancy ul {
    display: block;
}

#paylasFancy ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

#paylasFancy ul li:last-child {
    margin-right: 0;
}

#paylasFancy ul li a {
    float: left;
    color: var(--theme-color);
    font-size: 14px;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    text-align: center;
    width: 30px;
}

#paylasFancy ul li a i {
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
}

.whatsappSiparis {
    float: left;
    background-color: #33d26a;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 4px;
}

.whatsappSiparis i {
    font-size: 20px;
    margin-right: 5px;
    float: left;
    line-height: 30px;
}

.UWhatsApp {
    width: 36px;
    font-size: 0;
    margin-top: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.UWhatsApp a {
    width: auto;
    display: inline-block;
    font-size: 0;
    text-align: center;
    padding-left: 0;
    color: #fff;
    line-height: 0;
    border-radius: 100%;
    text-indent: 0;
    background: transparent;
    border: none;
}

.whatsApp i {
    font-size: 22px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 7px;
    background: #8cd81f;
}

.UWhatsApp label {
    font-weight: 300;
    font-size: 0;
}

.UWhatsApp:hover a {
    background: transparent;
    color: #fff;
}

.whatsApp:hover,
.whatsApp label:hover,
.whatsApp i:hover {
    color: #fff !important;
}

/*Kombin urun*/
body .ngdialog.ngdialog-theme-default .ngdialog-content {
    padding: 0;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
}

body .kombinContent {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
}

body .kombinContent ul {
    float: left;
    width: 100%;
    max-height: 450px;
    overflow-y: auto;
}

body .kombinContent ul li.kombinItem {
    float: left;
    width: 50%;
    padding: 0 10px;
    border: none;
    background: transparent;
    margin: 0 0 15px;
    display: block;
    overflow: visible;
}

body .kombinContent ul li.kombinItem .kombinleftImage {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

body .kombinContent ul li.kombinItem .kombinleftImage .kombinImages {
    float: left;
    width: 100%;
}

body .kombinContent ul li.kombinItem .kombinleftImage .kombinImages .selectedImages {
    float: left;
    width: 100%;
}

body .kombinContent ul li.kombinItem .kombinleftImage .kombinImages img {
    max-width: 100%;
    border: none;
}

body .kombinContent ul li.kombinItem .kombinRightDetail {
    float: left;
    width: 100%;
}

body .kombinContent ul li.kombinItem .kombinRightDetail .PriceListKombin {
    float: left;
    width: 100%;
}

body .kombinContent ul li.kombinItem .kombinRightDetail .PriceListKombin .kombinFormline {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 2px;
}

body .kombinContent ul li.kombinItem .kombinRightDetail .PriceListKombin .kombinFormline .kombinright_line {
    float: left;
    width: 100%;
    font-size: 14px;
    color: var(--theme-color);
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body .kombinContent ul li.kombinItem .kombinRightDetail .PriceListKombin .kombinFormline:nth-child(1) .kombinright_line {
    color: #666;
}

body .kombinContent ul li.kombinItem .kombinRightDetail .button {
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-weight: bold;
}

body .kombinContent ul li.kombinItem .kombinRightDetail .divKombinUrunEkSecenek {
    display: none;
}

/*Kombin urun*/
/*******************************************URUN DETAY********************************/
/*******************************************KATEGORI**********************************/
.Block_Title {
    display: none;
}

.noProduct {
    background: url('/Uploads/Images/urunyok.png') center center no-repeat !important;
    width: 212px;
    height: 214px;
}

.noProduct * {
    display: none !important;
}

#divUstFiltreKategori {
    display: none;
}

#divUstFiltreMarka {
    display: none;
}

/*------------------------------------KATEGORi AcIKLAMA-----------------------------------*/
.categorydesign {
    float: left;
    width: 100%;
}

.categorydesign .Blok {
    margin: 0;
}

.leftBlock .categorydesign {
    display: block;
}

.categorydesign * {}

.categorydesign p {
    margin-bottom: 0;
}

.categorydesign strong {
    font-weight: bold;
}

.categorydesign strong * {
    font-weight: bold;
}

.categorydesign img {
    display: inline-block;
    vertical-align: middle;
}

/*------------------------------------KATEGORi AcIKLAMA-----------------------------------*/
.breadcrumbContent {
    float: left;
}

body ul.breadcrumb {
    margin: 0 auto;
    display: block !important;
    padding: 0 !important;
    border-radius: 0;
    float: none;
}

body ul.breadcrumb * {
    color: var(--theme-color);
    font-size: 12px !important;
    line-height: 50px !important;
    float: left;
    font-weight: normal;
}

body ul.breadcrumb li {
    font-size: 0 !important;
    float: none !important;
    vertical-align: middle;
}

body ul.breadcrumb li:after {
    content: '/';
    display: inline-block;
    margin: 0 5px;
    color: var(--theme-color);
    font-size: 12px;
    line-height: 50px;
    float: left;
    font-weight: normal;
}

body ul.breadcrumb li:nth-child(1) a:before {
    content: '\f041';
    font-family: 'FontAwesome';
    float: left;
    font-size: 14px;
    line-height: 50px;
    float: left;
    margin-right: 10px;
    font-weight: 300;
}

body ul.breadcrumb li:nth-last-of-type(1):after {
    display: none;
}

body ul.breadcrumb li:nth-last-of-type(1) * {
    color: var(--theme-color);
}

body a#linkOncekiSayfa {
    line-height: 50px;
    display: block;
    color: var(--theme-color);
    font-size: 12px !important;
    font-weight: normal;
}

.categoryTitle {
    float: left;
    width: 100%;
}

.categoryTitleText {
    float: left;
    width: 100%;
}

.CategoryBody .categoryTitleText {
    width: auto;
}

.CategoryBody .categoryTitle {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    margin: 22px 0;
}

.CategoryBody .categoryTitleText ul.breadcrumb {}

.ProductBody .categoryTitle {}

.ProductBody .categoryTitleText {}

.ProductBody .categoryTitleText ul.breadcrumb {}

body #divSayfalamaUst {
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
    width: auto;
    clear: none;
}

.urunListRel {
    width: 100%;
    float: left;
    position: relative;
}

.brandlistselection {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0;
    width: 100%;
}

.brandlistselection .clear {
    clear: none;
    display: none;
}

body #divSayfalamaUst.Slct .blockSelect {
    float: right;
    margin: 0 0 0 15px;
    display: block !important;
    padding: 0;
}

body #divSayfalamaUst.Slct .blockSelect a {
    float: right;
    width: auto;
    height: auto;
    margin: 0 0 0 15px;
    padding: 0;
    text-align: center;
    border: none;
    background: transparent;
}

body #divSayfalamaUst.Slct .blockSelect i {
    color: #ccc;
    line-height: 50px;
    font-size: 14px;
    font-family: 'FontAwesome';
    font-weight: 600;
}

body #divSayfalamaUst.Slct .blockSelect a:hover {
    color: var(--theme-color);
}

body #divSayfalamaUst.Slct .blockSelect a:hover i {
    color: var(--theme-color);
}

body #divSayfalamaUst.Slct .blockSelect .sort_hrz {
    display: none;
}

body #divSayfalamaUst.Slct .blockSelect .sort_2 {
    display: none;
}

body #divSayfalamaUst.Slct .blockSelect .sort_5 {
    display: none;
}

body #divSayfalamaUst.Slct .blockSelect a.Active {
    color: var(--theme-color);
}

body #divSayfalamaUst.Slct .blockSelect a.Active i {
    color: var(--theme-color);
}

body #divSayfalamaUst.Slct .blockSelect .sort_3 i:before {
    content: '\f04c';
}

body #divSayfalamaUst.Slct .blockSelect .sort_4 {
    float: left;
}

body #divSayfalamaUst.Slct .blockSelect .sort_4 i:before {
    content: '\f04c';
}

body #divSayfalamaUst.Slct .blockSelect .sort_4 i:after {
    content: '\f04c';
    margin-left: 2px;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
    background: transparent;
    float: left;
    width: 100%;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
    float: left;
    height: 50px;
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 300;
    border: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    float: left;
    margin-right: 20px;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
    float: right;
}

body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet {
    margin: 0;
}

body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet span {
    color: #d14948;
    font-size: 12px;
    line-height: 50px;
    font-weight: 300;
    float: left;
    margin: 0;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock {
    padding: 0;
    background: transparent;
    color: #252525;
    font-size: 12px;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock span {
    line-height: 50px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #99999b;
    border-radius: 0;
    float: left;
    margin: 17px 10px 0 0;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock.selected:before {
    background: #000;
    border-color: #000;
}

body #divSayfalamaUst .filterDeleteContent {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter {
    padding: 0;
    margin: 0 15px 0 0;
    height: auto;
    background: transparent;
    border: 1px solid #666;
    width: auto;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a {
    width: 25px;
    margin: 0;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i {
    font-family: 'FontAwesome';
    line-height: 30px;
    color: #000000;
    font-size: 15px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter a i:before {
    content: '\f00d';
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span {
    color: #666;
    font-size: 12px;
    text-align: left;
    margin-top: 2px;
    font-weight: normal;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter .filter-content span+span {
    color: #666;
    margin-top: 3px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir {
    display: block;
    border-color: #98282d;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a {
    width: 100%;
    background: transparent;
    line-height: 1;
    margin: 0;
    padding: 0 5px;
}

body #divSayfalamaUst .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span {
    line-height: 30px;
    font-weight: normal;
    color: #98282d;
    font-size: 12px;
    text-align: center;
    margin: 0;
    width: 100%;
}


@media screen and (min-width:1042px) {
    .mobilMenu {
        display: none !important;
    }

    .sortingContent {
        display: block !important;
    }

    .col-5li {
        width: 20%;
    }
}

/*Sol Filtre*/
.leftBlock .category-vertical-filters {
    float: left;
    width: 100%;
    border: none;
    border-radius: 0;
    overflow: hidden;
    margin: 0 0 20px;
    text-align: center;
    padding: 0;
    background: transparent;
}

.leftBlock .panel-heading {
    position: relative;
    z-index: 1;
    float: left;
    padding: 0;
    width: 100%;
    text-align: left;
    border: none;
    margin: 0;
    background-color: transparent !important;
}

.leftBlock .panel-heading a {
    display: block;
    line-height: 40px;
    /* Edited by Onur Tekir
    font-size: 16px;
    font-weight: normal;
    */
    font-size: 18px;
    font-weight: bold;
    color: var(--theme-color);
    padding: 0;
    text-transform: uppercase;
}

.leftBlock .category-vertical-filters>div {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    float: left;
    display: inline-block;
}

.leftBlock .category-vertical-filters>div:last-child {
    margin-bottom: 0;
}

.leftBlock .category-vertical-filters .panel.div-kategori {}

.leftBlock .category-vertical-filters .panel.div-kategori .panel-heading {
    display: none;
}

.leftBlock .category-vertical-filters .panel.div-kategori .panel-heading a:after {
    display: none;
}

.leftBlock .category-vertical-filters .panel.div-kategori ul {}

.leftBlock .category-vertical-filters .panel.div-kategori ul li {
    margin-bottom: 0;
    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-left: 15px;
}

.leftBlock .category-vertical-filters .panel.div-kategori ul li ul a {
    margin-bottom: 15px;
}

.leftBlock .category-vertical-filters .panel.div-kategori ul a:hover {
    color: #eb0a0a;
}

.leftBlock .category-vertical-filters .panel.div-kategori>ul>li>a {
    font-size: 14px;
}

.leftBlock .category-vertical-filters .panel.div-kategori>ul>li:nth-child(1)>a {
    font-weight: 600;
    color: var(--theme-color);
}

.leftBlock .category-vertical-filters .panel.div-kategori>ul>li {}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group {
    float: left;
    text-align: left;
    padding: 2px 0;
    margin: 10px 0;
    width: 100%;
    top: 100%;
    display: block;
    border: none;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group li,
.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item {
    float: left;
    margin: 0 0 15px;
    padding: 0;
    background-color: transparent;
    width: 100%;
    height: auto;
    border: none;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group li:last-child {
    margin-bottom: 0;
}

.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;
    /* Edited by Onur Tekir */
    font-size: 15px;
    color: var(--theme-color);
    display: inline-block;
    line-height: 14px;
    font-weight: normal;
}

.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: 0;
}

.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: 14px 14px !important;
    background-position: 0 0 !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: 29px;
}

.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: 15px;
    width: 14px;
    height: 14px;
    border: 1px solid var(--theme-color) !important;
    border-radius: 0;
    background: #fff;
    display: inline-block !important;
    margin-top: 0;
    text-align: center;
    line-height: 13px;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before {
    border-color: var(--theme-color) !important;
    background: #fff;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #ff0000;
    font-size: 9px;
    font-weight: 600;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group-item:hover:before {
    border-color: var(--theme-color) !important;
    background: #fff;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #ff0000;
    font-size: 9px;
    font-weight: 600;
}

body .leftBlock .slider-range {
    float: left;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 20px 0;
    height: 1px;
    background: #dddddd;
}

body .leftBlock .slider-range .ui-slider-range {
    height: 1px;
    background: var(--theme-color);
    border-radius: 0;
    top: 0;
    margin: 0;
}

body .leftBlock .slider-range .ui-slider-handle {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: var(--theme-color);
    border: none;
    margin: 0;
    top: -4px;
}

body .leftBlock .slider-range span:nth-child(2) {
    margin-left: 0;
}

body .leftBlock .slider-range span:nth-child(3) {
    margin-left: -10px;
}

body .leftBlock .amount {
    float: left;
    width: 100%;
    color: var(--theme-color);
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

/*Sol Filtre*/
/*Fiyat Araligi*/
.brandlistselectionBottom {
    margin-bottom: 0;
    display: none;
}

#divSayfalamaAlt {
    width: 100%;
    margin: 0;
}

.pageNumber {
    float: right;
    text-align: right;
    margin: 0;
    display: none;
}

.pageNumber a {}

.pageNumberContent {}

.pageNumberBottom {
    float: right;
    text-align: center;
    margin: 50px 0;
    padding: 0;
    width: 100%;
    display: block;
    vertical-align: middle;
}

.pageNumberContent,
.pageBorder {
    display: inline-block;
    vertical-align: top;
}

.pageNumberContent a,
.pageBorder a {
    float: left;
    position: relative;
    display: block;
    min-width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background: #fff;
    line-height: 38px;
    color: #3b3d40;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    font-weight: normal;
    margin: 0;
}

.pageNumberContent a:hover,
.pageBorder a:hover {
    border-color: #e5e5e5;
}

.pageNumberContent a.SelectedSayfa,
.pageBorder a.SelectedSayfa {
    border-color: #e5e5e5;
}

.pageNumberContent a.butonDisabled,
.pageBorder a.butonDisabled {
    opacity: 1 !important;
}

.KategoriFilitrelemeContent .Block_Title {
    display: none;
}

body #divNextProduct .productItem {
    margin: 0;
    border: none;
    padding: 0;
    box-shadow: none !important;
    background: #e1e1e1 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

body #divNextProduct .productItem .buttonNextProduct {
    margin: 0;
    border: none;
    padding: 65% 0;
    float: left;
    width: 100%;
    height: 100%;
}

body #divNextProduct .productItem .buttonNextProduct .divNextProductButtonAlan {}

body #divNextProduct .productItem .buttonNextProduct .divNextProductWorld.ortaAlan {}

body #divNextProduct .productItem .buttonNextProduct .divNextProductWorld.ortaAlan span {}

body #divNextProduct .productItem .buttonNextProduct>span .divNextProductWorld {}

body #divNextProduct .productItem .buttonNextProduct>span .divNextProductCount {}

body #divNextProduct .productItem a:hover span {
    color: inherit;
}

/* ------------------------------------KATEGORi MENU--------------------------------------------*/
.leftBlock .UrunGuruplari {
    float: left;
    width: 100%;
}

.leftBlock .UrunGuruplari .Block_Title {
    display: none;
}

.leftBlock .UrunGuruplari .Block_Title span {}

.leftBlock .UrunGuruplari .Block_Text {
    float: left;
    width: 100%;
}

.leftBlock .UrunGuruplari .Block_Text .KatMenu1 {
    float: left;
    width: 100%;
}

.leftBlock .UrunGuruplari .Block_Text .KatMenu1 li {
    float: left;
    width: 100%;
    position: relative;
}

.leftBlock .UrunGuruplari .Block_Text .KatMenu1 li a {}

.leftBlock .UrunGuruplari .Block_Text .KatMenu1 li ul {}

.leftBlock .UrunGuruplari .Block_Text .KatMenu1 li ul li {}

.leftBlock .UrunGuruplari .Block_Text .KatMenu1 li ul a:hover {}

.leftBlock .UrunGuruplari .Block_Text .KatMenu1 li ul ul {}

.leftBlock .UrunGuruplari .Block_Text .KatMenu1 li ul ul li {}

/* ------------------------------------KATEGORi MENU--------------------------------------------*/
/*******************************************KATEGORi**********************************/
/* ------------------------------------Vitrin urunleri--------------------------------------------*/
.homeContainer .ProductListContent {
    float: left;
    width: 100%;
    margin: 30px 0;
    position: relative;
}

.homeContainer .ProductListContent .ProductList {
    display: block;
    margin: 0 auto;
}

.homeContainer .ProductListContent .ItemOrj {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 25%;
    max-width: 25%;
}

.homeContainer .ProductListContent .productItem {
    margin-bottom: 0;
}

/* ------------------------------------Vitrin urunleri--------------------------------------------*/
/****************************************urun LiSTELEME *********************************/
.ProductListContent {
    float: left;
    width: 100%;
}

.categoryContainer .ProductListContent {
    float: left;
    width: 100%;
}

.categoryContainer .ProductList {
    margin: 0 -10px
}

.categoryContainer .ProductListContent .productItem {
    margin-bottom: 20px;
}

.ItemOrj {
    float: left;
    padding: 0 10px;
}

.productItem {
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 0;
}

.productItem .productIcon {
    width: 100%;
    height: 100%;
}

.productItem .productFaMyEx {
    padding: 0;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: 5;
    -webkit-animation: fadein 0.3s;
    -moz-animation: fadein 0.3s;
    -ms-animation: fadein 0.3s;
    -o-animation: fadein 0.3s;
    animation: fadein 0.3s;
}

.productItem .productYeInUcFi {
    padding: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.productItem .productImage {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.productItem .productImage a {
    display: block;
    position: relative;
    padding-bottom: 150%;
}

.col-4 .productItem .productImage img {
    width: 100%;
}

.productItem .productImage.Videolu {
    display: block;
    position: relative;
    padding-bottom: 150%;
}

.productItem .productImage img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    will-change: opacity;
}

.productItem .productImage.Videolu video {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    will-change: opacity;
}

.productItem .productDetail {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    height: 78px;
    padding: 15px 5px 0;
    transition: all 0.3s ease;
}

.productItem .productName {
    position: relative;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}

.productItem .productName a {
    float: left;
    width: 100%;
    padding: 0;
    line-height: 20px;
    font-weight: 300;
    font-size: 12px;
    color: var(--theme-color);
    /*
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    */
    /*display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;*/
}

.productItem .productPrice {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    bottom: 0;
}

.productItem .IndirimVar {}

.productItem .discountPrice {
    display: block;
    float: right;
}

.productItem .discountPrice span {
    color: #f42837;
    font-size: 16px;
    line-height: 0.8;
    font-weight: 300;
}

.productItem .IndirimVar .discountPrice {}

.productItem .IndirimVar .discountPrice span {}

.productItem .discountKdv {
    display: none;
}

.productItem .regularKdv {
    display: none;
}

.productItem .regularPrice {
    display: block !important;
    float: left;
    margin-right: 7px;
}

.productItem .regularPrice span {
    color: var(--theme-color);
    font-size: 16px;
    line-height: 0.8;
    font-weight: 300;
    text-decoration: line-through;
    -moz-text-decoration-color: var(--theme-color);
    text-decoration-color: var(--theme-color);
}

.productItem .productMarka {
    display: none !important;
}

.productItem .productOnYazi {
    display: none !important;
    float: left;
    width: 100%;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 25px;
    height: 96px;
    overflow: hidden;
}

.productItem .productOnYazi * {
    background: none !important;
    font-family: 'Poppins', sans-serif !important;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 25px;
}

/*Urun Iconlari*/
.newIcon {
    z-index: 3;
    display: none;
}

.discountIcon {
    z-index: 3;
    display: none;
}

.cargoIcon {
    z-index: 3;
    display: none;
}

.firsatIcon {
    z-index: 3;
    display: none !important;
}

.urunListStokUyari {
    display: none;
}

.discountIcon div {
    display: none;
}

.discountIcon span {
    font-weight: 600;
}

.discountIcon .discountIcon_s2 {
    display: none;
}

.favori {
    z-index: 5;
    display: none;
}

.examineIcon {
    z-index: 5;
    display: none;
}

.mycartIcon {
    z-index: 5;
    display: none;
}

.favori a {
    display: block;
    font-size: 0;
}

.examineIcon a {
    display: block;
    font-size: 0;
}

.mycartIcon a {
    display: block;
    font-size: 0;
}

.mycartIcon a span {
    font-weight: normal;
}

.examineIcon a:before,
.favori a:before,
.mycartIcon a:before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
}

.favori a:before {
    content: '\f004';
}

.examineIcon a:before {}

.mycartIcon a:before {}

.favori a.listfavoriAktif:before {}

.TukendiIco {
    z-index: 5;
    border-radius: 0;
    background: transparent;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: calc(100% - 78px);
    overflow: hidden;
}

.TukendiIco span {
    line-height: 40px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0 auto;
}

.StokYok .cargoIcon {
    display: none;
}

.urunListStokUyari {
    display: none;
}

body .productItem .productImage a.urunListeVideoPlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}

body .productItem .productImage a.urunListeVideoPlay i {
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 40px;
    display: inline-block;
    vertical-align: top;
    margin-top: -20px;
    text-shadow: 0 0 4px #000;
}

body .productItem .productImage a.urunListeVideoPlay i.fa-play-circle-o:before {
    content: '\f144';
}

body .productItem .productImage a.urunListeVideoPlay i.fa-pause-circle-o:before {
    content: '\f28b';
}

body .productItem .productTimer {
    position: absolute;
    bottom: 65px;
    top: auto;
    background: rgba(0, 0, 0, 0.7);
    padding: 0;
}

body .productItem .productTimer:before {
    content: '\f2f2';
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    line-height: 40px;
}

body .productItem .productTimer span.productTimerContent {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    min-width: 0;
}

body .productItem .productTimer span.productTimerContent.productTimerDayC {
    display: none;
}

body .productItem .productTimer span.productTimerContent.productTimerSecondC {
    margin-right: 0;
}

body .productItem .productTimer span.productTimerContent span {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    border: none;
    line-height: 1;
    padding: 8px 0 0;
}

body .productItem .productTimer span.productTimerContent span:last-child {
    font-size: 10px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    padding: 3px 0 0;
}

/*Listeleme adet */
.productItem .urunListeAdet {
    display: none !important;
}

.productItem.StokYok .urunListeAdet {
    display: none !important;
}

/*Listeleme adet */
/*Bedenler*/
.boxBedenlerContent {
    display: none !important;
}

/*Bedenler*/
/* hizli bakis */
.productIcon .quickViewIco {
    display: none !important;
}

.productItem:hover .productIcon .quickViewIco {
    display: none !important;
}

/*HOVER*/
/****************************************urun LiSTELEME *********************************/
/****************************************SLiDER VE BLOK SLDieR*********************************/
.JKatAdi {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
}

.JKatAdi .bold {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.JKatAdi .bold .satir1 {
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    color: var(--theme-color);
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
}

.JKatAdi .bold .satir1:after {
    content: '';
    max-width: 70px;
    height: 1px;
    background: #000;
    display: block;
    margin: 0 auto;
}

.owl-nav {
    z-index: 2;
    position: absolute;
    right: 2px;
    top: 40%;
    left: 2px;
}

.owl-nav .ProductListprev,
.owl-nav .ProductListnext,
.owl-nav .CombinationListprev,
.owl-nav .CombinationListnext {
    font-size: 0;
    position: absolute;
    border-radius: 0;
    border: none;
    width: 40px;
    height: 45px;
    background: #1d1d1b;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-nav .ProductListnext,
.owl-nav .CombinationListnext {
    right: 0;
}

.owl-nav .ProductListprev,
.owl-nav .CombinationListprev {
    left: 0;
}

.owl-nav .ProductListprev:before,
.owl-nav .CombinationListprev:before {
    content: '\f053';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    font-weight: 300;
}

.owl-nav .ProductListnext:before,
.owl-nav .CombinationListnext:before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    font-weight: 300;
}

.owl-nav .ProductListprev:hover,
.owl-nav .CombinationListprev:hover {
    background: #000;
}

.owl-nav .ProductListnext:hover,
.owl-nav .CombinationListnext:hover {
    background: #000;
}

.owl-nav .ProductListprev:hover:before,
.owl-nav .CombinationListprev:hover:before {
    color: #fff;
}

.owl-nav .ProductListnext:hover:before,
.owl-nav .CombinationListnext:hover:before {
    color: #fff;
}

.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 35px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    border: 1px solid #1d1d1b;
    background: #fff;
    border-radius: 100%;
    margin: 0 5px;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #1d1d1b;
}

.sliderBannerContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 30px 0;
}

.sliderBannerContainer .Block_Link {
    display: none;
}

.sliderBannerContainer .ProductList {
    display: block !important;
    margin: 0 auto;
}

.sliderBannerContainer .Jbutonlar {
    display: none;
}

.sliderBannerContainer .jCarouselLite {
    float: left;
    width: 100%;
}

.sliderBannerContainer .JKatAdi {}

.sliderBannerContainer .JKatAdi .bold {}

.sliderBannerContainer .JKatAdi .bold .satir1 {}

.sliderBannerContainer ul {}

.sliderBannerContainer .owl-carousel {}

.sliderBannerContainer .owl-carousel .owl-stage-outer {}

.sliderBannerContainer .owl-dots {}

.sliderBannerContainer .owl-dots .owl-dot {}

.sliderBannerContainer .owl-dots .owl-dot.active {}

.sliderBannerContainer .mycartIcon {}

.sliderBannerContainer .examineIcon {}

/*Benzer urunler Cerceve*/
.benzerUrunlerWrapper {
    background: #efefef;
    clear: left;
}

.benzerUrunlerWrapper:before,
.benzerUrunlerWrapper:after {
    content: "";
    display: table;
}

.benzerUrunlerWrapper:after {
    clear: both;
}

.detaySliderContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 40px 0;
}

.detaySliderContainer .ProductList {
    display: block !important;
    margin: 0 auto;
}

.detaySliderContainer .Jbutonlar {
    display: none;
}

.detaySliderContainer .jCarouselLite {
    float: left;
    width: 100%;
}

.detaySliderContainer .JKatAdi {}

.detaySliderContainer .JKatAdi .bold {}

.detaySliderContainer .JKatAdi .bold .satir1 {}

.detaySliderContainer ul {}

.detaySliderContainer .owl-carousel {}

.detaySliderContainer .owl-carousel .owl-stage-outer {}

.detaySliderContainer .owl-dots {}

.detaySliderContainer .owl-dots .owl-dot {}

.detaySliderContainer .owl-dots .owl-dot.active {}

.detaySliderContainer .owl-nav {}

.detaySliderContainer .mycartIcon {}

.detaySliderContainer .examineIcon {}

/* -------------------------------Anasayfa Slider----------------------------------------*/
#pnlSlider {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}

#pnlSlider ul li {
    display: block;
}

#pnlSlider ul li a {
    display: block;
}

#pnlSlider ul li a img {
    width: 100%;
    display: block;
}

#pnlSlider .flex-control-nav {
    position: absolute;
    bottom: 28px;
    right: 0;
    left: 0;
    display: none;
}

#pnlSlider .flex-control-paging li {
    margin: 0 2px;
}

#pnlSlider .flex-control-paging li a {
    float: right;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    border: none;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
}

#pnlSlider .flex-control-paging li a.flex-active {
    background: #000;
}

#pnlSlider .flex-direction-nav {
    position: absolute;
    top: 45%;
    left: 60px;
    right: 60px;
}

#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: #000;
    width: 43px;
    height: 70px;
    border: none;
    background: #fff;
    border-radius: 0;
    top: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    opacity: 1;
    font-size: 0;
    position: relative;
    text-shadow: none;
    text-align: center;
}

#pnlSlider .flex-direction-nav .flex-prev {
    left: 0;
}

#pnlSlider .flex-direction-nav .flex-next {
    right: 0;
}

#pnlSlider .flex-direction-nav .flex-prev:before {
    content: '\f053';
    font-family: 'FontAwesome';
    font-size: 25px;
    font-weight: 300;
    line-height: 70px;
}

#pnlSlider .flex-direction-nav .flex-next:before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 25px;
    font-weight: 300;
    line-height: 70px;
}

#pnlSlider .flex-direction-nav .flex-prev:hover {
    background: #1d1d1b;
}

#pnlSlider .flex-direction-nav .flex-next:hover {
    background: #1d1d1b;
}

#pnlSlider .flex-direction-nav .flex-next:hover:before {
    color: #fff;
}

#pnlSlider .flex-direction-nav .flex-prev:hover:before {
    color: #fff;
}

#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;
    float: left;
    width: 100%;
    background: #fff;
    margin: 0;
}

#pnlSlider .HPSItems .flex-control-thumbs li {
    width: 110px;
    position: relative;
    height: 62px;
}

.HomePageSlideShowContainer {
    float: left;
    width: 100%;
    position: relative;
}

.HomePageSlideShowContainer .HomePageSlideShow {
    padding: 0;
    width: 100%;
}

.HomePageSlideShowContainer .HPSItems {
    clear: both;
    cursor: pointer;
    width: 100%;
}

.HomePageSlideShowContainer .HPSItems div {
    cursor: pointer;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
}

.HomePageSlideShowContainer .flex-control-nav img {
    border: none;
    margin: auto;
    padding: 0;
    max-width: 75px;
    width: auto;
    opacity: 0.4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.HomePageSlideShowContainer .flex-control-nav .flex-active {
    opacity: 1;
}

.HomePageSlideShowContainer .navi {
    bottom: 8px;
    height: 10px;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.HomePageSlideShowContainer .navi a {
    background-color: #777777;
    width: 10px;
    height: 10px;
    border-radius: 0;
    display: block;
    float: right;
    font-size: 1px;
    margin: 0px 2px;
    position: relative;
}

.HomePageSlideShowContainer .navi a:hover {
    background-color: #ff0000;
}

.HomePageSlideShowContainer .navi a.active {
    background-color: #ff0000;
}

/* ------------------------------------Anasayfa Slider--------------------------------------------*/
/*------------------------------------markalar slider--------------------------------------------*/
.markaSlider {
    float: left;
    width: 100%;
}

.markaSlider .JKatAdi {
    display: none;
}

.markaSlider .JKatAdi .bold {}

.markaSlider .JKatAdi .bold .satir1 {}

.markaSlider .jCarouselLite {
    display: block;
    margin: 0 auto;
}

.markaSlider .owl-carousel {
    float: left;
    width: 100%;
}

.markaSlider .owl-carousel .owl-stage-outer {}

.markaSlider .owl-nav {}

.markaSlider .owl-nav .ProductListprev,
.markaSlider .owl-nav .ProductListnext {}

.markaSlider .owl-nav .ProductListprev:before,
.markaSlider .owl-nav .ProductListnext:before {}

.markaSlider .owl-nav .ProductListnext:hover {}

.markaSlider .owl-nav .ProductListprev:hover {}

.markaSlider .owl-nav .ProductListnext:hover:before {
    color: #000;
}

.markaSlider .owl-nav .ProductListprev:hover:before {
    color: #000;
}

.markaSlider:before {
    content: '';
    display: table;
    clear: both;
}

.markaSlider ul li {
    float: left;
    width: 100%;
    display: inline-table;
    min-height: 75px;
}

.markaSlider ul li a {
    display: table-cell;
    overflow: hidden;
    max-width: 140px;
    vertical-align: middle;
    padding-bottom: 35%;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
}

.markaSlider ul li a img {
    max-width: 140px;
    max-height: 75px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.markaSlider ul li a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*------------------------------------markalar slider--------------------------------------------*/
/****************************************SLiDER VE BLOK SLDiER*********************************/
/********************************* HEADER ALAN KISMIDIR ****************************************/
/*------------------------- Header content ------------------------*/
.hoverr:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.18);
    z-index: 10;
    clear: none;
    display: block !important;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#header:before {
    content: '';
    display: table;
}

#header:after {
    content: '';
    display: table;
}

#header {
    width: 100%;
    position: relative;
    float: left;
    z-index: 1000;
    background: #fff;
}

#header.homeHeader {}

#header.categoryHeader {}

#header.productHeader {}

.headerContent {
    text-align: center;
}

.headerContent:before {
    content: '';
    display: block;
    clear: both;
}

.headerContent:after {
    content: '';
    display: block;
    clear: both;
}

/*------------------------- Header content ------------------------*/
/*------------------------- Header logo, search, mycart, lang, welcome, navi Alanlari ------------------------*/
#logo {
    display: inline-block;
    vertical-align: top;
}

#logo .logo {
    display: inline-block;
    padding: 26px 0;
    vertical-align: middle;
}

#logo .logo img {
    display: block;
    max-width: 100%;
    width: 100%;
    max-width: 150px;
}

.mycart {
    float: right;
    z-index: 99;
    position: relative;
    margin: 0 0 0 15px;
}

.mycart>a {
    display: block;
    color: #000000;
    font-size: 15px;
}

.mycart>a:before {
    content: '';
    width: 21px;
    height: 21px;
    background: url('https://cdn.ticimax.com/v8100/App_Themes/elittema10/images/carticon.png')no-repeat 0 0;
    float: left;
}

.mycart .sepetTecxt {
    display: none;
}

.mycart .sepetUrunSayisi {
    display: block;
    float: left;
    line-height: 21px;
    margin-left: 6px;
    font-weight: 300;
}

.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;
}

.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;
}

.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: 0 15px;
}

.welcome>div {
    float: left;
}

.welcome>ul {
    float: left;
}

.uyeGirisWelcome,
.uyeGirisUyeAdi {
    display: none;
}

.headerUyeGiris a,
.headerUyeOl a,
.headerHesabim,
.headerCikis {
    float: left;
    color: #000;
    font-size: 0;
    width: 20px;
    height: 21px;
    background: url('https://cdn.ticimax.com/v8100/App_Themes/elittema10/images/user.png')no-repeat 0 0;
    float: left;
}

.headerUyeOl a:before,
.headerUyeGiris a:before,
.headerHesabim:before,
.headerCikis:before {}

.headerSocialConnect .baglanButton a:hover,
.welcome a:hover,
.headerUyeGiris a:hover,
.headerHesabim:hover,
.headerCikis:hover {}

.headerUyeGiris a:before {
    content: '\f007';
}

.headerHesabim:before {
    content: '\f007';
}

.headerUyeOl a:before {}

.headerCikis:before {}

.headerUyeGiris a:after {}

.headerHesabim:after {}

.headerUyeOl a:after {}

.headerCikis:after {}

.headerUyeGiris a,
.headerHesabim {}

.headerUyeOl a,
.headerCikis {
    display: none;
}

.welcome li {
    display: inline-block;
    vertical-align: top;
}

.headerSocialConnect {
    display: none !important;
    float: right;
    margin-left: 25px;
}

.headerSocialConnect .baglanButton {
    background: transparent !important;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.headerSocialConnect .baglanButton a {
    line-height: 43px;
    color: #fff;
    text-indent: 0;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
}

.headerSocialConnect .baglanButton a:before {
    content: '\f39e';
    font-family: 'FontAwesomeBrands';
    margin-right: 10px;
    font-size: 12px;
    line-height: 43px;
    vertical-align: top;
    font-weight: normal;
}

.usernav {
    display: none;
}

.searchContent {
    width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    top: 26px;
    margin: 0 auto;
    display: none;
    z-index: 10;
}

.searchContent.active {
    display: block;
}

#divAramaKategori {
    display: none !important;
    position: absolute;
    left: 0;
    top: 5px;
}

#divAramaKategori select {
    cursor: pointer;
    background: #f5f5f5;
    display: block;
    height: 36px;
    border: none;
    border-right: 1px solid #dcdcdc;
    width: 135px;
    padding: 0 0 0 15px;
    border-radius: 0;
    text-transform: uppercase;
    color: #807e7e;
    font-size: 12px;
    font-weight: 300;
}

#divAramaKategori option {
    text-transform: capitalize;
}

.search {
    float: left;
    width: 100%;
    position: relative;
}

.ButtonMic {
    display: none !important;
    position: absolute;
    right: 75px;
    top: 1px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #795f52;
    font-size: 14px;
    width: 20px;
    height: 40px;
}

#txtbxArama {
    float: left;
    width: 100%;
    height: 60px;
    border-radius: 0;
    border: 1px solid #999999;
    color: #666666;
    padding-left: 65px;
    padding-right: 60px;
    background: #fff;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#txtbxArama::-webkit-input-placeholder {
    color: #666666;
}

#txtbxArama:-moz-placeholder {
    color: #666666;
}

#txtbxArama::-moz-placeholder {
    color: #666666;
}

#txtbxArama:-ms-input-placeholder {
    color: #666666;
}

#txtbxArama:focus {
    color: #666666;
}

#btnKelimeAra {
    font-family: 'FontAwesome' !important;
    background: transparent;
    width: 50px;
    line-height: 60px;
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    z-index: 9;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.sclobtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    line-height: 60px;
    color: #666666;
    cursor: pointer;
    font-size: 16px;
}

.searchContent ul {
    padding: 15px !important;
    text-align: left;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.searchContent ul li {
    float: left;
    width: 100%;
}

.searchContent ul li a {
    line-height: 30px;
    font-size: 13px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    float: left;
}

.navigation {
    float: left;
    width: 100%;
}

.navigation>div {
    z-index: 1;
    text-align: center;
    padding: 0 !important;
}

.navigation .navUl {
    display: inline-block;
    font-size: 0;
    padding: 0;
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
}

.navigation .navUl>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    position: relative;
}

.navigation .navUl>li>a {
    float: left;
    color: #0d0d0d;
    font-size: 14px;
    font-weight: normal;
    line-height: 60px;
    letter-spacing: 1px;
    position: relative;
}

.navigation .navUl>li>a:after {
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    transition: all .2s ease-in-out;
    width: 0;
    margin: 0 auto;
    background: #000;
}

.navigation .navUl>li:hover>a:after {
    width: 35px;
}

.navigation .navUl>li:hover>a {
    color: #000;
}

/*Menu tipi 1*/
.navigation .HeaderMenu2>li ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    min-width: 200px;
    z-index: 1000;
    background-color: #fff;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    padding: 15px 0 5px
}

.navigation .HeaderMenu2>li>ul {
    transition: 0.5s
}

.navigation .HeaderMenu2>li>ul li {
    position: relative;
}

.navigation .HeaderMenu2>li ul li:hover>ul {
    display: block;
    left: 100%;
    top: 0;
    position: absolute;
}

.navigation .HeaderMenu2>li ul li>a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 15px;
    transition: 0.5s
}

.navigation .HeaderMenu2>li ul li.ulVar>a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #565A5B;
    font-weight: 300;
    font-size: 18px;
    float: right;
    line-height: 20px;
    transition: 0.5s
}

.navigation .HeaderMenu2>li ul li:hover>a {
    color: #fc0000
}

.navigation .HeaderMenu2>li ul li:hover>a:after {
    color: #fc0000
}

.navigation .HeaderMenu2 li:hover>ul {
    visibility: visible;
    opacity: 1;
}

/*Menu tipi 1*/
/*Menu tipi 1*/
.menuItemTittle {
    display: none;
}

/* ------------------------------------Resimli Yan Menu--------------------------------------------*/
#header .yanResimliMenu {
    display: none;
}

/*------------------------------------Resimli Yan Menu--------------------------------------------*/
#lang_flag_container {
    top: -39px !important;
    left: 0 !important;
    right: auto;
    bottom: auto;
    z-index: 9999 !important;
    display: none !important;
    position: absolute !important;
}

#lang_flag_container #lang-detail {
    left: 0 !important;
    top: 100% !important;
    border-top: none !important;
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, .3) !important;
}

#lang {
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: 500;
}

#lang span {
    font-weight: 500;
}

#lang span:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    margin-left: 5px;
}

#lang_flag_container:hover #lang {
    color: #000000 !important;
    font-weight: 500;
}

#langHover {
    padding: 13px 0 !important;
}

#langHover.white {
    background: transparent !important;
}

a#ucSepetim_btnSepetiTemizle {
    margin-top: 28px;
    display: inline-block;
}

#lang-detail .language a {
    font-size: 11px !important;
}

#lang-detail .currency a {
    font-size: 11px !important;
}

#lang-detail p {
    font-size: 12px !important;
}

/*------------------------- Header logo, search, mycart, lang, welcome, navi Alanlari ------------------------*/
/********************************* HEADER ALAN KISMIDIR ****************************************/
/*---------------------------- site ozel alan kodlar ----------------------------------*/
/*Site ici scroll alanlar*/
.SmallImages::-webkit-scrollbar {
    width: 5px;
}

.SmallImages::-webkit-scrollbar-track {
    background: #efefef;
}

.SmallImages::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar {
    width: 5px;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar-track {
    background: #efefef;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewallImages::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

.CartProduct .SProduct::-webkit-scrollbar {
    width: 5px;
}

.CartProduct .SProduct::-webkit-scrollbar-track {
    background: #efefef;
}

.CartProduct .SProduct::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

.SepetBlockInfo::-webkit-scrollbar {
    width: 5px;
}

.SepetBlockInfo::-webkit-scrollbar-track {
    background: #efefef;
}

.SepetBlockInfo::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

.urunTabAlt::-webkit-scrollbar {
    width: 5px;
}

.urunTabAlt::-webkit-scrollbar-track {
    background: #efefef;
}

.urunTabAlt::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

#divOnyazi::-webkit-scrollbar {
    width: 5px;
}

#divOnyazi::-webkit-scrollbar-track {
    background: #efefef;
}

#divOnyazi::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

.UrunGuruplari .Block_Text::-webkit-scrollbar {
    width: 5px;
}

.UrunGuruplari .Block_Text::-webkit-scrollbar-track {
    background: #efefef;
}

.UrunGuruplari .Block_Text::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

.yanResimliMenu .KatMenu1::-webkit-scrollbar {
    width: 5px;
}

.yanResimliMenu .KatMenu1::-webkit-scrollbar-track {
    background: #efefef;
}

.yanResimliMenu .KatMenu1::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar {
    width: 5px;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar-track {
    background: #efefef;
}

.leftBlock .category-vertical-filters .vertical-filter-panel .list-group::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

body .kombinContent ul::-webkit-scrollbar {
    width: 5px;
}

body .kombinContent ul::-webkit-scrollbar-track {
    background: #efefef;
}

body .kombinContent ul::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

.searchContent ul::-webkit-scrollbar {
    width: 5px;
}

.searchContent ul::-webkit-scrollbar-track {
    background: #efefef;
}

.searchContent ul::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

/*Site ici scroll alanlar*/
body {
    background: #fff;
}

/*Loading*
body {opacity:0;}
.PageLoading{position:fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 99999999;opacity: 1!important;display:inline-table;text-align:center;width: 100%;height:100%;}
.PageLoading i{display: table-cell;vertical-align: middle;}
/*Loading*/
.hesabimAnasayfaMenuler ul li a:hover .fa {
    color: #fff;
}

.siparisTakipSayfasi {
    background: #fff;
}

.siparisTakipSayfasi .siparisTakipBaslik {
    text-align: center;
    padding: 20px 0 !important;
}

.sepetiTemizle {
    float: right;
    line-height: 43px;
    padding: 0 10px;
}

.popupSepet {
    width: 99%;
}

.popupSepet #hed div {
    width: 94%;
}

.sayfaIcerik * {
    font-family: 'Poppins', sans-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;
}

.welcomeOpen {
    display: none;
}

.mycartClick {
    display: none;
}

.searchClick {
    display: none;
}

.mobilMenuAcButton {
    display: none;
}

.bottomHead {
    display: none;
}

.userLoginBtn,
.userSignBtn {
    border: none !important;
}

.magazaTeslimatBilgisiContent {
    display: none;
}

#store_region_container {
    display: none;
}

.menuUstBolum {
    background: #444;
}

.SepetUst {
    background: #444;
}

/*Siteye ozel alan*/
.Headericons {
    float: right;
    margin-top: 41px;
}

.favi {
    float: right;
    margin: 0 15px;
}

.abtn {
    float: right;
    margin: 0 15px 0 0;
    cursor: pointer;
}

.Hsoc {
    float: left;
    margin-top: 41px;
}

.Hsoc ul {
    float: left;
    padding: 0;
    list-style: none;
    margin: 0;
}

.Hsoc ul li {
    float: left;
    margin-right: 30px;
}

.Hsoc ul li a {
    float: left;
    color: #222222;
    font-size: 18px;
}

.Hsoc ul li a i {
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
}

#logo {
    margin-right: -50px;
}

#logo .htop {
    display: none;
}

#logo .Hsoc {
    display: none;
}

.htop {
    float: left;
    width: 100%;
    text-align: center;
    background: #1d1d1b;
}

.htop * {
    color: #fff;
    line-height: 37px;
    font-size: 14px;
}

.fixT {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.fixT * {
    color: #fff;
}

.fixT .etxc:before {
    content: '';
    max-width: 40px;
    height: 1px;
    background: #fff;
    margin: 0 auto 15px;
    display: block;
}

.fixT p {
    font-size: 22px;
    font-weight: 500;
}

.fixT span {
    font-size: 14px;
}

.Scol3:last-child .fixT * {
    color: #000;
}

.Scol3:last-child .fixT .etxc:before {
    background: #000;
}

/*siteozel*/

.themeRow {}

.instaTitle {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    margin-bottom: 36px;
}

.instaTitle span {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}

.instaTitle img {
    width: 28px;
}

.instadesc {
    font-size: 14px;
    font-weight: 300;
}

.instaTitle p {
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin: 23px 0px 16px 0px;
}

.instaTitle p span {
    font-weight: 600;
    margin-right: 5px;
    font-size: 18px;
}

.instastory {
    width: 100%;
    float: left;
    margin-bottom: 90px;
}

.instastory ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.instastory ul li {
    margin-bottom: 60px;
}

.instastory ul li:last-child {
    margin-right: 0px;
}

.instastory ul li a {
    width: 100%;
    float: left;
    position: relative;
}

.instastory ul li a:hover span {
    display: flex;
    transition: all .3s ease-in-out;
}

.instastory ul li a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.instastory ul li a img {
    width: 100%;
    float: left;
}

/*colgrid*/
.pull-center {
    display: inline-block;
    vertical-align: top;
}

.pull-left {
    float: left;
    font-size: 18px;
    color: #F07D21;
    font-weight: 500;
}

.pull-right {
    float: right;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col {
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*colgrid*/

.catwrapper {
    width: 100%;
    float: left;
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-top: 20px;
}

.catwrapper a {
    width: 100%;
    float: left;
}

.catwrapper a img {
    width: 100%;
    float: left;
}

#mainHolder_divDesign .sliderBannerContainer .owl-dots {
    position: static !important;
    width: 100%;
}

#mainHolder_divDesign .sliderBannerContainer .owl-dots .owl-dot span {
    display: none !important;
}

#mainHolder_divDesign .anasayfa_tek_slider .owl-dots {
    display: none !important;
}

.bedenT {
    float: right;
    position: relative;
    width: 100%;
}

.BedenimiBul {
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    float: left;
    color: #1B1B1B;
    fill: #1B1B1B;
}

.BedenimiBul svg {
    margin-right: 4px;
}

.BedenimiBul:hover {
    color: #0DC80D;
    fill: #0DC80D;
}

.randevuS {
    float: right;
    position: relative;
    width: 100%;
}

.RandevuSor {
    font-size: 15px;
    font-weight: 500;
    color: var(--theme-color);
    fill: var(--theme-color);
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid var(--theme-color);
    line-height: 40px;
}

.RandevuSor:hover {
    color: #0DC80D;
    fill: #0DC80D;
    border: 1px solid #0DC80D;
}

#divOzelAlan1 {
    display: none;
}

.bannerWrapper.blokTypeBackround .bannerDescriptionWrapper {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
}

.bannerWrapper img {
    transition: .4s;
}

.bannerWrapper:hover img {
    transform: scale(1.1);
    box-shadow: 0 0 20px 10px #cac9ca;
}

.JKatAdi .bold .satir1 small {
    display: block;
    font-size: 14px;
}

.JKatAdi .bold .satir1:has(small):after {
    display: none;
}

.newArrive .bannerWrapper:hover img {
    transform: scale(1);
    box-shadow: none;
}

.newArrive .bannerWrapper img {
    width: 100%;
}

.newArrive .bannerDescriptionWrapper {
    left: 0;
    right: 0;
}

.newArrive .bannerWrapper.blokTypeBackround .bannerDescriptionWrapper {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: none;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    padding: 0;
}

.newArrive .bannerWrapper.blokTypeBackround:hover .bannerDescriptionWrapper {
    visibility: visible;
    opacity: 1;
}

.newArrive a.bannerButton {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.newArrive .bannerWrapper.blokTypeBackround .bannerDescriptionWrapper .bannerButtonWrapper {
    width: 100%;
    height: 100%;
}

.newArrive .hazirBlokContent .txcol-flex-wrap {
    width: calc(100%*1/4);
}

.newArrive .flexWrapImages {
    row-gap: 20px;
}

/*siteozel*/

/*#divInstashopResim{float: left;width: 100%;margin: 30px 0;}
#divInstashopResim .ResimGaleri{margin: 0 auto;display: block;}
#divInstashopResim .ResimGaleriHeadIcerik{float: left;width: 100%;text-align:center;}
#divInstashopResim .ResimGaleriHeadIcerik p{font-size: 18px;margin-bottom: 5px;}
#divInstashopResim .ResimGaleriHeadIcerik span{font-size: 14px;}
#divInstashopResim .Main{float: left;width: 100%;margin-top: 40px;}
#divInstashopResim .Main .InstaGallery{float: left;width: 100%;}
#divInstashopResim .Main .InstaGallery .InstaGallery-content{margin: 0 -25px;}
#divInstashopResim .Main .InstaGallery .InstaGallery-content .item{float: left;width:calc(25% - 50px);margin: 0 25px;margin-bottom: 50px;text-align:center;position: relative;}
#divInstashopResim .Main .InstaGallery .InstaGallery-content .item:after{content: 'AlÄ±ÅŸveriÅŸe BaÅŸla';position: absolute;left: 0;right: 0;top:0;bottom: 0;background: rgba(0,0,0,0.6);color: #fff; text-align:center;font-size: 14px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;align-items: center;-webkit-align-items:center;justify-content: center;-webkit-justify-content:center;opacity: 0;transition:opacity .2s ease-in-out;}
#divInstashopResim .Main .InstaGallery .InstaGallery-content .item:hover:after{opacity: 1;}
#divInstashopResim .Main .InstaGallery .InstaGallery-content .item img{margin: auto;}*/
/*Siteye ozel alan*/
/*SliderYanblok*/
#divSliderYani {
    display: none;
}

/*Blok*/
.Blok {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.ban {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.ban:last-child {
    margin-bottom: 0;
}

.Blok a {
    float: left;
    width: 100%;
    display: block;
    border-radius: 0;
    position: relative;
}

.Blok img {
    display: block;
    width: 100%;
    border-radius: 0;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.Blok a:hover img {
    transform: scale(1.1);
    box-shadow: 0 0 20px 10px #cac9ca;
}

.Scol1 {
    margin: 30px 0;
}

.Scol1 a {
    float: left;
    width: 100%;
    display: block;
    border-radius: 0;
    position: relative;
}

.ScRow {
    margin: 0 -20px;
}

/*grid*/
.Scol1 {
    float: left;
    width: 100%;
    padding: 0;
}

.Scol1 .ScRow {
    margin: 0;
}

.Scol2 {
    float: left;
    width: 50%;
    padding: 0 20px;
}

.Scol2 .ScRow {}

.Scol3 {
    float: left;
    width: 33.33%;
    padding: 0 20px;
}

.Scol3 .ScRow {
    margin: 0;
}

.Scol4 {
    float: left;
    width: 25%;
    padding: 0 20px;
}

.Scol4 .ScRow {
    margin: 0;
}

.Scol5 {
    float: left;
    width: 20%;
    padding: 0 20px;
}

.Scol5 .ScRow {
    margin: 0;
}

.Scol6 {
    float: left;
    width: 66.66%;
    padding: 0 20px;
}

.Scol6 .ScRow {}

.Scol7 {
    float: left;
    width: 59.017%;
    padding: 0 20px;
}

.Scol7 .ScRow {}

.Scol8 {
    float: left;
    width: 40.984%;
    padding: 0 20px;
}

.Scol8 .ScRow {}

/*grid*/
/*Footer*/
#footer {
    float: left;
    width: 100%;
    position: relative;
}

.FooterSC {
    float: left;
    width: 100%;
    position: relative;
    background: #1d1d1b;
}

.FooterTop {
    float: left;
    width: 100%;
    position: relative;
    padding: 70px 0 0;
}

.FooterMiddle {
    float: left;
    width: 100%;
    position: relative;
}

.FooterBottom {
    float: left;
    width: 100%;
    position: relative;
}

.ebultenDiv {
    float: left;
    position: relative;
    width: 100%;
    text-align: center
}

.ebultenDiv span {
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    font-weight: 300;
    letter-spacing: 1px;
}

.ebultenDiv span p {
    font-size: 24px;
    margin-bottom: 10px;
}

.ebultenGelecek {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}

#divNewsLetter {
    float: left;
    width: 100%;
    position: relative;
}

#divNewsLetter label {
    display: none;
    margin-bottom: 25px;
    text-align: center;
    color: #000000;
    line-height: 1.2;
    font-size: 12px;
}

#UpdatePanel1 {
    position: relative;
    float: right;
    width: 100%;
}

#txtbxNewsletterMail {
    letter-spacing: 1px;
    color: #fff;
    height: 50px;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    padding: 0 20px 0 0;
    background: transparent;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: normal;
    opacity: 1;
}

#txtbxNewsletterMail::-webkit-input-placeholder {
    color: #fff;
}

#txtbxNewsletterMail:-moz-placeholder {
    color: #fff;
}

#txtbxNewsletterMail::-moz-placeholder {
    color: #fff;
}

#txtbxNewsletterMail:-ms-input-placeholder {
    color: #fff;
}

#txtbxNewsletterMail:focus {
    color: #fff;
}

.newsbutton {
    font-family: 'FontAwesome';
    width: 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: transparent;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0 !important;
    text-decoration: none;
}

.ebultenGelecek #divNewsLetter {
    display: block;
    padding: 0;
}

.ilstm {
    display: block;
    margin-bottom: 30px;
}

.ilstm ul li {
    display: block;
    margin-bottom: 10px;
}

.ilstm * {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}

.ilstm a {
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
}

.ilstm span {
    font-weight: 600;
    margin-right: 5px;
}

#footer .linkler {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0 90px;
}

#footer .linkler .blink {
    float: left;
    width: 100%;
    margin: 0
}

#footer .linkler .blink>ul {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}

#footer .linkler .blink>ul>li {
    float: left;
}

#footer .linkler .blink>ul>li:last-child {
    margin-bottom: 0;
}

#footer .linkler .blink>ul li {
    display: block;
}

#footer .linkler .blink>ul>li>span {
    display: table;
    width: 100%;
    font-size: 12px;
    color: #fff;
    position: relative;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

#footer .linkler .blink>ul>li>ul {
    display: inline-block;
    vertical-align: top;
}

#footer .linkler .blink>ul>li>ul>li>a {
    font-weight: normal;
    float: left;
    width: 100%;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

#footer .linkler .blink>ul>li>ul>li:last-child>a {
    margin-bottom: 0;
}

#footer .linkler .blink>ul>li>ul>li>a:hover {
    text-decoration: underline;
}

#footer .socialDiv {
    display: block;
}

#footer .socialDiv ul {
    display: inline-block;
    vertical-align: top;
}

#footer .socialDiv ul li {
    float: left;
    margin-right: 10px;
}

#footer .socialDiv ul li:last-child {
    margin-right: 0;
}

#footer .socialDiv ul li a {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #000;
    font-size: 12px;
    background: #fff;
}

#footer .socialDiv ul li a i {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
}

#footer .socialDiv ul li a:hover {
    background: #000;
    color: #fff;
}

.bankimg {
    display: inline-block;
    vertical-align: top;
}

.kartimg {
    display: inline-block;
    vertical-align: top;
}

.ssl {
    display: inline-block;
    vertical-align: top;
}

.bankimg img,
.kartimg img,
.ssl img,
.store a img {
    display: inline-block;
    vertical-align: top;
}

.store {
    display: inline-block;
    vertical-align: top;
}

.store a {
    float: left;
}

.store a:last-child {
    margin-right: 0;
}

.copy {
    float: left;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    line-height: 50px;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}


.telefonDiv {}

.telefonDiv>span {}

#frmBlokEBulten {}

#ulBulletin {}

.intl-tel-input {}

#inptBlokTelefonBulten {}

#btnBlokEBultenKaydet {}

/*Footer*/
#ticimaxCopyright {
    font-family: 'Roboto', sans-serif !important;
    margin: 0 auto !important;
    padding: 10px 0;
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    font-size: 13px;
}

#back-to-top {
    float: right;
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 9999;
}

#back-to-top a {
    float: left;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
}

#back-to-top a:after {
    content: '\f077';
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
}

/*---------------------------- site ozel alan kodlar ----------------------------------*/
/* ------------------------------------Container--------------------------------------------*/
.headerContent,
body ul.breadcrumb,
.navigation>div,
.userLoginContent,
.hesabimContent,
.sepetimBody .headerContent,
.sepetimBody #footer .ticiContainer,
.ticiContainer,
.temaContainer {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: block;
}

.sliderBannerContainer .ProductList {
    max-width: 1300px;
}

.detaySliderContainer .ProductList {
    max-width: 1300px;
}

.homeContainer .ProductListContent .ProductList {
    max-width: 1300px;
}

.markaSlider .jCarouselLite {
    max-width: 1300px;
}

#divInstashopResim .ResimGaleri {
    max-width: 1300px;
}

#divInstashopResim .ResimGaleri {
    max-width: 1300px;
}

.headerContent {}

.homeContainer .ticiContainer {}

.UyeGiris .ticiContainer {}

.HesabimTakip .ticiContainer {}

.Iletisimaspx .ticiContainer {}

.innerContainer {}

.ticiContainer {}

.sepetimBody .ticiContainer {}

.sepetimBody .footerSslLogo {
    display: none !important;
}

body ul.breadcrumb {}

.ticiContainer.homeContainer {
    max-width: 100%;
}

.ticiContainer.categoryContainer {}

.ticiContainer.productDetailContainer {}

.ticiContainer.pageContainer {}

#footer .ticiContainer {}

.sepetimBody #footer .ticiContainer {}

.sepetimBody .headerContent {}

ul.breadcrumb {
    clear: none;
}

.leftBlock {
    float: left;
    padding: 0;
}

.rightBlock {
    float: right;
    padding: 0;
}

.centerCount {
    float: left;
    padding: 0;
}

.centerCount.Middle {
    width: 100%;
    padding: 0;
}

.centerCount.userLoginContent {
    width: 100%;
    padding: 0;
}

.centerCount.iletisimContent {
    width: 100%;
    padding: 0;
}

.centerCount.UyeolContent {
    width: 100%;
    padding: 0;
}

.centerCount.HesabimTakip {
    width: 100%;
    padding: 0;
}

.leftBlock {
    float: left;
    width: 25%;
    padding-right: 39px;
}

.rightBlock {
    float: right;
    width: 25%;
    padding-left: 39px;
}

.centerCount {
    float: left;
    width: 100%;
    padding: 0;
}

/*SolveOrta*/
.leftBlock.LeftMiddle {
    width: 264px;
    margin-bottom: 30px;
}

.centerCount.LeftMiddle {
    width: calc(100% - 264px);
}

.rightBlock.MiddleRight {
    width: 264px;
}

.centerCount.MiddleRight {
    width: calc(100% - 264px);
}

/*SolveOrta*/
/*SolOrtaSag*/
.leftBlock.LeftMiddleRight {}

.rightBlock.LeftMiddleRight {}

.centerCount.LeftMiddleRight {}

/*SolOrtaSag*/
/*OrtaSag*/
.rightBlock.MiddleRight {}

.centerCount.MiddleRight {}

/*OrtaSag*/
.categoryContainer .centerCount {}

.ticiContainer:before,
.ticiContainer:after {
    content: "";
    display: table;
}

.ticiContainer:after {
    clear: both;
}

.ticiContainer {
    clear: both;
    zoom: 1;
}

.headerContent:after,
.headerContent:before,
.headerContent:after,
.headerContent:before {
    content: "";
    display: table;
    clear: both;
}

/* ------------------------------------Container--------------------------------------------*/

/*windows fixed alani*/
@media screen and (min-width:768px) {
    #header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        z-index: 1000;
        width: auto;
        border: none;
        box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .3);
    }

    body.margin {
        padding-top: 210px;
    }

    #header.fixed .Hsoc {
        display: none;
    }

    #header.fixed .htop {
        display: none;
    }

    #header.fixed #logo {
        float: left;
        margin: 0;
    }

    #header.fixed #logo .logo {
        padding: 17px 0 26px;
    }

    #header.fixed .navigation {
        width: auto;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-top: 25px;
    }
}

/*Tablet ekranina kadar olan windows gorunumu*/
@media screen and (min-width:1041px) and (max-width:1200px) {
    .leftBlock.LeftMiddle {
        width: 25%;
        padding-right: 20px;
    }

    .centerCount.LeftMiddle {
        width: 75%;
    }

    /*SolOrtaSag*/
    .leftBlock.LeftMiddleRight {
        width: 25%;
    }

    .rightBlock.LeftMiddleRight {
        width: 50%;
    }

    .centerCount.LeftMiddleRight {
        width: 25%;
    }

    /*SolOrtaSag*/
    /*OrtaSag*/
    .rightBlock.MiddleRight {
        width: 25%;
    }

    .centerCount.MiddleRight {
        width: 75%;
    }

    /*OrtaSag*/
    .homeContainer .col-5li {
        width: 25%;
    }

    .category-vertical-filters.top-filters .panel {}

    .instastory ul li {
        margin-bottom: 40px;
        width: 23%;
    }
}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1480px) {}

@media screen and (max-width:1366px) {}

@media screen and (min-width:1201px) and (max-width:1340px) {

    /* ------------------------------------Container--------------------------------------------*/
    .headerContent,
    body ul.breadcrumb,
    .navigation>div,
    .userLoginContent,
    .hesabimContent,
    .sepetimBody #header .ticiContainer,
    .sepetimBody #footer .ticiContainer,
    .ticiContainer {
        max-width: 1160px;
    }

    /* ------------------------------------Container--------------------------------------------*/
    .sliderBannerContainer .ProductList {
        max-width: 1160px;
    }

    .detaySliderContainer .ProductList {
        max-width: 1160px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 1160px;
    }

    .markaSlider .jCarouselLite {
        max-width: 1160px;
    }

    #divInstashopResim .ResimGaleri {
        max-width: 1160px;
    }
}

/*Tablet Laptop Arasi*/
@media screen and (min-width:1042px) and (max-width:1200px) {

    /* ------------------------------------Container--------------------------------------------*/
    .headerContent,
    body ul.breadcrumb,
    .navigation>div,
    .userLoginContent,
    .hesabimContent,
    .sepetimBody #header .ticiContainer,
    .sepetimBody #footer .ticiContainer,
    .ticiContainer {
        max-width: 960px;
    }

    /* ------------------------------------Container--------------------------------------------*/
    .sliderBannerContainer .ProductList {
        max-width: 960px;
    }

    .detaySliderContainer .ProductList {
        max-width: 960px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 960px;
    }

    .markaSlider .jCarouselLite {
        max-width: 960px;
    }

    #divInstashopResim .ResimGaleri {
        max-width: 960px;
    }

    .leftImage {
        width: 50%;
        padding: 0;
        background: transparent;
    }

    #divVideoGoruntulemeAlan {
        width: 100% !important;
        padding-bottom: 150%;
    }

    .Images {
        width: 100%;
        padding-bottom: 150%;
    }

    .SmallImages {
        width: 100%;
        overflow: visible;
        max-height: 100%;
        padding: 0 0 20px;
    }

    .SmallImages div {
        width: 22%;
        height: auto;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .RightDetail {
        width: 50%;
        padding: 0 0 0 10px;
    }
}

/*Tablet Dik ve Yatay*/
@media screen and (min-width:768px) and (max-width:1041px) {

    /* ------------------------------------Container--------------------------------------------*/
    .headerContent,
    body ul.breadcrumb,
    .navigation>div,
    .userLoginContent,
    .hesabimContent,
    .sepetimBody #header .ticiContainer,
    .sepetimBody #footer .ticiContainer,
    .ticiContainer {
        max-width: 720px;
    }

    .leftImage {
        width: 50%;
        padding: 0;
        background: transparent;
    }

    #divVideoGoruntulemeAlan {
        width: 100% !important;
        padding-bottom: 150%;
    }

    .Images {
        width: 100%;
        padding-bottom: 150%;
    }

    .SmallImages {
        width: 100%;
        overflow: visible;
        max-height: 100%;
        padding: 0 0 10px;
    }

    .SmallImages div {
        width: 22%;
        height: auto;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .RightDetail {
        width: 50%;
        padding: 0 0 0 10px;
    }

    .taksitBlok {
        width: 50%;
    }

    .homeContainer .ProductListContent .ItemOrj {
        width: 33.33%;
        max-width: 33.33%;
    }

    /*TabletMenu*/
    .mobilMenuAcButton {
        float: left;
        display: block;
        font-size: 35px;
        color: #000;
        cursor: pointer;
        text-align: left;
        margin-top: 20px;
        height: 50px;
        margin-right: 50px;
    }

    .mobilMenuAcButton span {
        display: block;
        font-size: 11px;
    }

    .mobilMenuAcButton svg {
        width: 30px;
    }

    /*TabletMenu*/
    /* ------------------------------------Container--------------------------------------------*/
    .sliderBannerContainer .ProductList {
        max-width: 720px;
    }

    .detaySliderContainer .ProductList {
        max-width: 720px;
    }

    .homeContainer .ProductListContent .ProductList {
        max-width: 720px;
    }

    .markaSlider .jCarouselLite {
        max-width: 720px;
    }

    #divInstashopResim .ResimGaleri {
        max-width: 720px;
    }

    .Hsoc {
        display: none;
    }

    #logo {
        margin: 0;
        margin-right: 60px;
    }

    #logo .logo {
        padding-top: 10px;
    }

    .searchContent {
        margin: 0;
        left: 50px;
        top: 15px;
    }

    .fixT p {
        font-size: 15px;
    }

    .fixT span {
        font-size: 12px;
    }

    #divInstashopResim .Main .InstaGallery .InstaGallery-content {
        margin: 0 -10px;
    }

    #divInstashopResim .Main .InstaGallery .InstaGallery-content .item {
        width: calc(25% - 20px);
        margin: 0 10px 20px;
    }

    .ItemOrj {
        max-width: 33.33%;
    }

}

/* mobil ve tablet ekran olcusune gore 1041px e kadar bunlari uygula */
@media screen and (max-width:1041px) {
    .instastory ul li {
        margin-bottom: 20px;
        min-width: 50%;
        width: 50%;
    }

    .instastory ul {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        float: left;
        max-width: 100%;
        overflow: auto;
    }

    .instadesc {
        font-size: 13px;
        text-align: center;
    }

    .instaTitle {
        margin-top: 50px;
        margin-bottom: 36px;
    }

    /******************************************************/
    body .dropdown-toggle:after {
        display: none;
    }

    body #divSayfalamaUst {
        padding: 0;
        margin: 10px 0 25px;
        width: 100%;
        border: 1px solid #e3e3e3;
    }

    .urunListRel {
        width: 100%;
    }

    body .mobilFilterOpenBtn .button {
        padding: 0;
        margin: 0;
        color: #262324;
        width: 50%;
        float: left;
        line-height: 40px;
        background: #fff;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        font-weight: 500;
    }

    body .mobilFilterOpenBtn .button.mobilSiralamBtn {
        border-right: 1px solid #e3e3e3;
        float: left;
    }

    body .mobilFilterOpenBtn .button.mobilFilterBtn {
        float: right;
    }

    body .mobilFilterOpenBtn {
        margin: 0;
        padding: 0;
    }

    .categorydesign .uNo {
        float: right;
        color: #999a9d;
        font-size: 12px;
    }

    body #divSayfalamaUst .filterDeleteContent {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection {
        position: absolute;
        top: 0;
        z-index: 99;
        width: 50%;
        background: #fff;
        border: none;
        border-right: 1px solid #e3e3e3;
        left: 0;
        padding: 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
        width: 100%;
        display: block !important;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
        width: 100%;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
        width: 100%;
        height: 40px;
        font-size: 14px;
        text-indent: 15px;
        border: none;
        color: #262324;
        text-align-last: center;
        font-weight: 500;
        min-width: auto;
        border-radius: none;
        background: transparent;
        text-indent: 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:nth-child(2) {
        display: none;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection {
        padding: 0;
        text-align: center;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        border-bottom: none;
        background: #fff;
        border: 1px solid #e5e5e5;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent {
        display: none;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:not(.appliedFilter) {
        margin: 0;
        width: 100%;
    }

    body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a {
        border-bottom: 1px solid #e5e5e5;
        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 .category-vertical-filters.top-filters {
        display: block !important;
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        z-index: 9999;
        background: #f3f5f8;
        margin: 0;
        padding: 0;
        border: none;
        transition: all 0.3s ease;
        overflow-y: auto;
        overflow-x: hidden;
    }

    body .filterBlock.active .category-vertical-filters.top-filters {
        right: 0;
    }

    body .category-vertical-filters.top-filters .FiltreUst {
        float: left;
        width: 100%;
        background: #fff;
        line-height: 50px;
        font-size: 16px;
        color: #262324;
        margin-bottom: 10px;
        padding: 0 10px;
        position: relative;
        text-align: center;
    }

    body .category-vertical-filters.top-filters .FiltreUst span {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    body .category-vertical-filters.top-filters .FiltreUst .closeFilt {
        float: left;
        font-size: 25px;
        position: relative;
        z-index: 1;
    }

    body .category-vertical-filters.top-filters .FiltreUst a {
        float: right;
        font-size: 13px;
        position: relative;
        z-index: 1;
        color: #f00;
        display: none;
    }

    body .category-vertical-filters.top-filters .FiltreUst a.active {
        display: block;
    }

    body .category-vertical-filters.top-filters .FiltreUst a i {
        color: #f00;
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        line-height: 50px;
        margin-left: 5px;
    }

    body .category-vertical-filters.top-filters .tukgo {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        padding: 0 10px;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock {
        float: left;
        width: 100%;
        line-height: 50px;
        font-size: 14px;
        color: #262324;
        text-align: left;
        padding: 0 0 0 15px;
        background: #fff;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock:before {
        content: '';
        float: right;
        width: 24px;
        max-height: 24px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 32px;
        border-radius: 100%;
        background: #c5c7c9;
        margin: auto 0;
        background: #fff;
        box-shadow: 0 0 2px 0 #999;
        z-index: 1;
        transition: all 0.3s ease;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock:after {
        content: '';
        float: right;
        width: 40px;
        max-height: 16px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: 20px;
        background: #c5c7c9;
        margin: auto 15px auto 0;
        transition: all 0.3s ease;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock.selected:before {
        right: 15px;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock.selected:after {
        background: #39d662;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading {
        padding: 0;
        margin: 0;
        border: none;
        background: #fff;
        float: left;
        width: 100%;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a {
        float: left;
        width: 100%;
        text-align: left;
        color: #262324;
        font-weight: 500;
        font-size: 15px;
        line-height: 50px;
        padding: 0 10px;
        text-transform: uppercase;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a:after {
        top: 0;
        color: #000;
        font-weight: 300;
        font-family: 'FontAwesome';
        right: 10px;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading .moreNum {
        position: absolute;
        right: 40px;
        top: 0;
        bottom: 0;
        line-height: 50px;
        font-size: 15px;
        color: #000;
    }

    body .category-vertical-filters.top-filters .panel {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 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: 0;
        text-align: left;
        margin-bottom: 10px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li a {
        color: #000;
    }

    body .category-vertical-filters.top-filters .vertical-filter-panel .list-group-item a {
        font-size: 13px;
        color: #262324;
        font-weight: normal;
        float: left;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item:before {
        border-radius: 3px;
        display: inline-block !important;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before {
        border-color: #000;
        background: #000;
    }

    body .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
        background: transparent !important;
        height: auto;
    }

    body .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
        width: 100%;
        margin: 20px 0;
    }

    body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent {
        display: none !important;
    }

    body .slider-range {
        margin: 0 0 15px 10px !important;
        width: calc(100% - 20px);
    }

    body .amount {
        padding: 0;
    }

    .centerCount {
        width: 100% !important;
    }

    .leftBlock {
        display: none !important;
    }

    .rightBlock {
        display: none !important;
    }

    .homeContainer .leftBlock {}

    .homeContainer .rightBlock {}

    .productMust {
        display: none;
    }

    .productNumber {
        display: none;
    }

    .pageNumberContent a,
    .pageBorder a {
        font-size: 11px;
        min-width: 30px;
        height: 30px;
        line-height: 28px;
        margin: 0 2.5px;
    }

    .pageNumberContent a.SelectedSayfa,
    .pageBorder a.SelectedSayfa {}

    .pageNumberBottom {
        padding: 5px 0;
        margin: 5px 0;
    }

    .UyeolContent .grid {
        margin: 30px 18px;
    }

    .owl-carousel .owl-item img {
        max-width: 100%;
    }

    .uyeOlContainer #FrmYeniUye>.uyeOlCol {
        width: 100%;
    }

    body #divSayfalamaUst.Slct .brandlistselection .sortingContent li:first-child:before {
        display: none;
    }

    /*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;
    }
}

/* Mobil Ekran */
@media screen and (max-width:767px) {
    .bannerWrapper:hover img {
        transform: scale(1);
    }

    .JKatAdi .bold .satir1 {
        line-height: normal;
    }

    .JKatAdi .bold .satir1 small {
        font-size: 12px;
    }

    .newArrive .hazirBlokContent .txcol-flex-wrap {
        flex: 50%;
    }

    .newArrive .flexWrapImages {
        row-gap: 0;
    }

    body ul.breadcrumb {
        line-height: 30px;
        padding-bottom: 0 !important;
    }

    body ul.breadcrumb li:first-child a:before {
        line-height: 30px;
        font-size: 10px;
    }

    body ul.breadcrumb li {
        line-height: 30px;
    }

    body ul.breadcrumb * {
        line-height: 30px !important;
        font-size: 10px !important;
    }

    body ul.breadcrumb li:after {
        font-size: 10px !important;
        line-height: 31px !important;
    }

    body ul.breadcrumb li:last-child {
        font-size: 10px !important;
        line-height: 30px !important;
    }

    body a#linkOncekiSayfa {
        font-size: 10px !important;
        line-height: 30px !important;
        clear: none !important;
        display: none !important;
    }

    .mobilMenuAcButton {
        display: block;
    }

    .leftBlock {
        display: none !important;
    }

    .rightBlock {
        display: none !important;
    }

    body.overflow {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden !important;
    }

    body.overflow #header.fixed {
        border: none !important;
    }

    #divTicimaxCopyrightContent {
        text-align: center;
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }

    #divTicimaxCopyrightContent a {
        display: inline-block;
    }

    #divTicimaxCopyrightContent img {
        display: inline-block;
        vertical-align: top;
    }

    /*Content Sabitler*/
    .centerCount {
        width: 100% !important;
    }

    .ticiContainer.homeContainer {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .ticiContainer.footerContainer {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .ticiContainer.productDetailContainer {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .footerContainer,
    .headerContent,
    .ticiContainer {
        width: 100%;
        padding: 0;
    }

    .centerCount .ticiContainer {
        padding: 0;
    }

    ul.breadcrumb {
        padding: 0 5px !important;
        margin-top: 0 !important;
    }

    #divIcerik {
        padding: 0 5px;
        margin-top: 0;
    }

    /*Content Sabitler*/
    /*Sabit sayfalar icerik*/
    .userLeftBox,
    .userRightBox {
        margin: 5px !important;
        padding: 10px !important;
    }

    .spanTittle {
        font-size: 18px !important;
    }

    .iletisimContent .iletisimForm {
        width: 100%;
        padding: 0;
    }

    .iletisimContent .AdBan {
        width: 100%;
    }

    .iletisimContent .categoryTitle {
        margin: 0;
    }

    .iletisimContent .categoryTitle .categoryTitleText {
        line-height: 65px;
    }

    .iletisimContent .categoryTitle:before {
        display: none;
    }

    .iletisimContent .iletisimRight .categoryTitle {
        margin-bottom: 10px;
    }

    .iletisimContent .iletisimRight .categoryTitle .categoryTitleText {
        line-height: 65px;
        font-size: 19px;
    }

    .iletisimContent .iletisimForm .categoryTitle {
        margin-bottom: 10px;
    }

    .iletisimContent .iletisimForm .categoryTitle .categoryTitleText {
        line-height: 65px;
        font-size: 19px;
    }

    .iletisimContent .iletisimRight .iletisimbanka .span>div.line2>div.line2 {
        float: none;
        display: block;
        margin: 10px 0 0;
    }

    .iletisimContent .iletisimLeft .span.iletisimLeftFirmaAdi .Right {
        font-size: 17px;
    }

    .iletisimContent .iletisimRight .iletisimbanka .span>div span {
        font-size: 12px;
    }

    .iletisimContent .iletisimLeft .Right {
        font-size: 12px;
    }

    .iletisimContent .iletisimLeft .span.iletisimLeftTelefon .Right {
        font-size: 20px;
    }

    .UyeolContent .grid {
        width: 100%;
        margin: 0;
        padding: 10px;
        border: none;
        margin-bottom: 10px;
    }

    .SifremiUnuttum {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .SifremiUnuttum .line {
        width: 100%;
    }

    .SifremiUnuttum #mainHolder_txtbxMail {
        width: 70%;
    }

    .SifremiUnuttum .button {
        width: 30%;
    }

    /*Sabit sayfalar icerik*/
    /*Header Sabitler*/
    .resimliYanMenu {
        display: none;
    }

    .navigation {
        display: none
    }

    #header {
        border: none;
        margin-bottom: 0 !important;
        padding-top: 0;
        box-shadow: none;
        z-index: 99;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    #header:before {
        display: none;
    }

    #header.homeHeader {
        border: none;
    }

    .headerContent {
        text-align: left;
    }

    /*Arama*/
    .homeHeader .searchContent {
        display: block;
    }

    .searchContent {
        display: block;
        width: 100%;
        margin: 0;
        height: 0;
        background: #fff;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0;
        border: none;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
    }

    .searchContent.active {
        height: 34px;
        padding: 0;
        overflow: visible;
        width: 100%;
        left: 0;
        right: 0;
    }

    .search {
        margin: 0;
        max-width: 100%;
        width: 100%;
        position: relative;
        padding: 0;
        display: block;
    }

    .search:after {
        display: none;
    }

    .search:before {
        display: none;
    }

    .search .crossclick {
        display: none;
    }

    #divAramaKategori {
        top: 0;
        left: 0;
    }

    #divAramaKategori select {
        width: 70px;
        padding-left: 5px;
        font-size: 10px;
        height: 34px;
    }

    #txtbxArama {
        height: 34px;
        padding-right: 30px;
        padding-left: 10px;
        width: 100%;
        box-shadow: none;
        font-size: 12px;
        border-radius: 0;
        margin: 0;
        border: 1px solid #f1f1f1;
    }

    .searchContent.active #txtbxArama {
        padding: 0 35px 0 10px;
    }

    #btnKelimeAra {
        width: 34px;
        height: 34px;
        right: 0;
        top: 0;
        line-height: 34px;
        text-indent: 0;
        padding: 0;
        left: auto;
        background-position: center center;
        background-image: none;
        border: none;
        border-radius: 0;
        font-size: 15px;
        text-align: center;
    }

    .ButtonMic {
        right: 34px;
        height: 34px;
    }

    /*Arama*/
    /*hosgeldin div*/
    .welcome {
        display: block;
        width: 100%;
        position: absolute;
        top: 100%;
        right: 0;
        bottom: auto;
        text-align: center;
        background: transparent;
        border: none;
        padding: 0;
        margin: 0;
        height: 0;
        border-radius: 0;
        z-index: 100;
        overflow: hidden;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
    }

    .welcome.active {
        height: 34px;
        background: #444;
    }

    .welcome>div {
        width: 100%;
        position: static;
        padding: 0;
        box-shadow: none;
        display: block;
        background: transparent;
        margin: 0;
    }

    .welcome>ul {
        margin: 0;
    }

    .welcome>div:before {
        display: none;
    }

    .welcome:before {
        display: none;
    }

    .mobilMenu .welcome {
        display: block;
    }

    .welcome ul {
        float: left;
        width: 100%;
    }

    .welcome li {
        float: none;
        display: inline-block !important;
        width: auto;
        vertical-align: top;
    }

    .headerSocialConnect {
        margin-left: 0;
    }

    .headerSocialConnect .baglanButton {
        margin-left: 10px;
    }

    .headerSocialConnect .baglanButton a {
        line-height: 34px;
        font-size: 13px;
        color: #fff;
        padding: 0;
    }

    .headerSocialConnect .baglanButton a:before {
        line-height: 34px;
    }

    .headerHesabim,
    .headerCikis,
    .headerUyeOl a,
    .headerUyeGiris a {
        float: none;
        display: inline-block !important;
        font-size: 13px;
        line-height: 34px;
        color: #fff;
        border: none;
        padding: 0;
        width: auto;
        height: auto;
        margin: 0;
        font-weight: 500;
    }

    .headerUyeGiris a,
    .headerHesabim {
        background: transparent;
        margin-right: 10px;
    }

    .headerUyeGiris a:after,
    .headerHesabim:after,
    .headerCikis:after,
    .headerUyeOl a:after,
    .headerUyeGiris a:before,
    .headerHesabim:before,
    .headerCikis:before,
    .headerUyeOl a:before {
        display: none;
    }

    /*hosgeldin div*/
    /*Dil secenegi*/
    #lang_flag_container {
        left: auto !important;
        right: 0 !important;
        top: 0 !important;
        position: absolute !important;
        margin: 0;
        display: none !important;
    }

    #langHover {
        padding: 4px 0 !important;
    }

    #lang_flag_container #lang-detail {
        right: 0;
        left: auto !important;
        width: 240px !important;
    }

    #lang {
        font-size: 11px !important;
        padding-left: 25px !important;
    }

    #lang-detail .language a,
    #lang-detail .currency a {
        width: 100% !important;
    }

    #lang-detail p,
    #lang-detail .language a,
    #lang-detail .currency a {
        font-size: 10px !important;
    }

    /*#lang_flag_container #lang-detail { display: none !important; }*/
    #lang_flag_container.selector #lang-detail {
        display: block !important;
    }

    /*Dil secenegi*/
    /*Header Sabitler*/
    /*urun box sabit*/
    .productItem .discountPrice {}

    .productItem .regularPrice {}

    .productItem .discountPrice span {}

    .productItem .regularPrice span {}

    /*urun box sabit*/
    /*Kategori Sabitler*/
    .leftBlock {
        width: 100%;
        padding: 0;
    }

    .categoryContainer .centerCount {
        width: 100%;
        max-width: 100%;
    }

    .blockSelect {
        display: none;
    }

    .brandlistselection {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    /*Kategori Sabitler*/
    /*Detay Sabitler*/
    .leftImage {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        margin-top: 0;
    }

    .Images {
        display: none;
    }

    .SmallImages {
        padding: 0;
        margin: 0;
        border: none;
        box-shadow: none;
    }

    .RightDetail {
        width: 100%;
        margin-bottom: 0;
        margin: 0;
        padding: 0;
        min-height: 100%;
    }

    .urunTabAlt #yorumYaz {
        padding-right: 0;
        width: 100% !important;
    }

    #mainHolder_UrunDetay_txtbxNotlar,
    .urunTabAlt ul li input[type="text"] {
        width: 100% !important;
    }

    #linkOncekiSayfa {
        float: right !important;
        clear: left;
    }

    /*urun butonlari*/
    .ProductIcon {
        position: static;
        width: 100%;
        margin: 5px 0 0;
        float: left;
        padding: 5px 0;
        border: none;
    }

    .ProductIcon .box1 {
        font-size: 12px;
        width: 100% !important;
        line-height: 35px !important;
        text-align: left;
        border: none;
        border-radius: 0;
    }

    .ProductIcon .box1 i {
        float: left;
        line-height: 35px;
        width: 35px;
        height: 35px;
        margin-right: 5px;
        margin-bottom: 0;
    }

    .ProductIcon>div {
        float: left;
        width: 100%;
        margin: 5px 0 0;
        max-width: 100% !important;
    }

    .ProductIcon>div>a {
        float: left;
        width: 100%;
        margin-bottom: 0;
        transition: all 0.2s ease;
    }

    .ProductIcon .box1:before {
        display: none !important;
    }

    .ProductIcon a:hover {
        padding-left: 25px;
    }

    /*urun butonlari*/
    /*urun butonlari2*/
    .ProductIcon2 {
        position: static;
        margin: 10px 0;
        padding: 0;
    }

    .ProductIcon2 .YorumYazbtnContent,
    .ProductIcon2 .TavsiyeEtBtnContent,
    .ProductIcon2>.hidden-phone {}

    .ProductIcon2 .YorumYazbtnContent a,
    .ProductIcon2 .TavsiyeEtBtnContent a,
    .ProductIcon2 .hidden-phone a {}

    .ProductIcon2 .TavsiyeEtBtnContent a:before,
    .ProductIcon2 .YorumYazbtnContent a:before,
    .ProductIcon2 .printBtn:before {}

    /*urun butonlari2*/
    .socialButons {
        display: block;
    }

    .socialButons div {
        height: 0;
    }

    .socialButons #___plus_0 {
        height: 0 !important;
    }

    .UTelegram {
        display: none !important;
    }

    .telegram {
        width: 35px !important;
        height: 35px;
        font-size: 0;
        border-radius: 100% !important;
        display: none !important;
    }

    .telegram i {
        font-size: 15px !important;
        line-height: 35px;
    }

    /*Detay SAbitler*/
    #back-to-top {
        bottom: 11%;
        right: 2%;
    }

    #back-to-top a {}

    .owl-nav {
        display: none;
    }

    body #divMobileImageList .owl-controls .owl-dots {
        position: absolute !important;
        left: 0;
        right: 0;
        bottom: 5px;
        margin: 0;
        z-index: 1;
    }

    body #divMobileImageList .owl-controls .owl-dots .owl-dot {
        background: #ddd !important;
    }

    body #divMobileImageList .owl-controls .owl-dots .owl-dot.active {
        background: var(--theme-color) !important;
    }

    #divSliderYani {
        width: 100%;
        padding: 0;
        margin-top: 5px;
    }

    .DetayYeniUrun {
        z-index: 10;
    }

    body ul.breadcrumb {
        padding: 0 5px !important;
    }

    .ProductBody .categoryTitleText ul.breadcrumb {
        margin: 0 !important;
    }

    body ul.breadcrumb li:nth-last-of-type(1) * {
        white-space: nowrap;
    }

    body ul.breadcrumb li:nth-last-of-type(1) a span {
        max-width: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body #divSayfalamaUst {
        margin-bottom: 5px;
    }

    body .category-vertical-filters.top-filters {
        width: 100%;
    }

    body .category-vertical-filters.top-filters .tukgo .filterOrderInStock {
        font-size: 12px;
    }

    body .category-vertical-filters.top-filters .panel .panel-heading a {
        font-size: 13px;
    }

    body .category-vertical-filters.top-filters .list-group.dropdown li {
        margin-bottom: 5px;
    }

    /*Logo*/
    #logo {
        float: none;
        position: static;
        display: block;
        border: none;
        width: auto;
        padding: 0;
        background: transparent;
        margin: 0;
    }

    #logo:after {
        display: none;
    }

    #logo .logo {
        margin: 0 auto;
        width: 140px;
        float: none;
        padding: 5px 0;
        text-align: center;
        display: block;
        background: transparent;
    }

    #logo .logo img {
        max-width: 100%;
        display: inline-block;
    }

    /*Logo*/
    /*header click button*/
    .mycart {
        top: 25px;
        z-index: 2;
        right: 5px;
    }

    .mycart .sepetUrunSayisi {
        background: #000;
        line-height: 17px;
        width: 17px;
        color: #fff;
    }

    .mobilMenuAcButton {
        display: block;
        position: absolute;
        top: 11px;
        left: 10px;
    }

    .searchClick {
        display: block;
        position: absolute;
        top: 11px;
        left: 50px;
    }

    .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;
    }

    .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;
    }

    /*header click button*/
    .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;
    }

    /******************************************************/
    /*mobil icerik Alan*/
    body {
        padding-top: 62px;
    }

    body.sepetimBody {
        padding-top: 0;
    }

    .htop,
    .himd {
        display: none !important;
    }

    .fixT p {
        font-size: 18px;
    }

    .sliderBannerContainer {
        margin: 10px 0;
    }

    .detaySliderContainer {
        margin: 10px 0;
    }

    #divInstashopResim {
        margin: 10px 0;
    }

    #divInstashopResim .Main .InstaGallery .InstaGallery-content {
        margin: 0 -5px;
    }

    #divInstashopResim .Main .InstaGallery .InstaGallery-content .item {
        width: calc(50% - 5px);
        margin: 0 2.5px 5px;
    }

    .AllImages {
        width: 100%;
        text-align: center;
        float: left;
        margin-top: 10px;
    }

    #divInstashopResim .Main {
        margin-top: 20px;
    }

    /*Anasayfa*/
    #pnlSlider {
        width: 100%;
        margin: 0 0 10px;
        padding: 0;
    }

    #pnlSlider .flex-control-nav {
        bottom: 0;
        width: 100%;
        height: auto;
        min-height: auto;
        right: 0;
    }

    #pnlSlider .flex-control-paging li {
        margin: 0 2px;
    }

    #pnlSlider .flex-control-paging li a {
        width: 12px;
        height: 12px;
    }

    #pnlSlider .flex-control-paging li a.flex-active {}

    #pnlSlider .flex-direction-nav {
        top: 45%;
        left: 5px;
        right: 5px;
    }

    #pnlSlider .flex-direction-nav .flex-prev,
    #pnlSlider .flex-direction-nav .flex-next {
        width: 25px;
        height: 25px;
        display: block;
        background-size: 100%;
        border: none;
    }

    #pnlSlider .flex-direction-nav .flex-next:before,
    #pnlSlider .flex-direction-nav .flex-prev:before {
        line-height: 28px;
        font-size: 14px;
    }

    .Blok {
        margin: 0;
        padding: 0;
        width: 100%;
        background: transparent;
    }

    .Blok a {
        padding: 0 0;
    }

    .ban {
        float: left;
        width: 100%;
        margin: 0;
    }

    .Blok img {
        width: 100%;
    }

    #divSliderYani img {
        width: 100%;
    }

    #divSliderYani .Scol1:nth-child(2) {
        margin-top: 0;
    }

    .ScRow {
        margin: 0 0
    }

    .Scol1 {
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .Scol1 a {
        margin-bottom: 5px;
    }

    .Scol2 {
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .Scol2 a {
        margin-bottom: 5px;
    }

    .Scol3 {
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .Scol3 a {
        margin-bottom: 5px;
    }

    .Scol4 {
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .Scol4 a {
        margin-bottom: 5px;
    }

    .Scol5 {
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .Scol5 a {
        margin-bottom: 5px;
    }

    .Scol6 {
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .Scol6 a {
        margin-bottom: 5px;
    }

    .Scol7 {
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .Scol7 a {
        margin-bottom: 5px;
    }

    .Scol8 {
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .Scol8 a {
        margin-bottom: 5px;
    }

    .homeContainer .ProductListContent {
        margin-top: 10px;
    }

    .homeContainer .ProductListContent .productItem {
        margin-bottom: 5px;
    }

    #anasayfatab .anasayfaTabAlt .sliderBannerContainer.NoSlider .jCarouselLite ul {
        margin: 0 -2.5px;
    }

    #anasayfatab .anasayfaTabAlt .sliderBannerContainer.NoSlider .jCarouselLite ul li {
        width: 50%;
        margin-bottom: 5px;
        padding: 0 2.5px;
    }

    #anasayfatab .anasayfaTabAlt .sliderBannerContainer.NoSlider .jCarouselLite ul li:nth-child(2n) {
        margin-right: 0;
    }

    /*Anasayfa*/
    /*Footer*/
    #ticimaxCopyright {
        font-size: 10px;
        padding: 5px 0;
    }

    #footer {
        margin: 5px 0 0;
    }

    #footer .ticiContainer {
        padding: 0;
    }

    .FooterSC {}

    .FooterTop {
        padding: 0;
        text-align: center;
    }

    .FooterMiddle {
        padding: 0;
        text-align: center;
    }

    .FooterBottom {
        padding: 0;
        text-align: center;
    }

    .ebultenDiv {
        width: 100%;
        text-align: center;
        margin: 10px 0;
        padding: 0 5px;
        float: left;
        border: none;
    }

    .ebultenGelecek {
        width: 100%;
        margin: 0 0 5px;
        padding: 0;
    }

    .Ebulten {
        width: 100%;
    }

    #UpdatePanel1 {
        padding: 0;
    }

    .ebultenGelecek #divNewsLetter {
        margin-top: 5px;
    }

    #txtbxNewsletterMail {
        font-size: 12px;
        width: 100%;
        height: 40px;
        padding-left: 15px;
        padding-right: 40px;
        text-align: left;
        float: left;
    }

    .newsbutton {
        height: 40px;
        line-height: 40px;
        right: 0;
        top: 0;
        left: auto;
        text-align: center;
        width: 40px !important;
        float: right;
    }

    .newsbutton:after {
        display: none !important;
    }

    #footer .linkler {
        padding: 5px 0 0;
        border: none;
    }

    #footer .linkler .blink {
        width: 100%;
        float: left;
        padding: 0 5px 5px;
        margin: 0;
        border: none;
    }

    #footer .linkler .blink>ul>li>ul {
        display: block;
        -webkit-animation: fadein 0.5s;
        -moz-animation: fadein 0.5s;
        -ms-animation: fadein 0.5s;
        -o-animation: fadein 0.5s;
        animation: fadein 0.5s;
    }

    #footer .linkler .blink>ul>li.acik>ul {
        display: block;
    }

    #footer .linkler .blink>ul>li>span {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 30px;
        padding: 0 10px;
    }

    #footer .linkler .blink>ul>li:last-child span {
        margin: 0;
    }

    #footer .linkler .blink>ul>li>span:before {
        display: none;
    }

    #footer .linkler .blink>ul>li>span:after {
        display: none;
    }

    #footer .linkler .blink>ul>li .ackapabtn {
        float: right;
        font-size: 22px;
    }

    #footer .linkler .blink>ul>li {
        float: left;
        width: 100%;
        text-align: center;
        min-height: 100%;
        padding: 0;
        border: none;
        margin: 0;
    }

    #footer .linkler .blink>ul {
        display: block;
        width: 100%;
    }

    #footer .linkler .blink>ul>li {
        width: 100% !important;
    }

    #footer .linkler .blink>ul>li>ul {
        float: left;
        width: 100%;
        padding: 10px;
    }

    #footer .linkler .blink>ul>li>ul>li>a {
        font-size: 13px;
        margin-bottom: 5px;
        width: 100%;
    }

    #footer .linkler .blink>ul>li:last-child {
        width: 100%;
    }

    #footer .linkler .blink>ul>li>ul {
        display: none;
    }

    #footer .socialDiv {
        text-align: center;
        margin: 0;
        width: 100%;
        position: static;
        padding: 0;
    }

    #footer .socialDiv span {
        line-height: 30px;
        margin-bottom: 0;
    }

    #footer .socialDiv ul {
        display: inline-block;
        padding: 5px 10px !important;
        margin: 0;
        float: none;
    }

    #footer .socialDiv ul li {
        float: none !important;
        display: inline-block !important;
        vertical-align: middle;
        text-align: center;
        margin-right: 0 !important;
        width: auto !important;
    }

    #footer .socialDiv ul li a {
        width: 35px !important;
        height: 35px;
        margin-bottom: 0 !important;
    }

    #footer .socialDiv ul li a i {
        line-height: 35px;
    }

    .telefonDiv {
        width: 100%;
        padding: 10px 0;
        border-right: none;
    }

    .telefonDiv>span {
        font-size: 10px;
    }

    #btnBlokEBultenKaydet {
        width: 100%;
        margin-top: 10px;
        line-height: 30px;
    }

    .copy {
        width: 100%;
        text-align: center;
        font-size: 10px;
        font-weight: normal;
        margin: 0;
        line-height: 20px;
    }

    .kartimg {
        text-align: center;
        margin: 0 0;
        padding: 0;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .bankimg {
        width: 100%;
        text-align: center;
    }

    .sssimg {
        width: 100%;
        text-align: center;
    }

    .store {
        margin: 5px 0;
        text-align: center;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .store a {
        height: auto;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
    }

    .store a:last-child {
        margin: 0;
    }

    .store a img {
        display: inline-block;
        vertical-align: top;
    }

    .store span {
        float: none;
        display: block;
        vertical-align: top;
    }

    /*Footer*/
    /*Kategori*/
    #divIcerik.categoryContainer {
        padding: 0 5px;
    }

    .productItem {}

    .productItem .productName {
        width: 100%;
    }

    .productItem .productName a {}

    .productItem .productDetail {}

    .productItem .productPrice {}

    .ProductListContent .ItemOrj {
        padding: 0 5px;
    }

    .ProductListContent .ProductList {
        margin: 0;
    }

    .categoryContainer .ProductListContent {
        padding: 0 2px;
        border: none;
        margin-top: 0;
    }

    .categoryContainer .ProductList {
        margin: 0 -5px;
        padding: 0;
    }

    .categoryContainer .ProductList .ItemOrj {
        padding: 0 3px;
    }

    .proCategoryTitle.categoryTitleText ul.breadcrumb {
        margin-bottom: 0 !important;
    }

    .categoryContainer .ProductListContent .productItem {
        margin-bottom: 5px;
    }

    .homeContainer .ProductListContent {
        margin-top: 10px;
        float: left;
        width: 100%;
        max-width: 100%;
    }

    .homeContainer .ProductListContent .ItemOrj {
        padding: 0 3px;
        max-width: 50%;
        width: 50%;
    }

    .homeContainer .ProductListContent .ProductList {
        margin: 0;
    }

    .homeContainer .ProductListContent .productItem {
        margin-bottom: 5px;
    }

    .categoryContainer .ProductList .ItemOrj {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .productItem:hover .productFaMyEx {
        display: none !important;
    }

    .favori {
        display: none;
    }

    .mycartIcon {
        display: none;
    }

    .examineIcon {
        display: none;
    }

    .productItem:hover .examineIcon {
        display: none;
    }

    .productItem:hover .mycartIcon {
        display: none;
    }

    .productItem:hover .favori {
        display: none;
    }

    .productItem:hover .urunListeAdet {
        display: none !important;
    }

    /*Kateori*/
    /*Detay*/
    .taksitBlok {
        width: 100%;
    }

    .TopDet {
        padding: 0;
        margin: 0;
    }

    .RightDetail .TopList {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .RightDetail .MiddleList {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .RightDetail .BottomList {
        width: 100%;
        margin-bottom: 0;
    }

    .bedenTablosu {
        position: static;
        margin: 10px 0 0;
    }

    .TopDet .product_social_icon_wrapper {
        text-align: center;
        padding: 0;
        margin: 10px 0;
    }

    .TopDet .product_social_icon_wrapper .PaylasTit {
        line-height: 30px;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        display: none;
    }

    .TopDet .product_social_icon_wrapper ul {
        margin: 0;
        width: auto;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .TopDet .product_social_icon_wrapper ul li {
        margin-right: 0;
        margin-left: 5px;
    }

    .TopDet .product_social_icon_wrapper ul li a {
        font-size: 15px;
        width: 30px;
        height: 30px;
    }

    .TopDet .product_social_icon_wrapper ul li a i {
        line-height: 30px;
    }

    .UWhatsApp {
        width: 30px;
        float: none;
        display: inline-block !important;
        vertical-align: top;
        border-radius: 0;
        margin-left: 5px;
    }

    .UWhatsApp a {
        border-radius: 0;
        color: #fff;
        background-color: #25D366;
        border-radius: 100%;
    }

    .whatsApp i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        border-radius: 0;
        background-color: transparent;
    }

    .UWhatsApp:hover a {
        background: #25D366;
    }

    .ProductName {
        padding: 0;
        margin: 10px 0 0;
    }

    .ProductName h1 span {}

    #divMarka {
        margin-bottom: 0;
        margin-right: 12px;
    }

    #divTaksitAciklama * {
        font-size: 12px;
    }

    #divSatinAl {
        margin: 20px 0 0;
        width: 100%;
    }

    #divAdetCombo .right_line {
        width: 100%;
    }

    .BasketBtn {
        width: 100%;
    }

    .Basketinp p,
    #divAdetCombo .left_line {
        line-height: 35px
    }

    .Basketinp,
    #divAdetCombo {
        margin: 0;
        width: 100px;
    }

    .riSingle {
        width: 100%;
    }

    #txtbxurunSiparisAdedi {
        width: 100% !important;
    }

    .buyfast {
        width: 100%;
        margin: 5px 0 0 0;
        padding-left: 0;
    }

    .UIstekListemeEkle {
        width: 100%;
        margin: 5px 0 0 0;
        padding-left: 0;
    }

    .basketBtn {
        margin: 0;
        width: calc(100% - 50px);
    }

    .basketBtn input,
    .buyfast input {
        max-width: 100%;
        text-indent: 0;
    }

    .basketBtn:after {
        display: none;
    }

    #divKombinSatinAl {
        margin-top: 5px;
    }

    #divKombinSatinAl a {
        width: 100%;
        background-size: 100% 100%;
    }

    .riSingle a.riUp {
        width: 25px !important;
    }

    .riSingle a.riDown {
        width: 25px !important;
    }

    #divStokYok {
        font-size: 15px;
        padding: 4% 0;
    }

    .ProductDetailMainRow {
        padding: 0;
        margin: 0;
    }

    .SmallImages {
        display: none !important;
    }

    .mobileImageSlider a {
        width: 100%;
    }

    #divVideoGoruntulemeAlan {
        display: none !important;
    }

    .mobileImageSlider {
        font-size: 0px;
    }

    .videoImagePreview {
        display: none !important;
    }

    #divThumpVideo {
        position: absolute;
        left: 5px;
        bottom: 5px;
        z-index: 99;
    }

    #divThumpVideo i {
        color: #fff;
        background-color: #000;
        padding: 12px 0 0 4px;
        border-radius: 45px;
        width: 45px;
        height: 45px;
        text-align: center;
        font-size: 20px;
    }

    /*Detay*/
    .PriceList {
        margin-bottom: 20px;
    }

    #divUrunEkSecenek .eksecenekLine {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:415px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}

@media screen and (max-width:1041px) {
    .urunOzellik {
        margin: 10px 0;
        padding: 0;
        border: none;
        width: 100%;
    }

    .urunTabAlt {
        max-height: 100%;
        overflow-x: auto;
    }

    .urunOzellik .mobilTab ul li.active .urunDetayPanel {
        display: block !important;
    }

    .urunOzellik .mobilTab .urunDetayPanel {
        max-height: 100%;
        overflow-y: auto;
        padding: 10px 0;
        width: 100%;
        min-height: 100%;
        margin: 0;
    }

    .urunOzellik .mobilTab {
        float: left;
        width: 100%;
    }

    .urunOzellik .mobilTab>ul {
        float: left;
        width: 100%;
    }

    .urunOzellik .mobilTab>ul>li {
        float: left;
        width: 100%;
    }

    .urunOzellik .mobilTab>ul>li>a {
        float: left;
        width: 100%;
        line-height: 40px;
        padding: 0 10px;
        font-size: 13px;
        color: #000;
        text-align: left;
        font-weight: normal;
        background: #fff;
    }

    .urunOzellik .mobilTab>ul>li>a span {
        font-weight: normal;
    }

    .urunOzellik .mobilTab>ul>li>a:after {
        float: right;
        line-height: 35px;
        margin-right: 5px;
        content: '\f078';
        font-family: 'FontAwesome';
    }

    .urunOzellik .mobilTab>ul>li.active>a {
        color: #fff;
        background: var(--theme-color);
    }

    .urunOzellik .mobilTab>ul>li.active>a:after {
        content: '\f077';
    }

    .divYorumYaz,
    #yorumYaz {
        padding: 0 !important;
        width: 100%;
    }
}


/* BEGIN : Vertical Align Middle -> Mobile OWL Carousel */
@media screen and (max-width:767px) {

    #divMobileImageList .owl-stage {
        display: table;
    }

    #divMobileImageList .owl-item {
        display: table-cell;
        float: none !important;
        vertical-align: middle;
    }

}

/* END : Vertical Align Middle -> Mobile OWL Carousel */

/* BEGIN : Price font size increase */
#divIndirimsizFiyat .right_line .spanFiyat {
    font-size: 22px;
    margin-top: 8px;
}

#divTaksitAciklama .taksitSatir {
    font-size: 16px;
}

/* END : Price font size increase */

/* BEGIN : Remove list bullets */
#divUrunOzellikAlani ul {
    list-style: none;
    padding-left: 0;
}

#divUrunOzellikAlani ul li a {
    font-size: 16px;
}

/* END : Remove list bullets */

/* BEGIN : Increase font-size in category view */
@media screen and (min-width: 1024px) {
    .productItem .productName a {
        font-size: 16px !important;
    }
}
/* END : Increase font-size in category view */


/* BEGIN: Preloader */
/* Full page preloader */
#pagePreloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

#pagePreloader.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#pagePreloader .loader-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

#pagePreloader .loader-logo {
    width: min(420px, 75vw);
    height: auto;
    display: block;
    animation: preloaderPulse 1.4s ease-in-out infinite;
}

@keyframes preloaderPulse {
    0%   { opacity: 0.55; transform: scale(0.98); }
    50%  { opacity: 1;    transform: scale(1); }
    100% { opacity: 0.55; transform: scale(0.98); }
}

@media (max-width: 768px) {
    #pagePreloader .loader-logo {
        width: min(280px, 82vw);
    }
}
/* END: Preloader */

/* BEGIN : Remove Owl dot shadow */

.productList-Image-Owl .owl-dots {
    bottom: 5px!important;
}

.productList-Image-Owl .owl-dots .owl-dot span,
.productList-Image-Owl .owl-dots .owl-dot.active span {
    margin: 0!important;
}
/* END : Remove Owl dot shadow */


/* BEGIN : Category Filter Color Correction */
.sortingContent {
    background-color: transparent !important;
    padding-top: 5px!important;
}

.sortingContent li a {
    background-color: transparent !important;
    border-radius: 0!important;
}

.sortingContent li a.selected {
    background-color: rgb(210, 210, 210) !important;
    color: black!important;
}

.sortingContent li a:hover {
    background-color: rgb(159, 159, 159)!important;
}

.blockSelect a {
    color: rgb(219, 219, 219) !important;
}

.sortingContent .blockSelect a.Active i {
    color: #181818!important;
}

.filterDeleteContent {
    margin-top: 8px!important;
    margin-bottom: 8px!important;
}

.sortingContent .sortingButton:nth-child(3) {
    display: none!important;
}

/* END : Category Filter Color Correction */

/* BEGIN : User Manual */
.product-user-manual img{
    height: 25px!important;
    width: 25px!important
}

.product-user-manual a {
    margin-left: 10px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    text-decoration: none;
    color: #797979;
}

.product-user-manual a:hover{
    color: #000000;
    text-decoration: underline;
}
/* END : User Manual */

/* BEGIN : KDV Dahil Show */
.spanKdv {
    display: none!important;
}

/* END : KDV Dahil Show */


/* BEGIN : Urun Detay -> Remove teknikDetay */
.teknikDetay {
    display: none !important;
}
/* END : Urun Detay -> Remove teknikDetay */

/* BEGIN : SON ZİYARET EDİLEN ÜRÜNLER -> Margin */
.sonZiyaretEdilenUrunlerTitle {
    margin-top: 50px;
    font-size: 22px!important;
}
/* END : SON ZİYARET EDİLEN ÜRÜNLER -> Margin */















/* START: RELATED ITEMS */

#productRelatedItems {
    margin-top: 32px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 16px 0;
    padding-left: 10px;
    padding-right: 10px;
}

#productRelatedItems .detail-related-items {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#productRelatedItems .detail-related-items .detail-related-item {
    flex: 0 0 120px;
    text-align: center;
}

#productRelatedItems .detail-related-items .detail-related-item-image {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#productRelatedItems .detail-related-items .detail-related-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

#productRelatedItems .detail-related-items .detail-related-item-title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.3;
}

/* Mobile */
@media (max-width: 768px) {
    #productRelatedItems .detail-related-items .detail-related-item {
        flex: 0 0 100px;
    }

    #productRelatedItems .detail-related-items .detail-related-item-image {
        height: 75px;
    }

    #productRelatedItems .detail-related-items .detail-related-item-title {
        font-size: 12px;
        line-height: 1.25;
    }
}

/* END: RELATED ITEMS */

/* BEGIN: LG BUTONLARI - FONT DÜZELTME */
.lg-outer [class^="lg-"],
.lg-outer [class*=" lg-"],
.lg-outer [class^="lg-"]::before,
.lg-outer [class*=" lg-"]::before,
.lg-outer [class^="lg-"]::after,
.lg-outer [class*=" lg-"]::after {
    font-family: "lg" !important;
}
/* END: LG BUTONLARI - FONT DÜZELTME */


/*BEGIN PRODUCT COMBINATIONS*/

#divUrunDetayKombin {
    display: none !important;
}

.TopDet {
    padding-bottom: 30px;
    margin-bottom: 100px;
}

#combinations {
    display: block;
}

#productCombinations {
    margin-bottom: 30px;
}

#productRelatedItems {
    display: block;
    margin-top: 40px;
    padding: 24px 0 16px;
    border-top: 1px solid #e5e5e5;
    background: #fff;
}

#productRelatedItems .related-products-header h4,
#video-holder h4 {
    text-align: center;
    width: 100%;
    line-height: 50px;
    font-size: 22px;
}

#productRelatedItems .related-products-header h4::after,
#video-holder h4::after{
    content: '';
    max-width: 70px;
    height: 1px;
    background: #000;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

#productRelatedItems .related-products-carousel {
    position: relative;
}

#productRelatedItems .owl-stage {
    display: flex;
}

#productRelatedItems .owl-item {
    display: flex;
    height: auto;
}

#productRelatedItems .related-product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 6px;
    box-sizing: border-box;
}

#productRelatedItems .related-product-link {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    color: inherit;
}

#productRelatedItems .related-product-image-box {
    width: 100%;
    /* aspect-ratio: 1 / 1; */
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 12px; */
    overflow: hidden;
    box-sizing: border-box;
}

#productRelatedItems .related-product-image-box img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

#productRelatedItems .related-product-title {
    margin-top: 16px;
    min-height: 54px;
    font-size: 16px;
    line-height: 1.35;
    color: #111;
    font-weight: 400;
}

#productRelatedItems .related-product-price-row {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

#productRelatedItems .related-product-price {
    color: #f42837;
    font-size: 16px;
    line-height: 0.8;
    font-weight: 300;
}

#productRelatedItems .related-product-vat {
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

#productRelatedItems .related-product-actions {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

#productRelatedItems .related-icon-btn {
    flex: 1 1 0;
    width: 50%;
    min-width: 0;
    height: 40px;
    border: 1px solid #000;
    cursor: pointer;
    background: #fff;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: opacity 0.2s ease;
    padding: 0;
    margin: 0;
}

#productRelatedItems a.related-icon-btn,
#productRelatedItems button.related-icon-btn {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
}

#productRelatedItems .related-icon-btn i {
    font-size: 15px;
    line-height: 1;
    font-style: normal;
}

#productRelatedItems .related-icon-btn-outline {
    background: #fff;
    color: #000;
}

#productRelatedItems .related-icon-btn-dark {
    background: #000;
    color: #fff;
}

#productRelatedItems .related-icon-btn:hover {
    opacity: 0.9;
}

#productRelatedItems .owl-nav {
    margin: 0;
}

#productRelatedItems .owl-nav button.owl-prev,
#productRelatedItems .owl-nav button.owl-next {
    position: absolute;
    top: 90px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0 !important;
    border-radius: 50% !important;
    border: 1px solid #d9d9d9 !important;
    background: #fff !important;
    color: #9a9a9a !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 5;
    box-shadow: none !important;
}

#productRelatedItems .owl-nav button.owl-prev:hover,
#productRelatedItems .owl-nav button.owl-next:hover {
    border-color: #bfbfbf !important;
    color: #666 !important;
    background: #fff !important;
}

#productRelatedItems .owl-nav button.owl-prev.disabled,
#productRelatedItems .owl-nav button.owl-next.disabled {
    opacity: 0.45;
    pointer-events: none;
}

#productRelatedItems .owl-nav button.owl-prev {
    left: -10px;
}

#productRelatedItems .owl-nav button.owl-next {
    right: -10px;
}

#productRelatedItems .owl-nav button.owl-prev span,
#productRelatedItems .owl-nav button.owl-next span {
    font-size: 24px;
    line-height: 1;
    margin-top: -2px;
}

#productRelatedItems .related-product-actions-placeholder {
    height: 54px;
    margin-top: 14px;
    width: 100%;
    flex-shrink: 0;
}

/* Tablet */
@media (max-width: 991px) {

    #productRelatedItems .related-product-title {
        min-height: 48px;
        font-size: 13px;
    }
}

/* Mobile */
@media (max-width: 768px) {

    #productRelatedItems .related-product-image-box {
        padding: 10px;
    }

    #productRelatedItems {
        margin-top: 28px;
        padding: 18px 0 10px;
    }

    #productRelatedItems .related-products-header h4 {
        margin: 0 0 14px;
        font-size: 20px;
        line-height: 1.25;
    }

    #productRelatedItems .related-product-card {
        padding: 0 4px;
    }

    #productRelatedItems .related-product-title {
        min-height: 42px;
        margin-top: 12px;
        margin-bottom: 0;
        font-size: 13px;
        line-height: 1.3;
    }

    #productRelatedItems .related-product-price {
        font-size: 16px;
    }

    #productRelatedItems .related-product-vat {
        font-size: 11px;
    }

    #productRelatedItems .related-product-actions {
        margin-top: 12px;
        gap: 8px;
        width: 100%;
    }

    #productRelatedItems .related-icon-btn {
        width: 50%;
        height: 36px;
    }

    #productRelatedItems .related-icon-btn i {
        font-size: 14px;
    }

    #productRelatedItems .owl-nav button.owl-prev,
    #productRelatedItems .owl-nav button.owl-next {
        top: 78px;
        width: 30px;
        height: 30px;
    }

    #productRelatedItems .owl-nav button.owl-prev {
        left: -8px;
    }

    #productRelatedItems .owl-nav button.owl-next {
        right: -8px;
    }

    #productRelatedItems .owl-nav button.owl-prev span,
    #productRelatedItems .owl-nav button.owl-next span {
        font-size: 20px;
    }
}

#productDetailRelated {
    display: none !important;
}

/*END PRODUCT COMBINATIONS*/


/* BEGIN : Remove vertical scroll and max-height from filtering area */
.category-vertical-filters .vertical-filter-panel .list-group {
    max-height: none !important;
    overflow-y: hidden !important;
}
/* END : Remove vertical scroll and max-height from filtering area */

/* BEGIN : Taksit Secenekleri */

#paytr_taksit_tablosu {
    height: 500px!important;
    overflow-x: hidden!important;
    overflow-y: scroll!important;
}

.taksit-tablosu-wrapper {
    width: 100%!important;
    border: none!important;
}

.taksit-tablosu-wrapper .taksit-logo img {
    margin: 0 auto;
}

.taksit-tutari-text {
    width: 50%!important;
}

.taksit-tutar-wrapper {
    width: 100%!important;
}

.taksit-tutari {
    width: 50%!important;
}

/* END : Taksit Secenekleri */


/* BEGIN: ILETISIM */
#divIcerik .iletisimContent {

    margin-top: 25px;
 
    .categoryTitle {
        margin-bottom: 0!important;
    }
    
    .categoryTitleText {
        font-weight: bold;
        font-size: 16px;
        text-align: center!important;
        background-color: #000000;
        color: white;
        line-height: 40px!important;
    }

    .iletisimContent .iletisimLeft .Right {
        font-size: 12px;
    }

    .iletisimLeftFirmaAdi .Right {
        font-size: 14px;
        font-weight: bold;
    }

    .iletisimRight .iletisimbanka .span > div.line1 { 
        margin-bottom: 0!important;
    }

    .iletisimRight .iletisimbanka .span > div.line1 > div {
        display: block;
        width: 100%;
        clear: both;
    }

    .iletisimRight .iletisimbanka .span > div.line1 > div > span {
        float: left;
    }

    .iletisimRight .iletisimbanka .span > div.line1 > div > span:nth-child(1),
    .iletisimRight .iletisimbanka .span > div.line2 > div > span:nth-child(1),
    .iletisimRight .iletisimbanka .span > div.line3 > div > span:nth-child(1) {
        
    }

    .iletisimRight .iletisimbanka .span > div.line1 > div > span:nth-child(1)::after,
    .iletisimRight .iletisimbanka .span > div.line1 > div > span:nth-child(2)::after,
    .iletisimRight .iletisimbanka .span > div.line1 > div > span:nth-child(3)::after {
        content: ":";
        margin-right: 5px!important;
    }

    .iletisimRight .iletisimbanka .span > div.line2 .line1 {
        display:block;
        clear: both;
    }

    .iletisimbanka * {
        margin-bottom: 0px!important;
    }

    .iletisimRight .span > div.line2 .line1,
    .iletisimRight .span > div.line2 .line2 {
        clear: both;
        width: auto!important;
        float: none;
    }

    .iletisimRight .span > div.line2 .line1 span {
        float: left;
    }

    .iletisimRight .span > div.line2 .line2 span {
        float: left;
    }

    .iletisimRight .iletisimbanka .span > div {
        border-bottom: none!important;
        line-height: 35px;
    }

    .iletisimRight .span > div.line2 .line1 span:nth-child(3) {
        line-height: normal!important;
        line-height: 35px!important;
        padding-left: 5px;
    }

    .iletisimRight .span > div.line3 .line1 {
        display: block!important;
        clear: both;
    }

    .iletisimLeft .span.iletisimLeftTelefon .Right {
        font-size: 14px;
    }

    .iletisimLeftFaks{
        display: none;
    }

    .categoryTitle::after {
        background: none!important;
    }

    
    .iletisimRight .iletisimbanka .line1 .line1 span:nth-child(2)::after,
    .iletisimRight .iletisimbanka .line1 .line2 span:nth-child(2)::after,
    .iletisimRight .iletisimbanka .line3 span:nth-child(2)::after,
    .iletisimRight .iletisimbanka .line4 span:nth-child(2)::after {
        content: ""!important;
    }

    .iletisimRight .iletisimbanka .line2 .line2 span:nth-child(3),
    .iletisimRight .iletisimbanka .line3 .line1 span:nth-child(3) {
        padding-left: 5px;
    }
    
    .iletisimRight .iletisimbanka .span>div,
    .iletisimRight .iletisimbanka .line2 {
        margin-bottom: 0!important;
        padding-bottom: 0!important;
    }

    .iletisimFormu input[type="text"],
    .iletisimFormu input[type="email"],
    .iletisimFormu input[type="tel"],
    .iletisimFormu input[type="password"],
    .iletisimFormu textarea,
    .iletisimFormu select {
        width: 100% !important;
        box-sizing: border-box !important;
        display: block;
    }

    /* Telefon alanının dış kapsayıcısı */
    .iti,
    .intl-tel-input {
        width: 100% !important;
        display: block !important;
        box-sizing: border-box !important;
    }

    /* Asıl input taşmasın */
    .iti input,
    .intl-tel-input input {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Bayrak/dropdown input genişliğini büyütmesin */
    .iti__flag-container,
    .intl-tel-input .flag-container {
        width: auto !important;
    }

    .iletisimBtn {
        top: 10px!important;
        width: 50%;
        margin: 0 auto;
    }


}


/* END: ILETISIM */


body {
    padding: 0!important;
}

#divTicimaxCopyrightContent {
    display: none!important;
}

#ProductPageProductList .ItemOrj {
    margin-bottom: 20px!important;
}

.nav-item-link {
    white-space: nowrap!important;
}

.newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl {
    gap: 35px!important;
}

section{
    padding-bottom: 20px!important;
}



/* BEGIN : Price Color Change */
.discountPrice .discountPriceSpan,
.urunDetayFiyatContainer .spanFiyat,
#productRelatedItems .related-product-price {
    color: black!important;
    font-weight: bold!important;
}

/* END : Price Color Change */