.detailLink .imgInner img {
    transition: all .5s ease-out
}

.detailLink .imgInner {
    overflow: hidden
}

.urunAdi {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 7px
}

.currentPrice {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.13;
    text-align: center;
    color: #000
}

.urunModel {
    font-size: 14px;
    text-align: center;
    margin-top: 10px
}

.productDiscount.hideThis {
    display: none !important
}

.productDetails {
    padding-bottom: 0;
    min-height: 100px
}

.price-padding {
    padding-bottom: 50px;
    padding-top: 7px
}

.price-padding2 {
    padding-bottom: 20px;
    padding-top: 17px
}

.total-product {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000
}

#filterSort select {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-transform: uppercase;
    box-shadow: none;
    background-image: url(icon/down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px
}

.grid_container {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 80px
}

.grid_container .left_showcase a {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center
}

.grid_container .left_showcase a span {
    text-align: center;
    color: #000
}

.grid_container .left_showcase a span.p_price {
    margin-top: 17px;
    font-size: 16px;
    font-weight: 700
}

.grid_container .right_down .f_g_X {
    max-width: 50px;
    width: 100%;
    height: 96px;
    border: solid 1px #dfdfdf;
    background-color: #fff;
    display: grid;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.grid_container .right_down .f_g_X span {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000
}

.grid_container .right_down .f_g_X i {
    display: table;
    height: 30px;
    background-image: url(down24.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px
}

.grid_container .right_down {
    display: flex;
    align-items: center;
    justify-content: center
}

.product_showcase {
    display: grid;
    grid-template-columns: 1.4fr 1.4fr 100px;
    align-items: center
}

.category_footer_desc {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    display: table;
    font-size: 15px;
    color: #000;
    font-weight: 400
}

.category_footer_desc p {
    line-height: 26px
}

.category_ust_aciklama h1,
.category_ust_aciklama span {
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    text-align: center
}

.show-filter-btn {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-transform: uppercase;
    background-image: url(down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
    cursor: pointer;
    user-select: none
}

.filtreleGel {
    position: absolute;
    border: solid 1px #dfdfdf;
    background-color: #f6f6f6;
    z-index: 999;
    padding-top: 30px;
    padding-bottom: 55px;
    user-select: none;
    top: -1px
}

div#filterPanel {
    position: relative
}

.filtre-butonu {
    position: relative;
    width: 260px;
    height: 50px;
    background-color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 44px;
    margin-top: 27px
}

.filter-wrap .filter-title.hidden {
    background-image: url(plus.svg) !important
}

.col-title.filter-title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    text-transform: capitalize;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 39px;
    padding-right: 39px;
    border-bottom: solid 1px #e5e5e5;
    background-image: url(minus.svg) !important;
    background-repeat: no-repeat;
    background-position: right 44px center;
    background-size: 20px
}

.filter-wrap {
    padding-left: 44px;
    padding-right: 44px;
    box-sizing: border-box
}

.filter-item {
    width: auto
}

.currencyPrice {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

label[for=sort] {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.image-wrapper img.lazy {
    position: absolute;
    top: calc(50% - 35px);
    left: 0;
    width: 100%;
    max-height: 100%
}

.filter-item-list {
    padding-left: 21px
}

.filter-item .col-text.form-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-transform: uppercase
}

.filter-item .col-text.form-item div.fl {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px #eee;
    background: #fff;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition-timing-function: cubic-bezier(.2, .02, .2, 1);
    -moz-transition-timing-function: cubic-bezier(.2, .02, .2, 1);
    -ms-transition-timing-function: cubic-bezier(.2, .02, .2, 1);
    -o-transition-timing-function: cubic-bezier(.2, .02, .2, 1);
    transition-timing-function: cubic-bezier(.2, .02, .2, 1);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.filter-item .col-text.form-item div.fl i {
    opacity: 0;
    visibility: hidden;
    display: none
}

.filter-item .col-text.form-item div.fl:hover {
    background: #000;
    color: #fff
}

.filter-item .col-text.form-item input[type=checkbox]:checked+div.fl {
    background: #000;
    color: #fff
}

.sonradan-eklenen-wrap.aciliyorum {
    border: solid 1px #e2e2e2;
    background-color: #fff;
    padding-bottom: 20px
}

.sonradan-eklenen-wrap {
    margin-bottom: 7px;
    margin-top: 7px;
    -webkit-transition-timing-function: cubic-bezier(.2, .02, .2, 1);
    -moz-transition-timing-function: cubic-bezier(.2, .02, .2, 1);
    -ms-transition-timing-function: cubic-bezier(.2, .02, .2, 1);
    -o-transition-timing-function: cubic-bezier(.2, .02, .2, 1);
    transition-timing-function: cubic-bezier(.2, .02, .2, 1);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    border: solid 1px #e2e2e200;
    cursor: pointer
}

.total-product b.clone_total {
    font-weight: 400;
    text-transform: uppercase
}

.grid_close_filters {
    position: relative;
    width: 130px !important
}

#filterSort span {
    font-size: 13px
}

#grid_filter {
    margin: 0 100px 24px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 8fr;
    align-items: center
}

#grid_filter .grid_close_filters b {
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    padding-right: 15px
}

