@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600&display=swap');
body {
    margin: 0;
    padding: 0;
    color: #0F1111;
    background: #ffffff;
    font-family: 'Barlow', sans-serif;
    padding: 0 !important;
}
@media(max-width:768px){
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
}
address, dl, ol, ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}
.field-validation-error {
    font-size: 14px;
    color: red;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
.modal {
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.fade:not(.show) {
    opacity: 1;
}
.form-group{
    margin-bottom:1rem;
}
.modal-open {
    overflow: auto;
}
.tabs h6{
    font-size:18px;
}
.modal {
    background: #5858587d;
}
.modal-dialog {
    top: 45%;
    transform: translateY(-55%) !important;
    -webkit-transform: translateY(-55%) !important;
    -moz-transform: translateY(-55%) !important;
}

a {
    color: #0070ba;
}

    a:hover {
        color: #0070ba;
    }

img {
    width: 100%;
    height: auto;
}

b, strong {
    font-weight: 600;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-color, .btn-primary {
    background: #ff6100;
    color: #fff !important;
}

    .btn-color:hover, .btn-color:focus, .btn-primary:hover, .btn-primary:focus{
        opacity: 0.8;
    }

.overflow {
    transition: 0.3s;
}

    .overflow.active {
        position: fixed;
        height: 100vh;
        background: #a7a7a7;
        opacity: .6;
        width: 100%;
        z-index: 10;
        top: 0;
        left: 0;
    }

.content.active {
    filter: blur(2px);
}


.overflow::before {
    content: '';
    position: absolute;
}

.sepetUrunSayisi {
    position: absolute;
    top: -5px;
    left: 34px;
    background: #ff6100;
    color: #fff;
    width: 16px;
    height: 16px !important;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    display: inline !important;
    padding: 0;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        width: 1200px !important;
        padding:0;
    }
}
.btn-block {
    display: block;
    width: 100%;
}
.btn {
    font-size: 13px;
    padding: 8px 25px;
    font-weight: 500;
    vertical-align: inherit;
}



.__en-ust {
    height: 30px;
}

.__eu-list {
    display: inline-block;
}

    .__eu-list li {
        height: 30px;
        line-height: 30px;
        float: left;
        padding: 0 7px;
    }

        .__eu-list li:last-child {
            padding-right: 0;
        }

.list-1 li {
    padding-left: 0;
}

.__en-ust li span {
    font-size: 12px;
    color: #666666;
}

.__eu-list.list-2 li:hover span {
    color: #0F1111;
}

.header-top {
    background-color: #fff;
    z-index: 1000;
    position: relative;
    padding: 20px 0;
    height: auto;
    border-bottom:1px solid #e5e5e5;
}

    .header-top .toplist {
        height: 42px;
        max-width: 100%;
        display: inline-block;
        text-align: right;
    }

        .header-top .toplist > li {
            float: left;
            position: relative;
            border-radius: 4px;
            border: 1px solid transparent;
        }

        .header-top .toplist li.my_default {
            margin-right: 10px;
        }

        .header-top .toplist > li > a::before {
            font-size: 20px;
            position: absolute;
            font-weight: 300;
            color: #666;
            top: -22px;
            content: "\f007";
            font-family: "Font Awesome 5 Pro";
            left: 0;
            right: 0;
            margin: auto;
            text-align: center;
        }

        .header-top .toplist li.my_cart > a::before {
            content: "\f07a";
        }

        .header-top .toplist li.wishlist > a::before {
            content: "\f004";
        }

        .header-top .toplist > li > a {
            display: block;
            color: #666 !important;
            padding: 0 7px;
            height: 42px;
            font-size: 12px;
            font-weight: 400;
            line-height: 67px;
        }

        .header-top .toplist > li:hover > a, .header-top .toplist > li:hover > a::before {
            color: #ff6100 !important;
        }

            .header-top .toplist > li:hover > a::before {
                font-weight: 900;
            }

        .header-top .toplist > li > span {
            display: block;
            font-weight: 600;
        }

        .header-top .toplist > li span.QrXt {
            font-size: 12px;
            font-weight: 400;
            margin-top: -5px;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: block;
            max-width: 72px;
            overflow: hidden;
        }

.dropdownmenu strong {
    color: #0F1111;
    font-size: 16px;
    font-weight: 500;
}

.navbar {
    background: #ffffff;
    z-index: 999;
    width: 100%;
    height: 42px;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 !important;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 0px 15px rgb(120 120 120 / 31%);
}
    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
.logo-container {
    position: absolute;
}

    .logo-container img {
        width: auto;
        height: auto;
        max-height: 50px;
    }

.navigation {
    ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

    .navigation > ul {
        list-style: none;
        width: 100%;
        text-align: center;
        display: inline-block;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navigation > ul > li {
            display: inline-block;
            text-align: center;
            position: relative;
        }

            .navigation > ul > li > a::after {
                content: '';
                width: 0;
                height: 0;
                display: block;
                position: absolute;
                left: 0;
            }

            .navigation > ul > li > a {
                color: #0F1111;
                font-size: 14px;
                display: block;
                line-height: 42px;
                height: 42px;
                padding: 0 20px;
                position: relative;
                font-weight: 500;
                text-transform: uppercase;
                letter-spacing: 0.1em;
            }

                .navigation > ul > li > a:hover {
                    color: #ff6100;
                }

            .navigation > ul > li:hover > a::after {
                content: '';
                width: 100%;
                height: 2px;
                background: #ff6100;
                bottom: 0;
                border-radius: 0;
            }

    .navigation ul.dropdown-menu div {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .navigation ul.dropdown-menu {
        display: none;
        position: absolute;
        width: 280px !important;
        left: 0 !important;
        min-width: 230px;
        background: #fff;
        border: 0;
        border-radius: 0;
        top: 100%;
        border: 1px solid #f0f2f5;
        float: left;
        z-index: 100;
    }
        .navigation ul.dropdown-menu a {
            display: block;
            padding: 10px;
            color: #0F1111;
            font-weight: 500;
            font-size: 13px;
            text-align: left;
            text-transform: uppercase;
            border-bottom: 1px solid #f0f2f5;
        }
            .navigation ul.dropdown-menu a:hover {
                color: #ff6100;
            }
    .navigation > ul > li:hover ul.dropdown-menu {
        display:block;
    }

#header-search {
    width: auto;
}

    #header-search .search {
        position: relative;
    }
    #header-search #Category {
        position: absolute;
        left: 2px;
        right: 0;
        height: 38px;
        width: 140px;
        border: 0 !important;
        border-right: 0;
        background-color: #f3f3f3;
        top: 2px;
    }

    #header-search input {
        background: #f3f3f3;
        padding: 0 13px;
        width: 100%;
        height: 42px;
        font-weight: 400;
        font-size: 14px;
        color: #0F1111;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-radius: 4px;
        line-height: 40px;
        padding-left: 15px;
        padding-right: 50px;
        border: 2px solid #f3f3f3;
    }
        #header-search input:focus {
            box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%), 0 3px 10px 0 rgb(0 0 0 / 10%) !important;
            border: 2px solid #ff6100;
            background-color:#fff;
        }

