/* ==================== */
/* ------F5--HT-------- */
/* ==================== */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap'); :root {
    --theme-color: #000000;
}

* {
    -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: 'Quicksand', 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;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal !important;
}

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: 'Quicksand', 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: 'Quicksand', 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: 'Quicksand', 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: 'Quicksand', 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;
}

.GuvenList ul {
    list-style: none;
}

/* ============ */
/*------------------------------------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: block;
    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: 0.9;
    filter: alpha(opacity=90);
    z-index: 1030
}

.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 5px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
    background-color: #000;
    border-radius: 5px;
    white-space: nowrap;
    font-weight: 500;
}

.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: #000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    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--------------------------------------------*/
/*------------------------------------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%;
}

.iletisimContent .categoryTitle .categoryTitleText {
    margin-bottom: 0;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
}

.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 #000000;
    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: 25%;
    height: auto;
    float: left;
    line-height: 20px;
}

.taksitBaslik {
    width: 100%;
    height: 20px;
    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;
}

.TopDet {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
}

.leftImage {
    width: 541px;
    float: left;
    position: relative;
    padding: 0;
}

.RightDetail {
    width: calc(100% - 541px);
    float: left;
    position: relative;
    padding: 0 0 0 80px;
    max-width: 770px;
}

/*Urun Resim*/
.UrunDetayLeft {
    margin: 0 !important;
    overflow: hidden;
}

.Images {
    float: right;
    width: 433px;
    padding-bottom: 120%;
    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: 433px!important;
    padding-bottom: 120%;
    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: 108px;
    max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
}

.SmallImages div {
    float: left;
    width: 80px;
    height: 120px;
    margin-bottom: 10px;
}

.SmallImages div img {
    max-width: 100%;
    max-height: 100%;
}

.leftImage .productTimer {
    display: none!important;
}

.DetayYeniUrun {
    display: none!important;
}

.RightDetail .TopList {
    float: left;
    width: 100%;
    position: relative;
}

.RightDetail .MiddleList {
    float: left;
    width: 100%;
    position: relative;
}

.RightDetail .BottomList {
    float: left;
    width: 100%;
    position: relative;
}

.ProductName {
    float: left;
    position: relative;
    margin: 0;
    width: 100%;
}

.ProductName h1 {
    margin: 0;
    float: left;
    width: 100%;
}

.ProductName h1 span {
    float: left;
    width: 100%;
    display: inline-block;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
}

#divUrunKodu {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    padding: 0;
    margin: 6px 0 10px;
}

#divUrunKodu:before {
    display: inline-block;
    vertical-align: top;
    content: 'Ürün Kodu :';
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    line-height: 14px;
    margin-right: 2px;
}

#divTaksitAciklama {
    display: block;
    float: left;
    width: 100%;
}

#divTaksitAciklama .taksitSatir {
    color: #000;
    font-size: 14px;
}

.RightDetail .puanVer {
    display: none!important;
    float: right;
    margin-top: 12px;
}

.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 !important;
    line-height: 14px;
    height: 14px;
    font-weight: 300;
    font: normal normal normal 14px/1 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.selected i {
    color: #000000 !important;
    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;
    width: 100%;
    margin: 0!important;
}

/*on yazi*/
#divOnyazi {
    float: left;
    width: 100%;
}

#divOnyazi h2 {
    font-weight: normal;
    font-size: 100%;
}

#divOnyazi * {
    font-family: 'Quicksand', sans-serif !important;
}

#divOnyazi strong {
    font-weight: bold;
}

#divOnyazi strong * {
    font-weight: bold;
}

#divOnyazi i {
    font-family: 'FontAwesome'!important;
    margin-right: 12px;
}

/*fiyatlar*/
.PriceList {
    float: left;
    position: relative;
    width: 100%;
    padding: 20px 0 15px;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #ebe4e4;
}

#pnlFiyatlar {
    display: inline-block;
    vertical-align: top;
    float: left;
}

#divIndirimliFiyat {
    display: block;
}

/*marka adi*/
#divMarka {
    float: left;
    width: 100%;
    line-height: 14px;
    margin-top: 10px;
}

#divMarka .left_line {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divMarka .center_line {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divMarka .right_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

#divMarka .right_line * {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

/*tedarikci*/
#divTedarikci {
    float: left;
    width: 100%;
    margin-top: 10px;
    line-height: 14px;
}

#divTedarikci .left_line {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divTedarikci .center_line {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divTedarikci .right_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

#divTedarikci .right_line * {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

/*Urun stok miktari*/
#divUrunStokAdedi {
    float: left;
    width: 100%;
    margin-top: 10px;
    line-height: 14px;
}

#divUrunStokAdedi .left_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divUrunStokAdedi .center_line {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divUrunStokAdedi .right_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

/*Toplam stok miktari*/
#divToplamStokAdedi {
    float: left;
    width: 100%;
    margin-top: 10px;
    line-height: 14px;
}

#divToplamStokAdedi .left_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divToplamStokAdedi .center_line {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divToplamStokAdedi .right_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

/*Barkod*/
#divBarkod {
    float: left;
    width: 100%;
    margin-top: 10px;
    line-height: 14px;
}

#divBarkod .left_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divBarkod .center_line {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divBarkod .right_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

/*Para Puan*/
#divParaPuan {
    float: left;
    width: 100%;
    margin-top: 10px;
    line-height: 14px;
}

#divParaPuan .left_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divParaPuan .center_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divParaPuan .right_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

/*indirim orani*/
#divIndirimOrani {
    float: left;
    width: 100%;
    margin-top: 10px;
    line-height: 14px;
}

#divIndirimOrani .left_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divIndirimOrani .center_line {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divIndirimOrani .indirimliOrani {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

#divIndirimOrani .indirimliOrani * {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

/*piyasa fiyati*/
.PiyasafiyatiContent {
    display: block;
    line-height: 0.8;
    float: right;
    margin-top: 4px;
    margin-left: 25px;
}

.PiyasafiyatiContent .left_line {
    display: none;
    color: #343434;
    font-size: 24px;
    font-weight: normal;
    line-height: 55px;
}

.PiyasafiyatiContent .center_line {
    display: none;
    color: #4d555f;
    font-size: 14px;
    font-weight: normal;
    margin-right: 0;
}

.PiyasafiyatiContent .right_line * {
    display: inline-block;
    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: 24px;
    font-weight: normal;
    line-height: 55px;
}

.IndirimliFiyatContent .center_line {
    display: none;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-right: 0;
}

.IndirimliFiyatContent .right_line {
    display: inline-block;
    color: #050708;
    font-size: 14px;
    font-weight: normal;
}

.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: #000000;
    font-size: 24px;
}

#divIndirimsizFiyat .right_line {
    color: #333333;
}

#divIndirimsizFiyat .left_line {
    color: #333333;
    line-height: 30px;
}

.IndirimliFiyatContent .right_line * {
    font-size: 30px;
    color: #333333;
    font-weight: 600;
}

#divTurkLirasiFiyat .right_line * {
    font-size: 30px;
    color: #333333;
    font-weight: 600;
}

#divIndirimsizFiyat .right_line * {
    font-size: 30px;
    color: #333333;
    font-weight: 600;
}

#divKDVDahilFiyat .right_line * {
    font-size: 30px;
    color: #333333;
    font-weight: 600;
}

/*---*/
#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: 10px 0 0;
    float: left;
    width: 100%;
}

#divUrunEkSecenek .eksecenekLine:last-child {
    margin-bottom: 0!important;
    border: none;
}

#divUrunEkSecenek .eksecenekLine .left_line {
    float: left;
    width: 100%;
    line-height: 40px;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

#divUrunEkSecenek .eksecenekLine .center_line {
    display: none;
}

#divUrunEkSecenek .eksecenekLine .right_line {
    display: inline-block;
    vertical-align: top;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box {
    float: left;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    position: relative;
    color: #000000;
    font-weight: 600;
    margin-right: 10px;
}

#divUrunEkSecenek .eksecenekLine .right_line .size_box img {
    width: 100%;
    height: 100%;
    display: block;
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .left_line {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .center_line {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line {
}

#divUrunEkSecenek .eksecenekLine.selectvaryasyon .right_line select {
    min-width: 200px;
    float: left;
    height: 40px;
    border: 1px solid #f0eeee;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    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: 40px;
    height: 40px;
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box img {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box:hover {
}

#divUrunEkSecenek .eksecenekLine.resimlivaryasyon .right_line .size_box.selected {
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon {
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line {
}

#divUrunEkSecenek .eksecenekLine.kutuluvaryasyon .right_line .size_box {
    min-width: 40px;
    height: 40px;
    line-height: 41px;
    border: 1px solid #f0eeee;
    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: #fff!important;
    color: #999999!important;
    border-color: #f0eeee;
}

#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: #d0d0d0;
    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: 10px 0 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: 67px;
    height: 100px;
    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 {
    padding-bottom: 148%;
}

.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: 20px 0 0;
    padding: 0;
}

.BasketBtn {
    float: left;
    position: relative;
    width: 100%;
}

/*Adet Select*/
#divAdetCombo {
    display: block!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: 79px;
}

.riSingle a.riUp, .riSingle a.riDown {
    width: 25px !important;
    height: 50px!important;
    top: 0;
    line-height: 50px;
    font-size: 9px;
    color: #000;
    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: 50px;
}

.riSingle a.riDown i {
    line-height: 50px;
}

.riSingle a.riUp {
    left: auto;
    right: 0;
}

.riSingle a.riDown {
    left: 0;
}

.riSingle a.riUp:hover,.riSingle a.riDown:hover {
}

.Basketinp {
    display: block;
    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: 50px !important;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    border: none;
    background: #f2efef;
    margin: 0;
    border-radius: 0;
}

/*sepete Ekle*/
.basketBtn {
    float: left;
    position: relative;
    width: calc(60% - 79px);
    padding: 0 10px;
}

.basketBtn input {
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    padding: 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    border: 1px solid #e4e3e3;
    border-radius: 0;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
}

.basketBtn input:hover {
    background: #000;
    color: #fff;
}

/*Hemen Al*/
.buyfast {
    float: left;
    width: 40%;
    margin: 0;
}

.buyfast input {
    background: #000;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    padding: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    border: 1px solid #e4e3e3;
    border-radius: 0;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.buyfast input:hover {
    background: #fff;
    color: #000;
}

/*kombin Al*/
#divKombinSatinAl {
}

#divTahminiTeslimatSuresi {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0;
}

#divTahminiTeslimatSuresi .left_line {
    float: left;
    color: #151515;
    font-size: 13px;
    line-height: 1;
}

#divTahminiTeslimatSuresi .center_line {
    float: left;
    color: #151515;
    font-size: 13px;
    line-height: 1;
    margin: 0 3px;
}

#divTahminiTeslimatSuresi .right_line {
    float: left;
    color: #151515;
    font-size: 13px;
    line-height: 1;
}

/*Iconlar*/
.ProductIcon {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.ProductIcon .box1 {
    padding: 0;
    margin: 0;
    min-width: 0;
    background: transparent;
    color: #333333;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.ProductIcon .box1 i {
    margin: 0;
    float: left;
    font-size: 16px;
    color: #333333;
    display: block;
    font-weight: normal;
    text-align: center;
    line-height: 16px;
    transition: all 0.3s ease;
    margin-right: 14px;
}

.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%;
}

.ProductIcon2 {
    float: left;
    margin-top: 20px;
}

.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: 0;
}

.urunTab {
    float: left;
    width: 100%;
    text-align: center;
}

.urunTab ul {
    display: inline-block;
    vertical-align: top;
}

.urunTab >ul > li {
    float: left;
}

.urunTab >ul > li:last-child {
    margin-right: 0;
}

.urunTab >ul > li > a {
    cursor: pointer;
}

.urunTab >ul > li > a span {
    font-weight: normal;
}

.urunTab >ul > li.active > a {
    text-decoration: underline
}

.webTab {
    float: left;
    position: relative;
    width: 100%;
    margin: 30px 0;
}

.webTab >ul {
    float: left;
    width: 100%;
    padding: 0;
}

.webTab >ul > li {
    float: left;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #ececec;
}

.webTab >ul > li:last-child> a {
    margin-bottom: 0;
}

.webTab >ul > li > a {
    float: left;
    width: 100%;
    text-align: left;
    color: #282727;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.webTab >ul > li.active > a {
    border-bottom: 1px solid;
}

.webTab >ul > li > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-weight: 300;
    float: right;
    margin-right: 0;
    font-size: 18px;
    color: #282727;
}

.webTab >ul > li > a span {
    font-weight: 700;
}

.webTab >ul > li.active > a:after {
    content: '\f107';
}

.webTab >ul > li.active .urunDetayPanel {
    display: block!important;
}

.webTab .TabOzellikler .urunDetayPanel .urunTabAlt {
    overflow-y: auto;
}

.urunDetayPanel {
    float: left;
    width: 100%;
    clear: none !important;
    border: none;
    padding: 0;
}

.urunTabAlt {
    float: left;
    width: 100%;
}

.urunTabAlt strong {
    font-weight: bold;
}

.urunTabAlt .divYorumYaz,.urunTabAlt #yorumYaz {
    padding: 0 0 10px;
}

.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: 'Quicksand',sans-serif !important;
    padding: 0;
    margin: 10px 0;
}

.urunTabAlt  table p { margin: 1px; padding: 1px; }