#vitrinFirstLink #vitrinFirstName {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-top: 8px
}

.page-12 .search-word,
.page-12 .search-text {
    display: block !important
}

.search-word {
    font-size: 32px;
    font-family: 'dm serif display', serif;
    text-align: left;
    margin-bottom: 16px;
    display: block;
    margin-left: -10px;
    display: none
}

.search-text {
    font-size: 16px;
    margin-bottom: 16px;
    display: block;
    text-align: left;
    margin-left: -10px;
    display: none
}

.productIndirim {
    display: flex;
    justify-content: center;
    margin: 0 -10px;
    width: calc(100% + 20px);
    flex-wrap: wrap
}

.productIndirim .priceWrapper {
    margin-bottom: 3px
}

.productIndirim .indirimDuyuru {
    border-right: 1px solid #000;
    height: fit-content;
    font-weight: 600;
    padding-right: 10px;
    text-align: right;
    font-size: 15px;
    line-height: 22px
}

.productIndirim .indirimDuyuru b:last-child {
    color: #fe0000
}

.productIndirim .BFPrice {
    display: flex;
    padding-left: 9px;
    line-height: 22px;
    align-items: center
}

.productIndirim .BFPrice .currentPrice {
    color: #fe0000;
    line-height: inherit
}

.productIndirim .indirimDuyuru .currencyPrice {
    margin: 0;
    padding-top: 3px
}

.productIndirim .BFPrice .not-discount {
    font-size: 16px;
    text-align: center
}