input::placeholder {
    font-weight: 400;
    font-size: 15px !important;
    color: #919191;
}

.hs-input-icon {
    position: absolute;
    width: 42px;
    top: 0;
    line-height: 40px;
    text-align: right;
    right: 0;
    color: #ff6100;
    height: 42px;
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    border: 0;
    border-radius: 4px;
}

.section__trustlist {
    padding: 50px 0;
    background: #0f1111;
}

.trustlist-desc {
    color: #919191;
}

.section__trustlist ul li {
    display: inline-block;
    color: #fff;
}

.section__trustlist ul li {
    width: 25%;
    float: left;
    font-size: 12px;
    padding-left: 60px;
    padding-right: 8px;
    position: relative;
}

    .section__trustlist ul li .trustlist-headline {
        display: block;
        font-weight: 500;
        font-size: 17px;
    }

    .section__trustlist ul li::before {
        font-family: "Font Awesome 5 Pro";
        font-size: 36px;
        text-align: center;
        position: absolute;
        left: 0;
        color: #ff6100;
    }

li.guvenlialisveris::before {
    content: "\f23e";
    font-family: "Font Awesome 5 Brands" !important;
}

li.kapidaodeme::before {
    content: "\f52b";
}

li.hizliteslimat::before {
    content: "\f48c";
}

li.kargo::before {
    content: "\f48b";
}

footer {
    padding: 60px 0 0;
    border-top: 1px solid #333;
    background: #0F1111;
}

.footer__heading {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.footer__heading + ul li{
	margin-bottom:10px;
}
.footer__heading + ul li a{
    font-size:13px;
}
footer a {
    color: #919191 !important;
}

    footer a:hover {
        text-decoration: underline;
    }

.footer__list li a {
    display: block;
    font-size: 13px;
    padding: 3px 0;
    font-weight: 400;
}

.bottom__footer {
    margin-top: 30px;
    background: #0F1111;
    font-size: 13px;
    font-weight: 400;
    height: 50px;
    line-height: 55px;
    color: #919191;
}

    .bottom__footer ul {
        display: inline-flex;
    }

        .bottom__footer ul li {
            display: inline-block;
        }

.bankof-css {
    background-image: url(../img/banks_op.webp);
    background-size: 100%;
    height: 60px;
    width: 75%;
    background-repeat: no-repeat;
    top: 30px;
    position: relative;
    margin: auto;
}

.relative {
    position: relative;
}

/* Create a custom checkbox */
section, footer {
    display: block;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
}

input[type='checkbox'], input[type='radio'] {
    --active: #ff6100;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #ccc;
    --border-hover: #ff6100;
    --background: #ffffff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
}

    input[type='checkbox']:after, input[type='radio']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
    }

    input[type='checkbox']:checked, input[type='radio']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }

    input[type='checkbox']:disabled, input[type='radio']:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

        input[type='checkbox']:disabled:checked, input[type='radio']:disabled:checked {
            --b: var(--disabled-inner);
            --bc: var(--border);
        }

        input[type='checkbox']:disabled + label, input[type='radio']:disabled + label {
            cursor: not-allowed;
        }

    input[type='checkbox']:hover:not(:checked):not(:disabled), input[type='radio']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    input[type='checkbox']:focus, input[type='radio']:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    input[type='checkbox']:not(.switch), input[type='radio']:not(.switch) {
        width: 18px;
    }

        input[type='checkbox']:not(.switch):after, input[type='radio']:not(.switch):after {
            opacity: var(--o, 0);
        }

        input[type='checkbox']:not(.switch):checked, input[type='radio']:not(.switch):checked {
            --o: 1;
        }

    input[type='checkbox'] + label, input[type='radio'] + label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }

    input[type='checkbox']:not(.switch) {
        border-radius: 4px;
    }

        input[type='checkbox']:not(.switch):after {
            width: 5px;
            height: 9px;
            border: 2px solid var(--active-inner);
            border-top: 0;
            border-left: 0;
            left: 6px;
            top: 3px;
            transform: rotate(var(--r, 20deg));
        }

        input[type='checkbox']:not(.switch):checked {
            --r: 43deg;
        }

    input[type='checkbox'].switch {
        width: 38px;
        border-radius: 11px;
    }

        input[type='checkbox'].switch:after {
            left: 2px;
            top: 2px;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            background: var(--ab, var(--border));
            transform: translateX(var(--x, 0));
        }

        input[type='checkbox'].switch:checked {
            --ab: var(--active-inner);
            --x: 17px;
        }

        input[type='checkbox'].switch:disabled:not(:checked):after {
            opacity: 0.6;
        }

input[type='radio'] {
    border-radius: 50%;
}

    input[type='radio']::after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(0.7);
    }

    input[type='radio']:checked::after {
        background: #ff6100;
    }

    input[type='radio']:checked {
        transform: scale(1);
        background: #fff;
    }

label {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}




.megamenu-item-title > a {
    font-weight: 500;
    color: #0F1111;
    margin-bottom: 0;
    font-size: 15px;
}

    .megamenu-item-title > a:hover {
        color: #ff6100;
        text-decoration: underline;
    }

.megamenulist ul li a {
    color: #65676b;
    font-size: 13px;
    display: block;
    padding: 3px 0;
}

    .megamenulist ul li a:hover {
        text-decoration: underline;
    }

@media(min-width:768px) {
    .navbar-toggler {
        display: none;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(193 193 193 / 50%);
        box-shadow: 0 5px 15px rgb(193 193 193 / 50%);
        border: 0px;
    }
    #uyeliksizAlisveris .modal-dialog{
        width: 400px;
    }
}
#uyeliksizAlisveris p{
    font-size:12px;
    margin:5px 0 30px;
    color:#666;
}
#uyeliksizAlisveris .btn-color {
    display: block;
    width: 100%;
    font-size: 18px;
}
#uyeliksizAlisveris .headline-3{
    margin-bottom:30px;
}
#uyeliksizAlisveris .modal-body{
    padding:30px;
}
#uyeliksizAlisveris .close {
    margin-top: -3.6rem;
    font-size: 24px;
}
.uyeliksizAlisveris a {
    margin-bottom: 20px;
    text-align: left;
    font-weight: 500;
    color: #ff6100;
    display: block;
}
    .uyeliksizAlisveris a::after {
        content: "\f178";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        left: 4px;
        position: relative;
        top: 1px;
    }