.border-collapse {  border-collapse: collapse;}
.border { border-width: 1px;  border-style: solid;}
.border-border {  border-color: #e5e7eb;}
.bg-muted {  background-color: #f3f4f6;}
.px-2 {  padding-left: 0.5rem;  padding-right: 0.5rem;}
.py-1 { padding-top: 0.25rem;  padding-bottom: 0.25rem;}
.font-semibold {  font-weight: 600;}

.urunTabAlt * {
    font-family: 'Quicksand',sans-serif !important;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.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%;
    margin-left: 18px;
}

.bedenTablosu {
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    float: left;
    color: #000000;
    position: absolute;
    top: -26px;
    right: 0;
    text-decoration: underline;
}

.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;
}

.UD_Share {
    float: right;
    width: 100%;
    margin-top: 42px;
    padding-left: 100px;
}

.UD_Share li {
    float: left;
    width: 50%;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #fff;
    line-height: 40px;
}

.UD_Share li a {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
}

.UD_Share li a i {
    font-size: 25px;
    line-height: 40px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.UD_Share li:first-child i {
    color: #25d366;
}

.UD_Share li:last-child i {
    color: #ea242e;
    font-size: 21px;
}

.UD_Share li:last-child {
    background: #f3f3f3;
}

.TopDet .product_social_icon_wrapper {
    display: inline-block!important;
    vertical-align: top;
    float: left;
    margin: 15px 0;
}

.TopDet .product_social_icon_wrapper .PaylasTit {
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-right: 20px;
    line-height: 13px;
}

.TopDet .product_social_icon_wrapper ul {
    display: inline-block;
    vertical-align: top;
}

.TopDet .product_social_icon_wrapper ul li {
    float: left;
    margin-right: 20px;
}

.TopDet .product_social_icon_wrapper ul li:last-child {
    margin-right: 0;
}

.TopDet .product_social_icon_wrapper ul li a {
    float: left;
    color: #000000;
    font-size: 13px;
}

.TopDet .product_social_icon_wrapper ul li a i {
    line-height: 13px;
    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: 'Quicksand',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: #000000;
    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;
    border-radius: 0;
    float: none;
    padding-top: 7px!important;
    padding-bottom: 7px!important;
    max-width: 1540px !important;
}

body ul.breadcrumb * {
    color: #000000;
    font-size: 13px!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: #000000;
    font-size: 13px ;
    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: #000000;
}

body a#linkOncekiSayfa {
    line-height: 50px ;
    display: block ;
    color: #000000 ;
    font-size: 13px!important;
    font-weight: normal;
}

.categoryTitle {
    float: left;
    width: 100%;
}

.categoryTitleText {
    float: left;
    width: 100%;
}

.CategoryBody .categoryTitleText {
}

.CategoryBody .categoryTitle {
    border: 1px solid #f0f0f0;
    margin-bottom: 23px;
}

.CategoryBody .categoryTitleText ul.breadcrumb {
}

.ProductBody .categoryTitle {
}

.ProductBody .categoryTitleText {
}

.ProductBody .categoryTitleText ul.breadcrumb {
}

body #divSayfalamaUst {
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
}

.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:not(.Slct) .filterDeleteContent {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

body #divSayfalamaUst:not(.Slct) .filterDeleteContent .appliedFilter {
    padding: 0;
    margin: 0 15px 0 0;
    height: auto;
    background: transparent;
    border: 1px solid #000000;
    width: auto;
}

body #divSayfalamaUst:not(.Slct) .filterDeleteContent .appliedFilter a {
    width: 38px;
    margin: 0;
}

body #divSayfalamaUst:not(.Slct) .filterDeleteContent .appliedFilter a i {
    font-family: 'FontAwesome';
    line-height: 38px;
    color: #000000;
    font-size: 22px;
}

body #divSayfalamaUst:not(.Slct) .filterDeleteContent .appliedFilter a i:before {
    content: '\f00d';
}

body #divSayfalamaUst:not(.Slct) .filterDeleteContent .appliedFilter .filter-content span {
    color: #a1a1a1;
    font-size: 12px;
    text-align: left;
    margin-top: 6px;
}

body #divSayfalamaUst:not(.Slct) .filterDeleteContent .appliedFilter .filter-content span+span {
    color: #252525;
    margin-top: 3px;
}

body #divSayfalamaUst:not(.Slct) .filterDeleteContent .appliedFilter.FiltrelemeKaldir {
    display: block;
    border-color: #eb1f27;
}

body #divSayfalamaUst:not(.Slct) .filterDeleteContent .appliedFilter.FiltrelemeKaldir a {
    width: 100%;
    background: transparent;
    line-height: 1;
    margin: 0;
}