@media screen and (min-width:769px) {
    
    .detailLink .imgInner img:hover {
        transform: scale(1.05)
    }

    .productDetails {
        margin-bottom: 10px
    }
    .productIndirim .indirimDuyuru {
        line-height: 19px;
        margin-top: 5px
    }
    .category_footer_desc {
        max-width: 75%;
        margin: 0 auto;
        float: inherit;
        text-align: center
    }
    .listLayout div#kirilim1 {
        top: 230px
    }
    #grid_filter {
        position: relative;
        margin: 0 54px 24px 30px
    }
    .px-scroll-up #filterSort {
        z-index: 555
    }
    .remove-filters-mobile {
        display: none !important
    }
    .page-2 #mainColumn,.page-24 #mainColumn {
        box-sizing: border-box;
        padding-left: 0
    }
    #vitrinFirstImg:hover {
        transform: scale(1.05)
    }
    #vitrinFirstImg {
        transition: all .5s ease-out
    }
    .vitrinImageWrapper {
        overflow: hidden
    }
    .filter-sort {
        padding: 0 !important;
        height: 60px;
        position: sticky;
        top: 0px;
        z-index: 99;
    }
    .filtreleGel {
        max-height: calc(100vh - 250px);
        overflow-y: auto;
    }
    .px-scroll-up .filter-sort, .px-scroll-down .filter-sort {
        background-color: #fff;
    }
    /* .px-scroll-up .filter-sort{
        top: 53px;
    } */
    #filterSort select {
        margin-right: 0 !important
    }
    div#filterSort {
        width: 99%;
        transform: none !important;
        margin-top: 0px
    }
    #grid_filter .grid_close {
        position: absolute;
        right: 0
    }
    #category-list {
        padding-right: 0 !important;
        margin-top: 35px
    }
    #katalog>.p-left>.row {
        margin: 0
    }
    .page-12 #category-list {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .catalogWrapper .productItem {
        margin-bottom: 26px
    }
    .productIndirim .indirimDuyuru {
        font-size: 10px;
        line-height: 13px;
        padding-right: 3px
    }
    .productIndirim .BFPrice .not-discount,
    body .productIndirim .currentPrice {
        font-size: 10px !important;
        margin: 0
    }
    .productIndirim .BFPrice {
        line-height: 13px;
        padding-left: 2px;
        width: 57px
    }
    .category_footer_desc p {
        font-size: 14px;
        line-height: 22px
    }
    .category_footer_desc {
        padding: 0 30px;
        text-align: center
    }
    .page-2 #filterSort,.page-24 #filterSort {
        border-bottom: none !important
    }
    .product_showcase {
        grid-template-columns: 1fr
    }
    .product_showcase .right_showcase {
        order: 2
    }
    .right_showcase {
        padding-left: 10px;
        box-sizing: border-box
    }
    .right_showcase span {
        font-size: 26px;
        margin-bottom: 10px
    }
    .vitrin-mobil-gel {
        margin-left: 20px
    }
    #customSort {
        right: 20px !important;
        top: 50% !important;
        transform: translateY(-50%)
    }
    #customSort .customSortTitle {
        padding-top: 0 !important;
        background-position: right center !important;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
    .proceed-cart-btn {
        font-size: 13px !important;
        letter-spacing: 3px !important
    }
    .remove-filters-mobile {
        padding-top: 30px;
        border-top: 1px solid #e5e5e5;
        padding-bottom: 24px;
        width: 85%;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }
    .grid_close img {
        width: 20px !important
    }
    .remove-filters-mobile span {
        padding-left: 8px
    }
    #leftFilter {
        padding: 0
    }
    div#filterPanel {
        padding: 0;
        max-height: calc(100vh - 287px);
        overflow-y: auto;
        overflow-x: hidden
        
    }
    .filtre-botton-wrapper {
        display: flex;
        width: 100%;
        position: absolute;
        bottom: 110px;
        justify-content: center;
        padding-top: 14px;
        border-top: solid 1px #ddd
    }
    .filtre-butonu {
        width: 85%;
        font-size: 12px;
        margin-left: 0;
        margin-top: 0;
        max-width: 100%
    }
    .filtreleGel {
        position: fixed;
        border: solid 1px #dfdfdf;
        background-color: #f6f6f6;
        z-index: 999;
        padding-top: 0;
        padding-bottom: 0;
        clear: both;
        float: initial;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh
    }
    #grid_filter {
        width: 100%;
        margin: 0;
        padding: 30px;
        box-sizing: border-box;
        grid-template-columns: 1fr 1fr;
        padding-bottom: 0;
        margin-bottom: 16px
    }
    .filter-sort {
        padding: 0;
        z-index: 999;
        background-color: #fff;
        top: 0;
        padding-top: 9px
    }
    /* .px-scroll-down .filter-sort,
    .px-scroll-up .filter-sort {
        transition: none !important;
        top: 62px;
        position: sticky;
    } */
    #filterSort {
        z-index: 1 !important;
        padding: 20px !important;
        padding-top: 0 !important;
        margin-bottom: 7px;
        border-top: none !important
    }
    .topBarFix {
        margin: 0 !important
    }
    .henuzUrunYok {
        padding-left: 10px
    }
    .sonradan-eklenen-wrap.aciliyorum {
        box-sizing: border-box
    }
    .page-13 #oneCol {
        padding-left: 20px;
        padding-right: 20px
    }
    .grid_close_filters {
        padding-left: 6px
    }
    .filter-up-arrow {
        right: 0 !important
    }
    .ozelFiltreler:first-child .col-title.filter-title::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        height: 1px;
        width: 85%;
        background-color: #e5e5e5
    }
    #grid_filter {
        margin-bottom: 16px
    }
    .page-2 .urunModel,.page-24 .urunModel {
        font-size: 12px !important
    }
    .page-12 .currencyPrice,
    .page-2 .currencyPrice,.page-24 .currencyPrice {
        margin-right: 0 !important;
        font-size: 11px !important;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .page-12 .priceWrapper .currentPrice,
    .page-2 .priceWrapper .currentPrice,.page-24 .priceWrapper .currentPrice {
        font-size: 12px !important;
        margin: 0 4px;
        line-height: 20px
    }
    .page-12 .productDiscountNew,
    .page-2 .productDiscountNew,.page-24 .productDiscountNew {
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0;
        height: 20px
    }
    .page-2 .productItem.zoom,.page-24 .productItem.zoom {
        margin-bottom: 36px;
        padding: 0 10px !important;
        padding-left: 0 !important
    }
    .show-filter-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        line-height: 1.3
    }
    .filter-sort label[for=sort] {
        right: 30px
    }
    #category-list .urunAdi {
        line-height: 17px;
        max-height: 43px
    }
    .px-scroll-down .mobileFlexAcep,
    .px-scroll-up .mobileFlexAcep {
        height: 60px
    }
    .col-title.filter-title {
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        color: #000;
        text-transform: uppercase;
        padding-top: 27px;
        padding-bottom: 27px;
        padding-left: 35px;
        padding-right: 35px;
        border-bottom: none;
        text-align: left;
        position: relative
    }
    .sonradan-eklenen-wrap.aciliyorum .col-title.filter-title:after {
        height: 0 !important
    }
    .col-title.filter-title:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        height: 1px;
        width: 85%;
        background-color: #e5e5e5
    }
    .filter-wrap {
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box
    }
    .urunAdi {
        margin-top: 13px;
        font-size: 13px;
        min-height: 43px;
        margin-bottom: 0
    }
    .urunModel {
        white-space: nowrap
    }
    .only-sell-price {
        display: flex;
        align-items: center
    }
    .price-padding {
	padding:0
    }
    .productPrice {
        height: auto;
        line-height: normal;
        padding: 0
    }
    .productDiscountNew {
        right: 0;
        display: flex;
        align-items: center !important;
        justify-content: center;
        height: 30px;
        position: relative;
        margin-left: 0;
        font-size: 12px !important
    }
    .search-block {
        margin-top: 35px;
        margin-bottom: 45px
    }
    .search-word {
        margin-bottom: 16px
    }
    .search-text,
    .search-word {
        text-align: center;
        margin-left: 0
    }
}