@media(min-width:992px){
    .error404{
        padding:100px 0;
    }
}

#mainSlider {
    height: 400px;
    position: relative;
}

    #mainSlider .swiper-slide .swiper-lazy {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

.duyuru {
    background: #0F1111;
    padding: 15px;
    color: #fff;
    margin: 15px 0;
}


.swiper-lazy-preloader {
    border-color: #0F1111;
    border-top-color: #ff6100;
    color: #0F1111;
    background: #ffffff00;
}

.swiper-button-next, .swiper-button-prev {
    transform: translateY(-50%);
    margin: 0 !important;
	width:50px!important
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: 'Font Awesome 5 Pro' !important;
        font-size: 18px !important;
        background: #fff;
        height: 50px !important;
        border-radius: 50%;
        color: #0F1111;
        text-align: center;
        width: 50px !important;
        display: inline-table;
        line-height: 50px !important;
        -webkit-box-shadow: 0 0 6px -3px #c5c5c5;
        -moz-box-shadow: 0 0 6px -3px #c5c5c5;
        box-shadow: 0 0 6px -3px #0F1111;
    }

    .swiper-button-next:after {
        content: "\f054" !important;
    }

    .swiper-button-prev:after {
        content: "\f053" !important;
    }

.swiper-button-next {
    right: 15px;
}

.swiper-button-prev {
    left: 15px;
}

@media screen and (min-width: 1200px) {
    #productResult .lg-1 {
        -ms-flex: 0 0 215px;
        flex: 0 0 215px;
        max-width: 215px;
        padding-right: 0;
        padding-left:15px;
    }

    #productResult .lg-4 {
        padding: 0 10px;
        float: none;
        width: calc(100% - 215px);
        max-width: calc(100% - 215px);
        flex: none;
    }
}

@media(min-width:992px){
    .list-product {
        padding: 7.5px;
    }
        .list-product .row {
            margin: 0 -7.5px;
        }
}

.product-card {
    min-height: 467px;
    max-height: 467px;
    height: 467px;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 4px;
    background-color: #ffffff;
    position:relative;
}

.product-cart a {
    display: block;
    height: 100%;
}

.product-card:hover {
    -webkit-box-shadow: 0 0 5px #7775755c;
    box-shadow: 0 0 5px #7775755c;
    background-color: #fff;
}

    .product-card:hover picture {
        border: 1px solid #fff !important;
    }

.product-details {
    padding: 0 10px;
}

.product-card picture {
    height: 342px;
    max-height: 342px;
    min-height: 342px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #fff;
}

    .product-card picture img {
        max-width: 100%;
        max-height: 100%;
        border: none;
        width: auto;
        margin: 0 auto;
        max-height: 100%;
    }

@media screen and (min-width:992px) {
    .list-product .col-lg-4 {
        max-width: calc((100% + 0px * (1 - 3)) / 3);
        margin-bottom: 20px;
        padding: 0 10px;
        border-radius: 4px;
    }
}

@media screen and (min-width:1200px) {
    .list-product .col-lg-4 {
        max-width: calc((100% + 0px * (1 - 4)) / 4);
    }
}

.product__title {
    order: 1;
    color: #0f1111;
    font-size: 16px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    max-height: 45px;
    margin: 10px 0 0;
}

@media(min-width:992px) {
    .col__logo {
        width: 275px;
    }

    .col__other {
        text-align: right;
        width: 250px;
        padding: 0 !important;
    }

    .col__search {
        width: calc(100% - 525px);
    }

    .col__logo, .col__search, .col__other {
        position: static;
        padding: 0 15px;
        height: 42px;
    }
}

.MyAccount-User {
    min-width: 72px;
}

.dropdownmenu {
    display: none !important;
    top: 127%;
    position: absolute;
    background: #fff;
    min-width: 200px;
    max-width: 200px;
    left: -70px;
    text-align: center;
    padding: 15px 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 13px -8px #292929;
    -webkit-box-shadow: 0px 0px 13px -8px #292929;
    -moz-box-shadow: 0px 0px 13px -8px #292929;
    border: 1px solid #e5e5e5;
}

    .dropdownmenu::before {
        content: "";
        width: 100%;
        height: 30px;
        top: -30px;
        left: 0;
        position: absolute;
    }

.my_login .tablecell i {
    margin-right: 10px;
    position: absolute;
    top: 25px;
    right: -3px;
    font-size: 12px;
    color: #65676b;
}

.my_login {
    z-index: 999;
}

.top-list li:hover a {
    color: #fff !important;
}

.my_login:hover .dropdownmenu {
    display: block !important;
}

.loginview__list {
    text-align: left;
    margin-top: 15px;
    border-top: 1px solid #f0f2f5;
    padding-top: 10px;
}

.user__list {
    display: block;
}

    .user__list li {
        display: block !important;
        width: 100%;
    }

    .user__list a {
        color: #666 !important;
        display: block !important;
        font-size: 13px !important;
        padding: 2px 0;
        font-weight: 400;
    }

        .user__list a:hover {
            text-decoration: underline;
        }

.user__info span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.user__info a {
    width: 100%;
}

.user__info > span > a:hover {
    text-decoration: underline;
}

input, select, textarea {
    background: #f0f2f5;
    width: 100%;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
}

.form-control input:focus {
    outline: 0;
    background: #fff;
    border: 1px solid #ff6100;
}

input::placeholder {
    font-size: 14px;
    font-weight: 400;
}

._2k13qe {
    width: 13px;
    height: 13px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -7px;
    right: 0;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-right: 0;
    margin: auto;
}