body #divSayfalamaUst:not(.Slct) .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span {
    line-height: 38px;
    font-weight: normal;
    color: #eb1f27;
    font-size: 12px;
    text-align: center;
    margin: 0;
    width: 100%;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect {
    float: right;
    margin: 0 0 0 20px;
    background: transparent;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a {
    background: transparent;
    color: #999999;
    padding: 0 5px;
    float: left;
    margin-left: 0;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a i {
    font-size: 16px;
    float: left;
    line-height: 45px;
    font-family: 'FontAwesome';
    font-weight: 600;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a:hover i {
    color: #000;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a:hover {
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.Active i {
    color: #000;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.Active {
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.sort_3 {
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.sort_2 {
    display: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.sort_5 {
    display: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .blockSelect a.sort_hrz {
    display: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent {
    float: left;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e5e2e2;
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:not(.appliedFilter) {
    float: left;
    font-weight: normal;
    border-radius: 0;
    padding: 0;
    border: none;
    margin-right: 40px;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a {
    position: relative;
    background-color: transparent;
    color: #000000;
    font-size: 12px;
    border-radius: 0;
    padding: 0;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li > a span {
    font-weight: normal;
    line-height: 43px;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li >a:hover {
    text-decoration: underline;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li a.selected {
    text-decoration: underline;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li:nth-child(5) {
    display: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .appliedFilter.FiltrelemeUrunAdet span {
    float: left ;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    line-height: 45px;
    padding: 0;
    margin: 0;
    display: none;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .appliedFilter.FiltrelemeUrunAdet {
    float: right;
    background-color: transparent ;
    height: auto ;
    padding: 0 ;
}

body #divSayfalamaUst:not(.Slct) .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
    float: right;
}

body #divSayfalamaUst.Slct .blockSelect {
    float: right;
    margin: 0;
    display: block!important;
    padding: 0;
}

body #divSayfalamaUst.Slct .blockSelect a {
    float: left;
    width: auto;
    height: auto;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: center;
    border: none;
    background: transparent;
}

body #divSayfalamaUst.Slct .blockSelect i {
    color: #c6c6c6;
    line-height: 48px;
    font-size: 18px;
}

body #divSayfalamaUst.Slct .blockSelect a:hover {
    color: #000000;
}

body #divSayfalamaUst.Slct .blockSelect a:hover i {
    color: #000000;
}

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: #000000;
}

body #divSayfalamaUst.Slct .blockSelect a.Active i {
    color: #000000;
}

body #divSayfalamaUst.Slct .brandlistselection {
    float: right;
    width: auto;
    background: transparent;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent {
    background: transparent;
    float: left;
    width: auto;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent select {
    float: left;
    height: 48px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    border: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    border-right: 1px solid #f0f0f0;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent li {
    padding: 0;
    border-radius: 0;
    background: transparent;
    float: left;
    margin-right: 20px;
}

body #divSayfalamaUst.Slct .brandlistselection .sortingContent li.appliedFilter.FiltrelemeUrunAdet {
    float: right;
    margin-right: 20px;
}

body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet {
    margin: 0;
}

body #divSayfalamaUst.Slct li.appliedFilter.FiltrelemeUrunAdet span {
    color: #000000;
    font-size: 14px;
    line-height: 48px;
    font-weight: normal;
    float: left;
    margin: 0;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock {
    padding: 0;
    background: transparent;
    color: #000000;
    font-size: 14px;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock span {
    line-height: 48px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #d6d5d5;
    border-radius: 1px;
    float: left;
    margin: 14px 8px 0 0;
}

body #divSayfalamaUst.Slct .brandlistselection a.filterOrderInStock.selected:before {
    background: #d6d5d5;
    border-color: #d6d5d5;
}

body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}

body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent .appliedFilter {
    padding: 0;
    margin: 0 10px 0 0;
    height: auto;
    background: transparent;
    border: 1px solid #000000;
    width: auto;
}

body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent .appliedFilter a {
    width: 38px;
    margin: 0;
}

body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent .appliedFilter a i {
    font-family: 'FontAwesome';
    line-height: 38px;
    color: #000000;
    font-size: 22px;
}

body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent .appliedFilter a i:before {
    content: '\f00d';
}

body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent .appliedFilter .filter-content span {
    color: #a1a1a1;
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
}

body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent .appliedFilter .filter-content span+span {
    color: #000000;
    margin: 7px 0
}

body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent .appliedFilter.FiltrelemeKaldir {
    display: block;
    border-color: #eb1f27;
}

body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent .appliedFilter.FiltrelemeKaldir a {
    width: 100%;
    background: transparent;
    line-height: 1;
    margin: 0;
}

body #divSayfalamaUst.Slct .brandlistselection .filterDeleteContent .appliedFilter.FiltrelemeKaldir a span {
    line-height: 48px;
    font-weight: normal;
    color: #eb1f27;
    font-size: 12px;
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 0 5px;
}

@media screen and (min-width: 1042px) {
    .mobilMenu {
        display: none !important;
    }

    .sortingContent {
        display: block !important;
    }

    .col-5li {
        width: 20%;
    }

    body #divSayfalamaUst .filterBlock {
        float: left;
        border: none;
        border-radius: 0;
        width: auto;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters {
        padding: 0;
        margin: 0;
        background: transparent;
        position: static;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel {
        padding: 0;
        margin: 0;
        width: auto;
        position: relative;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel.vertical-top-price-filter {
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading {
        padding: 0 20px;
        border: none;
        margin: 0;
        min-width: auto;
        border-right: 1px solid #f0f0f0;
        background-color: transparent!important;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading:after {
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading a {
        line-height: 48px;
        padding: 0;
        text-align: left;
        color: #000000;
        font-size: 14px;
        padding: 0;
        font-weight: 600;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading a:after {
        content: '\f107';
        line-height: 48px;
        vertical-align: top;
        margin-left: 5px;
        position: static;
        color: #000000;
        font-size: 14px;
        font-family: 'FontAwesome';
        font-weight: 400;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading.active a:after {
        content: '\f106';
        color: #000;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown > li {
        float: left;
        text-align: left;
        margin: 0;
        width: 100%;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .div-kategori .list-group.dropdown > li {
        width: 100%;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown li a {
        line-height: 28px;
        font-size: 13px;
        color: #000000;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown li a:hover {
        text-decoration: underline;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown > li ul {
        display: block;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown > li ul > li {
        width: 100%;
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item:before {
        margin-top: 7px;
        display: inline-block;
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item:hover:before {
        background: #000;
        border-color: #000;
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item.selected:before {
        background: #000;
        border-color: #000;
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item.list-group-item-image {
        background: transparent!important;
    }

    body #divSayfalamaUst .category-vertical-filters .vertical-filter-panel .list-group-item a {
        color: #000;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .list-group.dropdown {
        top: 100%;
        width: 250px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range {
        background: #dfdfdf;
        height: 2px;
        width: 100%;
        margin: 11px 0 0 ;
        border: none;
        float: left;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range .ui-slider-range {
        background: #262626 ;
        height: 2px;
        margin-top: 0 ;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .slider-range .ui-slider-handle {
        background: #fff ;
        border-radius: 100% ;
        width: 18px;
        height: 18px;
        border: none;
        margin-top: 0 ;
        margin-right: -4px ;
        top: -8px;
        box-shadow: 0 2px 1px 0 #b5b5b5;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .amount {
        color: #262626;
        font-size: 14px;
        font-weight: 600;
        left: 0;
        padding: 5px 0 0;
        float: left;
        width: 100%;
        text-align: center ;
        margin-bottom: 0;
    }
}

/*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: 38px 0 56px 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: 42px;
    height: 40px;
    border: 1px solid #999999;
    background: #fff;
    line-height: 38px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    border-radius: 1px;
    font-weight: 600;
    margin: 0 5px;
}

.pageNumberContent a:hover, .pageBorder a:hover {
    color: #fff;
    background: #999999;
    border-color: #999999;
}

.pageNumberContent a.SelectedSayfa, .pageBorder a.SelectedSayfa {
    color: #fff;
    background: #999999;
    border-color: #999999;
}

.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: 14px 0;
    display: none;
    position: absolute;
    left: 0;
    bottom: 117px;
    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;
    background: rgb(255,255,255,0.5);
}

.productItem:hover .productFaMyEx {
    display: block
}

.productItem.StokYok:hover .productFaMyEx {
    display: none
}

.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%;
}

.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:hover .productImage a img {
    /*transform: scale(1.03);*/
}

.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: left;
    height: 117px;
    padding: 0;
    transition: all 0.3s ease;
}

.productItem .productName {
    position: relative;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    text-align: center;
    margin-bottom: 17px;
}

.productItem .productName a {
    float: left;
    width: 100%;
    padding: 0;
    line-height: 20px;
    height: 20px;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;*/
    text-transform: uppercase;
}

.productItem .productName:after {
    content: '';
    display: inline-block;
    width: 55px;
    height: 1px;
    background: #e1dfdf;
    position: absolute;
    left: calc(50% - 27px);
    bottom: 0;
}

.productItem .productPrice {
    display: block;
    vertical-align: top;
    position: relative;
    margin: 0;
    bottom: 0;
    float: left;
    width: 100%;
    text-align: center;
}

.productItem .IndirimVar {
}

.productItem .discountPrice {
    display: inline-block
}

.productItem .discountPrice span {
    color: #000000;
    font-size: 16px;
    line-height: 0.8;
    font-weight: 700;
}

.productItem .IndirimVar .discountPrice {
}

.productItem .IndirimVar .discountPrice span {
}

.productItem .discountKdv {
    display: none;
}

.productItem .regularKdv {
    display: none;
}

.productItem .regularPrice {
    display: inline-block !important;
    margin-left: 10px;
}

.productItem .regularPrice span {
    color: #000000;
    font-size: 16px;
    line-height: 0.8;
    font-weight: normal;
    text-decoration: line-through;
    -moz-text-decoration-color: #000000;
    text-decoration-color: #000000;
}

.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: 'Quicksand', sans-serif !important;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 25px;
}

/*Urun Iconlari*/
.ozelAlan1 {
    float: left;
    width: 100%;
    color: #e53434;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.newIcon {
    z-index: 3;
    display: inline-block;
    position: absolute;
    left: 17px;
    top: 20px;
    width: 47px;
    height: 20px;
    line-height: 20px;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    overflow: hidden;
    text-transform: uppercase;
}

.newIcon:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}

.newIcon:after {
    content: '-';
    position: absolute;
    right: 0;
    top: 0;
}

.discountIcon {
    z-index: 3;
    display: inline-block;
    width: 47px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    color: #ff0000;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    position: absolute;
    right: 22px;
    bottom: 133px;
}

.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: inline-block;
    position: absolute;
    right: 17px;
    top: 20px;
}

.examineIcon {
    z-index: 5;
    display: block;
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 20px;
}

.mycartIcon {
    z-index: 5;
    display: block;
    width: 50%;
    float: left;
    border-right: 1px solid #000000;
    text-align: right;
    padding-right: 20px;
}

.favori a {
    display: block;
    font-size: 0;
}

.examineIcon a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 56px;
    text-transform: uppercase;
}

.mycartIcon a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 56px;
    text-transform: uppercase;
}

.mycartIcon a span {
    font-weight: 600;
}

.examineIcon a:before, .favori a:before,.mycartIcon a:before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 16px;
    margin-right: 7px;
    font-weight: 400;
    line-height: 56px;
}

.favori a:before {
    content: '\f004';
    color: #a9a6a6;
    font-size: 24px;
    margin-right: 0;
    line-height: 24px;
}

.examineIcon a:before {
    content: '\f002';
}

.mycartIcon a:before {
    content: '\f290';
}

.favori a.listfavoriAktif:before {
    font-weight: 600;
}

.TukendiIco {
    z-index: 5;
    border-radius: 0;
    background: transparent;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: calc(100% - 117px);
    overflow: hidden;
}

.TukendiIco span {
    line-height: 40px;
    background: rgb(0,0,0,0.5);
    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 .productTimer {
    position: absolute;
    bottom: 68px;
    top: auto;
    background: rgba(0,0,0,0.7);
    padding: 0;
}

body .productItem .productTimer:before {
    content: '\f017';
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    line-height: 47px;
}

body .productItem .productTimer span.productTimerContent {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

body .productItem .productTimer span.productTimerContent.productTimerDayC {
    display: none;
}

body .productItem .productTimer span.productTimerContent span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border: none;
    line-height: 17px;
    padding: 6px 0 0;
}

body .productItem .productTimer span.productTimerContent span:last-child {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
    padding: 0;
}

/*Listeleme adet */
.productItem .urunListeAdet {
    display: none !important;
    width: 91px;
    height: 38px;
    float: left;
    position: absolute;
    left: 15px;
    bottom: 12px;
    border-radius: 0;
    overflow: hidden;
    z-index: 5;
}

.productItem.StokYok .urunListeAdet {
    display: none !important;
}

.productItem .urunListeAdet input {
    width: 100%;
    height: 38px;
    float: left;
    border: 1px solid #e4e3e3;
    background: #fff;
    color: #000000;
    font-size: 14px;
    padding: 0 25px;
    text-align: center;
    font-weight: normal;
    border-radius: 25px;
    box-shadow: inset 0 2px 7px 0px #e4e3e3;
}

.productItem .urunListeAdetArtir {
    font-size: 0;
    width: 25px;
    height: 38px;
    float: left;
    position: absolute;
    right: 0;
    background: transparent;
    color: #000000;
    line-height: 38px;
}

.productItem .urunListeAdetAzalt {
    font-size: 0;
    width: 25px;
    height: 38px;
    float: right;
    position: absolute;
    left: 0;
    background: transparent;
    color: #000000;
    line-height: 38px;
}

.productItem .urunListeAdetArtir:after {
    content: '+';
    font-size: 15px;
    font-weight: 300;
}

.productItem .urunListeAdetAzalt:after {
    content: '-';
    font-size: 15px;
    font-weight: 300;
}

/*Listeleme adet */
/*Bedenler*/
.boxBedenlerContent {
    display: none!important;
    position: absolute;
    bottom: 67px;
    left: 0;
    right: 0;
    z-index: 4;
}

.boxBedenlerTittle {
}

.boxBedenlerContent .boxBedenlerContainer {
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}

.boxBedenlerContent .boxBedenlerContainer > div {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.boxBedenlerContent .boxBedenlerContainer > div > div {
    display: inline-block;
    line-height: 50px;
    color: #252525;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}

.boxBedenlerContent .boxBedenlerContainer > div > div:hover {
    text-decoration: underline;
}

.boxBedenlerContent .boxBedenlerContainer > div > a {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid #dddddd;
    padding: 1px;
    margin: 0 3px;
}

.boxBedenlerContent .boxBedenlerContainer > div > a img {
    border-radius: 100%;
}

.boxBedenlerContent .boxBedenlerContainer > div > a:hover {
}

.boxBedenlerContent .boxBedenlerContainer > div > div.noStokUrunListe {
}

.boxBedenlerContent .boxBedenler.nostokUrunListe {
}

/*Bedenler*/
/* hizli bakis */
.productIcon .quickViewIco {
    display: none!important;
    z-index: 5;
    position: absolute;
    text-align: center;
    left: 0;
    top: 35%;
    right: 0;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

.productIcon .quickViewIco a {
    background: rgba(255,255,255,0.9);
    border: 1px solid #eee;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 36px;
    color: #2d2d2d;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
}

.productIcon .quickViewIco a:before {
    content: '\f06e';
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: 300;
    float: left;
    line-height: 36px;
    margin-right: 5px;
    color: #2d2d2d;
}

.productItem:hover .productIcon .quickViewIco {
    display: none!important;
}

.ProductPreviewContent {
    font-family: 'Quicksand', sans-serif;
    padding: 30px;
}

.ProductPreviewContent .clear {
    clear: none;
}

.ProductPreviewContent #divBreadcrumb {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.ProductPreviewContent #divBreadcrumb #ulBreadcrumb {
    float: left;
    width: 100%;
}

.ProductPreviewContent #divBreadcrumb #ulBreadcrumb li {
    float: left;
    font-size: 0;
    line-height: 0;
}

.ProductPreviewContent #divBreadcrumb #ulBreadcrumb li a {
    float: left;
    font-size: 13px;
    color: #323232;
    line-height: 15px;
}

.ProductPreviewContent #divBreadcrumb #ulBreadcrumb li:after {
    content: '/';
    display: inline-block;
    margin: 0 5px;
    color: #1111115px;
    font-size: 11px;
    line-height: 15px;
    float: left;
    font-weight: normal;
}

.ProductPreviewContent #divBreadcrumb #ulBreadcrumb li:nth-child(1) a:before {
    content: '\f041';
    font-family: 'FontAwesome';
    float: left;
    font-size: 14px;
    line-height: 15px;
    float: left;
    margin-right: 10px;
    font-weight: 300;
}

.ProductPreviewContent .ProductPreviewLeft {
    width: 348px;
    margin: 0;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewImages {
    float: right;
    width: 270px;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewallImages {
    float: left;
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 75px;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewselectedImages {
    padding-bottom: 0;
    height: auto;
    border: none;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewselectedImages .PreviewselectedImagesBox {
    padding-bottom: 100%;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewallImages .PreviewallImagesItem {
    padding-bottom: 0;
    height: auto;
    border: none;
    width: 68px;
}

.ProductPreviewContent .ProductPreviewLeft .PreviewallImagesItem .PreviewallImagesBox {
    padding-bottom: 100%;
}

.ProductPreviewContent .ProductPreviewRight {
    width: calc(100% - 348px);
    padding-left: 30px;
    text-align: left;
    position: relative;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Name {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Price {
    float: left;
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_UstuCiziliFiyat {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    color: #959494;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
    -moz-text-decoration-color: #959494;
    text-decoration-color: #959494;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Price+.kombinFormline {
    float: left;
    width: 100%;
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Price+.kombinFormline .kdvYazi {
    display: block;
    float: left;
    color: #000;
    font-size: 14px;
    margin-right: 10px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_DiscountRate {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    color: #fff;
    font-size: 13px;
    width: 45px;
    height: 23px;
    line-height: 23px;
    text-align: center;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_ozyazi {
    float: left;
    width: 100%;
    margin: 0;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_ozyazi * {
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm #hizliBakisTahminiTeslimatSuresi {
    float: left;
    width: 100%;
    margin: 10px 0;
    color: #000;
    font-size: 14px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_markaLogo {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_marka {
    float: left;
    width: 100%;
    margin: 10px 0;
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .kdvYazi {
    display: none;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinleft_line {
    float: left;
    width: 100% !important;
    color: #000000;
    font-size: 13px;
    line-height: 35px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line > div {
    float: left;
    width: 100%;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line > div div {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line > div div a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #cbcbcb;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0 5px;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line > div div a.selected {
    border-color: #000;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divKombinUrunEkSecenek > .divKombinEksecenekTipi .kombinFormline .kombinright_line > div div a.nostok {
    background: #eee;
    color: #bfbfbf;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet {
    float: left;
    margin: 0;
    width: 110px;
    margin-bottom: 25px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .hizliBakis_SalesUnit {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 13px;
    line-height: 35px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%!important;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle input {
    float: left;
    width: 100%;
    height: 50px!important;
    padding: 0 24px!important;
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    margin: 0!important;
    border: 2px solid #f1f1f1;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle .riDown {
    background: #f1f1f1;
    width: 24px!important;
    height: 50px!important;
    line-height: 50px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle .riUp {
    background: #f1f1f1;
    width: 24px!important;
    height: 50px!important;
    line-height: 50px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle .riUp:after {
    line-height: 50px!important;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakis_Adet .riSingle .riDown:after {
    line-height: 50px!important;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .hizliBakisSepeteEkle {
    float: left;
    width: 100%;
    background: #000;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divHizliBakisFavorilerimeEkle {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divHizliBakisFavorilerimeEkle .box1 {
    float: left;
    width: 100%;
    text-align: center;
    background: #000;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    min-width: 0;
}

.ProductPreviewContent .ProductPreviewRight .ProductPreviewForm .divHizliBakisFavorilerimeEkle .box1 i {
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 18px;
    vertical-align: top;
    line-height: 50px;
}

body .divHizliBakisUrunOzellikleri {
    float: left;
    width: 100%;
    margin: 25px 0;
    padding: 0 25px;
}

body .divHizliBakisUrunOzellikleri * {
    font-family: 'Roboto',sans-serif;
}

body .divHizliBakisUrunOzellikleri .TabBaslik {
    float: left;
    width: 100%;
}

body .divHizliBakisUrunOzellikleri .TabBaslik span {
    float: left;
    line-height: 40px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

body .divHizliBakisUrunOzellikleri .TabIcerik {
    float: left;
    width: 100%;
}

body .divHizliBakisUrunOzellikleri .TabIcerik * {
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

#divHizliBakisBenzerUrun {
    padding: 0 30px;
}

#divHizliBakisIlgiliUrun {
    padding: 0 30px;
}

/* hizli bakis */
/*HOVER*/
/*1 li siralama*/
.categoryContainer .ProductList.PlSc_hrz {
    margin: 0;
}

.categoryContainer .ProductList.PlSc_hrz .ItemOrj {
    padding: 0;
}

.categoryContainer .ProductList.PlSc_hrz .productItem {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0;
}

.categoryContainer .ProductList.PlSc_hrz .ItemOrj:last-child .productItem {
}

.categoryContainer .ProductList.PlSc_hrz .productImage {
    float: left;
    width: 10%;
}

.categoryContainer .ProductList.PlSc_hrz .productImage a {
}

.categoryContainer .ProductList.PlSc_hrz .productItem .productDetail {
    width: calc(84% - 10%);
    height: 0;
    padding: 8px 5px 0;
    border: none;
    background: transparent;
}

.categoryContainer .ProductList.PlSc_hrz .productItem .boxBedenlerContent {
}

.categoryContainer .ProductList.PlSc_hrz .productItem .boxBedenlerContent .boxBedenlerContainer {
    text-align: center;
}

.categoryContainer .ProductList.PlSc_hrz .productItem .boxBedenlerContent .boxBedenlerContainer > div {
    float: none;
}

.categoryContainer .ProductList.PlSc_hrz .productName {
    width: 100%;
    border: none;
    margin: 0;
}

.categoryContainer .ProductList.PlSc_hrz .productName a {
    height: auto;
    text-align: left;
    margin-bottom: 0;
    text-indent: 10px;
}

.categoryContainer .ProductList.PlSc_hrz .productItem .productPrice {
    width: auto;
    float: left;
    bottom: 0 !important;
    margin: 10px 0 0 10px
}

.categoryContainer .ProductList.PlSc_hrz .productItem .discountPrice {
}

.categoryContainer .ProductList.PlSc_hrz .productItem .regularPrice {
}

.categoryContainer .ProductList.PlSc_hrz .productItem .discountPrice span {
    line-height: 1;
}

.categoryContainer .ProductList.PlSc_hrz .productItem .regularPrice span {
}

.categoryContainer .ProductList.PlSc_hrz .productItem .productFaMyEx {
}

.categoryContainer .ProductList.PlSc_hrz .productItem .newIcon {
    bottom: auto;
    top: 5px;
    right: 80px;
    left: auto;
}

.categoryContainer .ProductList.PlSc_hrz .productItem .discountIcon {
    bottom: auto;
    top: 5px;
    right: 20px;
    left: auto;
}

.categoryContainer .ProductList.PlSc_hrz .productItem .cargoIcon {
    bottom: 5px;
    left: auto;
    padding: 0 52px;
}

.categoryContainer .ProductList.PlSc_hrz .productItem .mycartIcon {
    bottom: 5px;
    right: 0;
}

.categoryContainer .ProductList.PlSc_hrz .productItem .mycartIcon a {
}

.categoryContainer .ProductList.PlSc_hrz .productItem .favori {
    right: 5px;
    top: 13px;
}

.categoryContainer .ProductList.PlSc_hrz .urunListeAdet {
    left: auto;
    right: 115px;
    bottom: 5px;
}

.categoryContainer .ProductList.PlSc_hrz .TukendiIco {
    height: 100%;
}

.categoryContainer .ProductList.PlSc_hrz .TukendiIco span {
    left: auto;
    padding: 0 80px;
    bottom: 5px;
}

.categoryContainer .ProductList.PlSc_hrz .productItem .productMarka {
}

/*1 li siralama*/
/*5 li siralama*/
.categoryContainer .ProductList.PlSc_5 .mycartIcon {
}

.categoryContainer .ProductList.PlSc_5 .mycartIcon a {
}

.categoryContainer .ProductList.PlSc_5 .examineIcon {
}

.categoryContainer .ProductList.PlSc_5 .favori {
}

.categoryContainer .ProductList.PlSc_5 .TukendiIco span {
}

.categoryContainer .ProductList.PlSc_5 .urunListeAdet {
}

/*5 li siralama*/
/*4 li siralama*/
.categoryContainer .ProductList.PlSc_4 {
}

.categoryContainer .ProductList.PlSc_4 .favori {
}

.categoryContainer .ProductList.PlSc_4 .favori a {
}

.categoryContainer .ProductList.PlSc_4 .examineIcon {
}

.categoryContainer .ProductList.PlSc_4 .examineIcon a {
}

.categoryContainer .ProductList.PlSc_4 .mycartIcon {
}

.categoryContainer .ProductList.PlSc_4 .mycartIcon a {
}

.categoryContainer .ProductList.PlSc_4 .discountPrice span {
}

.categoryContainer .ProductList.PlSc_4 .regularPrice span {
}

.categoryContainer .ProductList.PlSc_4 .quickViewIco {
}

.categoryContainer .ProductList.PlSc_4 .cargoIcon {
}

.categoryContainer .ProductList.PlSc_4 .newIcon {
}

.categoryContainer .ProductList.PlSc_4 .discountIcon {
}

.categoryContainer .ProductList.PlSc_4 .boxBedenlerContent {
}

.categoryContainer .ProductList.PlSc_4 .boxBedenlerContent .boxBedenlerContainer > div {
}

.categoryContainer .ProductList.PlSc_4 .boxBedenlerContent .boxBedenler {
}

.categoryContainer .ProductList.PlSc_4 .discountPrice span {
}

.categoryContainer .ProductList.PlSc_4 .regularPrice span {
}

.categoryContainer .ProductList.PlSc_4 .productItem .productImage {
}

.categoryContainer .ProductList.PlSc_4 .productItem:hover .productImage a:after {
}

.categoryContainer .ProductList.PlSc_4 .productDetail {
}

.categoryContainer .ProductList.PlSc_4 .ItemOrj {
    width: 25%;
}

.categoryContainer .ProductList.PlSc_4 .ItemOrj:nth-child(4n) {
}

.categoryContainer .ProductList.PlSc_4 .TukendiIco {
}

.categoryContainer .ProductList.PlSc_4 .TukendiIco span {
}

.categoryContainer .ProductList.PlSc_4 .urunListeAdet {
}

.categoryContainer .ProductList.PlSc_4 .urunListeAdet input {
}

.categoryContainer .ProductList.PlSc_4 .urunListeAdetAzalt {
}

.categoryContainer .ProductList.PlSc_4 .urunListeAdetArtir {
}

/*4 li siralama*/
/*3 li siralama*/
.categoryContainer .ProductList.PlSc_3 .ItemOrj {
    width: 33.33%;
}

.categoryContainer .ProductList.PlSc_3 .ItemOrj:nth-child(3n) {
}

.categoryContainer .ProductList.PlSc_3 .mycartIcon {
}

.categoryContainer .ProductList.PlSc_3 .mycartIcon a {
}

.categoryContainer .ProductList.PlSc_3 .examineIcon {
}

.categoryContainer .ProductList.PlSc_3 .favori {
}

.categoryContainer .ProductList.PlSc_3 .productItem .productImage {
}

.categoryContainer .ProductList.PlSc_3 .productItem .productImage a {
    padding-bottom: 150%;
}

.categoryContainer .ProductList.PlSc_3 .urunListeAdet {
}

.categoryContainer .ProductList.PlSc_3 .TukendiIco span {
}

/*3 li siralama*/
/*2 li siralama*/
.categoryContainer .ProductList.PlSc_2 .mycartIcon {
}

.categoryContainer .ProductList.PlSc_2 .examineIcon {
}

.categoryContainer .ProductList.PlSc_2 .favori {
}

.categoryContainer .ProductList.PlSc_2 .TukendiIco span {
}

/*2 li siralama*/
/****************************************urun LiSTELEME *********************************/
/****************************************SLiDER VE BLOK SLDieR*********************************/
.JKatAdi {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.JKatAdi .bold {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.JKatAdi .bold .satir1 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 50px;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
}

.jCarouselLite .JKatAdi .bold .satir1 {
    margin-bottom: 50px;
}

.owl-nav {
    z-index: 2;
    position: absolute;
    right: 0;
    top: -45px;
    left: 0;
}

.owl-nav .ProductListprev, .owl-nav .ProductListnext {
    font-size: 0;
    position: absolute;
    border-radius: 100%;
    border: none;
    width: 25px;
    height: 20px;
    background: transparent;
    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 {
    right: 47%;
}

.owl-nav .ProductListprev {
    left: 47%;
}

.owl-nav .ProductListprev:before {
    content: '\f177';
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #000000;
    line-height: 20px;
    font-weight: normal;
}

.owl-nav .ProductListnext:before {
    content: '\f178';
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #000000;
    line-height: 20px;
    font-weight: normal;
}

.owl-nav .ProductListprev:hover:before {
    color: #aaa;
}

.owl-nav .ProductListnext:hover:before {
    color: #aaa;
}

.sliderBannerContainer {
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 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 {
    display: none !important;
}

.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: 60px 0;
}

.detaySliderContainer .ProductList {
    display: block !important;
    margin: 0 auto;
}

.detaySliderContainer#divIlgiliUrunler .ProductList {
    padding: 0;
}

.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 {
    display: none;
}

.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;
    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: 20px;
    right: 20px;
}

#pnlSlider .flex-direction-nav li {
    display: inline-block;
    vertical-align: top;
}

#pnlSlider .flex-direction-nav .flex-nav-prev {
    float: left;
}

#pnlSlider .flex-direction-nav .flex-nav-next {
    float: right;
}

#pnlSlider .flex-direction-nav .flex-prev, #pnlSlider .flex-direction-nav .flex-next {
    color: #000000;
    width: 70px;
    height: 70px;
    border: none;
    background: #fff;
    border-radius: 50%;
    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: '\f104';
    font-family: 'FontAwesome';
    font-size: 36px;
    font-weight: 300;
    line-height: 70px;
}

#pnlSlider .flex-direction-nav .flex-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 36px;
    font-weight: 300;
    line-height: 70px;
}

#pnlSlider .flex-direction-nav .flex-prev:hover {
}

#pnlSlider .flex-direction-nav .flex-next:hover {
}

#pnlSlider .flex-direction-nav .flex-next:hover:before {
    color: #ddd;
}

#pnlSlider .flex-direction-nav .flex-prev:hover:before {
    color: #ddd;
}

#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%;
    background: #fff;
    padding: 25px 0 23px;
}

.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 {
    left: 0;
    width: auto;
    top: 35%;
}

.markaSlider .owl-nav .ProductListprev, .markaSlider .owl-nav .ProductListnext {
    width: auto;
}

.markaSlider .owl-nav .ProductListprev:before, .markaSlider .owl-nav .ProductListnext:before {
    width: auto;
}

.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: 100px;
}

.markaSlider ul li a {
    display: table-cell;
    overflow: hidden;
    max-width: 180px;
    vertical-align: middle;
    padding-bottom: 35%;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.markaSlider ul li a img {
    max-width: 178px;
    max-height: 98px;
    height: auto;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    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: 18px 0 8px;
    vertical-align: middle;
}

#logo .logo img {
    display: block;
    max-width: 100%;
    width: 200px;
}

.mycart {
    float: right;
    z-index: 99;
    position: relative;
    margin: 3px 25px 0 25px;
}

.mycart > a {
    display: block;
    color: #000000;
    font-size: 12px;
}

.mycart > a:before {
    content: '\f290';
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 18px;
    float: left;
    line-height: 23px;
    text-align: center;
}

.mycart .sepetTecxt {
    display: none;
}

.mycart .sepetUrunSayisi {
    display: none;
}

.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;
    height: 90px !important;
}

.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-top: 3px;
}

.welcome > div {
    float: left;
}

.welcome > ul {
    float: left;
}

.uyeGirisWelcome,.uyeGirisUyeAdi {
    display: none;
}

.headerUyeGiris a, .headerUyeOl a, .headerHesabim, .headerCikis {
    float: left;
    color: #000000;
    font-size: 0px;
    font-weight: 400;
    line-height: 36px;
}

.headerUyeOl a:before, .headerUyeGiris a:before, .headerHesabim:before, .headerCikis:before {
    float: left;
    font-family: 'FontAwesome';
    line-height: 23px;
    font-size: 18px;
    color: #000000;
    font-weight: 300;
}

.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 {
}

.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;
}

.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 {
    float: right;
    width: 230px;
    position: relative;
}

.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: 29px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #585656;
    color: #000000;
    padding-right: 67px;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
}

#txtbxArama::-webkit-input-placeholder {
    color: #000000;
}

#txtbxArama:-moz-placeholder {
    color: #000000;
}

#txtbxArama::-moz-placeholder {
    color: #000000;
}

#txtbxArama:-ms-input-placeholder {
    color: #000000;
}

#txtbxArama:focus {
    color: #000000;
}

#btnKelimeAra {
    font-family: 'FontAwesome'!important;
    width: 67px;
    line-height: 29px;
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    z-index: 9;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: #fff;
}

.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%;
    position: relative;
    padding-bottom: 2px;
}

.navigation:after {
    content: '';
    background: #edecec;
    width: calc(100% - 200px);
    height: 2px;
    position: absolute;
    left: 100px;
    right: 100px;
    bottom: 0;
}

#header.homeHeader .navigation {
    padding-bottom: 0;
}

#header.homeHeader .navigation:after {
    display: none;
}

.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;
    padding: 0 16px 0 28px;
}

.navigation .navUl > li > a {
    float: left;
    font-size: 15px;
    color: #000000;
    font-weight: 700;
    line-height: 45px;
    position: relative;
    text-transform: uppercase;
}

.navigation .navUl > li.ulVar:hover > a:before {
    content: '';
    width: 60%;
    left: 20%;
    height: 1px;
    background: #cccccc;
    position: absolute;
    bottom: 0;
}

.navigation .navUl > li> a:after {
    content: '\f078';
    font-family: FontAwesome;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top
}

.navigation .navUl > li.ulVar:hover > a:after {
    color: #000000;
}

.navigation .altMenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #f8f8f8;
}

.navigation .navUl > li:hover > .altMenu {
    display: block;
}

.navigation .altMenu .altmenuSol > span {
    display: none;
}

.navigation .altMenu .altMenuler {
    background: #f8f8f8;
    display: inline-block;
    width: 100%;
    max-width: 1220px;
    text-align: left;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
    padding: 65px 0
}

.navigation .altMenu .altMenuler .altMenuSag {
    float: right;
    width: 350px;
}

.navigation .altMenu .altMenuler .altMenuSag .menuimg-right {
    float: left;
    width: 100%;
}

.navigation .altMenu .altMenuler .altMenuSag .menuimg-right .menuimg.m1 {
    float: left;
    width: 48.6%;
}

.navigation .altMenu .altMenuler .altMenuSag .menuimg-right .menuimg.m2 {
    float: left;
    width: 51.4%;
}

.navigation .altMenu .altMenuler .altMenuSag .menuimg-right .menuimg:first-child {
    padding-right: 7px;
}

.navigation .altMenu .altMenuler .altMenuSag .menuimg-right .menuimg:last-child {
    padding-left: 7px;
}

.navigation .altMenu .altMenuler .altMenuSag .menuimg-right .menuimg img {
    float: left;
    width: 100%;
}

.navigation .altMenu .altMenuler .altMenuSag .altMenuSagEditor {
}

.navigation .altMenu .altMenuler .altMenuSag > a {
}

.navigation .altMenu .altMenuler .altMenuSag > a > img {
    display: block;
}

.navigation .altMenu .altMenuler .altmenuSol {
    float: left;
    width: calc(100% - 170px - 350px);
    padding-left: 50px;
}

.navigation .altMenu .altMenuler .altmenuSol ul {
    display: block;
}

.navigation .altMenu .altMenuler .altmenuSol ul li {
    display: block;
}

.navigation .altMenu .altMenuler .altmenuSol ul li ul {
}

.navigation .altMenu .altMenuler .altmenuSol ul li a {
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    margin-bottom: 13px;
}

.navigation .altMenu .altMenuler .altmenuSol ul li:last-child a {
}

.navigation .altMenu .altMenuler .altmenuSol ul li a:hover {
    text-decoration: underline;
}

.navigation .altMenu .altMenuler .altmenuSol > ul {
}

.navigation .altMenu .altMenuler .altmenuSol > ul > li {
    float: left;
    width: 25%;
}

.navigation .altMenu .altMenuler .altmenuSol > ul > li > a {
    font-weight: 700;
    margin-bottom: 20px;
}

.navigation .altMenu .altMenuMarkalar {
    display: block;
    float: left;
    width: 100%;
    background: #f6eeea;
    padding: 30px 40px 25px;
    border: none;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

.navigation .altMenu .altMenuMarkalar >a {
    float: left;
    width: 10%;
    padding-right: 6px;
    margin-bottom: 20px;
}

.navigation .altMenu .altMenuMarkalar >a img {
    border: 1px solid #e5c3b4;
}

.menulist-left {
    float: left;
    width: 170px;
}

.menulist-left a {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #000000;
    margin-bottom: 10px;
    text-align: center;
    background: #fff;
}

.menulist-left a:last-child {
    margin-bottom: 0;
}

.menulist-left a:hover {
    background: #000;
    color: #fff;
}

/*Menu tipi 1*/
.navigation .HeaderMenu2 > li ul {
    position: absolute;
    top: 110%;
    left: 30px;
    padding: 0;
    min-width: 220px;
    z-index: 1000;
    background-color: #cd9b33;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    text-align: left;
    opacity: 0;
    visibility: hidden;
}

.navigation .HeaderMenu2 > li > ul:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 10px;
}

.navigation .HeaderMenu2 > li > ul li {
    position: relative;
    border-bottom: 1px solid #e1c385;
}

.navigation .HeaderMenu2 > li ul li ul {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.navigation .HeaderMenu2 > li ul li:hover > ul {
    display: block;
    right: 100%;
    top: 0;
    position: absolute;
}

.navigation .HeaderMenu2 > li ul li > a {
    display: inline-block;
    padding: 12px 20px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.navigation .HeaderMenu2 > li ul li:hover > a {
    background-color: #303030;
    color: #fff;
}

.navigation .HeaderMenu2 > li > ul li > a .fa {
    display: none;
}

.navigation .HeaderMenu2 li:hover > ul {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

/*Menu tipi 1*/
.menuItemTittle {
    display: none;
}

/* ------------------------------------Resimli Yan Menu--------------------------------------------*/
#header .yanResimliMenu {
    display: none;
}

.yanResimliMenu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    left: 0;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

.HomeBody .yanResimliMenu {
    display: block;
}

.yanResimliMenu .yanResimliMenuContent {
    float: left;
    width: 100%;
    position: relative;
}

.yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Title {
    display: block;
    background-color: #e91d25;
    color: #fff;
    line-height: 50px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Title:before {
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-size: 12px;
    margin-right: 7px;
}

.yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Title:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 12px;
    margin-left: 8px;
}

/*yanresimlimenusadecekategori*/
.yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Text {
    float: left;
    width: 100%;
    position: absolute;
    top: 100%;
    display: none;
}

.yanResimliMenu .yanResimliMenuContent .UrunGuruplari.active .Block_Text {
    display: block;
}

.yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Text .KatMenu1 {
    float: left;
    width: 100%;
    padding: 0;
    background: #e91d25;
    max-height: 310px;
    overflow-y: auto;
    overflow-x: hidden;
}

.yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Text .KatMenu1 li {
    float: left;
    width: 100%;
}

.yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Text .KatMenu1 li a {
    float: left;
    width: 100%;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
    padding: 0 10px;
}

.yanResimliMenu .yanResimliMenuContent .UrunGuruplari .Block_Text .KatMenu1 li a:hover {
    background-color: #fff;
    color: #e91d25;
}

/*yanresimlimenusadecekategori*/
/*yanresimlimenu*/
.yanResimliMenu .resimliYanMenu .lfMenu {
    float: left;
    width: 100%;
    text-align: left;
    border: 1px solid #eaeaea;
    border-top: none;
    border-bottom: none;
    background: #fff;
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl {
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem {
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem > a {
    font-size: 13px;
    color: #2a2929;
    line-height: 32px;
    padding: 0 12px;
    display: block;
    border-bottom: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem:first-child > a {
    line-height: 34px;
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem:last-child > a {
    line-height: 33px;
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    float: right;
    color: #666666;
    font-size: 15px;
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem:hover > a {
    background: #e8e8e8;
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem:hover > .lfMenuAltContent {
    display: block;
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_Tittle {
    display: none;
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent {
    display: none;
    position: absolute;
    left: 100%;
    top: 1px;
    background: #fff;
    width: 708px;
    padding: 36px 10px 10px;
    min-height: 398px;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 {
    float: left;
    width: 100%;
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 .altMenu_Resim {
    float: left;
    width: 100%;
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 .altMenu_Resim .altMenu_Resim_RowItem {
    float: left;
    width: 16.66%;
    text-align: center;
    position: relative;
    margin-bottom: 27px;
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 .altMenu_Resim .altMenu_Resim_RowItem > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 .altMenu_Resim .altMenu_Resim_RowItem .altMenuItemR {
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 .altMenu_Resim .altMenu_Resim_RowItem .altMenuItemR img {
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 .altMenu_Resim .altMenu_Resim_RowItem .altMenuItemN {
    height: 80px;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.yanResimliMenu .resimliYanMenu .lfMenu .lfMenuUl .lfMenuitem .lfMenuAltContent .altMenu_1 .altMenu_Resim .altMenu_Resim_RowItem:hover .altMenuItemN {
    color: #65c0be;
    text-decoration: underline;
}

/*yanresimlimenu*/
/*------------------------------------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: 4px;
    border-radius: 6px;
}

.urunTabAlt::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 6px;
}

.urunTabAlt::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 6px;
}

#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;
}

body {
    background: #fff;
}

.StokYok #divSatinAl {
    display: none!important;
}

.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: 'Quicksand', 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;
}

.userLoginBtn, .userSignBtn {
    border: none !important;
}

.magazaTeslimatBilgisiContent {
    display: none;
}

#store_region_container {
    display: none;
}

/*Siteye ozel alan*/
#logo .htop {
    display: none;
}

.htop {
    float: left;
    width: 100%;
    background: #000000;
    vertical-align: top;
    text-align: center;
}

.htop strong {
    float: left;
    width: 100%;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
}

.htop a {
    position: absolute;
    right: 100px;
    top: 0;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.htop a i {
    float: left;
    line-height: 44px;
    font-size: 18px;
    font-weight: 300;
    margin-right: 13px;
}

#logo .header-left {
    display: none;
}

.header-left {
    float: left;
    width: calc(50% - 161px);
    margin-top: 51px;
}

.header-left a {
    float: left;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    margin-right: 24px;
}

.header-left a:last-child {
    margin-right: 0;
}

.header-left a i {
    float: left;
    font-size: 18px;
    font-weight: 300
}

.header-left a:last-child i {
    margin-right: 5px;
}

.header-right {
    float: right;
    width: calc(50% - 160px);
    margin-top: 48px;
}

.favi {
    float: right;
    margin-top: 3px;
}

.favi i {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
}

.footer-icons {
    float: left;
    width: 100%;
    background: #f9f6f6;
}

.footer-icons ul {
    float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding: 12px 0;
}

.footer-icons ul li {
    float: left;
    width: 20%;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    line-height: 68px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-icons ul li:first-child {
    border-left: none;
}

.footer-icons ul li i {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 18px;
    margin-right: 20px;
    line-height: 68px;
    font-weight: 400;
    font-family: fontAwesome;
}

.bannerlistcontent {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.bannerlistcontent img {
    width: 100%;
    float: left;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.bannerlistcontent img:hover {
    transform: scale(1.03);
}

.bannerlistcontent .bannerlist-left {
    float: left;
    width: 33.33%;
    padding-right: 13px;
}

.bannerlistcontent .bannerlist-center {
    float: left;
    width: 33.33%;
    padding: 0 6.5px;
}

.bannerlistcontent .bannerlist-center a {
    float: left;
    width: 100%;
}

.bannerlistcontent .bannerlist-center a:first-child {
    margin-bottom: 10px;
}

.bannerlistcontent .bannerlist-center a:last-child {
    margin-top: 10px;
}

.bannerlistcontent .bannerlist-right {
    float: left;
    width: 33.33%;
    padding-left: 13px;
}

.bannerlistcontent .bannerlist-right .owl-nav {
    top: 45%;
}

.bannerlistcontent .bannerlist-right .owl-nav .ProductListprev {
    background: none;
    left: 5px;
}

.bannerlistcontent .bannerlist-right .owl-nav .ProductListnext {
    background: none;
    right: 5px;
}

.bannerlistcontent .bannerlist-right .owl-nav .ProductListprev:before {
    content: '\f104';
    color: #000000;
    font-size: 40px;
}

.bannerlistcontent .bannerlist-right .owl-nav .ProductListnext:before {
    content: '\f105';
    color: #000000;
    font-size: 40px;
}

.ProductList {
    display: block !important;
}

#anasayfaUrunleri .ProductList li {
    width: 25%;
    float: left;
    padding: 10px;
}

.category-text-content {
    float: left;
    width: 100%;
}

.category-text-content .category-text {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 250px;
}

.category-text-content h1 {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #616060;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
}

.category-text-content p {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
}

.category-text-content a {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 22px;
    margin-top: 15px;
}

#divOzelAlan1 {
    float: left;
    width: 100%;
    margin-top: 10px;
}

/*Siteye ozel alan*/
/*SliderYanblok*/
#divSliderYani {
    display: none;
}

#divSliderYani .SliderYanBlok {
    float: right;
    width: 100%;
    border: none;
    padding: 0;
    position: relative;
}

#divSliderYani .SliderYanBlok .satir1 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 20px;
    z-index: 10;
    text-shadow: 2px 5px 21px rgba(0, 0, 0, 0.6);
}

#divSliderYani .SliderYanBlok #SliderYan {
    float: right;
    width: 100%;
}

#divSliderYani .SliderYanBlok #SliderYan .sliderBannerContainer {
    margin: 0;
    border: none;
    padding: 0;
    box-shadow: none;
}

#divSliderYani .SliderYanBlok #SliderYan .sliderBannerContainer ul {
    padding: 0;
}

#divSliderYani .SliderYanBlok #SliderYan .sliderBannerContainer .productDetail {
    background: #f7f7f7;
    text-align: center;
    height: 88px;
    padding: 30px 0 0;
}

#divSliderYani .SliderYanBlok #SliderYan .sliderBannerContainer .productItem .newIcon {
    display: none;
}

#divSliderYani .SliderYanBlok #SliderYan .sliderBannerContainer .productItem .discountIcon {
    display: none;
}

#divSliderYani .SliderYanBlok #SliderYan .sliderBannerContainer .productItem .examineIcon {
    display: none;
}

#divSliderYani .SliderYanBlok #SliderYan .sliderBannerContainer .productItem .cargoIcon {
    display: none;
}

#divSliderYani .SliderYanBlok #SliderYan .sliderBannerContainer .productItem .favori {
    bottom: 45px;
}

#divSliderYani .SliderYanBlok #SliderYan .sliderBannerContainer .productItem .firsatIcon {
    display: none!important;
}

#divSliderYani .SliderYanBlok #SliderYan .sliderBannerContainer .owl-nav {
    top: 46%;
}

/*SliderYanblok*/
/*Anasayfa Tab*/
.Bloks {
    float: left;
    width: 100%;
}

.AnasayfaTab {
    float: right;
    width: 100%;
    position: relative;
}

.AnasayfaTab .JKatAdi .bold .satir1 {
    border: none;
}

.AnasayfaTab ._tabHead {
    float: left;
    width: 100%;
    text-align: center;
}

.AnasayfaTab ._tabHead ul {
    display: inline-block;
    vertical-align: top;
}

.AnasayfaTab ._tabHead li {
    float: left;
}

.AnasayfaTab ._tabHead li:last-child {
    margin-right: 0;
}

.AnasayfaTab ._tabHead li span {
    cursor: pointer;
}

.AnasayfaTab ._tabHead li._tabHead_active span {
}

.AnasayfaTab .anasayfaTabAlt {
    width: 100%;
    padding: 0;
    float: left;
    height: 0;
    overflow: hidden;
    position: relative;
}

.AnasayfaTab .anasayfaTabAlt.active {
    overflow: visible;
    height: 100%;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

.AnasayfaTab .anasayfaTabAlt.active .sliderBannerContainer {
}

.AnasayfaTab .anasayfaTabAlt .ProductList {
    float: left;
    width: 100%;
    padding: 0;
}

.AnasayfaTab .anasayfaTabAlt .sliderBannerContainer {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.AnasayfaTab .anasayfaTabAlt .sliderBannerContainer ul {
    padding: 0;
}

.AnasayfaTab .anasayfaTabAlt .sliderBannerContainer .jCarouselLite {
    float: left;
    width: 100%;
}

.AnasayfaTab .anasayfaTabAlt .sliderBannerContainer.NoSlider .jCarouselLite ul {
    margin: 0 -10px;
}

.AnasayfaTab .anasayfaTabAlt .sliderBannerContainer.NoSlider .jCarouselLite ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 3px;
}

.AnasayfaTab .anasayfaTabAlt .sliderBannerContainer.NoSlider .jCarouselLite ul li .productItem {
}

.AnasayfaTab .anasayfaTabAlt .sliderBannerContainer.NoSlider .jCarouselLite ul li .productItem .productImage a {
}

/*Anasayfa Tab*/
/*OzelSlider*/
.OzelSlider {
    float: left;
    width: 100%;
    margin: 25px 0;
}

.OzelSlider .JKatAdi {
    margin-bottom: 25px;
}

.OzelSlider .sliderBannerContainer.NoSlider .jCarouselLite ul {
    margin: 0 -10px;
}

.OzelSlider .sliderBannerContainer.NoSlider .jCarouselLite ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
}

.OzelSlider .sliderBannerContainer .ProductList {
    padding: 0;
}

/*OzelSlider*/
/*NoSlider Listeleme*/
.OzelUrunNoSlider {
    float: left;
    width: 100%;
    margin: 30px 0;
    border: 1px solid #e5e5e5;
    padding: 0 0 28px;
}

.OzelUrunNoSlider .ozelCont .sliderBannerContainer {
    padding: 0;
    border: none;
    margin: 0;
}

.OzelUrunNoSlider .ozelCont .sliderBannerContainer ul {
    margin: 0 -10px;
}

.OzelUrunNoSlider .ozelCont .sliderBannerContainer ul li {
    float: left;
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.OzelUrunNoSlider .tumbtn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 17px 0 0;
}

.OzelUrunNoSlider .tumbtn a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e5e5e5;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    width: 190px;
    line-height: 36px;
}

.OzelUrunNoSlider .tumbtn a:hover {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

/*NoSlider Listeleme*/
/*Banner Slider*/
.OzelBannSlider {
    float: left;
    width: 100%;
}

.OzelBannSlider.Ban2slider {
    margin-top: 20px;
}

.OzelBannSlider .bannerimg {
    float: left;
    width: 480px;
    padding-right: 20px;
}

.OzelBannSlider.Ban2slider .bannerimg {
    padding-left: 20px;
    padding-right: 0;
}

.OzelBannSlider .ozelConta {
    float: left;
    width: calc(100% - 480px);
}

.OzelBannSlider .ozelConta .sliderBannerContainer {
    margin: 0;
    padding: 0;
}

/*Banner Slider*/
/*CanliModa*/
.OzelUrunCanliModa {
    float: left;
    width: 100%;
}

.OzelUrunCanliModa .CanBan {
    float: left;
    width: 300px;
    padding-right: 20px;
}

.OzelUrunCanliModa .CanliModaContet {
    float: left;
    width: calc(100% - 300px);
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
}

.OzelUrunCanliModa .CanliModaContet .satir1 {
    width: auto;
}

.OzelUrunCanliModa .CanliModaContet .satir2 {
    float: right;
}

.OzelUrunCanliModa .CanliModaContet .satir2 a {
    float: left;
    color: #ea242e;
    font-size: 13px;
    font-weight: 500;
    line-height: 48px;
}

.OzelUrunCanliModa .CanliModaContet .sliderBannerContainer.CanliModa {
    padding: 0;
    margin: 0 0 9px;
    border: none;
    background: transparent;
}

.OzelUrunCanliModa .CanliModaContet .sliderBannerContainer.CanliModa .ProductList {
    float: left;
    width: 100%;
}

.OzelUrunCanliModa .CanliModaContet .sliderBannerContainer.CanliModa .ProductList ul {
    margin: 0 -10px;
}

.OzelUrunCanliModa .CanliModaContet .sliderBannerContainer.CanliModa .ProductList ul li {
    padding: 0 10px;
    width: 25%;
    float: left;
}

/*CanliModa*/
/*Yatay Listeleme*/
#divYatayUrun {
    float: left;
    width: 100%;
    margin: 0;
    padding-bottom: 50px;
}

#divYatayUrun .YatayUrunAlt {
    width: 100%;
    float: left;
}

#divYatayUrun .YatayUrunAlt .JKatAdi {
}

#divYatayUrun .YatayUrunAlt .JKatAdi .bold {
}

#divYatayUrun .YatayUrunAlt .JKatAdi .bold .satir1 {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite {
    box-shadow: 0 2px 2px 0px #d9d9d9;
    border-top: 1px solid #ececec;
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul {
    margin: 0;
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li {
    float: left;
    width: 33.33%;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li:nth-child(3n) {
    border-right: none;
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li:last-child {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productTimer {
    display: none;
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .productImage {
    width: 205px;
    float: left;
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .productImage a {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .productDetail {
    width: calc(100% - 205px);
    padding-top: 22px;
    text-align: left;
    height: 167px;
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .productName {
    padding-left: 0;
    margin-bottom: 18px;
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .productName a {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .urunListeAdet {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .mycartIcon {
    bottom: 0;
    right: auto;
    left: 0;
    width: 147px;
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .newIcon {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .discountIcon {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .productFaMyEx {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .TukendiIco {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .TukendiIco span {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .productIcon {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .productPrice {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .productPrice.IndirimVar {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .regularPrice {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .discountPrice {
    float: left;
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .regularPrice span {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .discountPrice span {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .IndirimVar .discountPrice {
}

#divYatayUrun .YatayUrunAlt .sliderBannerContainer .jCarouselLite ul li .productItem .IndirimVar .discountPrice span {
}

/*Yatay Listeleme*/
/*GaleriModulu*/
#divGaleriResim {
    float: left;
    width: 100%;
    background: #fff;
    margin: 40px 0 0;
    padding: 20px 0 40px;
}

#divGaleriResim .ResimGaleri {
    float: left;
    width: 100%;
}

#divGaleriResim .ResimGaleri .ResimGaleriHeadIcerik {
    float: left;
    width: 100%;
    text-align: center;
    color: #787879;
    font-size: 14px;
    margin-bottom: 20px;
}

#divGaleriResim .ResimGaleri .ResimGaleriHeadIcerik strong {
    color: #000;
    font-weight: 600;
}

#divGaleriResim .ResimGaleri .ResimGaleriHeadIcerik h2 {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    line-height: 60px;
}

#divGaleriResim .ResimGaleri .Main {
    float: left;
    width: 100%;
    position: relative;
}

#divGaleriResim .ResimGaleri .Main .AddGallery {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e7e7e7;
    z-index: 5;
    max-width: 260px;
    margin: 0 auto;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding: 8vh 0;
}

#divGaleriResim .ResimGaleri .Main .AddGallery .Icon:before {
    content: '\f030';
    font-family: 'FontAwesome';
    font-size: 32px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}

#divGaleriResim .ResimGaleri .Main .AddGallery .Icon span {
    display: none;
}

#divGaleriResim .ResimGaleri .Main .AddGallery br {
    display: none;
}

#divGaleriResim .ResimGaleri .Main .AddGallery br+span {
    margin-left: 4px;
}

#divGaleriResim .ResimGaleri .Main .AllGallery {
    display: none;
}

#divGaleriResim .ResimGaleri .Main .Marquee {
    float: left;
    width: 100%;
}

#divGaleriResim .ResimGaleri .Main .Marquee #divGaleriResimleri {
    float: left;
    width: 100%;
}

#divGaleriResim .ResimGaleri .Main .Marquee #divGaleriResimleri .Marquee-tag {
    float: left;
    position: relative;
}

#divGaleriResim .ResimGaleri .Main .Marquee #divGaleriResimleri .Marquee-tag:after {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.72);
    display: none;
    cursor: pointer;
}

#divGaleriResim .ResimGaleri .Main .Marquee #divGaleriResimleri .Marquee-tag:hover:after {
    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;
}

#divGaleriResim .ResimGaleri .Main .Marquee #divGaleriResimleri .Marquee-tag img {
}

#divGaleriResim .ResimGaleri .Main .Marquee #divGaleriResimleri .owl-nav {
}

.AddGalleryModal .modal-dialog {
    border: none;
    margin: 0;
    border-radius: 0;
}

.AddGalleryModal .modal-dialog .modal-content {
    border: none;
    margin: 0;
    border-radius: 0;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .ResimGaleriHeadIcerik {
    float: left;
    width: 100%;
    text-align: center;
    color: #787879;
    font-size: 14px;
    margin-bottom: 20px;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .ResimGaleriHeadIcerik strong {
    color: #000;
    font-weight: 600;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .ResimGaleriHeadIcerik h2 {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    line-height: 60px;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData {
    float: left;
    width: 100%;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData .Title {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 40px;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData .FormElements {
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData .FormElements input {
    height: 30px;
    border: 1px solid #cacaca;
    color: #787879;
    font-size: 14px;
    width: 100%;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData .FormElements textarea {
    border: 1px solid #cacaca;
    color: #787879;
    font-size: 14px;
    width: 100%;
    padding: 5px;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData .form_valition {
    color: #e90000;
    line-height: 20px;
    margin-bottom: 0;
    display: none;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData #lblImageUpload {
    padding: 0 15px;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData .fileClear {
    float: right;
    padding: 0 5px;
    line-height: 25px;
    background: #ddd;
    cursor: pointer;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData .fileClear:hover {
    background: #e90000;
    color: #fff;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData .box {
    float: left;
    width: 100%;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData .box .js--image-preview {
    float: left;
    width: 100%;
    position: relative;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData .box .js--image-preview canvas {
    width: 100%!important;
    position: relative;
    z-index: 1;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData .box .js--image-preview:after {
    content: '\f03e';
    font-family: 'FontAwesome';
    font-size: 40px;
    font-weight: 300;
    color: #cacaca;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 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;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData .upload-options {
    float: left;
    width: 100%;
    position: relative;
    height: 25px;
    background-color: #000;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    -webkit-transition: background-color ease-in-out 150ms;
    transition: background-color ease-in-out 150ms;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData .upload-options label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData .upload-options label input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .PopupFormData .upload-options label::after {
    content: 'Resim SeÃƒÆ’Ã‚Â§';
    position: absolute;
    font-size: 14px;
    color: #ffffff;
    z-index: 0;
    width: 100%;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body #divDosyaYuklemeAlan {
    float: left;
    width: 100%;
    margin: 0;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body #divDosyaYuklemeAlan .col {
    float: left;
    width: 100%;
    padding: 0;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body #divDosyaYuklemeAlan .BtnBox {
    float: left;
    width: 100%;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body #divDosyaYuklemeAlan .BtnBox a {
    float: left;
    width: 100%;
    text-align: center;
    border: none;
    background: #000;
    color: #fff;
    line-height: 40px;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body #divGalleryFooter {
    float: left;
    width: 100%;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body .galleryFooterSuccess {
    display: none;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body #divGalleryFooter .modal-Subtitle {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 20px;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body #divGalleryFooter .mb-1 {
    font-size: 20px;
    line-height: 35px;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body #divGalleryFooter .BtnBox {
    margin: 30px 0;
    padding-top: 25px;
    border-top: 1px solid #b3b3b3;
}

.AddGalleryModal .modal-dialog .modal-content .modal-body #divGalleryFooter .BtnBox .Btn {
    float: left;
    width: 100%;
    text-align: center;
    border: none;
    background: #000;
    color: #fff;
    line-height: 40px;
    -webkit-appearance: button;
    cursor: pointer;
}

/*GaleriModulu*/
/*Blok*/
.Blok {
    float: left;
    width: 100%;
    margin: 0;
}

.ban {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.ban:last-child {
    margin-bottom: 0;
}

.Blok a {
    float: left;
    width: 100%;
    overflow: hidden;
    display: block;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease;
    transition: opacity ease-in-out 500ms;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
}

.Blok img {
    display: block;
    width: 100%;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    will-change: opacity;
    border-radius: 0;
}

.Blok a:hover img {
    transform: scale(1.03);
}

.ScRow {
    margin: 0 -10px;
}

/*grid*/
.Scol1 {
    float: left;
    width: 100%;
    padding: 0;
}

.Scol1 .ScRow {
    margin: 0;
}

.Scol2 {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.Scol2 .ScRow {
}

.Scol3 {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}

.Scol3 .ScRow {
    margin: 0;
}

.Scol4 {
    float: left;
    width: 25%;
    padding: 0 10px;
}

.Scol4 .ScRow {
    margin: 0;
}

.Scol5 {
    float: left;
    width: 20%;
    padding: 0 10px;
}

.Scol5 .ScRow {
    margin: 0;
}

/*grid*/
.Scol6 {
    float: left;
    width: 66.66%;
    padding: 0 10px;
}

.Scol6 .ScRow {
}

.Scol7 {
    float: left;
    width: 59.017%;
    padding: 0 10px;
}

.Scol7 .ScRow {
}

.Scol8 {
    float: left;
    width: 40.984%;
    padding: 0 10px;
}

.Scol8 .ScRow {
}

/*------------------Instagram--------------------*/
.Instagram {
    float: left;
    width: 100%;
    padding: 0px 0 48px 0;
}

.Instagram .JKatAdi .satir1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #000000;
}

.Instagram .JKatAdi p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 300;
    font-style: italic;
}

.instagramBolumu {
    display: block;
    float: left;
    width: 100%;
}

.blokRow {
    margin: 0;
    float: left;
    width: 100%;
}

.dortluBlok {
    float: left;
    width: 100%;
}

.dortluBlok a {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.dortluBlok a img {
    width: 100%;
    display: block;
}

.dortluBlok a:after {
    content: '\f16d';
    font-family: 'FontAwesomeBrands';
    color: #fff;
    font-size: 65px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    background: rgb(0,0,0,0.5);
}

.dortluBlok a:hover:after {
    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;
}

.Instagram .owl-nav {
    top: 45%;
}

.Instagram .owl-nav .ProductListnext {
    right: 8px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    border-radius: 50%;
}

.Instagram .owl-nav .ProductListprev {
    left: 8px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    border-radius: 50%;
}

.Instagram .owl-nav .ProductListnext:before {
    content: '\f105';
    line-height: 70px;
    font-size: 30px;
}

.Instagram .owl-nav .ProductListprev:before {
    content: '\f104';
    line-height: 70px;
    font-size: 30px;
}

/*------------------Instagram--------------------*/
/*Footer*/
#footer {
    float: left;
    width: 100%;
    position: relative;
}

.FooterSC {
    float: left;
    width: 100%;
    position: relative;
}

.FooterTop {
    float: left;
    width: 100%;
    position: relative;
}

.FooterMiddle {
    float: left;
    width: 100%;
    position: relative;
    background: #e6e6e6;
    padding: 45px 0 38px 0;
}

.FooterBottom {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
}

.FooterBottom p {
    float: left;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

.FooterBottom p img {
    display: inline-block;
    vertical-align: top;
    margin-right: 46px;
}

.FooterBottom p em img {
    margin-right: 8px;
}

.FooterBottom p em img:last-child {
    margin-right: 0
}

.ebultenDiv {
    float: left;
    position: relative;
    width: 100%;
}

.ebultenDiv span {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px
}

.ebultenDiv span:after {
    content: '';
    width: 23px;
    height: 2px;
    background: #000000;
    margin: 5px 0 0 12px;
    display: inline-block;
    vertical-align: top;
}

.ebultenGelecek {
    display: block;
    width: 100%;
    float: left;
}

#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 {
    display: inline-block;
    color: #333333;
    background: #fff;
    border-radius: 0;
    border: none;
    width: 100%;
    height: 50px;
    padding: 0 90px 0 12px;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    opacity: 1;
}

#txtbxNewsletterMail::-webkit-input-placeholder {
    color: #333333;
}

#txtbxNewsletterMail:-moz-placeholder {
    color: #333333;
}

#txtbxNewsletterMail::-moz-placeholder {
    color: #333333;
}

#txtbxNewsletterMail:-ms-input-placeholder {
    color: #333333;
}

#txtbxNewsletterMail:focus {
    color: #333333;
}

.newsbutton {
    font-family: 'Quicksand';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 90px!important;
    height: 50px;
    line-height: 50px;
    color: #000000!important;
    border: none;
    border-radius: 0;
    background: transparent!important;
    font-weight: 600;
    font-size: 14px!important;
    padding: 0;
    margin: 0!important;
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic
}

.ebultenGelecek #divNewsLetter {
    display: block;
    padding: 0;
}

.footer-social {
    float: left;
    width: 100%;
    margin: 27px 0;
}

.footer-social ul {
    float: left;
    width: 100%;
}

.footer-social ul li {
    float: left;
    width: 43px;
    height: 43px;
    background: #fff;
    border-radius: 50%;
    margin-right: 12px;
}

.footer-social ul li:hover {
    background: #000;
}

.footer-social ul li:last-child {
    margin-right: 0;
}

.footer-social ul li a {
    float: left;
    width: 100%;
}

.footer-social ul li a i {
    float: left;
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 16px;
    line-height: 43px;
}

.footer-social ul li:hover a i {
    color: #fff;
}

.footer-app {
    float: left;
    width: 100%;
}

.footer-app ul {
    float: left;
    width: 100%;
}

.footer-app ul li {
    float: left;
    width: 50%;
}

.footer-app ul li:first-child {
    padding-right: 6px;
}

.footer-app ul li:last-child {
    padding-left: 6px;
}

.footer-app ul li a {
    float: left;
    width: 100%;
    border: 1px solid #fff;
    background: #000;
    text-align: center;
    line-height: 41px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.footer-app ul li a i {
    font-size: 20px;
    margin-right: 12px;
    line-height: 41px;
    vertical-align: top
}

.footer-app ul li a:hover {
    background: #fff;
    color: #000
}

.footer-app ul li a:hover i {
    color: #000;
}

#footer .linkler {
    float: left;
    width: calc(100% - 470px);
    position: relative;
}

#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: 14px;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
}

#footer .linkler .blink > ul >li> span:after {
    content: '';
    width: 23px;
    height: 2px;
    background: #000000;
    margin: 5px 0 0 12px;
    float: right;
}

#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: 14px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 12px;
}

#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 .linkler .blink > ul >li> span .ackapabtn {
    display: none;
}

.footer-right {
    float: left;
    width: 470px;
    padding-left: 160px;
}

#footer .socialDiv {
    display: block;
}

#footer .socialDiv ul {
    display: inline-block;
    vertical-align: top;
}

#footer .socialDiv ul li {
    float: left;
}

#footer .socialDiv ul li:last-child {
    margin-right: 0;
}

#footer .socialDiv ul li a {
}

#footer .socialDiv ul li a i {
}

.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: #777777;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}

.telefonDiv {
}

.telefonDiv >span {
}

#frmBlokEBulten {
}

#ulBulletin {
}

.intl-tel-input {
}

#inptBlokTelefonBulten {
}

#btnBlokEBultenKaydet {
}

.menuUstBolum {
    background: #000;
}

.SepetUst {
    background: #000;
}

.bottomHead {
    display: none;
}

/*Footer*/
#ticimaxCopyright {
    font-family: 'Quicksand', sans-serif !important;
    margin: 0 auto !important;
    padding: 17px 0;
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    font-style: italic
}

#ticimaxCopyright a {
    color: #000 !important;
}

#back-to-top {
    float: right;
    position: fixed;
    right: 21px;
    bottom: 34px;
    z-index: 9999;
}

#back-to-top a {
    float: left;
    text-align: center;
    width: 0;
    height: 0;
    width: 31px;
    height: 47px;
    background: #000;
}

#back-to-top a:before {
    content: '\f176';
    font-family: FontAwesome;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 47px;
    font-size: 16px;
    font-weight: 300;
}

.whatsappicon {
    position: fixed;
    right: 66px;
    bottom: 34px;
    z-index: 9999;
    background: #339900;
    max-width: 133px;
    padding: 4px 7px;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    cursor: pointer;
}

.whatsappicon i {
    float: left;
    color: #fff;
    font-size: 30px;
    margin-right: 9px;
}

#mainHolder_divDesign .anasayfa_urun_slider .ProductListContent .ProductList .ItemOrj {
    float: left;
}

/*---------------------------- site ozel alan kodlar ----------------------------------*/
/* ------------------------------------Container--------------------------------------------*/
.headerContent,body ul.breadcrumb,.navigation > div,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: block;
    padding: 0 100px!important;
}

.sliderBannerContainer .ProductList {
    max-width: 100%;
}

.detaySliderContainer .ProductList {
    max-width: 100%;
    padding: 0;
}

.homeContainer .ProductListContent .ProductList {
    max-width: 100%;
}

#divIcerik {
}

.headerContent {
}

.homeContainer .ticiContainer {
}

.UyeGiris .ticiContainer {
}

.HesabimTakip .ticiContainer {
    padding: 0!important;
}

.Iletisimaspx .ticiContainer {
}

.innerContainer {
}

.ticiContainer {
}

.sepetimBody .ticiContainer {
    padding: 0!important;
}

.sepetimBody .footerSslLogo {
    display: none!important;
}

body ul.breadcrumb {
}

.ticiContainer.homeContainer {
}

.ticiContainer.categoryContainer {
}

.ticiContainer.productDetailContainer {
    max-width: 1540px;
}

.ticiContainer.pageContainer {
}

#footer .FooterBottom .ticiContainer {
    text-align: center;
}

.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: 20px;
}

.rightBlock {
    float: right;
    width: 25%;
    padding-left: 20px;
}

.centerCount {
    float: left;
    width: 100%;
    padding: 0;
}

/*SolveOrta*/
.leftBlock.LeftMiddle {
    width: 300px;
    margin-bottom: 30px;
}

.centerCount.LeftMiddle {
    width: calc(100% - 300px);
}

.rightBlock.MiddleRight {
    width: 300px;
}

.centerCount.MiddleRight {
    width: calc(100% - 300px);
}

/*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 {
        margin-top: 142px;
    }

    #header.fixed .htop {
        display: none;
    }

    .headerContent * {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #header.fixed #logo .logo {
        padding-top: 23px;
    }

    #header.fixed .header-left {
        margin-top: 36px;
    }

    #header.fixed .header-right {
        margin-top: 33px;
    }
}

/*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 {
    }
}

@media screen and (min-width: 1401px) and (max-width:1700px) {
    .headerContent,body ul.breadcrumb,.navigation > div,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer {
        padding:0 60px!important
    }

    .navigation:after {
        left: 60px;
        right: 60px;
    }

    .htop a {
        right: 60px;
    }

    .examineIcon a, .mycartIcon a {
        font-size: 13px;
    }

    .bannerlistcontent .bannerlist-center a:first-child {
        margin-bottom: 8px;
    }

    .bannerlistcontent .bannerlist-center a:last-child {
        margin-top: 9px;
    }

    .category-text-content .category-text {
        padding: 20px 150px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading {
        padding: 0 15px
    }
}

@media screen and (min-width: 1201px) and (max-width:1400px) {
    .headerContent,body ul.breadcrumb,.navigation > div,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer {
        padding:0 30px!important
    }

    .navigation:after {
        left: 30px;
        right: 30px;
    }

    .htop a {
        right: 30px;
    }

    .examineIcon a, .mycartIcon a {
        font-size: 11px;
        line-height: 40px;
    }

    .mycartIcon {
        padding-right: 15px;
    }

    .examineIcon {
        padding-left: 15px;
    }

    .examineIcon a:before, .favori a:before, .mycartIcon a:before {
        margin-right: 3px;
        line-height: 40px;
    }

    .header-left a {
        font-size: 14px;
        margin-right: 15px;
    }

    .navigation .altMenu .altMenuler .altmenuSol {
        padding-left: 15px;
    }

    .navigation .navUl > li > a {
        font-size: 14px;
    }

    .navigation .navUl > li {
        padding: 0 10px 0 22px;
    }

    #btnKelimeAra {
        width: 30px;
    }

    #txtbxArama {
        padding-right: 30px;
    }

    .favi {
        margin-left: 20px;
    }

    .searchContent {
        width: 220px;
    }

    .htop a {
        font-size: 14px;
    }

    .htop strong {
        font-size: 15px;
    }

    #pnlSlider .flex-direction-nav .flex-prev, #pnlSlider .flex-direction-nav .flex-next {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    #pnlSlider .flex-direction-nav .flex-next:before, #pnlSlider .flex-direction-nav .flex-prev:before {
        line-height: 50px;
        font-size: 28px;
    }

    .bannerlistcontent .bannerlist-center a:first-child {
        margin-bottom: 7px;
    }

    .bannerlistcontent .bannerlist-center a:last-child {
        margin-top: 6px;
    }

    .Instagram .owl-nav .ProductListprev, .Instagram .owl-nav .ProductListnext {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .Instagram .owl-nav .ProductListprev:before, .Instagram .owl-nav .ProductListnext:before {
        line-height: 40px;
        font-size: 20px;
    }

    .footer-icons ul li {
        font-size: 14px;
        font-weight: 600;
    }

    .footer-icons ul li i {
        font-size: 16px;
        margin-right: 7px;
    }

    .FooterBottom p img {
        margin-right: 35px;
    }

    .footer-right {
        padding-left: 40px;
        width: 320px;
    }

    #footer .linkler {
        width: calc(100% - 320px);
    }

    .RightDetail {
        padding-left: 40px;
    }

    .category-text-content .category-text {
        padding: 20px 100px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading {
        padding: 0 15px
    }
}

@media screen and (min-width: 1042px) and (max-width:1200px) {
    .headerContent,body ul.breadcrumb,.navigation > div,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer {
        padding:0 30px!important
    }

    .navigation:after {
        left: 30px;
        right: 30px;
    }

    .htop a {
        right: 30px;
    }

    .examineIcon a, .mycartIcon a {
        font-size: 11px;
        line-height: 40px;
    }

    .mycartIcon {
        padding-right: 4px;
    }

    .examineIcon {
        padding-left: 4px;
    }

    .examineIcon a:before, .favori a:before, .mycartIcon a:before {
        margin-right: 3px;
        line-height: 40px;
    }

    .header-left a {
        font-size: 14px;
        margin-right: 15px;
    }

    .navigation .altMenu .altMenuler .altmenuSol {
        padding-left: 15px;
    }

    .navigation .navUl > li > a {
        font-size: 14px;
    }

    .navigation .navUl > li {
        padding: 0 10px 0 22px;
    }

    #btnKelimeAra {
        width: 30px;
    }

    #txtbxArama {
        padding-right: 30px;
    }

    .favi {
        margin-left: 15px;
    }

    .searchContent {
        width: 180px;
    }

    .htop a {
        font-size: 14px;
    }

    .htop strong {
        font-size: 15px;
    }

    #pnlSlider .flex-direction-nav .flex-prev, #pnlSlider .flex-direction-nav .flex-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    #pnlSlider .flex-direction-nav .flex-next:before, #pnlSlider .flex-direction-nav .flex-prev:before {
        line-height: 40px;
        font-size: 25px;
    }

    .bannerlistcontent .bannerlist-center a:first-child {
        margin-bottom: 5px;
    }

    .bannerlistcontent .bannerlist-center a:last-child {
        margin-top: 4px;
    }

    .Instagram .owl-nav .ProductListprev, .Instagram .owl-nav .ProductListnext {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .Instagram .owl-nav .ProductListprev:before, .Instagram .owl-nav .ProductListnext:before {
        line-height: 40px;
        font-size: 20px;
    }

    .footer-icons ul li {
        font-size: 14px;
        font-weight: 600;
    }

    .footer-icons ul li i {
        font-size: 16px;
        margin-right: 7px;
    }

    .FooterBottom p img {
        margin-right: 22px;
    }

    .footer-right {
        padding-left: 10px;
        width: 270px;
    }

    #footer .linkler {
        width: calc(100% - 270px);
    }

    #footer .linkler .blink > ul >li> span {
        font-size: 13px;
    }

    .RightDetail {
        padding-left: 40px;
    }

    .category-text-content .category-text {
        padding: 20px 70px;
    }

    body #divSayfalamaUst .category-vertical-filters.top-filters .panel .panel-heading {
        padding: 0 15px
    }
}

@media screen and (max-width: 1260px) {
    .navigation .altMenu .altMenuler {
        padding-right:30px;
        padding-left: 30px;
    }
}

/*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;}*/ .category-text-content .category-text {
        padding:20px 40px;
    }

    .leftImage {
        width: 40%;
        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: 60%;
        padding: 0 0 0 20px;
    }

    .taksitBlok {
        width: 60%;
    }

    .homeContainer .ProductListContent .ItemOrj {
        width: 33.33%;
        max-width: 33.33%;
    }

    .headerContent,body ul.breadcrumb,.navigation > div,.userLoginContent,.hesabimContent,.sepetimBody .headerContent,.sepetimBody #footer .ticiContainer,.ticiContainer {
        padding: 0 20px!important
    }

    .navigation:after {
        left: 20px;
        right: 20px;
    }

    .htop a {
        right: 20px;
    }

    .header-left a {
        font-size: 0;
        margin-right: 15px;
    }

    .header-left {
        width: 80px
    }

    .header-right {
        width: calc(100% - 447px);
    }

    #btnKelimeAra {
        width: 30px;
    }

    #txtbxArama {
        padding-right: 30px;
    }

    .favi {
        margin-left: 15px;
    }

    .searchContent {
        width: 165px;
    }

    .htop a {
        font-size: 13px;
    }

    .htop strong {
        font-size: 14px;
    }

    #pnlSlider .flex-direction-nav .flex-prev, #pnlSlider .flex-direction-nav .flex-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    #pnlSlider .flex-direction-nav .flex-next:before, #pnlSlider .flex-direction-nav .flex-prev:before {
        line-height: 40px;
        font-size: 25px;
    }

    .bannerlistcontent .bannerlist-center a:first-child {
        margin-bottom: 5px;
    }

    .bannerlistcontent .bannerlist-center a:last-child {
        margin-top: 4px;
    }

    .Instagram .owl-nav .ProductListprev, .Instagram .owl-nav .ProductListnext {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .Instagram .owl-nav .ProductListprev:before, .Instagram .owl-nav .ProductListnext:before {
        line-height: 40px;
        font-size: 20px;
    }

    .footer-icons ul li {
        font-size: 11px;
        font-weight: 600;
        line-height: 40px;
    }

    .footer-icons ul li i {
        font-size: 13px;
        margin-right: 5px;
        line-height: 40px;
    }

    .FooterBottom p img {
        margin-right: 22px;
    }

    .footer-right {
        padding-left: 10px;
        width: 220px;
    }

    #footer .linkler {
        width: calc(100% - 220px);
    }

    #footer .linkler .blink > ul >li> span {
        font-size: 12px;
    }

    #footer .linkler .blink > ul >li> span:after {
        display: none;
    }

    .ebultenDiv span {
        font-size: 12px;
    }

    .ebultenDiv span:after {
        display: none;
    }

    .mycart {
        margin-right: 15px;
        margin-left: 15px;
    }

    .bannerlistcontent .bannerlist-left {
        padding-right: 6px;
    }

    .bannerlistcontent .bannerlist-center {
        padding: 0 3px;
    }

    .bannerlistcontent .bannerlist-right {
        padding-left: 6px;
    }

    .productItem .productFaMyEx {
        display: none !important;
    }

    .OzelSlider .sliderBannerContainer.NoSlider .jCarouselLite ul li {
        padding: 0 5px;
    }

    .OzelSlider .sliderBannerContainer.NoSlider .jCarouselLite ul {
        margin: 0 -5px;
    }

    .JKatAdi .bold .satir1 {
        font-size: 18px;
    }

    .OzelSlider .JKatAdi {
        margin-bottom: 0;
    }

    .OzelSlider {
        margin: 0
    }

    #logo .logo img {
        max-width: 90%;
    }

    .ozelAlan1 {
        font-size: 14px;
    }

    .productItem .discountPrice span {
        font-size: 15px;
    }

    .productItem .regularPrice span {
        font-size: 15px;
    }

    .productItem .productName a {
        text-transform: none;
    }

    .footer-app ul li a i {
        margin-right: 5px;
    }

    .newsbutton {
        font-size: 11px !important;
        width: 60px !important;
    }

    #txtbxNewsletterMail {
        font-size: 11px;
    }

    .footer-app ul li:first-child {
        padding-right: 2px;
    }

    .footer-app ul li:last-child {
        padding-left: 2px;
    }

    .footer-social {
        margin: 15px 0;
    }

    .FooterBottom p em img, .FooterBottom p img {
        margin-right: 0;
    }

    .newIcon {
        font-size: 11px;
        top: 10px;
        left: 6px;
    }

    .favori a:before {
        font-size: 18px;
    }

    .favori {
        right: 6px;
        top: 10px;
    }

    .discountIcon {
        font-size: 12px;
        width: 35px;
        height: 25px;
        line-height: 25px;
        right: 6px;
        bottom: 123px;
    }

    .category-text-content h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .category-text-content p {
        font-size: 14px
    }
}