@media(min-width:1900px) {
    #filterSort {
        transform: translateX(-10px)
    }
    .page-2 .productItem,.page-24 .productItem {
        padding-left: 0
    }
    .page-2 .productItem:nth-child(odd) {}
    .page-2 .productItem:nth-child(even) {}
}

#filterSort select {
    width: 100%;
    line-height: 1
}

#filterSort {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0
}

.filterSelectItem {
    margin-top: 0 !important
}

label[for=sort] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.page-2 .filter-sort *,.page-24 .filter-sort * {
    text-transform: uppercase !important;
    white-space: nowrap
}

.page-2 #vitrinFirstModel,.page-24 #vitrinFirstModel {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px
}

.grid_close {
    text-align: end
}

.grid_close img {
    width: 16px;
    cursor: pointer
}

.currencyPrice,
.page-2 .currencyPrice,.page-24 .currencyPrice {
    padding-right: 0;
    margin-right: 15px;
    margin-bottom: 0 !important
}

.page-2 .productDiscount,.page-24 .productDiscount {
    margin-left: 5px
}

.page-2 .priceWrapper,.page-24 .priceWrapper,
.priceWrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.filter-sort select {
    direction: rtl
}

.filter-sort option {
    text-align: left;
    direction: ltr
}

.page-6.dil-en .dil-en-disable {
    display: none !important
}

.Gecersiz .row {
    top: unset !important;
    bottom: 0 !important;
    transform: translateY(15px) !important
}

.page-2 .search-block,.page-24 .search-block  {
    display: none !important
}

#mainColumn {
    min-height: 400px
}

.filtre-butonu {
    border: 1px solid #000;
    transition-duration: .3s
}

.filtre-butonu:hover {
    background-color: #fff;
    color: #000
}

.show-lang-overlay #headerMain,
.show-lang-overlay #headerTop {
    background: 0 0 !important
}

.page-2.memberTabFix #filterSort,.page-24.memberTabFix #filterSort {
    z-index: 555
}

.page-2.memberTabFixx #filterSort,.page-24.memberTabFixx #filterSort {
    z-index: 555
}

.filterCounter {
    margin-left: 5px
}

#customSort {
    position: absolute;
    right: 0;
    top: -1px
}

#customSort .customSortTitle {
    background-image: url(down.svg);
    background-repeat: no-repeat;
    background-position: right 24px;
    padding-right: 15px;
    padding-top: 20px;
    text-align: right;
    transition: none !important;
    cursor: pointer
}

#customSort .customSortOptions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 0;
    background-color: #f5f5f5;
    min-width: 248px;
    padding-right: 42px;
    transform: translateX(27px);
    z-index: 99;
    box-sizing: border-box;
    padding-top: 40px
}

#customSort .customSortOptionsWrapper .customSortOptions {
    display: none
}

#customSort .customSortOptions .customSortOptionsItem {
    margin-bottom: 35px;
    cursor: pointer
}

#customSort .customSortOptions .customSortOptionsItem.active {
    text-decoration: underline
}

#customSort .customSortTitle.active:after {
    content: "";
    height: 100%;
    background-color: #f5f5f5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    min-width: 248px;
    transform: translateX(27px);
    transition: none !important
}

#customSort .customSortTitle.active {
    transition: none
}

.menu-blok.musteri,
.menu-blok.onemli-bilgiler {
    display: none
}