._userInActive {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

.input_search-wrapper.hidden {
    display: none;
}

.input_search-wrapper {
    position: absolute;
    background: #fff;
    top: 120%;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 8px 11px -10px #9e9e9e;
    -webkit-box-shadow: 0 8px 11px -7px #9e9e9e;
    -moz-box-shadow: 0 8px 11px -7px #9e9e9e;
    width: 104%;
    left: -2%;
}

    .input_search-wrapper::before {
        content: '';
        background: white;
        height: 70px;
        position: absolute;
        top: -70px;
        width: 100%;
        left: 0;
        z-index: -1;
        box-shadow: 0px 0 11px -7px #9e9e9e;
        -webkit-box-shadow: 0px 0 11px -7px #9e9e9e;
        -moz-box-shadow: 0px 0 11px -7px #9e9e9e;
    }

.srch-most-list {
    display: block;
    margin-top: 15px;
}

.srch_most_list-item {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 13px
}

    .srch_most_list-item span {
        font-size: 14px;
        display: block;
        background: #f0f2f5;
        padding: 10px 20px;
        border-radius: 30px;
    }

.most-item-heading {
    color: #0F1111;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.list-options {
    border-radius: 4px;
    background-color: #ffffff;
    width: 200px;
    z-index: 98;
    transition: 0.25s;
}

.product-sidebar-top {
    padding: 10px;
}

#sidebar .product-sidebar-top {
    padding: 0;
}

.FiltreList li .checkmark-text small {
    margin-left: 5px;
    font-size: 13px;
    color: #919191;
    font-family: Arial;
}

.FiltreList li {
    padding: 10px 0 0;
}

    .FiltreList li label {
        display: block;
    }

    .FiltreList li:hover label {
        cursor: pointer !important;
    }

        .FiltreList li:hover label span {
            color: #919191 !important;
        }

    .FiltreList li:last-child {
        padding-bottom: 6.5px;
    }

#category-filter li:hover label span {
    color: #0F1111 !important;
}

.product__section__list:first-child .productAttr-h {
    border-top: 0 !important;
    padding: 0 0 10px !important;
}

.FiltreList li a, .FiltreList li .checkmark-text {
    color: #0F1111;
    font-size: 13px;
    position: relative;
    top: -3px;
}

.product__section__list .productAttr-h {
    margin-bottom: 0;
    border-top: 1px solid #f0f2f5;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #0f1111;
}

.categoryDetails-body {
    padding: 10px 0 0;
}

.categoryDetails-price {
    width: 50%;
    float: left;
    margin-top: 5px;
}

    .categoryDetails-price.text-right {
        position: relative;
    }

    .categoryDetails-price span {
        font-size: 13px;
    }

.breadcrumb {
    border-radius: 0;
    margin-top: 10px;
    padding: 10px 0;
}

    .breadcrumb li {
        display: inline-block;
        margin-right: 6px;
        font-size: 14px;
    }

        .breadcrumb li a {
            color: #0F1111;
        }

        .breadcrumb li.active {
            color: #0F1111;
            font-weight: 500;
        }

        .breadcrumb li a:hover {
            text-decoration: underline;
        }

        .breadcrumb li::after {
            content: "\f105";
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
            margin-left: 6px;
            color: #ff6100;
            font-size: 15px;
        }

        .breadcrumb li:last-child::after {
            display: none;
        }

.nav-up {
    height: 0;
}

.nav-down {
    position: fixed !important;
    top: 0;
    height: 45px;
}

.search-result-counter-wrapper .description {
    font-size: 20px;
    letter-spacing: normal;
    display: flex;
    font-weight: 400;
}

    .search-result-counter-wrapper .description h1 {
        display: inline;
        font-size: 100%;
        margin: 0;
        line-height: normal;
    }

    .search-result-counter-wrapper .description span {
        font-size: 14px;
        color: #919191;
        display: block;
        margin-left: 6px;
        position: relative;
        top: 5px;
    }

.productResult-wrapper {
    padding:30px 0;
}

.search-result-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 7.5px;
}

.form-control {
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
    font-size: 13px;
    border-color: #e5e5e5;
    width:100%;
}
.section-contact {
    padding: 60px 0;
}
    .section-contact label {
        font-size: 14px;
        margin-bottom: 10px;
        color: #666;
        font-weight: 500;
    }
    .section-contact h1 {
        font-size: 24px;
    }
    .section-contact .contactCenter p {
        margin: 1em 0 0;
        border-bottom: 1px solid #f0f2f5;
        padding-bottom: 1em;
    }
    .section-contact .contactCenter p span {
        font-weight:500;
    }
@media(max-width:768px) {
    .section-contact form {
        margin-top: 30px;
    }
}
textarea {
    min-height: 80px;
}
#CurrentSearchOption_Sort {
    height: 34px;
    line-height: 34px;
    padding: 0 10px !important;
}

.price-bg {
    margin: -1px 0 7px;
    height: 20px;
    display: block;
}



    .price-bg .price1, .price2, .urunKodu {
        color: #666;
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
    }
    .price2{
        color:#ff6100;
        font-weight:500;
    }

.price3 {
    justify-content: space-between;
    color: #0f1111;
    font-size: 14px;
    padding: 3px 5px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    position: relative;
    border: 1px solid #ff6100;
}

    .price3 span:first-child {
        display: block;
        font-weight: 500;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        text-align: left;
        text-transform: uppercase;
        width: 50%;
        overflow: hidden;
        color: #666;
    }

    .price3 span:last-child {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.4px;
        text-transform: uppercase;
        position: absolute;
        right: 5px;
        top: 0px;
        color: #ff6100;
    }

.super-firsat {
    background: #ff6100;
    padding: 5px 6px;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 7.5px;
    color: #fff;
    border-radius: 4px 0 0 0;
    display: none;
}


.small-img {
    width: 350px;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 25px;
}

    .small-img .icon-left, .small-img .icon-right {
        width: 12px;
        height: 24px;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .small-img .icon-left {
        transform: rotate(180deg)
    }

    .small-img .icon-right {
        right: 0;
    }

        .small-img .icon-left:hover, .small-img .icon-right:hover {
            opacity: .5;
        }

.small-container {
    width: 310px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .small-container div {
        width: 800%;
        position: relative;
    }

    .small-container .show-small-img {
        width: 70px;
        height: 70px;
        margin-right: 6px;
        cursor: pointer;
        float: left;
    }

        .small-container .show-small-img:last-of-type {
            margin-right: 0;
        }



.product-carousel:hover .swiper-scrollbar {
    opacity: 1 !important;
}

.swiper-scrollbar {
    width: calc(66.66% - 96px) !important;
    margin: 20px auto 10px;
    height: 4px !important;
    background-color: #c4c4c4 !important;
    position: relative !important;
    left: inherit !important;
    bottom: inherit !important;
}

.swiper-scrollbar-drag {
    background: #0F1111 !important;
}

.product-carousel .product-card:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
}

    .product-carousel .product-card:hover picture {
        border-color: #e5e5e5 !important;
    }

.product-carousel .product-card picture {
    height: 302px;
    max-height: 302px;
    min-height: 302px;
}

.product-carousel .product-card {
    min-height: 440px;
    max-height: 440px;
    height: 440px;
}

.headline-3 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: -0.5px;
}