/* mobil ve tablet ekran olcusune gore 1041px e kadar bunlari uygula */
@media screen and (max-width: 1041px) {
    .CategoryBody .categoryTitle {
        border:none;
        margin-bottom: 0;
    }

    /******************************************************/
    body .dropdown-toggle:after {
        display: none;
    }

    body #divSayfalamaUst {
        padding: 0;
        margin: 0px 0 20px;
        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.Slct .brandlistselection {
        position: absolute;
        top: 0;
        z-index: 99;
        width: 50%;
        background: #fff;
        border-right: 1px solid #e3e3e3;
        left: 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;
    }

    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;
    }

    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;
    }

    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
    }

    body #divSayfalamaUst .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 li {
        width: 100%;
        margin-right: 0;
        text-align: left;
    }

    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) {
    .header-left {
        display:none;
    }

    .bannerlistcontent {
        margin: 5px 0;
    }

    .bannerlistcontent div {
        padding: 0 !important;
    }

    .bannerlistcontent .bannerlist-left {
        width: 100%;
        margin-bottom: 5px;
    }

    .bannerlistcontent .bannerlist-center {
        width: 100%;
        margin-bottom: 5px;
    }

    .bannerlistcontent .bannerlist-center a:first-child {
        margin-bottom: 5px;
    }

    .bannerlistcontent .bannerlist-center a:last-child {
        margin-top: 0
    }

    .bannerlistcontent .bannerlist-right {
        width: 100%;
    }

    .bannerlistcontent .bannerlist-right .owl-nav {
        display: block;
    }

    .bannerlistcontent .bannerlist-right .owl-nav .ProductListprev:before, .bannerlistcontent .bannerlist-right .owl-nav .ProductListnext:before {
        font-size: 30px;
    }

    .OzelSlider {
        margin: 0;
    }

    .OzelSlider .JKatAdi {
        margin-bottom: 5px;
    }

    .JKatAdi .bold .satir1 {
        font-size: 17px;
        line-height: 30px;
    }

    .sliderBannerContainer {
        margin: 0;
    }

    .OzelSlider .sliderBannerContainer.NoSlider .jCarouselLite ul {
        margin: 0;
    }

    .OzelSlider .sliderBannerContainer.NoSlider .jCarouselLite ul li {
        width: 50%;
    }

    .OzelSlider .sliderBannerContainer.NoSlider .jCarouselLite ul li:nth-child(1n) {
        padding: 0 2.5px 0 0;
    }

    .OzelSlider .sliderBannerContainer.NoSlider .jCarouselLite ul li:nth-child(2n) {
        padding: 0 0 0 2.5px;
    }

    .footer-icons ul li {
        width: 50%;
        font-size: 12px;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .footer-icons ul li i {
        font-size: 13px;
        margin-right: 8px;
        line-height: 40px;
    }

    .footer-icons ul li:nth-child(3n) {
        border-left: none;
    }

    .footer-icons ul li:last-child {
        width: 100%;
        border-left: none;
    }

    .footer-icons ul {
        padding: 10px 0 5px;
    }

    .FooterBottom p img, .FooterBottom p em img {
        margin-right: 2px;
    }

    .Instagram .JKatAdi p {
        margin-bottom: 10px;
    }

    .Instagram {
        padding: 0;
    }

    .newIcon {
        font-size: 11px;
        top: 5px;
        left: 5px;
        text-transform: lowercase;
        width: 35px;
    }

    .favori a:before {
        font-size: 16px;
    }

    .favori {
        right: 5px;
        top: 5px;
    }

    .discountIcon {
        font-size: 12px;
        width: 35px;
        height: 25px;
        line-height: 25px;
        right: 5px;
        bottom: 95px;
        text-transform: lowercase
    }

    .ozelAlan1 {
        font-size: 12px;
        font-weight: 400;
        bottom: 12px;
    }

    .TukendiIco span {
        line-height: 25px;
        font-size: 11px;
        text-transform: lowercase;
    }

    .TukendiIco {
        height: calc(100% - 90px);
    }

    .ProductName h1 span {
        font-size: 21px;
        font-weight: 600;
    }

    .IndirimliFiyatContent .right_line * {
        font-size: 25px;
    }

    .PiyasafiyatiContent .right_line * {
        font-size: 20px;
    }

    .PiyasafiyatiContent {
        margin-left: 10px;
        margin-top: 2px;
    }

    .PriceList {
        padding-top: 10px;
    }

    .TopDet #IlgiliUrunDiv, #divUrunEkSecenek .eksecenekLine {
        margin-top: 5px;
    }

    .bedenT {
        margin-left: 0;
        margin-top: 5px;
    }

    .detaySliderContainer {
        margin: 0;
    }

    .jCarouselLite .JKatAdi .bold .satir1 {
        margin-bottom: 5px
    }

    .category-text-content .category-text {
        padding: 20px 10px;
    }

    .category-text-content h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px
    }

    .category-text-content p {
        font-size: 13px;
        line-height: 15px;
    }

    .category-text-content a {
        font-size: 14px;
        margin-top: 10px;
        line-height: 18px
    }

    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!important;
        padding-right: 5px!important;
    }

    .ticiContainer.footerContainer {
        width: 100%;
        padding-left: 5px!important;
        padding-right: 5px!important;
    }

    .ticiContainer.productDetailContainer {
        width: 100%;
        padding-left: 5px!important;
        padding-right: 5px!important;
    }

    .footerContainer, .headerContent, .ticiContainer {
        width: 100%;
        padding: 0!important;
    }

    .centerCount .ticiContainer {
        padding: 0!important;
    }

    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 .row {
        width: 100%;
        margin-bottom: 30px;
    }

    .iletisimContent .AdBan {
        width: 100%;
    }

    .iletisimContent .iletisimForm {
        padding: 0;
        width: 100%;
    }

    .iletisimContent .categoryTitle {
        margin-bottom: 15px;
    }

    .iletisimContent .categoryTitle .categoryTitleText {
        font-size: 16px;
        line-height: 45px;
    }

    .iletisimContent .iletisimRight .iletisimbanka .span > div {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 5px 0 0;
        margin: 0;
    }

    .iletisimContent .iletisimRight .iletisimbanka .span > div.line1 {
        text-align: left;
    }

    .iletisimContent .iletisimRight .iletisimbanka .span > div.line1 span {
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }

    .iletisimContent .iletisimRight .iletisimbanka .span > div span {
        margin-right: 5px;
    }

    .iletisimContent .iletisimRight .iletisimbanka .span > div.line1 > div {
        width: 100%;
        margin-bottom: 0;
    }

    .iletisimContent .iletisimRight .iletisimbanka .span > div.line1 .line4 {
        text-align: left;
    }

    .iletisimContent .iletisimRight .iletisimbanka .span > div div {
        width: 100%;
        margin-bottom: 10px;
    }

    .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: 150;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    #header:before {
        display: none;
    }

    #header.homeHeader {
        border: none;
    }

    .headerContent {
        text-align: left;
    }

    /*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;
    }

    /*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: 12px;
        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: 12px;
        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;
    }

    #lang_flag_container.selector #lang-detail {
        display: block !important;
    }

    /*Dil secenegi*/
    /*Header Sabitler*/
    /*urun box sabit*/
    .productItem .discountPrice {
    }

    .productItem .regularPrice {
        margin-left: 5px;
    }

    .productItem .discountPrice span {
        font-size: 15px;
        font-weight: 600;
    }

    .productItem .regularPrice span {
        font-size: 14px
    }

    /*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;
        text-align: center;
    }

    .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: 0;
        float: left;
        padding: 5px 0;
        border: none;
    }

    .ProductIcon .box1 {
        font-size: 12px;
        width: 100%!important;
        line-height: 35px!important;
        text-align: left;
        text-transform: capitalize;
    }

    .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;
    }

    .urunTabAlt * {
        font-size: 13px;
    }

    /*urun butonlari*/
    /*urun butonlari2*/
    .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 {
        right: 3px;
        bottom: 3px;
    }

    #back-to-top a {
    }

    .whatsappicon {
        right: auto;
        left: 3px;
        bottom: 3px;
        font-size: 0;
        background: none;
        padding: 0;
    }

    .whatsappicon i {
        margin-right: 0;
        color: #339900;
        font-size: 40px;
    }

    .owl-nav {
        display: none;
    }

    body #divMobileImageList .owl-dots {
        position: absolute!important;
        left: 0;
        right: 0;
        bottom: 5px;
        margin: 0;
        z-index: 1;
    }

    body #divMobileImageList .owl-dots .owl-dot {
        background: #ddd!important;
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 50%;
        margin: 0 4px;
    }

    body #divMobileImageList .owl-dots .owl-dot.active {
        background: #000000!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;
        margin-top: 0;
    }

    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;
    }

    .mobilMenu .navUl > li > a {
        font-size: 12px;
    }

    .mobilMenu .KatMenu1 > li > a {
        font-size: 12px;
    }

    .mobilMenu .KatMenu1 > li > ul li a {
        font-size: 12px;
    }

    .mobilMenu .KatMenu1 > li > ul > span {
        font-size: 14px;
    }

    .mobilMenu .KatMenu1 > li > ul li ul > span {
        font-size: 14px;
    }

    .mobilMenu .navUl > li > ul li a {
        font-size: 12px;
    }

    .mobilMenu .navUl > li > ul > span {
        font-size: 14px;
    }

    .mobilMenu .navUl > li > ul li ul > span {
        font-size: 14px;
    }

    .mobilMenu .altMenu .altmenuSol > span {
        font-size: 14px;
    }

    .mobilMenu .altMenu .altMenuler .altmenuSol > ul > li > a {
        font-size: 12px;
    }

    .mobilMenu .lfMenuUl > li > a {
        font-size: 12px;
    }

    .mobilMenu .lfMenuAltContent .altMenu_1 .altMenu_Tittle {
        font-size: 14px;
    }

    .mobilMenu .lfMenuAltContent .altMenu_List .columns li > a {
        font-size: 12px;
    }

    .mobilMenu .lfMenuAltContent .altMenu_Resim .altMenu_Resim_RowItem .altMenuItemN {
        font-size: 12px;
    }

    /*mobil icerik Alan*/
    .htop {
        display: none!important;
    }

    /*Anasayfa*/
    #pnlSlider {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #pnlSlider .flex-control-nav {
        bottom: 3px;
        width: 100%;
        height: auto;
        min-height: auto;
        right: 0;
        display: block;
    }

    #pnlSlider .flex-control-paging li {
        margin: 0 2px;
    }

    #pnlSlider .flex-control-paging li a {
        width: 10px;
        height: 10px;
    }

    #pnlSlider .flex-control-paging li a.flex-active {
    }

    #pnlSlider .flex-direction-nav {
        top: 45%;
        left: 2px;
        right: 2px;
        display: none;
    }

    #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!important;
    }

    .FooterSC {
    }

    .FooterTop {
        padding: 0;
        text-align: center;
        border: none;
    }

    .FooterMiddle {
        padding: 0;
    }

    .FooterBottom {
        padding: 10px 0;
        border: none;
        background-image: none;
        text-align: center;
    }

    .ebultenDiv {
        width: 100%;
        text-align: center;
        margin: 10px 0;
        padding: 0 5px;
        float: left;
        border: none;
    }

    .ebultenDiv > span {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 30px;
        font-weight: 600;
    }

    .ebultenDiv span:after {
        display: 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: 30px;
        padding-left: 15px;
        padding-right: 55px;
        text-align: left;
        float: left;
    }

    .newsbutton {
        height: 30px;
        line-height: 30px;
        right: 0;
        top: 0;
        left: auto;
        text-align: center;
        width: 55px!important;
        font-size: 10px!important;
        float: right;
    }

    .newsbutton:after {
        display: none!important;
    }

    #footer .linkler {
        padding: 5px 0 0;
        border: none;
        width: 100%;
    }

    #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;
        border-bottom: 1px solid #ddd;
        line-height: 30px;
        padding: 0 10px;
        font-weight: 600;
    }

    #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;
        display: block !important;
    }

    #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%;
        border-bottom: none;
    }

    #footer .linkler .blink >ul >li {
        width: 100%!important;
    }

    #footer .linkler .blink >ul >li >ul {
        float: left;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    #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;
    }

    .footer-right {
        width: 100%;
        padding-left: 0;
    }

    .footer-social {
        margin: 0 0 10px 0;
        text-align: center;
    }

    .footer-social ul li {
        width: 35px;
        height: 35px;
        margin-right: 5px;
        float: none;
        display: inline-block;
    }

    .footer-social ul li a i {
        line-height: 35px;
        font-size: 14px;
    }

    .footer-app {
        margin-bottom: 10px;
    }

    .footer-app ul li:first-child {
        padding-right: 2.5px;
    }

    .footer-app ul li:last-child {
        padding-left: 2.5px;
    }

    .footer-app ul li a {
        line-height: 35px
    }

    .footer-app ul li a i {
        font-size: 18px;
        margin-right: 5px;
        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;
    }

    #anasayfaUrunleri .ProductList li {
        width: 50%;
    }

    .productItem {
    }

    .productItem .productName {
        margin-bottom: 8px;
        padding: 6px 0;
    }

    .productItem .productName a {
        font-size: 12px;
        text-transform: none;
    }

    .productItem .productDetail {
        height: 90px;
    }

    .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% !important;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .productItem:hover .productFaMyEx {
        display: none!important;
    }

    .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: 50%;
    }

    .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;
    }

    .ProductIcon2 {
        position: static;
        margin: 5px 0 0;
        padding: 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;
        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;
    }

    .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 {
        width: calc(100% - 100px);
        padding-right: 0;
    }

    .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*/
}