.product-card a {
    display: block;
    height: 100%;
    color:#0F1111;
}

.product-carousel .product-details {
    padding: 0;
}

.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url('lib/bootstrap-star-rating/img/loading.gif') top left no-repeat;
    border: none
}

.rating-container .rating {
    cursor: default;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.rating-disabled .rating {
    cursor: default;
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center
}

.rating-container .empty-stars {
    color: #999;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999
}

.rating-rtl {
    float: right
}

.rating-animate .filled-stars {
    transition: width .25s ease;
    -o-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -webkit-transition: width .25s ease
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    -webkit-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    -o-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0)
}

.rating-rtl.is-star .filled-stars {
    right: .06em
}

.rating-rtl.is-heart .empty-stars {
    margin-right: .07em
}

.rating-xs {
    font-size: 13px;
}

.rating-summary .rating-xs {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
}

.rating-container .clear-rating {
    color: #919191;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%
}

.clear-rating-active {
    cursor: pointer !important
}

    .clear-rating-active:hover {
        color: #843534
    }

.rating-container .clear-rating {
    padding-right: 5px
}

.rating-container .caption {
    display: none;
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0
}

.product-card .rating-xs, .__productXwrapper .rating-xs {
    font-size: 11px !important;
}

.product-card .rating-container .star, .__productXwrapper .star {
    margin: 0 1px;
}

@media print {
    .rating-container .clear-rating {
        display: none
    }
}

.rating-container .filled-stars {
    -webkit-text-stroke: 0;
    text-shadow: none;
    color: #ffc107;
}

.form-control:focus {
    border: 1px solid #eee !important;
}

.shipping-reklam a {
    background: #0f1111;
    padding: 0px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    display: block;
}

    .shipping-reklam a span {
        display: inline-block;
    }

.product-card .rating-xs {
    height: 13px;
    margin: 4px 0 5px;
}


.modal {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.modal-backdrop {
    opacity: 1 !important;
    background-color: #6565657d;
}

.btn-light {
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
}

.product-card .btn-add-cart {
position: absolute !important;
    bottom: 10px !important;
    color: #ff6100 !important;
    display: block;
    left: 10px !important;
    right: 0;
    padding: 6px 30px !important;
    font-size: 15px !important;
    height: inherit !important;
    width: calc(100% - 20px);
    background-color: #fff;
    border: 1px solid #ff6100;
}
.swiper-wrapper .product-card .btn-add-cart {
    left:0!important;
}
    .product-card .__proQua {
        display: none;
    }
@media(min-width:1080px) {
    .container1080 {
        width: 1200px !important;
    }
}

.btnWish {
    background: white;
    width: 35px;
    height: 35px;
    position: absolute;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 10px -5px #777;
    right: 20px;
    top: 10px;
    font-size: 18px;
    line-height: 35px;
    z-index:9;
}

    .btnWish::before {
        content: "\f00d";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
    }

._errorPage {
    border-radius: 4px;
    padding: 15px;
}

._errorPage {
    padding: 100px;
	border:1px solid #ddd;
}

    ._errorPage .font-xl {
        font-size: 52px;
        margin-bottom: 15px;
        color: #ff6100;
    }

    ._errorPage h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    ._errorPage p {
        font-size: 14px;
        margin: 0 !important;
    }

#favoriResult .productResult-wrapper {
    padding: 60px 0;
}

#favoriResult ._errorPage {
    margin: 0 7.5px;
}

.btn-second {
    background-color: white;
    border: 1px solid #ff6100;
    color: #ff6100 !important;
}

    .btn-second:hover, .btn-second:focus {
        background-color: #ff6100;
        border: 1px solid #ff6100;
        color: #fff !important;
    }

#main-slider {
    margin-bottom: 30px;
}

    #main-slider .swiper-container, #main-slider .main-slider-bg {
        height: 60vh;
        max-height: 60vh;
    }

    #main-slider .swiper-slide {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #main-slider .container {
        position: relative;
    }

    #main-slider .MainTableCell {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 30%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: 70%;
    }

    #main-slider .SliderBaslik {
        font-size: 42px;
        font-weight: 700;
        color: #0F1111;
    }

    #main-slider .SliderAciklama p {
        font-size: 21px;
        color: #000;
        margin-top: 5px;
        display: block;
    }

    #main-slider .swiper-pagination-bullet-active {
        background: #ff6100;
    }

    #main-slider .swiper-pagination-bullet {
        width: 5px;
        height: 50px;
        margin-top: 15px;
    }

.page-header {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 15px;
}

#carousel1 {
    margin-bottom: 30px;
}

.section-product .product-card {
    margin-bottom: 30px;
}

.section-portfolio .portfolio-overlay {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-top: 15px
}

.home-page-products .swiper-scrollbar {
    margin-bottom: 30px;
}






.eticaret-rexa {
    color: #ff6100 !important;
}

#cookieConsent {
    background: #ffffff !important;
    height: 60px !important;
    border: 0;
    padding: 0 !important;
    bottom: 0;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99999;
}

    #cookieConsent .navbar-text {
        margin: 0;
        display: contents;
    }


@media(max-width:768px) {
    #cookieConsent {
        top: 0;
        bottom: auto;
        height: auto !important;
        padding: 10px !important;
        border-bottom: 1px solid #e5e5e5;
    }

        #cookieConsent .navbar-text {
            display: block !important;
            margin: 5px 0;
        }
}	

.search-wrapper {
    margin: 72px 0 30px;
}


/*

    login css
*/

.action {
    max-width: 400px;
    margin: 60px auto;
    text-align: center;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 30px 15px;
    border-radius: 4px;
}

    .action .form-control {
        padding: 10px;
        height: 42px;
        background: #f0f2f5;
    }

    .action .btn-color {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        padding: 7.5px;
        font-size: 17px;
    }

    .action .form-group {
        text-align: left;
    }

    .action #clickIleti, .action #clickResmi {
        font-size: 12px;
    }

    .action h1 {
        text-align: left;
        font-weight: 500;
    }

    .action .validation-summary-errors ul {
        list-style-type: disc;
        display: block;
        margin-bottom: 15px !important;
        background: #ffd4d4;
        padding: 5px 30px !important;
        border-radius: 4px;
    }

    .action .validation-summary-errors li {
        font-size: 13px;
        text-align: left;
        width: 100%;
        margin-bottom: 0;
        font-weight: 500;
        list-style: disc;
    }

.altBilgi a {
    font-weight: 500;
}


.provider-login {
    display: flex;
    margin: 0 -2%;
}

    .provider-login button {
        width: 50%;
        float: left;
        margin: 0 2%;
        border: 1px solid #e5e5e5;
        background: #fff;
        color: #fff !important;
    }

.hizli-giris {
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
}

.ForgotPassword {
    font-size: 13px;
    font-weight: 500;
}

button[value=Facebook] {
    background: #ff6100 !important;
    border: 1px solid #ff6100;
}

button[value=Google] {
    background: #d64c3e !important;
    border: 1px solid #d64c3e;
}

.modal #nav-tabContent {
    padding: 15px 0;
    max-height: 400px;
    overflow: auto;
    font-size: 13px;
}
.modal .nav-tabs .nav-item {
    color: #0F1111 !important;
    margin-bottom: 0;
    width: 50%;
    padding: 15px 0;
    text-align: center;
    border: 0;
}
.modal .nav-link.active {
    color: #ff6100 !important;
    font-weight: 500;
}
.modal #nav-tabContent p {
    margin-bottom: 0;
}
.close-modal {
    display:none;
}
.sort-by {
    display: inline-flex;
}
.sort-button-list {
    display: flex;
}
.sort-button-list button {
    background: transparent;
    border: 0;
    padding: 0 5px;
    line-height: 0 !important;
    margin-right: 15px;
    font-size: 19px;
    color: #919191;
}
.indirim_Urun {
    background: #ff6100;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px 10px;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
}



@media(max-width:768px) {
    .__en-ust {
        display: none;
    }

    #header-search {
        display: block !important;
        position: relative;
        background: transparent;
        box-shadow: none;
        height: auto;
        top: 2px;
        padding: 0;
    }

    #searchDown, #searchUp {
        display: none;
    }

    .header-top {
        padding: 5px 0;
    }

        .header-top .row > div {
            padding: 0 15px;
            width: 100%;
            margin-bottom: 5px;
        }

        .header-top .logo-container {
            position: relative;
        }

    .navigation {
        display: none !important;
        width: 100%;
        background: #ffffff;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        right: 0;
        align-items: normal;
        border-top: 0px solid #e5e5e5;
        height: 100%;
        overflow: auto;
    }

    .navbar-toggler.active + .navigation {
        display: block !important;
    }

    .navigation > ul > li > a {
    height: auto;
    line-height: normal;
    padding: 15px;
    font-weight: 700 !important;
    font-size: 17px;
    color: #0f1111;
    }

    .navigation > ul > li {
        display: block;
        text-align: left;
        clear: both;
    }

    .navigation .dropdown-trigger {
        position: absolute;
        right: 0;
        height: 100%;
        top: 0;
        align-items: center;
        background: #ff000000;
        flex-basis: auto;
        display: flex;
        width: 40px;
        font-style: normal;
    }
        .navigation .dropdown-menu {
			clear: both !important;
			background: white !important;
			position: relative !important;
        }
        .navigation .dropdown-trigger.active + .dropdown-menu {
			display: block !important;

        }
        .navigation .dropdown-menu li a{
			    padding: 15px;
    border-bottom: 1px solid #ddd;
        }
    .navigation .dropdown-menu {
        position: relative;
        clear: both;
        min-width: 100% !important;
        width: 100% !important;
        top: 0 !important;
        border-radius: 0 !important;
        box-shadow: none;
        border: 0 !important;
    }

    body.active {
        overflow: hidden !important;
        max-height: 300px;
    }

    .navigation .dropdown-trigger::before {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-weight: 500;
        margin: 0 auto;
    }

    .navigation ul.dropdown-menu a {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

    .logo-container img {
        max-height: 45px;
        top: 0;
    }



    .header-top .toplist {
        display: block;
    }

        .header-top .toplist li.my_default {
            display: inline !important;
            width: 20%;
            margin: 0;
            text-align: center;
        }

    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .navbar-icon {
        background: #eb4e29;
        display: block;
        height: 2px;
        width: 26px;
        margin-bottom: 7px;
    }

        .navbar-icon.icon-2 {
            width: 32px;
            margin-left: -6px;
        }

    .navbar {
        height: 0;
        z-index: 1000;
    }

    .navbar-toggler {
padding: 0;
    border: 0;
    position: absolute;
    right: 15px;
    top: 20px;
    background: transparent;
    display: block;
    z-index: 9999;
    }

    #header-search input {
        border-radius: 4px;
    }

    .footer__list {
        display: none;
        transition: 1s;
        height: 0;
    }

    .footer__heading {
        position: relative;
        border: 0 solid #333;
        padding: 15px;
        margin: 0;
        border-bottom: 0;
        transition: 1s;
    }

        .footer__heading::before {
            content: '\f067';
            font-family: "Font Awesome 5 Pro";
        }

        .footer__heading:focus, .footer__heading:hover {
            transition: 1s;
        }

            .footer__heading:focus + .footer__list, .footer__heading:hover + .footer__list {
                display: block;
                border: 1px solid #333;
                padding: 15px !important;
                border-bottom: 0;
                height: 100%;
                transition: 1s;
            }

    footer .row .col-lg-3:last-child .footer__heading {
        border-bottom: 1px solid #333 !important;
    }

    footer .row .col-lg-3 {
        padding: 0;
    }

    footer {
        border-top: 0;
        padding: 0 0 100px;
    }

    .bankof-css {
        height: 40px;
        top: 30px;
        width: 100%;
    }

    .bottom__footer {
        text-align: center;
        border: 0;
        height: 25px;
        line-height: 30px;
    }

        .bottom__footer div {
            text-align: center !important;
        }

    ._orientationRight_1d18 .button_e68e {
        margin-bottom: 50px !important;
    }

    #main-slider .MainTableCell {
        width: 100%;
        padding: 0 10px;
    }

    .container {
        width: 100%;
    }

    ._errorPage {
        padding: 30px 0;
        border: 0;
    }

    .sort-button-list {
        display: none;
    }

    .search-result-title {
        display: block;
        padding: 0;
    }

    .sort-by {
        display: block;
        margin-top: 10px;
    }

    #productResult {
        padding: 0;
    }

    .productResult-wrapper .lg-1, .productResult-wrapper .lg-4 {
        padding: 0 15px;
    }
}