@media screen and (max-width: 415px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 1041px) {
    .mm-m-section > div, .mm-m-section > a {
        margin-bottom: 10px;
    }
    .urunOzellik {
        margin:10px 0;
        padding: 0;
        border: none;
        width: 100%;
    }

    .urunTabAlt {
        max-height: 100%;
    }

    .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%;
        padding: 0;
    }

    .urunOzellik .mobilTab > ul > li {
        float: left;
        width: 100%;
        list-style: none;
    }

    .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: #000000;
    }

    .urunOzellik .mobilTab > ul > li.active > a:after {
        content: '\f077';
    }

    .divYorumYaz, #yorumYaz {
        padding: 0!important;
    }
}

.nav-item-link {
    text-transform: uppercase;
}

.favi a {
    float: left;
    text-align: center;
    color: #000;
    font-size: 0px;
    line-height: 0px;
    fill: #000;
}

.favi a .svgIcon {
    display: block;
    margin: 0 auto;
    line-height: 0;
}

.favi a:hover .svgIcon {
    display: none;
}

.favi a .svgIcon.hover {
    display: none;
}

.favi a:hover .svgIcon.hover {
    display: block;
}

.favi a span {
    display: block;
}

.cart-item {
    margin-right: 5px;
}

.followers{float: left;margin-top: 27px;margin-right: 30px;    z-index: 99999; position: relative;}
.followerArea{ position: relative; width: 100%; float: left; padding-bottom: 10px; }
.followerArea > span{ display: flex; align-items: center; font-size: 12px; color: #000000; font-weight: 400; padding: 4px 5px; border-radius: 5px; }
.followerArea > span i{margin-left: 5px;}
.followerArea > span img{ margin-right: 10px; }
.followerArea:hover > span{ background: black; color: white; }
.followerArea:hover > span img{ filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(128%) hue-rotate(221deg) brightness(115%) contrast(100%); }
.followerArea ul{ display: none; float: left; width: 100%; border: 1px solid #e1e1e1; position: absolute; background: white; top: 100%; border-radius: 3px; min-width: 180px; }
.followerArea:hover ul{display: block;}
.followerArea ul:before{content:"";transform: translate3d(-50%, 0px, 0px) rotate3d(0, 0, 1, 45deg);width: 10px;height: 10px;border-left: 1px solid #e1e1e1;border-top: 1px solid #e1e1e1;position: absolute;left: 16px;top: -6px;background: #fff3f8;}
.followerArea ul li{ width: 100%; float: left; display: flex; justify-content: space-between; padding: 3px 3px; }
.followerArea ul li:first-child{background: #fff3f8;padding: 8px 5px;font-size: 12px;color: black;font-weight: 500;}
.followerArea ul li:first-child span{color:#818181;}
.followerArea ul li:last-child a{border-bottom:0px;}
.followerArea ul li a{ display: flex; align-items: center; justify-content: space-between; width: 100%; border-bottom: 1px solid #d5d5d5; padding: 5px 3px; font-size: 11px; color: #818181; }
.followerArea ul li a:hover{ background: #efefef; }
.followerArea ul li a span{ display: flex; align-items: center; font-size: 12px; color: black; font-weight: 400; letter-spacing: .2px; }
.followerArea ul li a span img{ width: 22px; margin-right: 10px; }

div#masthead {
    margin: auto 45px;
}

@media (max-width: 1099px) {
    .followerArea {
        display: none;
    }
    div#masthead {
        margin: 0;
    }
}