.pagination {
    margin-bottom: 30px !important;
    text-align: center;
    display: inline-block;
}

    .pagination li {
        float: left;
        margin: 0 5px;
    }

.pagination-div .container {
    text-align: center;
}

.page-link {
    color: #0f1111;
    background-color: transparent;
    border: 0;
    font-weight: 500;
    padding: 7.5px 15px;
}

.page-item.disabled .page-link {
    color: #0f1111;
    background-color: #fff0;
    border-color: #dee2e600;
}

.page-link:hover {
    background-color: #f1f1f1;
    border-color: #dee2e6;
    border-radius: 4px;
}
.page-item.active .page-link {
    background-color: #ff6100;
    border-color: #ff6100;
    border-radius: 4px;
    color:#fff;
}

@media(max-width:768px){
	.sepetUrunSayisi{
		left:auto;
		right:25px;
	}
	.header-top .toplist li.menu-button > a::before {
    content: "\f00a";
    font-weight: 900;
}
.header-top .toplist li.home-button > a::before {
    content: "\f015";
}
.admin_login, .filter-content{
	display:none!important;
}
.product-card{
	margin-bottom:40px;
}
.__prodtXdetails{
	padding:20px !important;
}
.left__column{
	border:0 !important;
}
.xRow .col-md-6 {
    padding: 0 !important;
}
}

.blog-section {
    padding: 100px 0;

}

.blogSidebar {
    width: 250px;
    padding: 0 15px;
}

.blogItemContent {
    width: 100%;
    padding: 0 25px;
}
.blog-item {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.blog-item:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.blog-item-wrapper{
	    padding-bottom:25px;
}
.blog-item:hover .blog-item-wrapper {
    box-shadow: 0px 0px 15px rgb(215 215 215 / 0.85);
    -webkit-box-shadow: 0px 0px 15px rgb(215 215 215 / 0.85);

}
    .blog-item:hover .flex-blog-item:after {
        content: 'DEVAMI';
        text-transform: uppercase;
        background-color: #8073b2;
        position: absolute;
        left: 0;
        right: 0;
        height: 40px;
        width: 90px;
        color: #fff;
        text-align: center;
        border-radius: 0.4em;
        line-height: 40px;
        margin: 0 auto;
        bottom: -20px;
        box-shadow: 0px 0px 35px rgb(64 64 64 / 35%);
    }
    .swiper-slide .blog-item .blog-item-wrapper {
        margin: 20px 20px 30px;
    }
.news-item-published-on {
    text-transform: uppercase;
    font-size: 12px;
    color: #8073b2;
    letter-spacing: 0.2em;
}
.swiper-slide .blog-item-wrapper, .b-list-wrapper .blog-item-wrapper {
    background-color: #fff;
    border-radius: 0.8em;
    border: 1px solid #eee;
}
.b-list-wrapper .blog-item {
    width: calc((100% / 4) - 40px);
    margin: 0 20px 40px;
}

    .blog-item a {
        color: #14161c;
    }

.blog-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: #fff;
    height: 284px;
    border-radius:0.8em;
}

    .blog-item-img img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        border-radius:0.8em 0.8em 0 0;
    }

.news-item-short-description, .news-item-short-description p {
    font-size: 13px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color:#999;
}


.blog-item-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
    .blog-item-title h3 {
        font-size: 1.55em;
        margin:0;
    }
    .flex-blog-item {
        padding: 10px;
    }

.blog-item-title {
    margin: 5px 0;
}

.blogSidebar-item a {
    display: block;
    color: #14161c;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

    .blogSidebar-item a:hover {
        color: var(--site-primary-color);
    }

.blogSidebar-head {
    font-size: 21px;
    font-weight: bold;
}

.blogDetail {
    padding: 70px 0;
}

    .blogDetail .privateCol12 {
        box-shadow: 0px 0px 15px rgb(215 215 215 / 0.30);
        -webkit-box-shadow: 0px 0px 15px rgb(215 215 215 / 0.30);
        padding: 30px;
    }

    .blogDetail .news-item-published-on {
        margin: 10px 0;
        font-size: 18px;
    }


.product--siparis li{
	width:calc(50% - 32px);
	margin:0 15px;
	float:left;
}
.product--siparis li a, .product--siparis li .whatsapp{
	padding: 15px 0;
    background-color: transparent;	
    border-radius: 4px;
    text-align: center;
    font-size: 17px;
	display:inline-block;
	width:100%;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	cursor:pointer;
}
.product--siparis li a{
	border: 1px solid #fff;
	background-color:#fff;
    color:#ff6100;
}
.product--siparis li a:hover{
	opacity:0.9;
}
.product--siparis li{
	border-right:1px solid #ddd;
}
.product--siparis .whatsapp{
    color: #42aa45;
	background-color:#fff !important;
    border: 1px solid #fff;
}

.product--siparis li .whatsapp:hover{
	opacity:0.9;
}

@media(max-width:768px){
	.header-top .toplist, .breadcrumb{display:none!important;}
	.product--siparis{
		    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
		
	}
.product--siparis li{
	width:50%;
	margin:0;
}

.product--siparis li a, .product--siparis li .whatsapp{
    font-size: 14px!important;
    border: 0!important;
    border-radius: 0 !important;
}	


	.footer__heading + ul{display:block;padding:0 15px !important;}
	.col-xs-6{width:100%;max-width:100%;}
	.right__main .__firstName{padding-bottom:15px!important;}
	footer .son3{
		display:none!important;
	}
.right__main{
	border:0!important;
}
.headline-3{
	font-size:18px;
}
	.icerik-ortalama{   
		transform: none !important;
		position: relative!important;
		top: auto!important;
		padding: 0 !important;
	}
}

}
.SliderAciklama .sliderbox .btn {
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 250px;
    cursor: pointer;
}
.btn-button {
    color: #fff !important;
    transition: all 0.5s;
    position: relative;
    width: 160px !important;
    font-size: 15px !important;
}
.btn-button span{
    color: #fff !important;
}
.btn-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: rgb(255 252 250 / 21%);
    transition: all 0.3s;
}
.btn-button:hover:before {
    opacity: 0;
    transform: scale(0.5,0.5);
}
.btn-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    border: 1px solid rgb(255 252 250 / 51%);
    transition: all 0.3s;
    transform: scale(1.2,1.2);
}
.btn-button:hover::after {
    opacity: 1;
    transform: scale(1,1);
}

.sliderbox h2 {
    font-size: 40px;
    font-weight: bold;
    width: 630px;
}
#main-slider .SliderAciklama p {
    font-size: 30px !important;
    width: 630px;
}

.homeIcerikTexet-1 .icerik-ortalama {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 30px;
}
.homeIcerikTexet-1 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.homeIcerik_22 {
    margin-bottom: 60px;
    margin-top: 60px;
}
.homeIcerik_22 .rgw-wapper {
    position: relative;
}
.homeIcerik_22 .rgw-wapper .rgw {
    position: relative;
    overflow: hidden;
}
.homeIcerik_22 .rgw-wapper .rgw  img {
    height: 350px !important;
    max-height: 100%;
    max-width: 100%;
    border: 0;
    vertical-align: middle;
    object-fit: cover;
    object-position: bottom;
}
.homeIcerik_22 > .row > .col-md-12 > .rgw-wapper > .rgw > a > img {
    height: 350px !important;
    max-height: 100%;
    max-width: 100%;
    border: 0;
    vertical-align: middle;
    object-fit: cover;
    object-position: right;
}
.homeIcerik_22 .rgw-wapper a{
    z-index: 10;
    width: 100%;
    height: 100%;
}
.homeIcerik_22 .rgw-wapper .galleryInfo  {
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeIcerik_22 .rgw-wapper .galleryInfo h5 {
    position: absolute;
    top: 50%;
    z-index: 7;
    color: #fff;
    transform: translateY(-50%);
    font-size: 25px;
    text-align: center;
}
.homeIcerik_22 .rgw-wapper .rgw .background-rgw {
    background-color: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    z-index: 4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.homeIcerik_22 .rgw-wapper:hover .rgw .background-rgw {
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.homeIcerik_22 .rgw-wapper .product_title::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 15%;
    transform: translateY(-50%);
    left: -2px;
    z-index: 5;
    border-top: 4px solid #fff;
    width: 0%;
    padding: 1em;
    border-radius: 3px;
    transition: all .7s ease-out;
    opacity: 0;
}
.homeIcerik_22 .rgw-wapper:hover .product_title::before {
    content: '';
    transition: width .7s ease-out;
    width: 80%;
    opacity: 1;
}
.homeIcerik_22 .rgw-wapper .product_title::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    bottom: 7%;
    z-index: 5;
    transform: translateY(-50%);
    right: -2px;
    border-bottom: 4px solid #fff;
    width: 0%;
    padding: 1em;
    border-radius: 3px;
    transition: all .7s ease-out;
    opacity: 0;
}
.homeIcerik_22 .rgw-wapper:hover .product_title::after {
    content: '';
    transition: width .7s ease-out;
    width: 80%;
    opacity: 1;
}


.homeIcerik_22 .rgw-wapper .rgw::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: -2px;
    right: 5%;
    z-index: 5;
    border-right: 4px solid #fff;
    height: 0%;
    padding: 1em;
    border-radius: 3px;
    transition: all .7s ease-out;
    opacity: 0;
}
.homeIcerik_22 .rgw-wapper:hover .rgw::before {
    content: '';
    transition: height .7s ease-out;
    height: 80%;
    opacity: 1;
}
.homeIcerik_22 .rgw-wapper .rgw::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    bottom: -2px;
    z-index: 5;
    border-left: 4px solid #fff;
    height: 0%;
    width: 0;
    left: 5%;
    padding: 1em;
    border-radius: 3px;
    transition: all .7s ease-out;
    opacity: 0;
}
.homeIcerik_22 .rgw-wapper:hover .rgw::after {
    content: '';
    transition: height .7s ease-out;
    height: 80%;
    opacity: 1;
}

.homeIcerik_22 .rgw-wapper .rgw a img {
    transition: transform 0.7s ease;
    transform: scale(1.25);
}
.homeIcerik_22 .rgw-wapper:hover .rgw a img {
    transform: scale(1);
}


.section-portfolio .portfolio-overlay {
    display: none;
}

.section-portfolio .page-header {
    font-size: 35px;
    margin-top: 50px;
    text-align: center;
}

.section-portfolio img {
    margin: 0 0 30px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.section-portfolio .row {
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {
   .section-portfolio .col-md-4 {
        width: 16.6666%;
    } 
}

.section-portfolio .col-md-4 img{
    filter: grayscale(1);
}

.section-portfolio .col-md-4 img:hover{
    filter: grayscale(0%);
}

.ml-40 {
    margin-left: 40px;
}

@media (max-width: 1400px) {
    #main-slider .MainTableCell {
    top: auto;
    left: 50%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;	
    left: 0;
    bottom: 20px;
    }
}

@media (max-width:900px) {
    .sliderbox h2 {
        width: auto;
    }
    #main-slider .SliderAciklama p {
        width: auto;
    }
    #main-slider .swiper-container, #main-slider .main-slider-bg {
        height: 100vh;
        max-height: 100vh;
    }
    .SliderAciklama .sliderbox {
        text-align: center !important;
    }
    .sliderbox .ml-40{
        margin-left: auto;
    }
}
	.page-header{
		padding-left:15px;
	}
@media(min-width:992px){	
	.product--siparis{
		display:none;
	}
}
@media(max-width:768px){

	.product-card {
		min-height: auto;
		max-height: initial;
		height: auto;
	}
	.section-portfolio .col-md-4{
		max-width:33.333%;
	}
	.sliderbox h2 {
    font-size: 22px;
    font-weight: bold;
    width: 100%;
}
#main-slider .SliderAciklama p{
	font-size:20px!important;
}
#main-slider .swiper-button-next,  #main-slider .swiper-button-prev{
	display:none;
}

.section-product .col-xs-6{
	width:50%;
	padding:5px;
}
.section-product .row{
	margin:0 -5px;
}
.homeIcerik_22 .row{
	margin:0 -5px;
}
.homeIcerik_22 .col-md-7, .homeIcerik_22 .col-md-5, .homeIcerik_22 .col-md-4, .homeIcerik_22 .col-md-12{
	width:50%;
	padding:5px;
}

#main-slider .swiper-lazy{
    background-position: 75%;
    background-size: cover;
}
#main-slider .swiper-container, #main-slider .main-slider-bg{
	max-height:60vh;
	height:60vh;
}
}

.blog-item-wrapper .news-item-published-on {
    display: none;
}
.whatsappwrapper{
	padding:0 15px;
}
.whatsappwrapper button{
	font-size:16px!important;
}
@media(max-width:768px){
	.whatsappwrapper{
		padding:0;
	}
	
	.b-list-wrapper .blog-item {
		width:100%;
}
}