html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 19px;
}

p {
    font-size: 18px;
    margin-bottom: 15px;
}

a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}

    a:hover {
        font-size: 15px;
        text-decoration: none;
        color: #c5133d;
        font-weight: 600;
    }

.kt-cnt-all {
    line-height: 1.5;
}
/*.kt-cnt-all a {
    font-size: 15px;
    text-decoration: underline;
    color: #3B3D43;
    font-weight: 300;
}*/

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Kilim', sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}

.clear {
    clear: both;
    display: block;
}

.clearfix::after {
    content: "";
    clear: both;
}

* {
    box-sizing: border-box;
    outline: none;
    border: none;
}
/**** Reset Css End */

/* Anasayfa */
/** Header Start ***/
.head-content {
    position: relative;
}

    .head-content .menu-bar {
        position: fixed;
        /* background: #3B3D43; */
        background: rgb(0 0 0 / 72%);
        top: 0;
        left: 0;
        width: 100%;
        height: 75px;
        z-index: 1000;
        display: flex;
        align-items: center;
    }

    .head-content.sub-head-content .menu-bar {
        background: #282727 !important;
        position: relative !important;
    }

    .head-content .slider1 {
        height: 500px;
        display: block;
    }



#spanBasket {
    color: #fff;
    position: relative;
    top: 6px;
    left: -4px;
}

@media only screen and (max-width:1415px) {
    .product-quantity {
        min-width: 70px;
    }

    .bag-col .bag-cols {
       /* padding-left: 16px !important;*/ /*Sepet sayfası için yorum satırı haline getirildi*/
    }
}

/*@media only screen and (max-width:1199px) {
    .bag-cont .bag-cl-name {
        padding-left: 80px !important;
    }
}*/



@media only screen and (max-width:6000px) {
    .search-bar .search p {
        font-size: 100%;
    }

    .resp-menu {
        position: absolute;
        width: 2%;
        left: 2%;
        z-index: 10;
        font-size: 20px;
        color: #fff;
        display: none;
    }

    #spanBasket {
/*        top: -25px;
        left: 86%;*/
        font-size: 69%;
    }

    .head-content .menu {
        position: absolute;
        width: 100%;
        left: 0;
        display: none;
        right: 0;
        z-index: 900;
        background: rgba(0,0,0,0.5);
        top: 75px;
    }

        .head-content .menu ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .head-content .menu ul li {
                display: block;
                border-top: 1px solid rgba(255,255,255,0.05);
            }

                .head-content .menu ul li a {
                    display: block;
                    padding: 15px 15px;
                    font-size: 100%;
                    font-weight: 600;
                }

    .head-content .logo {
        position: fixed;
        left: 1%;
    }
        .head-content .logo img {
            display: block;
            width: 100%;
        }

    .coupon-information {
        position: fixed;
        top: 42px;
        left: 53%;
        transform: translate(-50%, -54%);
        display: flex;
        align-items: center;
    }

    .coupon-icon2 {
        left: 80%;
    }
    .coupon-icon,
    .coupon-icon2 {
        margin: 0 4px;
    }

    .coupon-text {
        color: wheat;
        font-size: larger;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        position: relative;
        animation: shine 2s infinite linear;
    }

    @keyframes shine {
        0%, 100% {
            color: #f6f803;
            text-shadow: none;
        }

        25% {
            color: white;
            text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
        }
    }

    .head-content .campanya a,
    .head-content .outlet a {
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        transition: color 0.3s ease;
        font-family: 'Roboto', sans-serif;
    }

    .head-content .campanya {
        position: fixed;
        left: 12%;
        right: 0;
        top: 45px;
        width: 100px;
    }

    .head-content .outlet {
        position: fixed;
        left: 18%;
        right: 0;
        top: 45px;
        width: 50px;
    }

    @media only screen and (max-width: 1681px) {

        .head-content .campanya {
        
            left: 14%;
           
        }

        .head-content .outlet {
         
            left: 20%;
         
        }
        
    }

    @media only screen and (max-width: 1440px) {

        .head-content .campanya {
            left: 16%;
        }

        .head-content .outlet {
            left: 23%;
        }

        .coupon-information {
            width: 41%;
            left: 50%;
            transform: translate(-36%, -54%);
        }
        .user-text-entry {
            font-size: 13px; 
        }

        .user-link-entry img {
            width: 27px; 
            height: auto;
        }
    }


    @media only screen and (max-width: 1281px) {

        .head-content .campanya {
            left: 16%;
        }

        .head-content .outlet {
            left: 23%;
        }

    }


    @media only screen and (max-width: 1153px) {

        .head-content .campanya {
            left: 17%;
        }

        .head-content .outlet {
            left: 25%;
        }
        .coupon-information {
            width: 40%;
            transform: translate(-36%, -54%);
        }
        .user-text-entry {
            font-size: 13px; 
        }

        .user-link-entry img {
            width: 27px; 
            height: auto;
        }
    }

    @media only screen and (max-width: 1025px) {

        .head-content .campanya {
            left: 15%;
            top:40px;
            width:80px;
        }

        .head-content .outlet {
            left: 23%;
            top: 40px;
            width: 80px;
        }

        .coupon-information {
            width: 35%;
            transform: translate(-36%, -54%);
        }
        .head-content .logo img {
            width: 135px;
        }
        .head-content .campanya a{
            font-size:11px;

        }
        .head-content .outlet a {
            font-size: 11px;
        }
    }

    .head-content .campanya img {
        display: block;
        max-width: 85%;
    }

    .head-content .outlet img {
        width: 80%;
    }

    .head-content .kilim-logo {
        width: 60%;
    }

    .head-content .search {
        position: relative;
        left: 10px;
        color: #fff;
        float: left;
        margin-top: 0;
        display: flex;
        align-items: center;
    }

    .head-content .search-bar {
        position: absolute;
        right: 2%;
    }

    .head-content .user {
        position: absolute;
        width: 6%;
        right: 0;
        left: 82%;
        z-index: 90;
    }

        .head-content .user ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

    .head-content .search-bar i {
        color: #fff;
        cursor: pointer;
        border-right: 1px solid #fff;
        font-size: 100%;
    }

    .head-content .search {
        color: #fff;
        float: left;
        margin-top: 0;
        display: flex;
        align-items: center;
    }

    .head-content .search-bar .search flag {
        font-size: 15px;
    }

    /*CApmpanya Başlangıç*/
    /*.head-content .campanya {
        position: absolute;
        width: 1%;
        right: 0;
        left: 2%;
        z-index: 90;
    }

    .head-content .campanya ul li {
        position: relative;
        left: -5%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .head-content .campanya ul li a {
        right: 80%;
        position: relative;
        display: block;
        top: 25px;
        left: 0;*/
    /* height: 30px; */
    /*line-height: 50px;
        text-align: center;
    }

    .head-content .campanya ul li a img {
        left: 10px;
        position: relative;
        width: 90%;
        display: block;
    }

    .head-content .campanya ul li:nth-child(1) {
        left: -228%;
        position: relative;
        border-right: 0;
    }*/
    /*Campanya bitiş*/
    .head-content .user ul li {
        position: relative;
        left: -5%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

        .head-content .user ul li:nth-child(1) {
            left: -4%;
            position: relative;
            border-right: 0;
        }

        .head-content .user ul li:nth-child(2) {
            left: -6%;
            position: relative;
            border-right: 0;
        }

        .head-content .user ul li:nth-child(3) {
            left: -8%;
            position: relative;
            border-right: 0;
        }

        .head-content .user ul li a {
            right: 80%;
            position: relative;
            display: block;
            top: 25px;
            left: 0;
            /* height: 30px; */
            line-height: 40px;
            text-align: center;
        }

            .head-content .user ul li a img {
                left: 10px;
                position: relative;
                width: 90%;
                display: block;
            }

    /* .myprofileinput {
        width: 110% !important;
    }*/

    .myprofilediv {
        width: 100% !important;
    }

        .myprofilediv .row .pers-btn col-2 {
            max-width: 100% !important;
        }

    .slider2 .slick-list {
        max-height: 920px !important;
    }

    .slick-slide img {
        display: block;
        width: 2%;
    }

    .ot-flex {
        height: 362px;
    }
}


@media only screen and (max-width:1442px) {

    .head-content .user {
        position: absolute;
        width: 9%;
        right: 0;
        left: 77%;
        z-index: 90;
    }

    .head-content .search-bar {
        position: absolute;
        right: 3%;
    }

        .head-content .search-bar i {
            font-size: 75%;
        }

    .search-bar .search p {
        font-size: 89%;
    }
}
@media (min-width: 750px) and (max-width: 1025px) {
    .head-content .user {
        position: absolute;
        width: 9%;
        right: 0;
        left: 73%;
        z-index: 90;
    }
}



.head-content .high-lights-menu .items .content .header {
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    margin-top: 10px;
    font-size: 95%;
    padding-left: 12px;
}

.head-content .high-lights-menu .items .content p {
    font-size: 80%;
    margin-bottom: 11px;
    padding-left: 12px;
}




@media only screen and (max-width:750px) {
    /*Kupon Uygulaması geri çekildiği için pasife alındı.*/
    /*.head-content {*/
        /*margin-top:72px;*/
    /*}*/
    .announcement-public {
        position: relative;
    }
    .coupon-information {
        left: 51%;
        width: 100%;
        top: 36px !important;
        background-color: rgb(0 0 0 / 89%);
        transform: translate(-51%, -50%) !important;
        z-index: 10002;
    }
    .head-content .menu-bar {
        position: relative;
        /* background: #3B3D43; */
        background: rgb(0 0 0 / 89%);
        top: 0;
        left: 0;
        width: 100%;
        height: 75px;
        z-index: 1000;
        display: flex;
        align-items: center;
    }

    .resp-menu {
        position: relative;
        width: 2%;
        left: 92%;
        z-index: 10;
        font-size: 15px;
        color: #fff;
        display: flex;
    }

    .ot-flex {
        /*  padding: 100px 0;*/
        text-align: center;
    }

    #spanBasket {
        color: #fff;
        position: relative;
/*        top: -25px;
        left: 77%;*/
        font-size: 12px;
        display: inline-block;
    }

    .head-content .menu {
        position: absolute;
        width: 100%;
        left: 0;
        display: none;
        right: 0;
        z-index: 900;
        background: rgba(0,0,0,0.5);
        top: 75px;
    }

        .head-content .menu ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .head-content .menu ul li {
                display: block;
                border-top: 1px solid rgba(255,255,255,0.05);
            }

                .head-content .menu ul li a {
                    display: block;
                    padding: 15px 15px;
                    font-size: 16px;
                    font-weight: 600;
                }

    .head-content .logo {
        width: 13%;
        position: absolute;
        left: 10%;
        right: 0;
    }

        .head-content .logo img {
            display: block;
            max-width: 100%;
        }

    .head-content .kilim-logo {
        width: 10%;
        /* position: relative; */
        left: 1%;
    }

    .head-content .campanya {
        position: relative;
        left: 2%;
        right: 0;
        top: 27px;
        width: 10%;
    }

        .head-content .campanya a,
        .head-content .outlet a {
            font-size: 11px;
        }

    .head-content .outlet {
        /* width: 6%; */
        position: relative;
        left: 8%;
        right: 0;
        top: 27px;
        width: 10%;
    }

        .head-content .campanya img {
            display: block;
            max-width: 100%;
        }

    .head-content .search {
        position: relative;
        left: 10px;
        color: #fff;
        float: left;
        margin-top: 0;
        display: flex;
        align-items: center;
    }

    .head-content .search-bar {
        position: absolute;
        right: 0%;
        left: 91%;
    }

    .head-content .user {
        position: absolute;
        width: 15%;
        left: 59%;
        right: 0;
        z-index: 90;
    }

        .head-content .user ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

    .head-content .search-bar i {
        color: #fff;
        cursor: pointer;
        border-right: 1px solid #fff;
        font-size: 75%;
    }


    .head-content .search-bar .search flag {
        font-size: 15px;
    }

    .head-content .user ul li {
        position: relative;
        left: -9%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

        .head-content .user ul li:nth-child(1) {
            left: -9%;
            position: relative;
            border-right: 0;
        }

        .head-content .user ul li:nth-child(2) {
            left: -10%;
            position: relative;
            border-right: 0;
        }

        .head-content .user ul li:nth-child(3) {
            left: -9%;
            position: relative;
            border-right: 0;
        }

        .head-content .user ul li a {
            right: 80%;
            position: relative;
            display: block;
            top: 25px;
            left: 0;
            /* height: 30px; */
            line-height: 50px;
            text-align: center;
        }

            .head-content .user ul li a img {
                left: 10px;
                position: relative;
                width: 100%;
                display: block;
            }

    /* .myprofileinput {
        width: 110% !important;
    }*/

    .myprofilediv {
        width: 100% !important;
    }

        .myprofilediv .row .pers-btn col-2 {
            max-width: 100% !important;
        }

    .user-text-entry {
        font-size: 11px;
    }

    .user-link-entry img {
        width: 26px;
        height: auto;
    }
}


@media only screen and (max-width: 1200px) {

    .head-content .high-lights-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 80%;
        margin: 80px auto 0;
        border: 1px solid #f9f9f9;
        border-radius: 5px;
        box-shadow: 0 3px #f9f9f9;
        padding-top: 20px;
    }

        .head-content .high-lights-menu .items {
            width: calc(33% - 10px); /* 2 sütun */
        }
  
}

@media only screen and (max-width:750px) {

    .resp-menu-bar {
        position: absolute;
        width: 3%;
        top: 30px;
        left: 2%;
        z-index: 1000;
        font-size: 15px;
        color: #fff;
        display: flex !important;
    }
}

@media only screen and (max-width:550px) {

    .head-content .menu-bar {
        position: relative;
        /* background: #3B3D43; */
        background: rgb(0 0 0 / 89%);
        top: 0;
        left: 0;
        width: 100%;
        height: 75px;
        z-index: 1000;
        display: flex;
        align-items: center;
    }

    .resp-menu-bar {
        position: absolute;
        width: 3%;
        top: 31px;
        left: 2%;
        z-index: 1000;
        font-size: 15px;
        color: #fff;
        display: flex !important;
    }

    .ot-flex {
        /*  padding: 100px 0;*/
        text-align: center;
        height: 250px;
    }

    #spanBasket {
        color: #fff;
        position: relative;
/*        top: -25px;
        left: 77%;*/
        font-size: 9px;
        display: inline-block;
    }

    .head-content .menu {
        position: absolute;
        width: 100%;
        left: 0;
        display: none;
        right: 0;
        z-index: 900;
        background: rgba(0,0,0,0.5);
        top: 75px;
    }

        .head-content .menu ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .head-content .menu ul li {
                display: block;
                border-top: 1px solid rgba(255,255,255,0.05);
            }

                .head-content .menu ul li a {
                    display: block;
                    padding: 15px 15px;
                    font-size: 16px;
                    font-weight: 600;
                }

    .head-content .logo {
        width: 13%;
        position: absolute;
/*        left: 13%;*/
        right: 0;
    }

        .head-content .logo img {
            display: block;
            max-width: 100%;
        }

    .head-content .kilim-logo {
        width: 10%;
        /* position: relative; */
        left: 1%;
    }

    .head-content .campanya {
        position: absolute;
        left: 2%;
        right: 0;
        top: 57px;
        width: 10%;
    }


    .head-content .outlet {
        position: absolute;
        left: 27%;
        right: 0;
        top: 57px;
        width: 10%;
    }
        .head-content .campanya img {
            display: block;
            max-width: 100%;
        }

    .head-content .search {
        position: relative;
        left: 10px;
        color: #fff;
        float: left;
        margin-top: 0;
        display: flex;
        align-items: center;
    }

    .head-content .search-bar {
        position: absolute;
        right: 0%;
        left: 87%;
    }

    .head-content .user {
        position: absolute;
        width: 20%;
        left: 38.5%;
        right: 0;
        z-index: 90;
    }


        .head-content .user ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

    .head-content .search-bar i {
        color: #fff;
        cursor: pointer;
        border-right: 1px solid #fff;
        font-size: 75%;
    }


    .head-content .search-bar .search flag {
        font-size: 15px;
    }

    .head-content .user ul li {
        position: relative;
        left: -9%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

        .head-content .user ul li:nth-child(1) {
            left: -9%;
            position: relative;
            border-right: 0;
        }

        .head-content .user ul li:nth-child(2) {
            left: -10%;
            position: relative;
            border-right: 0;
        }

        .head-content .user ul li:nth-child(3) {
            left: -9%;
            position: relative;
            border-right: 0;
        }

        .head-content .user ul li a {
            right: 80%;
            position: relative;
            display: block;
            top: 25px;
            left: 0;
            /* height: 30px; */
            line-height: 50px;
            text-align: center;
        }

            .head-content .user ul li a img {
                left: 10px;
                position: relative;
                width: 100%;
                display: block;
            }

    /* .myprofileinput {
        width: 110% !important;
    }*/

    .myprofilediv {
        width: 100% !important;
    }

        .myprofilediv .row .pers-btn col-2 {
            max-width: 100% !important;
        }

    .head-content .high-lights-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 80%;
        margin: 50px auto 0;
        border: 1px solid #f9f9f9;
        border-radius: 5px;
        box-shadow: 0 3px #f9f9f9;
        padding-top: 40px;
    }

        .head-content .high-lights-menu .items {
            width: calc(50% - 10px); /* 2 sütun */
        }
}

.head-content .user ul {
    display: flex;
}

/*@media only screen and (min-width:1900px) {
    .head-content .menu ul {
        display: flex;
    }*/

/*    .head-content .search-bar {
        padding-left: 145px;
    }*/

/*.head-content .menu ul li {
            padding-right: 620px;
        }

    .head-content .user {
        padding-left: 16%;
        padding-right: 1%;
    }*/

/*           .head-content .user ul li {
            padding-left: 100px;
        }*/

/*.head-content .user ul li img {
            width: 25%;
        }
}*/




.head-content .search-bar i {
    color: #fff;
    cursor: pointer;
    border-right: 1px solid #fff;
}

.head-content .search {
    color: #fff;
    float: left;
    margin-top: 0;
    display: flex;
    align-items: center;
}



.head-content .fas {
    padding-right: 2px;
}

/*** Slider Start ***/
.ot-bg {
    /* background-size: contain; */
    /*  background-size: cover; */
    /* background-repeat: no-repeat;
    background-position: center center;
    background-position: center top;
    /*background-color: #3B3D43;*/

    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.ot-bg-product {
    /*    background-size: contain;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;
    /*background-position: center center;*/

    /*background-position: center;*/ /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

@media (max-width: 768px) {
    .ot-bg-product {
        background-size: contain; /* Görseli tam sığacak şekilde ölçekle */
        /*background-position: center;*/ /* Ortala */
        width: 100%; /* Genişliği ekrana göre ayarla */
        height: auto; /* Otomatik yüksekliği koru */
    }
}

@media only screen and (min-width:1200px) {
    .ot-flex {
        height: 949px;
    }

    .ot-bg-product {
        height: 920px;
    }

    .ot-flex-in h1 {
        color: #fff;
        line-height: 55px;
        padding-bottom: 20px;
    }

    .ot-flex {
        display: flex;
        width: 100%;
        /* background: rgba(0,0,0,0.40);*/
        padding-left: 15%;
        align-items: center;
    }

    .ot-flex-in {
        max-width: 460px;
    }
}

/*@media only screen and (min-width:1200px) {
    .ot-flex {
        height: 960px;
    }

    .ot-flex-in h1 {
        color: #fff;
        line-height: 55px;
        padding-bottom: 20px;
    }

    .ot-flex {
        display: flex;
        width: 100%;*/
/* background: rgba(0,0,0,0.40);*/
/*padding-left: 15%;
        align-items: center;
    }

    .ot-flex-in {
        max-width: 460px;
    }
}*/

@media only screen and (max-width:1199px) {
    .ot-flex {
        /*   padding: 235px 0;*/
        text-align: center;
    }

    .ot-flex-in h1 {
        color: #fff;
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 20px;
    }

    .ot-flex {
        display: flex;
        width: 100%;
        /*background: rgba(0,0,0,0.40);*/
        padding-left: 5%;
        padding-right: 5%;
        align-items: center;
    }

    .ot-flex-in {
        max-width: 460px;
    }
}

.slider2 .slick-list {
    max-height: 650px;
}

.uniq-slider .slick-list {
    max-height: 650px;
}

.ot-flex-in p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 25px;
}

.ot-flex-in h1 span {
    font-weight: 300;
}
/*** Slider END ***/

/*** Menu Bar2 Start ***/

.menu-bar2 .section-two.section {
    padding-top: 20px;
    background: rgb(0 0 0 / 72%);
    width: 100%;

}
    .menu-bar2 .section-two.section:first-child {
        padding-top: 81px; /* İlk elemana özel margin-top değeri */
        border-top-right-radius: 10px;
    }
    .menu-bar2 .section-two.section:last-child {
        padding-bottom:81px; /* İlk elemana özel margin-top değeri */
        border-bottom-right-radius: 10px;
    }
.head-content .menu-bar2 {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    align-items: center;
    text-align: center;
    z-index: 1000;
    width: 85px;
    height: 100%;
    top: 75px;
}




    @media only screen and (max-width:768px) {
        .menu-bar2 {
            position: fixed;
            bottom: 0;
            left: 0;
            margin: 0;
            align-items: center;
            text-align: center;
            z-index: 1000;
            height: 100%;
            top: 75px;
            /* display: flex;*/
        }

        .pers-btn .btn-pers {
            width: auto !important;
            padding-left: 5px;
            padding-right: 5px;
            margin-bottom: 15px;
            line-height: 25px !important;
        }
    }

    .resp-menu-bar {
        display: none;
    }

    .menu-bar2 {
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        align-items: center;
        text-align: center;
        z-index: 1000;
        height: 100%;
        top: 75px;
    }



    /*@media only screen and (min-width:1200px) and (max-width:1500px) {
    .head-content .menu-bar2 {
        width: 700PX;
        height: 100%;
        top: 23%;
    }
}*/



    /*@media only screen and (min-width:1500px) and (max-width:1600px) {

    .head-content .menu {
        padding-left: 100px;
    }

        .head-content .menu ul li {
            padding: 0px;
            width: 150px;
        }

            .head-content .menu ul li a {
                display: block;*/
    /*padding: 15px 15px;*/
    /*font-size: 16px;
                font-weight: 600;*/
    /*background-color: red;*/
    /*}

    .head-content2 .logo {
        width: 40%;
    }

    .head-content .user ul li {
        padding-left: 50px;
    }

    .head-content .menu-bar2 {
        display: block !important;
        top: 19.9%;
    }
}*/

    @media only screen and (max-width:1199px) {
        .head-content .menu-bar2 {
            /*width: 100%;*/
        }
    }

    .menu-bar2 .menu-img {
        display: block;
        height: 60%;
        text-align: center;
    }

        .menu-bar2 .menu-img img {
            /* opacity: 0.70;*/
        }

    .menu-bar2 .mb2-title {
        font-size: 75%;
        color: #fff;
        font-weight: 400;
        opacity: 0.90;
        display: flex;
        flex-direction: column;
    }

        .menu-bar2 .mb2-title span {
            display: block;
            opacity: 0.50;
        }

    .menu-bar2 .mb2-title-opener {
        display: flex;
        font-size: 75%;
        color: #fff;
        font-weight: 400;
        /* padding-top: 53px; */
        opacity: 0.90;
        align-items: center;
        justify-content: center;
    }

    @media only screen and (min-width:1200px) {
        .menu-bar2 .section {
            transition: 250ms all;
            width: 15%;
        }

            .menu-bar2 .section a, .menu-bar2 .section .menu-opener {
                padding: 10px 0px 10px 0px;
            }
    }

    @media only screen and (max-width:1199px) {
        .menu-bar2 .section {
            transition: 250ms all;
            width: 33.3333%;
        }

            .menu-bar2 .section:nth-child(4),
            .menu-bar2 .section:nth-child(5) {
                /*display: none;*/
            }

            .menu-bar2 .section a {
                padding: 10px 0 0 0;
                height: 80px;
            }

            .menu-bar2 .section .menu-opener {
                padding: 16px 0 0 0;
                height: 80px;
            }

        .product-nav .slick-next.slick-arrow {
            right: 0;
            left: 100%;
        }

        .product-nav .slick-prev.slick-arrow {
            right: 0;
            left: -16%;
        }

        .product-nav-pos-banners .slick-prev.slick-arrow {
            right: 0;
            left: -10%;
        }

        .product-nav .slick-prev.slick-arrow,
        .product-nav .slick-next.slick-arrow {
            transform: translateY(0%) rotate(0deg);
            top: 7%;
            width: 40px;
            height: 25px;
        }

        .product-nav-pos-banners .slick-prev.slick-arrow,
        .product-nav-pos-banners .slick-next.slick-arrow {
            transform: translateY(0%) rotate(0deg);
            top: 20%;
            width: 40px;
            height: 25px;
        }

        .slider-two .slick-prev,
        .slider-two .slick-next {
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            z-index: 100;
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            padding: 0;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            background: transparent;
        }

        .slider-two .slider2 .slick-prev, .slider-two .slider2 .slick-next {
            width: 150px;
            height: 50px;
            line-height: 50px;
            top: 25px;
        }

        .slider-two .slider2 .slick-prev {
            left: 0;
        }

        .slider-two .slider2 .slick-next {
            left: 55px;
        }

        .uniq-slider .slider2 .slick-prev, .uniq-slider .slider2 .slick-next {
            width: 150px;
            height: 50px;
            line-height: 50px;
            top: 25px;
        }

        .uniq-slider .slider2 .slick-prev {
            left: 0;
        }

        .uniq-slider .slider2 .slick-next {
            left: 55px;
        }
    }

    .menu-bar2 .section a, .menu-bar2 .section .menu-opener {
        /*    background: rgb(0 0 0 / 72%);*/
        display: block;
        cursor: pointer;
        text-align: center;
        width: 84px;
    }

    .menu-bar2 .section:hover {
        opacity: 0.75;
    }

    .product-menu-bar2 {
        flex-wrap: wrap;
    }

        .product-menu-bar2 .section a {
            background: #282727 !important;
        }

        .product-menu-bar2 .section .menu-opener {
            background: #1b1a1a !important;
        }

        .product-menu-bar2 .pmb-section {
            width: 20%;
            background: #282727;
            color: #fff;
            text-align: Center;
            font-size: 20px;
            height: 50px;
            line-height: 50px;
        }

        .product-menu-bar2 .pmb-section2 {
            width: 80%;
            color: #fff;
            font-size: 20px;
            background: #1b1a1a;
            text-align: Center;
            height: 50px;
            line-height: 50px;
        }


    /*** Menu Bar2 END ***/

    /*** Content Start ***/
    @media only screen and (min-width: 1200px) {
        .slider-content {
            padding: 0 90px;
        }

        .slider-two {
            padding-top: 75px;
            padding-bottom: 50px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .slider-content {
            padding: 0 12px;
        }

        .slider-two {
            padding: 20px 0;
        }
    }

    .slider-two .slider-img img {
        width: 100%;
        height: 100%;
    }

    @media only screen and (min-width: 1200px) {
        .slider-two .slider-img {
            width: 70%;
        }

        .slider-two .content {
            width: 30%;
        }

        .slider-two .slider-img img {
            max-height: 730px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .slider-two .slider-img {
            width: 100%;
        }

        .slider-two .content {
            width: 100%;
            margin-top: 20px;
        }

        .slider-two .slider-img img {
            max-height: 230px;
        }
    }

    @media only screen and (max-width: 1199px) {

        .slider-two .slider-img img {
            max-height: 430px;
        }

        .slider-two .title {
            font-size: 100% !important;
        }

        .slider-two p {
            font-size: 75% !important;
        }
    }


    @media only screen and (min-width: 1200px) {
        .slider-two .sli2-col {
            display: flex !important;
            align-items: center;
        }
    }

    .slider-two .free {
        font-size: 32px;
        color: red;
        font-weight: lighter;
        padding-bottom: 30px;
        border-bottom: 0.3px solid rgba(0,0,0,0.10);
    }

    .slider-two .title {
        font-size: 120%;
        color: #282727;
        font-weight: 800;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    @media only screen and (min-width: 1200px) {
        .slider-two .content {
            margin-left: 60px;
        }
    }

    .slider-two p {
        font-size: 90%;
        color: #808080;
        padding-bottom: 10%;
    }

    .slider-two a {
        color: #5a5865;
        font-size: 20px;
    }

        .slider-two a i {
            font-size: 20px;
            border: 1px solid rgba(90, 88, 101, 0.40);
            border-radius: 100%;
            padding: 10px 15px;
            color: #5a5865;
        }

    .slider-two del {
        color: red;
    }

    /*content İçin Oluşturdum*/
    /*@media only screen and (min-width: 1200px) {
    .slider-contentt {
        padding: 0 90px;
    }

}

@media only screen and (max-width: 1199px) {
    .slider-contentt {
        padding: 0 20px;
    }

}


@media only screen and (min-width: 1200px) {

    .slider-two .contentt {
        width: 30%;
    }

}

@media only screen and (max-width: 1199px) {

    .slider-two .contentt {
        width: 100%;
        margin-top: 20px;
    }

}

@media only screen and (min-width: 1200px) {
    .slider-two .contentt {
        margin-left: 0px;
    }
}*/
    /*bitti*/

    /*uniq-slider için oluşturulan*/
    @media only screen and (min-width: 1200px) {
        .uniq-slider-contentt {
            padding: 0 90px;
        }

        .uniq-slider-two {
            padding-top: 75px;
            padding-bottom: 50px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .uniq-slider-contentt {
            padding: 0 20px;
        }

        .uniq-slider-two {
            padding: 20px 0;
        }
    }

    .uniq-slider-two .uniq-slider-img img {
        width: 100%;
        height: 100%;
    }

    @media only screen and (min-width: 1200px) {
        .uniq-slider-two .uniq-slider-img {
            width: 70%;
        }

        .uniq-slider-two .contentt {
            width: 30%;
        }

        .uniq-slider-two .uniq-slider-img img {
            max-height: 730px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .uniq-slider-two .uniq-slider-img {
            width: 100%;
        }

        .uniq-slider-two .contentt {
            width: 300px;
            margin-top: 20px;
        }

        .uniq-slider-two .uniq-slider-img img {
            max-height: 430px;
        }
    }

    @media only screen and (min-width: 1200px) {
        .uniq-slider-two .sli2-col {
            display: flex !important;
            align-items: center;
        }
    }

    .uniq-slider-two .free {
        font-size: 32px;
        color: red;
        font-weight: lighter;
        padding-bottom: 30px;
        border-bottom: 0.3px solid rgba(0,0,0,0.10);
    }

    .uniq-slider-two .title {
        font-size: 150%;
        color: #282727;
        font-weight: 800;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    /*@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 710px !important;
    }
}*/

    @media only screen and (min-width: 1200px) {
        .uniq-slider-two .contentt {
            margin-left: 0px;
        }
    }

    .uniq-slider-two p {
        font-size: 100%;
        color: #808080;
        padding-bottom: 55px;
    }

    .uniq-slider-two a {
        color: #5a5865;
        font-size: 20px;
    }

        .uniq-slider-two a i {
            font-size: 20px;
            border: 1px solid rgba(90, 88, 101, 0.40);
            border-radius: 100%;
            padding: 10px 15px;
            color: #5a5865;
        }

    .uniq-slider-two del {
        color: red;
    }
    /*uniq-slider END*/

    /*** Banner Content Start ***/
    @media only screen and (min-width: 1200px) {
        .banner-content {
            display: flex !important;
            padding: 0 90px 40px 90px;
        }

            .banner-content .banner-left {
                width: 64%;
            }

            .banner-content .banner-right {
                width: 36%;
                margin-left: 35px;
            }

            .banner-content .banner-top {
                margin-bottom: 13px;
            }

                .banner-content .banner-top:nth-child(2) {
                    margin-bottom: 0;
                }
    }

    @media only screen and (max-width: 1199px) {
        .banner-content {
            padding: 20px;
        }

            .banner-content .banner-left {
                width: 100%;
            }

            .banner-content .banner-right {
                width: 100%;
            }

            .banner-content .banner-top {
                margin-top: 20px;
            }
    }

    .banner-content .banner-left img {
        width: 100%;
        height: 100%;
    }

    .banner-content .banner-top img {
        width: 100%;
        height: 100%;
    }

    /*** Trend Content Start ***/
    .trend-co {
        background: #f3f8ff;
    }

    @media only screen and (min-width:1200px) {
        .trend-co .co-all {
            padding: 0 70px;
            padding-bottom: 40px;
        }

        .trend-co .title-co {
            text-align: center;
            padding: 100px 0 50px 0;
        }
    }

    @media only screen and (max-width: 1199px) {
        .trend-co .title-co {
            text-align: center;
            padding: 30px 20px;
        }
    }

    .trend-co .title-co h4 {
        font-size: 30px;
        font-weight: lighter;
        color: #140402;
        padding-bottom: 10px;
    }

        .trend-co .title-co h4 span {
            font-weight: 800;
            color: #C81E42;
        }

    .trend-co .title-co .span {
        font-size: 14px;
        font-weight: 600;
        color: #140402;
    }

    @media only screen and (min-width:1200px) {
        .trend-co .content-co {
            display: flex;
            padding-bottom: 85px;
        }

        .trend-co .section-co {
            width: 23%;
            margin: 0 1%;
            box-shadow: 0 0 15px 15px #e4e9ef;
        }

            .trend-co .section-co.section-ct {
                box-shadow: none !important;
            }

        .trend-co .img-info {
            padding: 30px 90px 30px 43px;
            background: #fff;
        }

            .trend-co .img-info.section-ct {
                padding: 20px 0 0 0 !important;
                background: none !important;
            }
    }

    .ts-col {
        padding: 20px;
    }

    .trend-section {
        box-shadow: 0 0 15px 15px #e4e9ef;
    }

    @media only screen and (max-width:1199px) {
        .trend-co .content-co {
            padding: 0 20px;
        }

        .trend-co .section-co {
            width: 100%;
            margin-bottom: 20px;
            box-shadow: 0 0 15px 15px #e4e9ef;
        }

            .trend-co .section-co.section-ct {
                box-shadow: none !important;
                background: none !important;
            }

        .trend-co .img-info {
            padding: 20px;
            background: #fff;
        }

            .trend-co .img-info.section-ct {
                padding: 20px 0 0 0 !important;
                background: none !important;
            }
    }

    .trend-co .section-co img {
        width: 100%;
    }

    .trend-co .img-info .img-price del {
        font-size: 15px;
        font-weight: 400;
    }

    .trend-co .img-info .img-price span {
        display: inline-block;
        /* margin-left: 10px;*/
        font-size: 17.5px;
        font-weight: 600;
    }

    .trend-co .img-info .img-price a {
        display: inline-block;
        font-size: 9px;
        padding: 8px 17px;
        margin-left: 10px;
        background: #c5133d;
        border-radius: 15px;
        color: #fff;
        transition: 300ms all;
        opacity: 1;
        transition: all .2s ease-in-out;
    }

    .trend-co .section-co:hover > .img-info .img-price a,
    .trend-co .trend-section:hover > .img-info .img-price a {
        opacity: 1;
        transition: all .2s ease-in-out;
    }


    .trend-co .img-info .img-price a:hover {
        transform: scale(1.05);
    }

    .trend-co .img-content {
        font-size: 18px;
        font-weight: 800;
        color: #3f3f3f;
        padding-bottom: 19px;
    }

        .trend-co .img-content a {
            font-size: 18px;
            font-weight: 800;
            color: #3f3f3f;
            padding-bottom: 19px;
        }

        .trend-co .img-content span {
            font-weight: 500;
        }

    @media only screen and (min-width: 1200px) {
        .trend-co .title-end {
            text-align: center;
            margin-top: 60px;
            padding-bottom: 100px;
        }

            .trend-co .title-end a {
                display: inline-block;
                font-size: 16px;
                font-weight: bold;
                padding: 20px 80px;
                border: 1px solid #c5133d;
                border-radius: 22px;
                color: #c5133d;
                transition: 350ms all;
            }

                .trend-co .title-end a:hover {
                    background: #c5133d;
                    color: #fff;
                }
    }

    @media only screen and (max-width: 1199px) {
        .trend-co .title-end {
            text-align: center;
            padding-bottom: 20px;
        }

            .trend-co .title-end a {
                display: inline-block;
                font-size: 16px;
                font-weight: bold;
                padding: 10px 50px;
                border: 1px solid #c5133d;
                border-radius: 15px;
                color: #c5133d;
            }
    }

    .sli2-bottom {
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }


        .sli2-bottom .sli2-bot-col #price {
            position: relative;
            display: block;
            font-size: 170%;
            font-weight: 800;
            left: -25%;
        }

        .sli2-bottom .sli2-bot-col .price {
            position: relative;
            font-size: 103%;
            font-weight: 600;
            color: #c5133d;
            left: -25%;
        }

    /*** Contact Start ***/
    @media only screen and (min-width: 1200px) {
        .contact-all {
            padding-top: 20px;
        }

    }

    @media only screen and (max-width: 1199px) {
        .contact-all {
            padding-top: 20px;
        }
    }

    @media only screen and (min-width:1200px) {
        .contact-all .contact-col {
            display: flex;
            padding: 0px 90px;
            position: relative;
            top: 5px;
        }

        .contact-all .contact-ol {
            width: 33%;
            display: flex;
        }
    }

    @media only screen and (max-width:1199px) {
        .contact-all .contact-col {
            padding: 0 20px;
        }

        .contact-all .contact-ol {
            width: 100%;
            display: flex;
        }
    }

    @media only screen and (min-width:1200px) {
        .contact-all .contact-ol .contact-cont {
            padding: 25px 0 25px 25px;
            line-height: 25px;
            background-color: white;
        }
    }

    @media only screen and (max-width:1199px) {
        .contact-all .contact-ol {
            margin-bottom: 20px;
        }

            .contact-all .contact-ol .contact-cont {
                padding: 0 15px 15px 15px;
                width: 80%;
                line-height: 25px;
            }

            .contact-all .contact-ol .contact-img {
                width: 20%;
            }

                .contact-all .contact-ol .contact-img img {
                    width: 100%;
                    display: block;
                }
    }

    .contact-all .contact-ol .contact-cont h4 {
        font-size: 25px;
        font-weight: 600;
        color: #1e1e1e;
        padding-bottom: 10px;
    }

        .contact-all .contact-ol .contact-cont h4 span {
            font-weight: 500;
        }

    .contact-all .contact-ol .contact-cont p {
        font-size: 14px;
        max-width: 270px;
    }

    @media only screen and (min-width: 1200px) {
        .contact-all .contact-us {
            display: flex;
            justify-content: space-around;
            padding: 110px 0 120px 0;
        }
    }

    @media only screen and (max-width: 1200px) {
        .contact-all .contact-us {
            margin-bottom: 15px;
        }
    }

    @media only screen and (min-width: 1200px) {
        .contact-all .contact-us .us-col a {
            display: inline-block;
            font-size: 26px;
            padding: 20px 70px;
            border: 1px solid #c5133d;
            border-radius: 20px;
            color: #c5133d;
            transition: 350ms all;
        }

            .contact-all .contact-us .us-col a:hover {
                background: #c5133d;
                color: #fff;
            }
    }

    @media only screen and (max-width: 1199px) {
        .contact-all .contact-us .us-col a {
            display: inline-block;
            font-size: 16px;
            font-weight: 600;
            padding: 10px 30px;
            border: 1px solid #c5133d;
            border-radius: 10px;
            color: #c5133d;
        }

        .contact-all .contact-us .us-col {
            padding-bottom: 10px;
            text-align: center;
        }
    }

    /*** Content END ***/

    /*** Footer Start ***/

    .footer-all .footer-left {
        z-index: 10;
    }

    @media only screen and (min-width: 1200px) {
        .footer-all {
            display: flex;
        }

            .footer-all .footer-left {
                width: 30%;
                /*background: #282727;*/
                /*padding: 45px 125px 30px 185px;*/
                background: #000;
                padding: 0px 125px 0px 75px;
            }
    }

    @media only screen and (max-width: 1199px) {
        .footer-all .footer-left {
            width: 100%;
            background: #282727;
            padding: 25px 20px;
        }
    }

    .footer-all .footer-left .footer-logo a {
        font-size: 45px;
        font-weight: 900;
    }

    .footer-all .footer-left .footer-content {
        padding: 45px 0 35px 0;
    }

        .footer-all .footer-left .footer-content p {
            font-size: 15px;
            color: #c2c2c2;
            line-height: 25px;
        }

            .footer-all .footer-left .footer-content p a {
                font-weight: 700;
                color: #d8d6d6;
            }

    .footer-all .footer-us {
        display: flex;
        align-items: center;
        padding-bottom: 30px;
    }

        .footer-all .footer-us .footer-span div {
            line-height: 25px;
            color: #fff;
            padding-left: 15px;
        }

            .footer-all .footer-us .footer-span div span {
                display: block;
            }

    .footer-all .footer-copy h4 {
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        color: #c2c2c2;
    }

    .footer-all .footer-at {
        padding-top: 30px;
    }

    @media only screen and (min-width: 1200px) {
        .footer-all .footer-right {
            width: 70%;
            /*background: #3e3c3c;*/
            background: #000;
        }

        .footer-all .footer-right {
            /*padding-top: 65px;*/
            padding-top: 10px;
            z-index: 9;
        }
    }

    @media only screen and (max-width: 1199px) {
        .footer-all .footer-right {
            width: 100%;
            background: #3e3c3c;
        }

        .footer-all .footer-right {
            padding-top: 25px;
        }
    }


    @media only screen and (min-width: 1200px) {
        .footer-all .footer-col {
            display: flex;
            justify-content: space-around;
        }

        .footer-all .footer-info h4 {
            font-size: 19px;
            color: #fff;
            border-bottom: 1.5px solid #9d9d9d;
            padding-bottom: 10px;
        }

        .footer-all .footer-info ul {
            line-height: 35px;
        }

            .footer-all .footer-info ul li a {
                font-size: 14px;
                color: #d1d1d1;
                font-weight: lighter;
            }

        .mobil {
            display: none;
        }
    }

    @media only screen and (max-width: 1199px) {
        .footer-all .footer-info h4 {
            font-size: 19px;
            color: #fff;
            text-align: center;
            padding-bottom: 20px;
        }



        .web {
            display: none;
        }

        .mobil {
            display: block;
        }
    }


    @media only screen and (min-width: 1200px) {
        .footer-all .footer-media {
            padding-top: 50px;
            margin-right: 200px;
            padding-bottom: 10px;
        }

            .footer-all .footer-media ul {
                justify-content: flex-end;
                display: flex;
            }

                .footer-all .footer-media ul li {
                    padding-right: 10px;
                    transition: 300ms all;
                }

                    .footer-all .footer-media ul li:hover {
                        opacity: 0.7;
                    }

                    .footer-all .footer-media ul li a i {
                        font-size: 30px;
                        color: #d0d0d0;
                    }
    }

    @media only screen and (max-width: 1199px) {
        .footer-all .footer-media {
            padding-bottom: 20px;
        }

            .footer-all .footer-media ul {
                display: flex;
                justify-content: center;
            }

                .footer-all .footer-media ul li {
                    padding-right: 10px;
                }

                    .footer-all .footer-media ul li a i {
                        font-size: 30px;
                        color: #d0d0d0;
                    }
    }
    /*** Footer END ***/


    /*** KapalÄ± Menu ***/
    .bot-menu-open {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: none;
        background: rgba(255, 255, 255, 0.9); /* Beyaz arka plan, %90 opaklık */
        z-index: 1000;
    }

        .bot-menu-open .bot-close {
            content: '';
            display: block;
            position: absolute;
            font-size: 25px;
            right: 15px;
            cursor: pointer;
            top: 15px;
            z-index: 100;
            color: black;
        }

        .bot-menu-open .bot-menu {
            display: flex;
            padding: 10px;
        }

        .bot-menu-open .bt-grp {
            width: 25%;
            position: relative;
            background: url("../../images/yasam-oda.jpg")no-repeat center center;
            background-size: cover;
        }

        .bot-menu-open .bt-grp2 {
            background: url("../../images/oturma-oda.jpg")no-repeat center center;
            background-size: cover;
        }

        .bot-menu-open .bt-grp3 {
            background: url("../../images/yasam-oda.jpg")no-repeat center center;
            background-size: cover;
        }

        .bot-menu-open .bt-grp4 {
            background: url("../../images/yasam-oda.jpg")no-repeat center center;
            background-size: cover;
            position: relative;
        }

        .bot-menu-open .bt-grp .bt-bg {
            width: 100%;
            display: flex;
            height: 100vh;
            background: rgb(255, 255, 255, 0.5);
            align-items: center;
            transition: 350ms all;
        }

            .bot-menu-open .bt-grp .bt-bg .bt-bg-col {
                text-align: center;
                width: 100%;
            }

        .bot-menu-open .bt-grp:hover .bt-bg {
            background: rgba(0, 0, 0, 0.5);
        }

            .bot-menu-open .bt-grp:hover .bt-bg .bt-bg-col h4 {
                color: white;
            }

        .bot-menu-open .bt-grp ul {
            display: none;
            position: relative;
        }

            .bot-menu-open .bt-grp ul:after {
                content: '';
                display: block;
                position: absolute;
                background: #fff;
                width: 90px;
                height: 2px;
                top: -17px;
                left: 190px;
            }

        .bot-menu-open .bt-grp:hover ul {
            display: block;
        }

    @media only screen and (max-width:1199px) {

        .bot-menu-open {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
            display: none;
            background: white;
            z-index: 1000;
        }

            .bot-menu-open .bot-close {
                content: '';
                display: block;
                position: absolute;
                font-size: 25px;
                right: 15px;
                cursor: pointer;
                top: 15px;
                z-index: 100;
                color: black;
            }

            .bot-menu-open .bot-menu {
                display: flex;
                padding: 10px;
            }

            .bot-menu-open .bt-grp {
                width: 25%;
                position: relative;
                background: url("../../images/yasam-oda.jpg")no-repeat center center;
                background-size: cover;
            }

            .bot-menu-open .bt-grp2 {
                background: url("../../images/oturma-oda.jpg")no-repeat center center;
                background-size: cover;
            }

            .bot-menu-open .bt-grp3 {
                background: url("../../images/yasam-oda.jpg")no-repeat center center;
                background-size: cover;
            }

            .bot-menu-open .bt-grp4 {
                background: url("../../images/yasam-oda.jpg")no-repeat center center;
                background-size: cover;
                position: relative;
            }

            .bot-menu-open .bt-grp .bt-bg {
                width: 100%;
                display: flex;
                height: 100vh;
                background: rgb(255, 255, 255, 0.5);
                align-items: center;
                transition: 350ms all;
            }

                .bot-menu-open .bt-grp .bt-bg .bt-bg-col {
                    text-align: center;
                    width: 100%;
                }

            .bot-menu-open .bt-grp:hover .bt-bg {
                background: rgb(0, 0, 0, 0.5);
            }

                .bot-menu-open .bt-grp:hover .bt-bg .bt-bg-col a {
                    color: white;
                }

            .bot-menu-open .bt-grp ul {
                display: none;
                position: relative;
            }

                .bot-menu-open .bt-grp ul:after {
                    content: '';
                    display: block;
                    position: absolute;
                    background: #fff;
                    width: 90px;
                    height: 2px;
                    top: -17px;
                    left: 190px;
                }

            .bot-menu-open .bt-grp:hover ul {
                display: block;
            }
    }

    @media only screen and (min-width: 1200px) {
        .bot-menu-open .bt-bg-col h4 {
            font-size: 138%;
            color: black;
            font-weight: 600;
            padding-bottom: 30px;
            position: relative;
        }

        .bot-menu-open .bt-bg-col h4 {
            font-size: 138%;
            color: black;
            font-weight: 600;
            padding-bottom: 30px;
            position: relative;
        }

            .bot-menu-open .bt-bg-col h4 span {
                font-weight: 400;
            }

        .bot-menu-open .bt-bg-col ul li {
            padding-bottom: 15px;
        }

            .bot-menu-open .bt-bg-col ul li a {
                font-size: 20px;
                transition: 350ms all;
            }

                .bot-menu-open .bt-bg-col ul li a:hover {
                    opacity: 0.65;
                }
    }

    @media only screen and (max-width: 1199px) {
        .bot-menu-open .bt-bg-col h4 {
            font-size: 12px;
            color: black;
            flex-wrap: nowrap;
            padding-bottom: 30px;
            position: relative;
        }

            .bot-menu-open .bt-bg-col h4 span {
                font-weight: 400;
            }

        .bot-menu-open .bt-bg-col ul li a {
            font-size: 12px;
        }

        .bot-menu-open .bt-bg-col ul li {
            padding-bottom: 10px;
        }
    }


    /* Anasayfa end */

    /*** iletiÅŸim  ***/
    @media only screen and (min-width: 1200px) {
        .g-map {
            width: 100%;
            height: 560px;
        }

            .g-map .google-map {
                width: 100%;
                height: 100%;
            }
    }

    @media only screen and (max-width: 1199px) {
        .g-map {
            width: 100%;
        }

            .g-map .google-map {
                width: 100%;
            }
    }

    .form {
        background: #f5f7fa;
        width: 100%;
    }

    @media only screen and (min-width: 1200px) {
        .info {
            position: relative;
            margin: 0 auto;
            margin-top: -125px;
            z-index: 10;
            text-align: center;
            background: #212121;
            width: 1020px;
            height: 430px;
            overflow: hidden;
            border: 30px solid #333333;
        }
    }

    @media only screen and (max-width: 1199px) {
        .info {
            text-align: center;
            background: #212121;
            width: 100%;
            overflow: hidden;
            border: 20px solid #333333;
        }

        .c-info p {
            font-size: 16px;
            color: #fff;
            padding: 20px 0;
        }

        .c-info h1 {
            padding-bottom: 20px;
            color: #fff;
            font-size: 16px;
        }

        .c-info h2 {
            font-size: 15px;
            color: #fff;
            padding-bottom: 20px;
        }

        .c-contact {
            display: flex;
            justify-content: center;
            padding-bottom: 20px;
        }

            .c-contact .c-ph {
                padding-right: 30px;
            }

                .c-contact .c-ph:nth-child(2) {
                    padding-right: 0;
                }

                .c-contact .c-ph h3, .c-number {
                    color: #fff;
                    font-size: 15px;
                }

        .info .c-us h4 {
            font-size: 18px;
            color: #fff;
            padding-bottom: 10px;
        }

        .info .c-us .c-number {
            font-size: 15px;
            color: #fff;
        }
    }

    .c-info p {
        font-size: 18px;
        color: #fff;
        padding: 40px 0;
    }

    .c-info h1 {
        padding-bottom: 20px;
        color: #fff;
        font-size: 18px;
    }

    .c-info h2 {
        font-size: 15px;
        color: #fff;
        padding-bottom: 40px;
    }

    .c-contact {
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
    }

        .c-contact .c-ph {
            padding-right: 40px;
        }

            .c-contact .c-ph:nth-child(2) {
                padding-right: 0;
            }

            .c-contact .c-ph h3, .c-number {
                color: #fff;
                font-size: 15px;
            }

    .info .c-us {
        padding-bottom: 30px
    }

        .info .c-us h4 {
            font-size: 18px;
            color: #fff;
            padding-bottom: 15px;
        }

        .info .c-us .c-number {
            font-size: 15px;
            color: #fff;
            padding-bottom: 30px;
        }

    /*** Form Start ***/

    @media only screen and (min-width: 1200px) {
        .f-content {
            padding-top: 80px;
            padding: 80px 0 150px 0;
        }

        .form .f-content .input-col {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .form .f-submit {
            /*margin-left: 410px;*/
            text-align: center;
        }

        .form .f-content .input-col .f-input {
            padding: 0 45px 45px 45px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .f-content {
            padding-top: 60px;
            padding: 60px 0 60px 0;
        }

        .form .f-content .input-col {
            justify-content: center;
            align-items: center;
        }

        .form .f-submit {
            text-align: center;
        }

        .form .f-content .input-col .f-input {
            padding: 0 35px 25px 35px;
        }
    }

    .form .f-content .input-col .f-input label {
        display: block;
        font-size: 15px;
        color: #888888;
        font-weight: 600;
        padding: 0 0 5px 5px;
    }

    .form .f-content .input-col .f-input .form-control {
        font-size: 18px;
        color: #656565;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        width: 300px;
        padding: 8px;
    }

    .form .f-submit input[type=submit] {
        padding: 15px 50px;
        background: #c5133d;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
    }

        .form .f-submit input[type=submit]:active {
            opacity: 0.75;
        }
    /*** iletiÅŸim  END ***/

    /* KayÄ±t Ol */
    .login-h3 {
        font-size: 120%;
        font-weight: 800;
        /* color: #c5133d; */
        padding-bottom: 10px;
    }

    .login-h2 {
        font-size: 120%;
        font-weight: 600;
        /* color: #c5133d; */
        margin-bottom: -10px;
    }

    .kt-form {
        background: #f5f7fa;
    }

    @media only screen and (min-width: 1200px) {
        .kt-form .kt-title {
            width: 300px;
            margin: 0 auto;
            padding-top: 80px;
        }

            .kt-form .kt-title h1 {
                font-family: 'Montserrat', sans-serif;
                font-weight: 700;
                position: relative;
                width: 100%;
            }

                .kt-form .kt-title h1::after {
                    content: '';
                    display: block;
                    position: absolute;
                    background: #282727;
                    width: 120px;
                    height: 5px;
                    bottom: -30px;
                }

                .kt-form .kt-title h1 span {
                    font-weight: lighter;
                }

        /* KayÄ±t Title */

        .kayit-title {
            width: 300px;
            margin-top: -60px;
            padding-bottom: 35px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .kt-form .kt-title {
            width: 300px;
            margin: 0 auto;
            padding-top: 30px;
        }

            .kt-form .kt-title h1 {
                font-family: 'Montserrat', sans-serif;
                font-size: 35px;
                font-weight: 700;
                position: relative;
                width: 100%;
            }

                .kt-form .kt-title h1::after {
                    content: '';
                    display: block;
                    position: absolute;
                    background: #282727;
                    width: 120px;
                    height: 5px;
                    bottom: -30px;
                }

                .kt-form .kt-title h1 span {
                    font-weight: lighter;
                }


        .kayit-title {
            width: 300px;
            /*  margin-top: -55px;*/
            padding-bottom: 35px;
        }
    }



    @media only screen and (min-width: 1200px) {
        .kt-form .kt-col {
            display: flex;
            padding-top: 100px;
            padding-bottom: 120px;
        }

        .kt-form .kt-input {
            width: 50%;
        }

            .kt-form .kt-input .kt-ipt {
                width: 580px;
                height: 100%;
                padding: 85px 75px 40px 65px;
                background: #fff;
            }

            .kt-form .kt-input .kt-inp {
                width: 100%;
            }

            .kt-form .kt-input .kt-in {
                width: 100%;
                height: 50px;
                position: relative;
            }

                .kt-form .kt-input .kt-in input {
                    width: 100%;
                    height: 100%;
                    border: 1px solid #e2e2e2;
                    font-size: 14px;
                    color: #151515;
                    padding: 20px;
                }
    }

    @media only screen and (max-width: 1199px) {
        .kt-form .kt-col {
            margin-top: 110px;
            margin-bottom: 130px;
        }

        .kt-form .kt-input {
            width: 100%;
        }

            .kt-form .kt-input .kt-ipt {
                width: 100%;
                height: 100%;
                padding: 20px;
                background: #fff;
            }

            .kt-form .kt-input .kt-inp {
                width: 100%;
            }

            .kt-form .kt-input .kt-in {
                width: 100%;
                height: 100px;
                position: relative;
            }

                .kt-form .kt-input .kt-in input {
                    width: 60%;
                    height: 50%;
                    border: 1px solid #e2e2e2;
                    font-size: 14px;
                    color: #151515;
                    padding: 15px;
                }
    }


    .kt-form .kt-input .kt-in input:active,
    .kt-form .kt-input .kt-in input:focus {
        border-left: 10px solid #c5133d;
    }

    .kt-in input:focus ~ label,
    .kt-in input:valid ~ label {
        transform: translateY(-20px);
    }

    .kt-form .kt-input .kt-in label {
        position: absolute;
        bottom: 30px;
        left: 20px;
        color: #cacaca;
        font-size: 14px;
        pointer-events: none;
        transition: 300ms all;
    }

    @media only screen and (min-width: 1200px) {
        .kt-form .kt-img {
            width: 50%;
        }

            .kt-form .kt-img img {
                float: right;
            }
    }

    @media only screen and (max-width: 1199px) {
        .kt-form .kt-img {
            display: none;
        }
    }

    .kt-form .kt-check p, .kt-check label {
        font-size: 12px;
        color: #575757;
        font-weight: 500;
        opacity: 0.8;
    }

    .kt-form .kt-check a {
        font-weight: 800;
        color: #575757;
        font-size: 12px;
        text-decoration: underline !important;
    }

    .kt-form .kt-check {
        padding-top: 40px;
    }

        .kt-form .kt-check p {
            padding-bottom: 20px;
        }

    .kt-form .kt-box {
        padding-bottom: 10px;
    }

        .kt-form .kt-box:nth-child(5) {
            padding-bottom: 0;
        }

    .kt-form .kt-btn {
        padding-top: 30px;
    }

    @media only screen and (min-width: 1200px) {
        .kt-form .kt-btn button, .kt-btn a {
            padding: 10px 50px;
            margin-right: 10px;
            border: 3px solid #c5133d;
            background: #fff;
            color: #c5133d;
            font-size: 14px;
            font-weight: bold;
            font-family: 'Montserrat', sans-serif;
            transition: 250ms all;
        }

            .kt-form .kt-btn button:active {
                background: #c5133d;
                color: #fff;
            }
    }

    @media only screen and (max-width: 1199px) {
        .kt-form .kt-btn button, .kt-btn a {
            padding: 10px 30px;
            margin-right: 5px;
            border: 3px solid #c5133d;
            background: #fff;
            color: #c5133d;
            font-size: 12px;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
        }

            .kt-form .kt-btn button:active {
                background: #c5133d;
                color: #fff;
            }
    }

    /*** iletiÅŸim END  ***/


    /*** Kategori Start ***/
    .flt-kt-sub {
        margin-left: 20px;
    }

    .kt-cnt-all .flt-col .flt-col2, .contact-ol {
        z-index: 1;
    }

    @media only screen and (min-width: 1200px) {
        .kt-cnt-all {
            display: flex;
            max-width: 1660px;
            margin: 0 auto;
            padding: 0 20px;
            margin-top: 100px;
        }

            .kt-cnt-all .flt-col {
                width: 20%;
                /*z-index: -1;*/
                /*margin-top: 95px;*/
            }

                .kt-cnt-all .flt-col .flt-col2 {
                    padding: 1px 15px 1px 10px;
                    background: #f7f6f6;
                    padding-bottom: -10px;
                    /*width: 18%;*/
                }

            .kt-cnt-all .cnt-col {
                width: 100%;
                /*padding-left: 5%;*/
                /*margin-top: 50px;*/
                min-height: 1000px;
            }

            .kt-cnt-all .flt-banner {
                margin-top: 55px;
            }

                .kt-cnt-all .flt-banner img {
                    width: 100%;
                }
    }

    @media only screen and (max-width: 1199px) {
        .kt-cnt-all .flt-col {
            width: 100%;
            /*padding: 0 10px;*/
            margin-top: 10px;
        }

            .kt-cnt-all .flt-col .sticky-open {
                height: calc(100vh - 70px);
                top: 70px;
                z-index: 999;
            }

        .kt-cnt-all {
            width: 100%;
            padding: 0 10px;
            margin-top: 75px;
        }

            .kt-cnt-all .cnt-col {
                width: 100%;
                padding: 0 10px;
                margin-top: 30px;
            }

            .kt-cnt-all .flt-banner {
                display: none;
            }
    }

    .kt-cnt-all .flt {
        display: flex;
        padding-bottom: 30px;
        align-items: center;
        justify-content: space-between;
    }

        .kt-cnt-all .flt h1 {
            font-size: 19px;
            color: #2a2a2a;
            border-bottom: 1px solid #2a2a2a;
        }

        .kt-cnt-all .flt .flt-clear span {
            padding: 3px 10px;
            background: #2a2a2a;
            color: #fff;
            font-size: 13px;
            cursor: pointer;
        }

            .kt-cnt-all .flt .flt-clear span:active {
                opacity: 0.8;
            }

    .kt-cnt-all .flt-price {
        padding-bottom: 40px;
    }

        .kt-cnt-all .flt-price input {
            border: 1px solid rgba(0,0,0, 0.2);
            width: 90px;
            height: 30px;
            padding: 5px
        }

    .kt-cnt-all .flt-color {
        padding-bottom: 50px;
    }

    .kt-cnt-all .flt-kat {
        padding-bottom: 35px;
    }

        .kt-cnt-all .flt-kat h2 {
            font-size: 13px;
            font-weight: 700;
            color: #2a2a2a;
            /*padding-bottom: 25px;*/
        }

        .kt-cnt-all .flt-kat label {
            font-size: 10px;
            font-weight: 600;
            color: #2a2a2a;
        }

    .kt-cnt-all .flt-kt {
        /*padding-bottom: 5px;*/
        align-items: center;
    }

    /* .kt-cnt-all .flt-kt:nth-child(5) {
        padding-bottom: 0;
    }*/

    .kt-cnt-all .flt-sec h3 {
        font-size: 13px;
        font-weight: 700;
        color: #2a2a2a;
        padding-bottom: 25px;
    }

    .kt-cnt-all .flt-sec label {
        font-size: 12px;
        font-weight: 600;
        color: #2a2a2a;
    }

    .kt-cnt-all .flt-sec .flt-sc {
        padding-bottom: 11px;
        align-items: center;
    }

    @media only screen and (min-width: 1200px) {
        .kt-cnt-all .cnt-col .cnt-col-title h4 {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 30px;
        }

            .kt-cnt-all .cnt-col .cnt-col-title h4 span {
                font-weight: 800;
            }

        .kt-cnt-all .cnt-col .cnt-col-title .cnt-menu {
            width: 670px;
            height: 30px;
            display: flex;
            margin-left: 25px;
        }

            .kt-cnt-all .cnt-col .cnt-col-title .cnt-menu span {
                width: 25%;
                height: 100%;
                background: #ededed;
                text-align: center;
                cursor: pointer;
                font-size: 13px;
                font-weight: bold;
                line-height: 30px;
            }
    }

    .kt-cnt-all .cnt-col .cnt-col-title .cnt-menu span:hover,
    .kt-cnt-all .cnt-col .cnt-col-title .cnt-menu span.current {
        background: #bfbfbf;
        color: #fff;
    }

    .tab-content {
        display: none;
    }

        .tab-content.current {
            display: block;
        }

    @media only screen and (max-width: 1199px) {
        .kt-cnt-all .cnt-col .cnt-col-title h4 {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 15px;
        }

            .kt-cnt-all .cnt-col .cnt-col-title h4 span {
                font-weight: 800;
            }

        .kt-cnt-all .cnt-col .cnt-col-title .cnt-menu {
            width: 670px;
            height: 30px;
            display: flex;
        }

            .kt-cnt-all .cnt-col .cnt-col-title .cnt-menu span {
                width: 25%;
                height: 100%;
                background: #ededed;
                text-align: center;
                cursor: pointer;
                font-size: 11px;
                font-weight: bold;
                line-height: 30px;
            }
    }


    .kt-cnt-all .cnt-ktg {
        display: flex;
        flex-wrap: wrap;
        margin-top: 35px;
    }

    @media only screen and (min-width: 1200px) {
        .kt-cnt-all .cnt-ktg {
            width: 100%;
            /*margin-left: -2.5%;*/
        }

            .kt-cnt-all .cnt-ktg .ktg-col {
                /* width: 28.3%; */
                margin-right: 2.5%;
                margin-left: 2.5%;
                padding-bottom: 60px;
                position: relative;
            }

                .kt-cnt-all .cnt-ktg .ktg-col a img {
                    width: 100%;
                }

        .grid4 .ktg-col {
            width: 22.4% !important;
            margin-right: 1.3% !important;
            margin-left: 1.3% !important;
        }

        .grid4 .cnt-ktg {
            width: 102.6% !important;
            margin-left: -1.3%;
        }

        .kt-cnt-all .cnt-ktg .ktg-col .frst {
            position: absolute;
            top: -15px;
            right: -10px;
            /*background: #5613c5;*/
            color: #fff;
            width: 70px;
            border-radius: 70px;
            text-align: center;
            font-size: 14px;
        }

            .kt-cnt-all .cnt-ktg .ktg-col .frst .frst-row {
                display: flex;
                height: 70px;
                align-items: center;
            }

                .kt-cnt-all .cnt-ktg .ktg-col .frst .frst-row .frst-col {
                    width: 100%;
                }

        .kt-cnt-all .cnt-ktg .ktg-col .frst-red {
            position: absolute;
            top: -20px;
            right: 40px;
            /*background: #c5133d;*/
            color: #fff;
            width: 70px;
            height: 70px;
            border-radius: 70px;
            padding-top: 15px;
            text-align: center;
            font-size: 14px;
            line-height: 17px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .kt-cnt-all .cnt-ktg .ktg-col {
            width: 100%;
            margin: 0 1%;
            padding-bottom: 20px;
            position: relative;
        }

            .kt-cnt-all .cnt-ktg .ktg-col a img {
                width: 100%;
            }

            .kt-cnt-all .cnt-ktg .ktg-col .frst {
                position: absolute;
                top: -5px;
                right: 0px;
                color: #fff;
                width: 50px;
                border-radius: 50px;
                text-align: center;
                font-size: 14px;
            }

                .kt-cnt-all .cnt-ktg .ktg-col .frst .frst-row {
                    display: flex;
                    height: 50px;
                    align-items: center;
                }

                    .kt-cnt-all .cnt-ktg .ktg-col .frst .frst-row .frst-col {
                        width: 100%;
                        font-size: 11px;
                    }

            .kt-cnt-all .cnt-ktg .ktg-col .frst-red {
                position: absolute;
                top: -20px;
                right: 50px;
                /* background: #c5133d;*/
                color: #fff;
                width: 50px;
                height: 50px;
                border-radius: 50px;
                padding-top: 15px;
                text-align: center;
                font-size: 11px;
                line-height: 11px;
            }
    }



    .kt-cnt-all .cnt-ktg .ktg-col .like {
        opacity: 0;
        transition: all .2s ease-in-out;
    }

        .kt-cnt-all .cnt-ktg .ktg-col .like:hover {
            opacity: 1;
        }

    .kt-cnt-all .cnt-ktg .ktg-col > a:hover + .like {
        opacity: 1;
        transition: all .2s ease-in-out;
    }

    .kt-cnt-all .cnt-ktg .ktg-col .like .cnt-like a i {
        background: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        text-align: center;
        color: red;
    }

    .kt-cnt-all .cnt-ktg .ktg-col .like .cnt-like {
        position: absolute;
        top: 170px;
        right: 10px;
    }

    .grid4 .cnt-like {
        top: 110px !important;
    }

    .kt-cnt-all .cnt-ktg .ktg-col .like .cnt-like2 a i {
        background: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        text-align: center;
        color: red;
    }

    .kt-cnt-all .cnt-ktg .ktg-col .like .cnt-like2 {
        position: absolute;
        top: 205px;
        right: 10px;
        display: block;
    }

    .grid4 .cnt-like2 {
        top: 145px !important;
    }

    @media only screen and (min-width: 1200px) {
        .kt-cnt-all .cnt-ktg .ktg-col .col-inner {
            padding: 30px 0 20px 0;
        }

        .kt-cnt-all .cnt-ktg .ktg-col .col-inner-cat {
            padding: 30px 0 20px 0;
        }

            .kt-cnt-all .cnt-ktg .ktg-col .col-inner-cat a {
                font-size: 20px;
                color: #494949;
                font-weight: 600;
            }

        .kt-cnt-all .cnt-ktg .ktg-col .col-inner a {
            font-size: 18px;
            color: #333;
            /*font-weight: 600;*/
        }

        .kt-cnt-all .cnt-ktg .ktg-col .col-price del {
            font-size: 17.5px;
            font-weight: 700;
            color: #909090;
        }

        .kt-cnt-all .cnt-ktg .ktg-col .col-price span {
            font-size: 17.5px;
            color: #c5133d;
            font-weight: 800;
        }
    }

    @media only screen and (max-width: 1199px) {
        .kt-cnt-all .cnt-ktg .ktg-col .col-inner {
            padding: 8px 0 6px 0;
        }

        .kt-cnt-all .cnt-ktg .ktg-col .col-inner-cat {
            padding: 8px 0 6px 0;
        }

        .kt-cnt-all .cnt-ktg .ktg-col .col-inner a {
            font-size: 15px;
            color: #494949;
            font-weight: 600;
        }

        .kt-cnt-all .cnt-ktg .ktg-col .col-price del {
            display: block;
            font-size: 13px !important;
            font-weight: 700;
            color: #909090;
        }

        .kt-cnt-all .cnt-ktg .ktg-col .col-price span {
            font-size: 14px;
            color: #c5133d;
            font-weight: 800;
        }
    }

    @media only screen and (min-width: 1200px) {
        .ktg-info-all {
            background: #f5f7fa;
        }

            .ktg-info-all .ktg-info {
                padding-top: 3%;
                padding-bottom: 4%;
            }

                .ktg-info-all .ktg-info .ktg-inf-col {
                    display: flex;
                    max-width: 1602px;
                    margin: 0 auto;
                    padding-bottom: 5%;
                }

                    .ktg-info-all .ktg-info .ktg-inf-col .ktg-inf-row {
                        width: 20%;
                        line-height: 26px;
                    }

                        .ktg-info-all .ktg-info .ktg-inf-col .ktg-inf-row h4 {
                            font-size: 18px;
                            font-weight: 700;
                            color: #171717;
                            width: 57%;
                        }

                        .ktg-info-all .ktg-info .ktg-inf-col .ktg-inf-row p {
                            font-size: 14px;
                            color: #a1a1a1;
                            width: 55%;
                        }

            .ktg-info-all .ktg-inf {
                max-width: 1602px;
                margin: 0 auto;
                line-height: 22px;
            }

                .ktg-info-all .ktg-inf .ktg-in {
                    padding-bottom: 30px;
                }

                    .ktg-info-all .ktg-inf .ktg-in p {
                        font-size: 16px;
                        color: #171717;
                        font-weight: 500;
                    }

                .ktg-info-all .ktg-inf .ktg-if p {
                    font-size: 16px;
                    color: #171717;
                    font-weight: 500;
                }
    }

    @media only screen and (max-width: 1199px) {
        .ktg-info-all {
            background: #f5f7fa;
        }

            .ktg-info-all .ktg-info {
                padding-top: 3%;
                padding-bottom: 4%;
            }

                .ktg-info-all .ktg-info .ktg-inf-col {
                    display: flex;
                    max-width: 1602px;
                    margin: 0 auto;
                    padding-bottom: 5%;
                }

                    .ktg-info-all .ktg-info .ktg-inf-col .ktg-inf-row {
                        width: 20%;
                        line-height: 16px;
                    }

                        .ktg-info-all .ktg-info .ktg-inf-col .ktg-inf-row h4 {
                            font-size: 12px;
                            font-weight: 700;
                            color: #171717;
                            width: 57%;
                            padding-bottom: 10px;
                        }

                        .ktg-info-all .ktg-info .ktg-inf-col .ktg-inf-row p {
                            font-size: 11px;
                            color: #a1a1a1;
                            width: 55%;
                        }

            .ktg-info-all .ktg-inf {
                max-width: 1602px;
                margin: 0 auto;
                line-height: 20px;
                padding: 0 10px;
            }

                .ktg-info-all .ktg-inf .ktg-in {
                    padding-bottom: 30px;
                }

                    .ktg-info-all .ktg-inf .ktg-in p {
                        font-size: 13px;
                        color: #171717;
                        font-weight: 500;
                    }

                .ktg-info-all .ktg-inf .ktg-if p {
                    font-size: 13px;
                    color: #171717;
                    font-weight: 500;
                }
    }




    .ktg-number {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

        .ktg-number ul {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .ktg-number ul li {
                display: inline-block;
            }

                .ktg-number ul li a {
                    color: #000;
                    display: block;
                    padding: 5px 15px;
                    border-radius: 20px;
                }

                    .ktg-number ul li.current a, .ktg-number ul li a:hover {
                        background: #c5133d;
                        color: #fff;
                    }

    .flt-color-row {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }

        .flt-color-row .fcr-col {
            width: 18%;
            margin-bottom: 10px;
        }

            .flt-color-row .fcr-col:nth-child(5n+0) {
                margin-right: 0;
            }

    .color-label {
        display: block;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

        .color-label input {
            display: none;
        }

        .color-label span {
            display: block;
            width: 37px;
            transition: all .2s ease-in-out;
            border: 2px solid #c9c9c9;
            height: 37px;
            border-radius: 100%;
        }

        .color-label input:checked + span {
            border-color: #000;
            transition: all .2s ease-in-out;
        }

    .cnt-menu-row {
        display: flex;
    }

    @media only screen and (min-width: 1200px) {
        .cnt-menu-row .cnt-grids {
            margin-left: 20px;
            margin-top: 4px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .cnt-menu-row .cnt-grids {
            display: none;
        }
    }

    .grid-three {
        float: left;
        background: url("../../images/grid3.png")no-repeat;
        width: 46px;
        height: 24px;
        margin-right: 10px;
        cursor: pointer;
        background-position: 0 -24px;
    }

        .grid-three:hover, .grid-three.current,
        .grid-four:hover, .grid-four.current {
            background-position: 0 0;
        }

    .grid-four {
        float: left;
        background: url("../../images/grid4.png")no-repeat;
        width: 55px;
        height: 25px;
        margin-right: 10px;
        cursor: pointer;
        background-position: 0 -25px;
    }


    #slider-range {
        margin-bottom: 30px;
    }

    .ui-slider {
        background: #616161;
        width: 100%;
        height: 3px;
        position: relative;
    }

    .ui-slider-handle {
        height: 13px;
        width: 13px;
        background: #29292b;
        top: -4px;
        border-radius: 100%;
        display: block;
        position: absolute;
        cursor: pointer;
    }

        .ui-slider-handle&:focus {
            outline: none !important;
        }

    .ui-slider-range {
        position: absolute;
        background: #333;
        height: 3px;
    }

    @media only screen and (min-width:1200px) {
        .flt-dropper {
            display: none;
        }
    }

    @media only screen and (max-width:1199px) {
        .flt-dropdown {
            display: none;
            padding-top: 20px !important;
        }

        .flt-dropper {
            position: relative;
            padding: 10px;
            border: 1px solid rgba(0,0,0,0.05);
        }

            .flt-dropper.current::after {
                transform: rotate(-180deg);
                transition: all .2s ease-in-out;
            }

            .flt-dropper::after {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                content: "\f107";
                transition: all .2s ease-in-out;
                position: absolute;
                right: 10px;
                top: 10px;
            }
    }
    /*** Kategori END ***/



    /*** Profil Start ***/
    .pr-content-all {
        background: #f5f7fa;
    }

    @media only screen and (min-width:1200px) {
        .pr-content-all .pr-all {
            display: flex;
            padding-bottom: 140px;
        }
    }

    @media only screen and (min-width:1200px) {
        .pr-content-all .pr-left {
            width: 25%;
        }

        .pr-content-all .pr-right {
            width: 75%;
            background: #f5f7fa;
            box-shadow: 0px 1px 10px 1px #e4e9ef;
            padding: 55px 45px 0 40px;
        }

        .pr-content-all .pr-all {
            max-width: 1627px;
            margin: 0 auto;
            padding-top: 85px;
        }
    }

    @media only screen and (max-width:1199px) {
        .pr-content-all .pr-all {
            padding-bottom: 30px;
        }

        .pr-content-all .pr-left {
            width: 100%;
            margin-bottom: 20px;
            padding: 0 20px;
        }

        .pr-content-all .pr-right {
            width: 100%;
            background: #f5f7fa;
            box-shadow: 0px 1px 10px 1px #e4e9ef;
            padding: 15px 20px 20px 20px;
        }

        .pr-content-all .pr-all {
            max-width: 1627px;
            margin: 0 auto;
            padding-top: 45px;
        }
    }

    .pr-content-all .pr-col {
        display: flex;
    }

        .pr-content-all .pr-col .pr-img img {
            width: 100%;
        }

        .pr-content-all .pr-col .pr-info {
            background: #f5f7fa;
            box-shadow: 0px 1px 10px 1px #e4e9ef;
            width: 100%;
        }

    @media only screen and (min-width:1200px) {
        .pr-content-all .pr-col .pr-info .pr-hello {
            display: block;
            padding: 30px 0 0 35px;
            font-size: 18px;
            font-weight: bold;
            color: #282727;
        }
    }

    @media only screen and (max-width:1199px) {
        .pr-content-all .pr-col .pr-info .pr-hello {
            display: block;
            padding: 15px 0 0 35px;
            font-size: 18px;
            font-weight: bold;
            color: #282727;
        }
    }

    .pr-content-all .pr-col .pr-info .pr-id {
        display: block;
        padding: 10px 0 23px 35px;
        font-size: 18px;
        color: #282727;
    }

    .pr-content-all .pr-col .pr-info .pr-puan {
        font-size: 16px;
        color: #c5133d;
        font-weight: bold;
        padding: 13px 40px 0px 35px;
        border-top: 1px solid #c2c3c5;
    }

        .pr-content-all .pr-col .pr-info .pr-puan span {
            font-weight: normal;
        }

    .pr-content-all .pr-row {
        max-width: 336px;
        background: #f5f7fa;
        box-shadow: 0px 1px 10px 1px #e4e9ef;
        margin-top: 40px;
    }

    @media only screen and (min-width: 1200px) {
        .pr-content-all .pr-row .pr-title {
            width: 100%;
            padding: 30px 0;
            font-size: 20px;
            font-weight: 800;
            color: #282727;
            text-align: center;
        }

        .pr-content-all .pr-row .pr-panel {
            padding-bottom: 20px;
        }

            .pr-content-all .pr-row .pr-panel ul li a,
            .pr-content-all .pr-row .pr-panel ul li span {
                display: block;
                font-size: 20px;
                font-weight: 600;
                color: #282727;
                cursor: pointer;
                padding: 20px 0 20px 55px;
                transition: 200ms all;
            }

                .pr-content-all .pr-row .pr-panel ul li a:hover,
                .pr-content-all .pr-row .pr-panel ul li span:hover,
                .pr-content-all .pr-row .pr-panel ul li a.current,
                .pr-content-all .pr-row .pr-panel ul li.current {
                    background: #dbdbdb;
                    color: #c5133d !important;
                }

                    .pr-content-all .pr-row .pr-panel ul li.current span {
                        color: #c5133d !important;
                    }
    }

    @media only screen and (max-width: 1199px) {
        .pr-content-all .pr-row .pr-title {
            width: 100%;
            padding: 10px 0;
            font-size: 18px;
            font-weight: 800;
            color: #282727;
            text-align: center;
        }

        .pr-content-all .pr-row .pr-panel {
            padding-bottom: 20px;
        }

            .pr-content-all .pr-row .pr-panel ul li a {
                display: block;
                font-size: 16px;
                font-weight: 600;
                color: #282727;
                padding: 15px 0 15px 35px;
            }

                .pr-content-all .pr-row .pr-panel ul li a.current {
                    background: #dbdbdb;
                    color: #c5133d;
                }
    }


    .pr-content-all .pr-form .pr-form-title {
        margin-bottom: 50px;
        /* text-align:right;*/
    }

        .pr-content-all .pr-form .pr-form-title h3 {
            font-size: 22px;
            font-weight: 600;
            color: #282727;
            padding-bottom: 15px;
            border-bottom: 2px solid #b6b8ba;
        }

    @media only screen and (min-width: 1200px) {
        .pr-content-all .pr-form .pr-input-all {
            display: flex;
            align-items: center;
        }

            .pr-content-all .pr-form .pr-input-all .pr-input-col {
                padding: 0 50px 60px 0px;
            }

                .pr-content-all .pr-form .pr-input-all .pr-input-col .pr-control {
                    font-size: 18px;
                    color: #656565;
                    border: 1px solid #e2e2e2;
                    border-radius: 5px;
                    width: 335px;
                    padding: 8px;
                }

                .pr-content-all .pr-form .pr-input-all .pr-input-col label {
                    display: block;
                    font-size: 15px;
                    color: #888888;
                    font-weight: 600;
                    padding: 0 0 5px 5px;
                }
    }

    @media only screen and (max-width: 1199px) {
        .pr-content-all .pr-form .pr-input-all .pr-input-col {
            padding-bottom: 20px;
        }

            .pr-content-all .pr-form .pr-input-all .pr-input-col .pr-control {
                font-size: 18px;
                color: #656565;
                border: 1px solid #e2e2e2;
                border-radius: 5px;
                width: 335px;
                padding: 8px;
            }

            .pr-content-all .pr-form .pr-input-all .pr-input-col label {
                display: block;
                font-size: 15px;
                color: #888888;
                font-weight: 600;
                padding: 0 0 5px 5px;
            }
    }


    .pr-content-all .pr-form .pr-gender #pr-gender {
        font-size: 15px;
        font-weight: 500;
        color: #888888;
    }

    .pr-content-all .pr-form .pr-gender {
        display: flex;
    }

        .pr-content-all .pr-form .pr-gender label {
            font-size: 17px;
            font-weight: 600;
            color: #656565;
        }

        .pr-content-all .pr-form .pr-gender .pr-m {
            padding: 0 30px;
        }

    @media only screen and (min-width: 1200px) {
        .pr-content-all .pr-form .pr-gender {
            padding-bottom: 65px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .pr-content-all .pr-form .pr-gender {
            padding-top: 20px;
            padding-bottom: 45px;
        }
    }


    .pr-content-all .pr-form .pr-boxes .pr-box {
        padding-bottom: 25px;
    }

        .pr-content-all .pr-form .pr-boxes .pr-box label {
            font-size: 14px;
            font-weight: 500;
            color: #575757;
            padding-left: 5px;
        }

    .pr-content-all .pr-form .pr-btn {
        padding-top: 45px;
    }

        .pr-content-all .pr-form .pr-btn .pr-submit {
            padding: 15px 50px;
            background: #c5133d;
            color: #fff;
            font-size: 15px;
            font-weight: bold;
            cursor: pointer;
        }

            .pr-content-all .pr-form .pr-btn .pr-submit:active {
                opacity: 0.70;
            }
    /*** Profil END ***/



    /*** Ã–deme SayfasÄ± Start ***/
    @media only screen and (min-width: 1200px) {
        .pay-content-all {
            background: #f5f7fa;
            padding-bottom: 170px;
        }

            .pay-content-all .pay-title {
                width: 400px;
                margin: 0 auto;
                padding-top: 80px;
            }

            .pay-content-all .pay-form .pay-row-title {
                max-width: 1335px;
                margin: 0 auto;
                padding-bottom: 50px;
            }

                .pay-content-all .pay-form .pay-row-title h6 {
                    font-size: 20px;
                    font-weight: 800;
                    color: #282727;
                }

                    .pay-content-all .pay-form .pay-row-title h6 span {
                        font-weight: 500;
                    }

            .pay-content-all .pay-title h1 {
                font-family: 'Montserrat', sans-serif;
                font-weight: 700;
                position: relative;
                width: 100%;
            }

                .pay-content-all .pay-title h1::after {
                    content: '';
                    display: block;
                    position: absolute;
                    background: #282727;
                    width: 120px;
                    height: 6px;
                    bottom: -20px;
                }

                .pay-content-all .pay-title h1 span {
                    font-weight: 300;
                }

            .pay-content-all .pay-form {
                margin-top: 90px;
            }


            .pay-content-all .pay-all {
                display: flex;
                max-width: 1410px;
                margin: 0 auto;
            }

            .pay-content-all .pay-col {
                width: 30%;
                margin-right: 5%;
            }

                .pay-content-all .pay-col:nth-child(3n+0) {
                    margin-right: 0;
                }

                .pay-content-all .pay-col .pay-control {
                    font-size: 18px;
                    color: #656565;
                    border: 1px solid #e2e2e2;
                    border-radius: 5px;
                    width: 335px;
                    padding: 8px;
                    margin-bottom: 20px;
                }

                .pay-content-all .pay-col label {
                    display: block;
                    font-size: 15px;
                    color: #888888;
                    font-weight: 600;
                    padding: 0 0 5px 5px;
                }
    }

    @media only screen and (max-width: 767px) {

        .pro-small-slider .slick-list {
            height: 101px !important;
        }

        .tab-content .list-card-body {
            height: 125px !important;
        }

        .list-card-body .kg-price-red {
            display: flex !important;
            align-content: center;
            flex-wrap: wrap;
            flex-direction: column;
            margin-top: 3%;
        }
    }

    @media only screen and (max-width: 1200px) {

        .pro-small-slider .slick-list {
            height: 137px;
        }

        .tab-content .list-card-body {
            height: 127px;
        }

        .list-card-body .kg-price-red {
            display: flex;
        }
    }

    .pay-content-all {
        background: #f5f7fa;
        padding-bottom: 10px;
    }

        .pay-content-all .pay-title {
            padding-top: 50px;
            width: 350px;
            margin: 0 auto;
        }

        .pay-content-all .pay-form .pay-row-title {
            padding-bottom: 30px;
            width: 350px;
            margin: 0 auto;
        }

            .pay-content-all .pay-form .pay-row-title h6 {
                font-size: 20px;
                font-weight: 800;
                color: #282727;
            }

                .pay-content-all .pay-form .pay-row-title h6 span {
                    font-weight: 500;
                }

        .pay-content-all .pay-title h1 {
            font-size: 30px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            position: relative;
        }

            .pay-content-all .pay-title h1::after {
                content: '';
                display: block;
                position: absolute;
                background: #282727;
                width: 120px;
                height: 6px;
                bottom: -20px;
            }

            .pay-content-all .pay-title h1 span {
                font-weight: 300;
            }

        .pay-content-all .pay-form {
            margin-top: 50px;
        }


        .pay-content-all .pay-all {
            padding: 10px;
        }

        .pay-content-all .pay-col {
            width: 100%;
            margin-bottom: 40px;
        }

            .pay-content-all .pay-col .pay-control {
                font-size: 18px;
                color: #656565;
                border: 1px solid #e2e2e2;
                border-radius: 5px;
                width: 335px;
                padding: 8px;
                margin-bottom: 20px;
            }

            .pay-content-all .pay-col label {
                display: block;
                font-size: 15px;
                color: #888888;
                font-weight: 600;
                padding: 0 0 5px 5px;
            }


            .pay-content-all .pay-col .pay-input label {
                display: inline-block;
            }

            .pay-content-all .pay-col .pay-input .son-kt {
                margin-right: 80px;
            }

            .pay-content-all .pay-col .pay-input .pay-con {
                width: 100px;
                font-size: 18px;
                color: #656565;
                border: 1px solid #e2e2e2;
                border-radius: 5px;
                padding: 8px;
                margin-right: 10px;
            }

        .pay-content-all #skt {
            margin-right: 120px;
        }


        .pay-content-all .pay-col .sp-title {
            font-size: 20px;
            color: #c5133d;
            font-weight: 600;
            margin-left: 70px;
            margin-bottom: 15px;
        }

            .pay-content-all .pay-col .sp-title span {
                font-weight: 800;
            }

        .pay-content-all .pay-col .pay-pr-info {
            display: flex;
            margin-bottom: 16px;
        }

            .pay-content-all .pay-col .pay-pr-info .pay-free {
                display: block;
                border: 1px solid #9f9f9f;
                padding: 10px 20px;
                font-size: 14px;
                font-weight: bold;
                color: #494949;
            }

            .pay-content-all .pay-col .pay-pr-info .pay-price {
                display: block;
                padding: 10px 70px;
                border: 1px solid #9f9f9f;
                font-size: 14px;
                font-weight: 500;
                color: #494949;
            }

        .pay-content-all .pay-col #pay-info label {
            font-size: 12px;
            color: #2e2e2e;
        }

        .pay-content-all .pay-col #pay-info input#info {
            float: left;
            margin-right: 5px;
        }

        .pay-content-all .pay-col #pay-info label a {
            font-size: 12px;
            font-weight: 800;
            color: #2e2e2e;
        }

        .pay-content-all .pay-col .pay-submit {
            padding: 15px 70px;
            margin-top: 20px;
            background: #c5133d;
            color: #fff;
            font-size: 15px;
            font-weight: bold;
            cursor: pointer;
        }

            .pay-content-all .pay-col .pay-submit:active {
                opacity: 0.70;
            }

    .card-wrapper-pos {
        position: relative;
    }

    .product-slider-bg {
        position: relative !important;
    }


    .product-nav .slick-current img {
        border-color: rgba(0, 0, 0,0.6);
    }

    .pnc-click img {
        display: block;
        border-radius: 10px;
        width: 100%;
        cursor: pointer;
        border: 3px solid transparent;
    }

    .pss-relative {
        position: relative !important;
        overflow: hidden;
        height: fit-content;
    }

    .pss-bg {
        background-size: contain;
        background-repeat: no-repeat;
        height: 203px;
        /*height: 260px;*/
        display: block;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1600px) {


        .pro-small-slider .slick-dots {
            position: absolute;
            /*top: 112px;*/ /* İstediğiniz dikey konumu ayarlayabilirsiniz */
            width: 100%;
            margin: 0;
            padding: 0;
            text-align: center;
            list-style: none;
        }
    }

    .pro-small-slider .slick-dots {
        position: absolute;
        bottom: -3px; /* İstediğiniz dikey konumu ayarlayabilirsiniz */
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        list-style: none;
    }

    .pro-small-slider .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }

    .pro-small-slider .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 8px; /* Noktalar arası boşluk */
        cursor: pointer;
    }

        .pro-small-slider .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 25px;
            height: 4px;
            padding: 0px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent; /* Nokta arka planı */
            /*border-bottom: 4px solid #fff;*/ /* Alt çizgi rengi ve kalınlığı */

            border-bottom: 5px solid #3b3d43;
        }

            .pro-small-slider .slick-dots li button:before {
                content: '';
            }

        .pro-small-slider .slick-dots li.slick-active button {
            border-bottom-color: #c5133d !important;
        }


    .uniq-slider-contentt .slider2 .slick-dots {
        position: absolute;
        bottom: 0px; /* İstediğiniz dikey konumu ayarlayabilirsiniz */
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        list-style: none;
    }

        .uniq-slider-contentt .slider2 .slick-dots li {
            position: relative;
            display: inline-block;
            margin: 0 8px; /* Noktalar arası boşluk */
            cursor: pointer;
        }

            .uniq-slider-contentt .slider2 .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 30px; /* Nokta genişliği */
                height: 10px; /* Nokta yüksekliği */
                padding: 5px;
                cursor: pointer;
                color: transparent;
                border: 0;
                outline: none;
                background: transparent; /* Nokta arka planı */
                /*border-bottom: 4px solid #fff;*/ /* Alt çizgi rengi ve kalınlığı */

                border-bottom: 5px solid #3b3d43;
            }

    .uniq-slider-contentt .slick-dots li button:before {
        content: '';
    }

    .uniq-slider-contentt .slider2 .slick-dots li.slick-active button {
        border-bottom-color: #c5133d !important;
    }
    /*@media only screen and (max-width:500px) {

    .slider-two .slider2 .slick-dots {
        bottom: 298px !important;
    }
    }
*/


    .slider-two .slider2 .slick-dots {
        position: absolute;
        bottom: 0px; /* İstediğiniz dikey konumu ayarlayabilirsiniz */
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        list-style: none;
    }

        .slider-two .slider2 .slick-dots li {
            position: relative;
            display: inline-block;
            margin: 0 8px; /* Noktalar arası boşluk */
            cursor: pointer;
        }

            .slider-two .slider2 .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 30px; /* Nokta genişliği */
                height: 10px; /* Nokta yüksekliği */
                padding: 5px;
                cursor: pointer;
                color: transparent;
                border: 0;
                outline: none;
                background: transparent; /* Nokta arka planı */
                /*border-bottom: 4px solid #fff;*/ /* Alt çizgi rengi ve kalınlığı */

                border-bottom: 5px solid #3b3d43;
            }

            /*     .slider2 .slick-dots li:hover button {
            border-bottom-color: #c5133d !important;
        }*/
            .slider-two .slider2 .slick-dots li.slick-active button {
                border-bottom-color: #c5133d !important;
            }

    .slider-two .slick-dots li button:before {
        content: '';
    }

    /* Ysf Edt */

    .kilim-logo {
        width: 65%;
        min-width: 75px;
    }

    .service-track {
        display: inline-block;
        width: 100%;
    }

    .service-track-inner {
        float: left;
        width: 100%;
        position: relative;
        vertical-align: middle;
        text-align: center;
        background: #ffffff;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        -ms-border-radius: 17px;
        -o-border-radius: 17px;
        border-radius: 17px;
        overflow: hidden;
    }

        .service-track-inner h3 {
            font-size: 30px;
            margin: 0px;
            line-height: normal;
            text-transform: uppercase;
        }

            .service-track-inner h3 span {
                color: #e4b95b;
                display: block;
            }

    .service-track-info {
        float: left;
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0px;
    }

    .service-track-overlay {
        color: #ffffff;
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        background-color: #000000a1;
        z-index: 1;
        height: 100%;
        padding: 20px 15px;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        -ms-border-radius: 17px;
        -o-border-radius: 17px;
        border-radius: 17px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .service-track-inner:hover .service-track-overlay {
        top: 0px;
    }

    .service-track-overlay h3,
    .service-track-overlay h4,
    .service-track-overlay h5 {
        color: #ffffff;
    }

        .service-track-overlay h3 span,
        .service-track-overlay h4 span,
        .service-track-overlay h5 span {
            color: #ffffff;
        }

    .service-track-overlay a {
        color: #ffffff;
    }

    .service-track-overlay h3 {
        margin: 15px 0 10px 0;
    }

    .service-track-overlay p {
        margin: 0px;
    }

    .service-port {
        display: inline-block;
        width: 100%;
        margin: 0 0 95px 0;
    }

    .service-port-outer .service-port:last-child {
        margin-bottom: 0px;
    }

    .service-port-prev {
        float: left;
        width: 100%;
        position: relative;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        -ms-border-radius: 17px;
        -o-border-radius: 17px;
        border-radius: 17px;
        border: 2px solid #f4f2ed;
    }

        .service-port-prev img {
            -webkit-border-radius: 17px;
            -moz-border-radius: 17px;
            -ms-border-radius: 17px;
            -o-border-radius: 17px;
            border-radius: 17px;
            width: 100%;
            position: relative;
            top: -20px;
            left: -20px;
        }

    .service-port-next {
        float: left;
        width: 100%;
        position: relative;
        margin-top: 55px;
    }

    .service-port.even .service-port-left {
        float: right;
    }

    .partner-part img {
        width: auto !important;
        display: inline-block !important;
    }

    .partner-part {
        padding: 70px 0 120px 0;
    }

        .partner-part .item img {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }

        .partner-part .item:hover img {
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
        }

    .h6-baslik {
        padding-left: 10%;
        padding-right: 10%;
    }

    .banner-top {
        position: relative;
    }

    .image {
        display: block;
        width: 100%;
        height: auto;
    }

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        background-color: #0a0a0a87;
    }

    .banner-top:hover .overlay {
        opacity: 1;
    }

    .text {
        color: white;
        font-size: 16px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .pr-content-all .pr-row-hello {
        max-width: 336px;
        background: #f5f7fa;
        box-shadow: 0px 1px 10px 1px #e4e9ef;
    }

    .hide {
        display: none;
    }

    /*** Ürün Detay Start ***/
    .product-slider-bg {
        position: relative !important;
    }

    .product-nav-pos {
        position: absolute !important;
        right: 145px;
        width: 400px;
        z-index: 100;
        bottom: 10px;
    }


    .product-nav-pos-banners {
        position: absolute !important;
        right: 145px;
        width: 400px;
        z-index: 1000;
        bottom: 55px;
        z-index: 100;
    }

        .product-nav-pos-banners .slick-current img {
            border-color: rgba(0, 0, 0, 0.9);
        }

    @media only screen and (max-width:1200px) {
        .product-nav-pos {
            position: absolute !important;
            left: auto;
            width: 300px;
            z-index: 100;
            bottom: -75px;
        }
        /*    .content-kg-all {
        padding-top: 10%;
    }*/
        .pro-nav-col .pnc-click img {
            display: block;
            border-radius: 10px;
            width: 100%;
            cursor: pointer;
            border: 3px solid transparent;
        }

        .product-nav-pos-banners .slick-dots li {
            width: 16px;
            height: 34px;
            /* Diğer stillendirme özellikleri buraya eklenebilir */
        }
    }

    .product-features__header {
        margin-bottom: 6rem;
        margin-top: 2.75rem;
        max-width: 70%;
        margin: 1.5rem auto 2.25rem;
        text-align: center;
    }

    .product-features__description {
        margin-top: 3.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
        padding: .5rem;
        font-family: 'Font Awesome 5 Pro';
    }

        .product-features__description b {
            font-size: 2.25rem;
            line-height: 2.5rem;
            display: block;
            font-family: MADE Coachella, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
            font-weight: 100;
        }

    @media only screen and (max-width:600px) {
        .product-nav-pos {
            position: absolute !important;
            left: 120px;
            width: 300px;
            z-index: 100;
            bottom: -75px;
        }

        .pro-nav-col .pnc-click img {
            display: block;
            border-radius: 10px;
            width: 100%;
            cursor: pointer;
            border: 3px solid transparent;
        }
        /*  .content-kg-all {
        padding-top: 10%;
    }*/
    }

    @media only screen and (max-width:480px) {
        .product-nav-pos {
            position: absolute !important;
            left: 60px;
            width: 200px;
            z-index: 100;
            bottom: -75px;
        }

        .pro-nav-col .pnc-click img {
            display: block;
            border-radius: 10px;
            width: 100%;
            cursor: pointer;
            border: 3px solid transparent;
        }
        /*  .content-kg-all {
            padding-top: 10%;
        }*/
    }

    .content-kg-all {
        padding-top: 100px;
    }

    .product-nav-pos .slick-next.slick-arrow {
        left: auto;
        right: -40px;
    }

    @media only screen and (max-width:1200px) {
        .product-nav-pos-banners {
            right: 30%;
            bottom: -75px;
        }
    }

    @media only screen and (max-width:750px) {

        .menu-bar2 .section a {
            padding :0 0 0 0;
            height :auto;

        }

        .head-content .menu-bar2 {
            top: 148px;
        }
        .product-nav-pos-banners {
            right: 75px;
            bottom: -16px;
            width: 300px;
        }

        .product-nav-pos .slick-next.slick-arrow {
            left: auto;
            right: -40px;
        }

        .product-nav .slick-prev.slick-arrow, .product-nav .slick-next.slick-arrow {
            top: 0%;
        }

        .slider-two .slider2 .slick-dots {
            position: absolute;
            bottom: 250px; /* İstediğiniz dikey konumu ayarlayabilirsiniz */
            width: 100%;
            margin: 0;
            padding: 0;
            text-align: center;
            list-style: none;
        }

        .product-nav-pos-banners .slick-next.slick-arrow {
            transform: translateY(0%) rotate(0deg);
            top: 7%;
            width: 40px;
            height: 25px;
            right: 0;
            left: 100%;
        }

        .product-nav-pos-banners .slick-prev.slick-arrow {
            right: 0;
            left: -19%;
        }

        .product-nav-pos-banners .slick-prev.slick-arrow,
        .product-nav-pos-banners .slick-next.slick-arrow {
            transform: translateY(0%) rotate(0deg);
            top: 20%;
            width: 40px;
            height: 25px;
        }
    }

    @media only screen and (max-width:500px) {

        .product-nav-pos-banners {
            width: 200px;
            right: 60px;
        }
    }
    /*@media only screen and (max-width:1199px) {
    .product-nav-pos {
        position: absolute !important;
        left: 60px;
        width: 400px;
        z-index: 100;
        top: 825px;
    }


    .product-nav-pos-banners {
        position: absolute !important;
        left: 55%;
        width: 400px;
        z-index: 1000;
        top:285px;
    }
}

@media only screen and (max-width:1299px) {
    .product-nav-pos {
        position: absolute !important;
        left: 60px;
        width: 400px;
        z-index: 100;
        top: 825px;
    }


    .product-nav-pos-banners {
        position: absolute !important;
        left: 55%;
        width: 400px;
        z-index: 1000;
        top: 845px;
    }
}

@media only screen and (min-width:1300px) {

    .product-nav-pos-banners {
        position: absolute !important;
        left: 65%;
        width: 400px;
        z-index: 1000;
        top: 825px;
    }
}

@media only screen and (min-width:1550px) {
    .product-nav-pos {
        position: absolute !important;
        left: 60px;
        width: 400px;
        z-index: 100;
        top: 825px;
    }


        .product-nav-pos-banners {
            position: absolute !important;
            left: 70%;
            width: 400px;
            z-index: 1000;
            top: 825px;
        }
}

@media only screen and (min-width:1800px) {
    .product-nav-pos {
        position: absolute !important;
        left: 60px;
        width: 400px;
        z-index: 100;
        top: 825px;
    }


    .product-nav-pos-banners {
        position: absolute !important;
        left: 75%;
        width: 400px;
        z-index: 1000;
        top: 825px;
    }
}

@media only screen and (max-width:1199px) {
    .product-nav-pos {
        position: absolute !important;
        left: 17%;
        width: 67%;
        z-index: 100;*/
    /* top: 15px; */
    /*bottom: -22%;
    }

    .pnc-click img {
        display: block;
        border-radius: 10px;
        width: 100%;
        cursor: pointer;
        border: 3px solid transparent;
        border-color: rgba(255,255,255,0.9);
    }
}*/

    .product-nav .slick-current img {
        border-color: rgba(0, 0, 0,0.9);
    }



    .pnc-click img {
        display: block;
        border-radius: 10px;
        width: 100%;
        cursor: pointer;
        border: 3px solid transparent;
    }

    .content-kg-all .breadcrumb {
        text-align: center;
    }

        .content-kg-all .breadcrumb li {
            display: inline;
            font-size: 16px;
        }

            .content-kg-all .breadcrumb li a {
                color: #282727;
                font-size: 15px;
                font-weight: 400;
            }

                .content-kg-all .breadcrumb li a:hover {
                    text-decoration: underline #515050;
                }

            .content-kg-all .breadcrumb li + li:before {
                padding: 5px;
                color: #282727;
                content: ">";
            }

        .content-kg-all .breadcrumb .kg-high {
            font-weight: bold;
        }

    @media only screen and (min-width: 1200px) {
        .content-kg-all {
            padding-top: 50px;
        }

        .content-kg {
            display: flex;
            margin-top: 60px;
            margin-bottom: 80px;
        }

        .kg-left {
            width: 60%;
            padding-left: 1.5%;
        }

        .kg-right {
            width: 40%;
            padding-left: 3%;
        }

        .content-kg-all .kg-items {
            display: flex;
            flex-wrap: wrap;
            /*padding-top: 80px;*/
        }

        .content-kg-all .kg-item {
            display: flex;
            width: 48.5%;
            align-items: center;
            padding: 20px 45px;
            box-shadow: 0px 1px 10px 1px #ebe9e9;
            margin-bottom: 25px;
            margin-left: 3%;
        }
    }

    @media only screen and (max-width: 1199px) {
        /*     .content-kg-all {
            padding-top: 30%;
        }*/

        .content-kg {
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .content-kg-all .kg-items {
            display: flex;
            flex-wrap: wrap;
            padding-top: 20px;
            margin: 0 15px;
        }

        .content-kg-all .kg-item {
            display: flex;
            width: 100%;
            align-items: center;
            padding: 20px 45px;
            box-shadow: 0px 1px 10px 1px #ebe9e9;
            margin-bottom: 25px;
        }
    }

    .content-kg-all .kg-item:nth-child(odd) {
        margin-left: 0;
    }

    .content-kg-all .kg-item .kg-img {
        margin-right: 45px;
    }

        .content-kg-all .kg-item .kg-img img {
            width: 100%;
        }

    .content-kg-all .kg-item .kg-info h5 {
        font-size: 18px;
        font-weight: 600;
        color: #323232;
        margin-bottom: 15px;
    }

        .content-kg-all .kg-item .kg-info h5 a {
            font-size: 18px;
            font-weight: 600;
            color: #323232;
            margin-bottom: 15px;
        }

            .content-kg-all .kg-item .kg-info h5 a:hover {
                font-size: 19px;
                font-weight: 600;
                color: #323232;
                margin-bottom: 15px;
            }


    .content-kg-all .kg-item .kg-info del {
        font-size: 18px;
        font-weight: bold;
        color: #626262;
    }

    .content-kg-all .kg-item .kg-info span {
        font-size: 27px;
        font-weight: 800;
        color: #c5133d;
    }

    .content-kg-all .kg-item .kg-info .genislik {
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #515050;
        margin-top: 15px;
    }

    @media only screen and (min-width: 1200px) {
        .content-kg-all .kg-right h5 {
            font-size: 45px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            color: #282727;
            letter-spacing: -3px;
        }

            .content-kg-all .kg-right h5 span {
                font-weight: 500;
                font-size: 20px;
                letter-spacing: 0;
            }

        .content-kg-all .kg-right-info {
            width: 70%;
        }
    }

    @media only screen and (max-width: 1199px) {
        .content-kg-all .kg-right h5 {
            font-size: 40px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            color: #282727;
            letter-spacing: -3px;
        }

            .content-kg-all .kg-right h5 span {
                font-weight: 500;
                font-size: 20px;
                letter-spacing: 0;
            }
    }

    .content-kg-all .kg-right-info {
        padding: 0 15px;
    }

        .content-kg-all .kg-right-info p {
            font-size: 18px;
            color: #444444;
            line-height: 30px;
            padding: 20px 0 30px 0;
        }

        .content-kg-all .kg-right-info del {
            font-size: 18px;
            font-weight: bold;
            color: #626262;
        }

        .content-kg-all .kg-right-info span.kg-price {
            font-size: 27px;
            font-weight: 800;
            padding-left: 10px;
            color: #c5133d;
        }

    .content-kg-all .kg-right-inf {
        margin-top: 30px;
    }

    .content-kg-all .kg-right-info span.kg-price-bankInstallment {
        font-weight: bold;
        font-size: 15px;
        text-decoration: underline;
        display: block;
        padding-top: 10px;
        font-family: overpass, sans-serif;
    }

    .content-kg-all .kg-right-info span.kg-price-discount-bankInstallment {
        font-weight: bold;
        font-size: 15px;
        text-decoration: underline;
        display: block;
        padding-top: 10px;
        font-family: overpass, sans-serif;
    }

    @media only screen and (min-width: 1200px) {
        .content-kg-all .kg-right-inf .yazdir {
            display: inline-block;
            font-size: 14px;
            padding: 15px 15px;
            background: #282727;
            color: #fff;
        }

        .content-kg-all .kg-right-inf .kg-pay {
            display: inline-block;
            font-size: 14px;
            padding: 15px 40px;
            background: #282727;
            color: #fff;
            margin-left: 20px;
        }

        .content-kg-all .kg-right-inf .kg-sepet {
            display: inline-block;
            font-size: 16px;
            padding: 13px 15px;
            background: #282727;
            color: #fff;
        }

            .content-kg-all .kg-right-inf .kg-sepet i {
                font-size: 16px;
                padding-right: 16px;
            }

        .content-kg-all .kg-right-inf .kg-product {
            display: inline-block;
            font-size: 16px;
            padding: 15px 52px;
            background: #c5133d;
            color: #fff;
            margin-left: 20px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .content-kg-all .kg-right-inf .yazdir {
            display: inline-block;
            font-size: 12px;
            padding: 10px 10px;
            background: #282727;
            color: #fff;
        }

        .content-kg-all .kg-right-inf .kg-pay {
            display: inline-block;
            font-size: 12px;
            padding: 10px 15px;
            background: #282727;
            color: #fff;
            margin-left: 20px;
        }

        .content-kg-all .kg-right-inf .kg-sepet {
            display: inline-block;
            font-size: 12px;
            padding: 10px 15px;
            background: #282727;
            color: #fff;
        }

            .content-kg-all .kg-right-inf .kg-sepet i {
                font-size: 13px;
                padding-right: 12px;
            }

        .content-kg-all .kg-right-inf .kg-product {
            display: inline-block;
            font-size: 12px;
            padding: 10px 25px;
            background: #c5133d;
            color: #fff;
            margin-left: 20px;
        }
    }

    .content-kg-all .kg-right-inf .yazdir:active,
    .content-kg-all .kg-right-inf .kg-pay:active,
    .content-kg-all .kg-right-inf .kg-sepet:active,
    .content-kg-all .kg-right-inf .kg-works i:active {
        opacity: 0.85;
    }

    .content-kg-all .kg-right-inf .kg-price-all {
        margin-top: 25px;
    }

    .content-kg-all .kg-right-inf .kg-price-all {
        display: flex;
        align-items: center;
    }

    .content-kg-all .kg-right-inf .kg-works {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

        .content-kg-all .kg-right-inf .kg-works img {
            padding-right: 10px;
        }

        .content-kg-all .kg-right-inf .kg-works span {
            font-size: 15px;
            font-weight: 600;
            color: #c5133d;
            padding-right: 10px;
        }

        .content-kg-all .kg-right-inf .kg-works .kg-after {
            border-left: 1px solid #e9e9e9;
            padding-left: 10px;
        }

        .content-kg-all .kg-right-inf .kg-works i {
            display: flex;
            color: #fff;
            padding: 10px;
            background: #282727;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            margin-left: 10px;
        }

    .kg-tab-info {
        background: #f5f7fa;
    }

    @media only screen and (min-width: 1200px) {
        .kg-tab-info .kg-tabs {
            display: flex;
            max-width: 1626px;
            margin: 0 auto;
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .kg-tab-info .kg-tab-left {
            /*width: 30%;*/
        }

        .kg-tab-info .kg-tab-right {
            width: 67.5%;
            margin-left: 2.5%;
            padding: 40px;
            background: #fff;
            box-shadow: 0px 1px 10px 1px #e4e9ef;
        }

        .kg-tab-info .pro-info {
            display: block;
            width: 500px;
            height: 60px;
            background: #fff;
            padding: 0 30px;
            cursor: pointer;
            line-height: 60px;
            position: relative;
            margin-bottom: 20px;
            box-shadow: 0px 1px 10px 1px #e4e9ef;
            font-size: 15px;
            color: #3b3a3a;
            font-weight: 600;
            transition: all .2s ease-in-out;
        }

            .kg-tab-info .pro-info.current::after {
                content: "\f068" !important;
            }

            .kg-tab-info .pro-info::after {
                content: "\f067";
                position: absolute;
                right: 20px;
                font-family: "Font Awesome 5 Free";
            }

            .kg-tab-info .pro-info:nth-child(10n+0) {
                margin-bottom: 0;
            }

        .kg-tab-info .kg-tab-right h5 {
            font-size: 20px;
            font-weight: bold;
            color: #3b3a3a;
            margin-bottom: 30px;
        }

        .kg-tab-info .kg-tab-right p {
            font-size: 16px;
            color: #3b3a3a;
            font-weight: 600;
            line-height: 26px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .kg-tab-info .kg-tabs {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .kg-tab-info .kg-tab-left {
            margin: 0 15px;
        }

        .kg-tab-info .kg-tab-right {
            padding: 30px 10px 30px 10px;
            margin: 0 10px;
            background: #fff;
            box-shadow: 0px 1px 10px 1px #e4e9ef;
            margin-top: 20px;
        }

        .kg-tab-info .pro-info {
            position: Relative;
            width: 100%;
            height: 60px;
            background: #fff;
            padding-left: 30px;
            margin-bottom: 20px;
            line-height: 60px;
            box-shadow: 0px 1px 10px 1px #e4e9ef;
            font-size: 15px;
            color: #3b3a3a;
            font-weight: 600;
        }

            .kg-tab-info .pro-info.current::after {
                content: "\f068" !important;
            }

            .kg-tab-info .pro-info::after {
                content: "\f067";
                position: absolute;
                right: 30px;
                font-family: "Font Awesome 5 Free";
                transition: all .2s ease-in-out;
            }

            .kg-tab-info .pro-info:nth-child(10n+0) {
                margin-bottom: 0;
            }

        .kg-tab-info .kg-tab-right h5 {
            font-size: 20px;
            font-weight: bold;
            color: #3b3a3a;
            margin-bottom: 30px;
        }

        .kg-tab-info .kg-tab-right p {
            font-size: 14px;
            color: #3b3a3a;
            font-weight: 600;
            line-height: 27px;
        }
    }

    .img-content.color-bar {
        display: flex;
        align-items: center;
        padding-bottom: 0 !important;
    }

        .img-content.color-bar img {
            width: 25px;
            height: 25px;
            margin-left: 7px;
        }

        .img-content.color-bar .cb-car {
            width: 15%;
            height: 15%;
            margin-left: 20px;
        }

    .co-all .title-co.kg-tab-title h4 {
        font-weight: 500 !important;
        font-size: 36px;
    }

    .title-co.kg-tab-title h4 span {
        font-size: 36px !important;
        color: #282727 !important;
        font-weight: 800 !important;
        font-family: 'Montserrat', sans-serif !important;
    }

    .footer-media.kg-media {
        padding-top: 20px;
    }

        .footer-media.kg-media ul {
            display: flex;
            align-items: center;
        }

            .footer-media.kg-media ul li {
                padding-right: 10px;
            }

            .footer-media.kg-media ul a {
                display: inline-block;
                color: #fff;
                background: #282727;
                padding: 5px;
                border-radius: 3px;
            }

    /* modal */
    /* MODAL */
    html.remodal-is-locked {
        overflow: hidden;
        -ms-touch-action: none;
        touch-action: none;
    }

    .remodal,
    [data-remodal-id] {
        display: none;
    }

    .remodal-overlay {
        position: fixed;
        z-index: 9999;
        top: -5000px;
        right: -5000px;
        bottom: -5000px;
        left: -5000px;
        display: none;
    }

    .remodal-wrapper {
        position: fixed;
        z-index: 10000;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        overflow: auto;
        text-align: center;
        -webkit-overflow-scrolling: touch;
    }

        .remodal-wrapper:after {
            display: inline-block;
            height: 100%;
            margin-left: -0.05em;
            content: "";
        }

    .remodal-overlay,
    .remodal-wrapper {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .remodal {
        position: relative;
        outline: none;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .remodal-is-initialized {
        /* Disable Anti-FOUC */
        display: inline-block;
    }

    .remodal-bg.remodal-is-opening,
    .remodal-bg.remodal-is-opened {
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }

    .remodal-overlay {
        background: rgba(0, 0, 0, 0.8);
    }

        .remodal-overlay.remodal-is-opening,
        .remodal-overlay.remodal-is-closing {
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        .remodal-overlay.remodal-is-opening {
            -webkit-animation-name: remodal-overlay-opening-keyframes;
            animation-name: remodal-overlay-opening-keyframes;
        }

        .remodal-overlay.remodal-is-closing {
            -webkit-animation-name: remodal-overlay-closing-keyframes;
            animation-name: remodal-overlay-closing-keyframes;
        }

    .remodal-wrapper {
        padding: 10px 10px 0;
    }

    .remodal {
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .remodal iframe,
        .remodal img {
            display: inline-block;
            max-width: 100%;
            border: none;
            height: auto;
        }

        .remodal.remodal-is-opening,
        .remodal.remodal-is-closing {
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        .remodal.remodal-is-opening {
            -webkit-animation-name: remodal-opening-keyframes;
            animation-name: remodal-opening-keyframes;
        }

        .remodal.remodal-is-closing {
            -webkit-animation-name: remodal-closing-keyframes;
            animation-name: remodal-closing-keyframes;
        }

    .remodal,
    .remodal-wrapper:after {
        vertical-align: middle;
    }

    @-webkit-keyframes remodal-opening-keyframes {
        from {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
            opacity: 0;
        }

        to {
            -webkit-transform: none;
            transform: none;
            opacity: 1;
            -webkit-filter: blur(0);
            filter: blur(0);
        }
    }

    @keyframes remodal-opening-keyframes {
        from {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
            opacity: 0;
        }

        to {
            -webkit-transform: none;
            transform: none;
            opacity: 1;
            -webkit-filter: blur(0);
            filter: blur(0);
        }
    }

    @-webkit-keyframes remodal-closing-keyframes {
        from {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        to {
            -webkit-transform: scale(0.95);
            transform: scale(0.95);
            opacity: 0;
            -webkit-filter: blur(0);
            filter: blur(0);
        }
    }

    @keyframes remodal-closing-keyframes {
        from {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        to {
            -webkit-transform: scale(0.95);
            transform: scale(0.95);
            opacity: 0;
            -webkit-filter: blur(0);
            filter: blur(0);
        }
    }

    @-webkit-keyframes remodal-overlay-opening-keyframes {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes remodal-overlay-opening-keyframes {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-webkit-keyframes remodal-overlay-closing-keyframes {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    @keyframes remodal-overlay-closing-keyframes {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    @media only screen and (min-width: 641px) {
        .remodal {
            max-width: 1000px;
        }
    }

    .lt-ie9 .remodal-overlay {
        background: #2b2e38;
    }

    .lt-ie9 .remodal {
        width: 1000px;
    }

    .modal-content {
        background: #fff;
        padding: 50px;
    }

    @media only screen and (min-width: 1200px) {
        .ods-row {
            display: flex;
            justify-content: center;
            margin-top: 20px;
            flex-wrap: wrap;
        }

        .ods-col {
            width: 29%;
            margin: 0 1.5%;
            margin-top: 30px;
        }

            .ods-col table {
                border: 1px solid #f5f5f5;
                width: 100%;
                font-size: 13px;
            }

                .ods-col table thead {
                    background: #f5f5f5;
                }

                    .ods-col table thead tr td {
                        padding: 13px 0;
                        text-align: Center;
                    }

                        .ods-col table thead tr td img {
                            display: block;
                            height: 14px;
                            margin: 0 auto;
                        }

                .ods-col table tbody tr td {
                    padding: 12px 5px;
                    border-bottom: 1px solid #f5f5f5;
                    border-right: 1px solid #f5f5f5;
                    text-align: Center;
                }

                .ods-col table tbody tr:last-child td {
                    border-bottom: none;
                }

                .ods-col table tbody tr td:last-child {
                    border-right: none;
                }

                .ods-col table tbody tr td:nth-child(1) {
                    width: 15%;
                }

                .ods-col table tbody tr td:nth-child(2) {
                    width: 42.5%;
                }

                .ods-col table tbody tr td:nth-child(3) {
                    width: 42.5%;
                }
    }

    @media only screen and (max-width: 1199px) {
        .ods-row {
            display: flex;
            justify-content: center;
            margin-top: 20px;
            flex-wrap: wrap;
        }

        .ods-col {
            width: 100%;
            margin-top: 30px;
        }

            .ods-col table {
                border: 1px solid #f5f5f5;
                width: 100%;
                font-size: 13px;
            }

                .ods-col table thead {
                    background: #f5f5f5;
                }

                    .ods-col table thead tr td {
                        padding: 13px 0;
                        text-align: Center;
                    }

                        .ods-col table thead tr td img {
                            display: block;
                            height: 14px;
                            margin: 0 auto;
                        }

                .ods-col table tbody tr td {
                    padding: 12px 5px;
                    border-bottom: 1px solid #f5f5f5;
                    border-right: 1px solid #f5f5f5;
                    text-align: Center;
                }

                .ods-col table tbody tr:last-child td {
                    border-bottom: none;
                }

                .ods-col table tbody tr td:last-child {
                    border-right: none;
                }

                .ods-col table tbody tr td:nth-child(1) {
                    width: 15%;
                }

                .ods-col table tbody tr td:nth-child(2) {
                    width: 42.5%;
                }

                .ods-col table tbody tr td:nth-child(3) {
                    width: 42.5%;
                }
    }

    .remodal .modal-content h5 {
        font-size: 20px;
        color: #3b3a3a;
        font-weight: 500;
    }

        .remodal .modal-content h5 span {
            font-weight: 600;
            color: #c5133d;
        }

    .mbi-img {
        width: 100%;
    }

    .modal-banner .md-banner-img {
        margin: 30px 0 50px 0;
    }

    .modal-banner h6 {
        font-size: 15px;
        font-weight: 800;
        color: #171717;
        text-align: left;
        margin-bottom: 14px;
    }

    .modal-banner p {
        font-size: 15px;
        font-weight: 500;
        color: #171717;
        text-align: left;
        margin-bottom: 20px;
    }

    .product-quantity {
        max-width: 100px;
        margin: 0 auto;
        display: Flex;
        margin-top: 15px;
    }

        .product-quantity .pq-minus,
        .product-quantity .pq-plus {
            width: 30px;
            /* background: #c5133d; */
            /* color: #fff; */
            /* line-height: 28px; */
            height: 27px;
            text-align: Center;
            font-size: 15px;
            cursor: pointer;
            border: 1px solid #000;
            border-radius: 6px;
        }

        .product-quantity .pq-quan {
            width: 44px;
            text-align: Center;
            height: 28px;
            border: none;
            background: #fff;
            line-height: 28px;
            font-weight: bold;
            font-size: 18px;
        }
            /* Chrome, Safari, Edge, Opera */
            .product-quantity .pq-quan::-webkit-outer-spin-button, .product-quantity .pq-quan::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }

            /* Firefox */
            .product-quantity .pq-quan[type=number] {
                -moz-appearance: textfield;
            }

    .remodal-close {
        position: absolute;
        background: transparent;
        border: none;
        right: -5px;
        top: -5px;
        font-size: 30px;
        cursor: pointer;
        color: #c5133d;
    }




    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        z-index: 9999;
    }

    /* Modal Content/Box */
    .modal-content {
        border-radius: 5px;
        background-color: #fefefe;
        padding: 20px;
        border: 1px solid #888;
        width: 320px;
        position: fixed;
        right: 60px;
        top: 74px;
    }

    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }


    .overlaySearch {
        height: 100%;
        width: 100%;
        display: none;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.1);
    }

    .overlaySearch-content {
        position: relative;
        top: 50%;
        width: 40%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
    }

    .overlaySearch .closebtn {
        position: absolute;
        top: 80px;
        right: 45px;
        font-size: 70px;
        cursor: pointer;
        color: #f5f5f5;
    }

        .overlaySearch .closebtn:hover {
            color: #ccc;
        }

    .overlaySearch input[type=text] {
        padding: 15px;
        font-size: 17px;
        border: none;
        float: left;
        width: 70%;
        background: white;
    }

        .overlaySearch input[type=text]:hover {
            background: #f1f1f1;
        }

    .overlaySearch button {
        float: left;
        width: 10%;
        padding: initial;
        background: #007bff;
        color: white;
        font-size: 20px;
        border: none;
        cursor: pointer;
    }

    @media only screen and (max-width: 768px) {

        .overlaySearch button {
            width: 30% !important;
        }
    }


    .overlaySearch input[type=text],
    .overlaySearch button {
        height: 50px;
    }

    .overlaySearch input[type=text],
    .overlaySearch button {
        border-radius: 15px;
    }


    .dropdownCart {
        float: left;
        overflow: hidden;
    }

        .dropdownCart .dropbtn {
            font-size: 16px;
            border: none;
            outline: none;
            color: white;
            padding: 14px 16px;
            background-color: inherit;
            margin: 0;
        }

        .navbar a:hover, .dropdownCart:hover .dropbtn {
            background-color: red;
        }

    .dropdownCart-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

        .dropdownCart-content a {
            float: none;
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }

            .dropdownCart-content a:hover {
                background-color: #ddd;
            }

    .dropdownCart:hover .dropdownCart-content {
        display: block;
    }





    .item-name {
        display: block;
        font-size: 16px;
    }

    .item-price {
        color: $main-color;
        margin-top: 5px;
        margin-bottom: 7px;
    }

    .item-quantity {
        font-size: 13px;
    }

    .shopping-cart:after {
        bottom: 100%;
        left: 89%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: white;
        border-width: 8px;
        margin-left: -8px;
    }

    .cart-icon {
        color: #515783;
        font-size: 24px;
        margin-right: 7px;
        float: left;
    }

    .button {
        background: $main-color;
        color: white;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        display: block;
        border-radius: 3px;
        font-size: 16px;
        margin: 25px 0 15px 0
    }




    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

    .item123 {
        float: left;
        margin-right: 6px;
        width: 84px;
    }

    .urun23 {
        margin-top: 15px;
    }


    @media only screen and (max-width: 560px) {
        .modal-content {
            position: absolute;
            right: 10px;
            border-radius: 5px;
            background-color: #fefefe;
            padding: 20px;
            border: 1px solid #888;
            top: 74px;
            width: 250px;
        }
    }


    .sepet-delete {
        font-size: 15px;
        color: #c5133d;
        padding-top: 5px;
    }

    .sepet-button {
        display: inline-block;
        font-size: 14px;
        padding: 15px 40px;
        background: #282727;
        color: #fff;
        /* margin-left: 20px; */
        width: 100%;
        text-align: center;
    }

    .sepet-gx {
        margin: 0px auto;
        text-align: center;
        margin-top: 120px;
        margin-bottom: 88px;
    }

    .sepetbos {
        font-size: 30px;
        margin-top: 23px;
    }

        .sepetbos span {
            font-weight: 800;
        }

    .sbaciklama {
        font-size: 17px;
        margin-top: 20px;
    }

    .camp {
        padding: 15px 70px;
        margin-top: 20px;
        background: #c5133d;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
    }

    .camps {
        margin-top: 50px;
    }



    /* Chrome, Safari, Edge, Opera */
    .product-quantity .pq-quan::-webkit-outer-spin-button,
    .product-quantity .pq-quan::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    .product-quantity .pq-quan[type=number] {
        -moz-appearance: textfield;
    }

    .remodal-close {
        position: absolute;
        background: transparent;
        border: none;
        right: -5px;
        top: -5px;
        font-size: 30px;
        cursor: pointer;
        color: #c5133d;
    }



    /** Ã–DEME SAYFASI START **/

    .sell-cont {
        max-width: 1627px;
        margin: 0 auto;
    }

    .sell-content {
        padding: 0 20px;
        margin-top: 60px;
    }

        .sell-content .sell-inp {
            font-size: 13px !important;
        }

        .sell-content .sell-col .map-title {
            padding: 0 0 0 70px;
            margin-bottom: 30px;
            font-size: 21px;
            height: 70px;
            line-height: 70px;
            font-weight: bold;
            color: #3a3839;
            border-bottom: 2px solid #e2e4e6;
            position: relative;
            cursor: pointer;
        }

            .sell-content .sell-col .map-title::before {
                font-family: "Font awesome 5 free";
                content: "\f105";
                border: 2px solid #000;
                transition: all .2s ease-in-out;
                position: absolute;
                width: 40px;
                left: 10px;
                top: 15px;
                font-size: 18px;
                height: 40px;
                text-align: Center;
                line-height: 36px;
            }

        .sell-content .sell-col.current .map-title::before {
            transform: rotate(90deg);
            border-color: #c5133d;
            transition: all .2s ease-in-out;
            background: #c5133d;
            color: #fff;
        }

    @media only screen and (min-width:1200px) {
        .sell-content .sell-maps {
            padding: 0 15px 50px 15px;
            display: flex;
            flex-wrap: wrap;
        }

        .sell-content .map-col {
            width: 328px;
            height: 298px;
        }

            .sell-content .map-col .google-maps {
                width: 100%;
                height: 100%;
            }

        .sell-content .sell-map {
            display: flex;
            align-items: center;
            width: 49%;
            margin-right: 1%;
            box-shadow: 0px 0px 8px 3px #e4e9ef;
            margin-top: 20px;
        }

            .sell-content .sell-map .map-info {
                padding-left: 40px;
                padding-right: 20px;
            }

        .sell-content-all .sell-title,
        .bag-content-all .bag-title {
            width: 450px;
            margin: 0 auto;
            /*padding-top: 80px;*/
        }
    }

    @media only screen and (max-width:1199px) {
        .sell-content .sell-maps {
            padding: 15px;
        }

        .sell-content .map-col {
            width: 100%;
            margin-top: 15px;
        }

            .sell-content .map-col .google-maps {
                width: 100%;
                height: 150px;
            }

        .sell-content .sell-map {
            align-items: center;
            width: 100%;
            box-shadow: 0px 0px 8px 3px #e4e9ef;
        }

            .sell-content .sell-map .map-info {
                margin-top: 10px;
                padding: 10px;
            }
    }

    .sell-hider {
        display: none;
    }

    .sell-content .sell-map:nth-child(2n+0) {
        margin-right: 0;
    }

    .sell-content .sell-map .map-info h5 {
        font-size: 22px;
        font-weight: bold;
        color: #c5133d;
        margin-bottom: 20px;
    }

    .sell-content .sell-map .map-info p {
        font-size: 17px;
        font-weight: 600;
        color: #3a3839;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .sell-content .sell-map .map-info span {
        font-size: 17px;
        font-weight: 700;
        color: #3a3839;
    }

    .sell-content .sell-map .map-info .map-info-row {
        border-left: 3px solid #c5133d;
        padding: 15px 0 20px 20px;
        margin-bottom: 30px;
    }

    .sell-content .sell-map .map-info a {
        padding: 12px 25px;
        background: #c5133d;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .sell-lists .sell-col:nth-child(1) .sell-hider {
        display: block;
    }

    /*** Odeme Sayfasi END ***/

    /*** Sepet Sayfasi Start ***/
    .bag-content {
        background: #f5f5f5;
    }

    @media only screen and (min-width: 1200px) {
        .bag-cont {
            max-width: 1627px;
            margin: 0 auto;
            display: flex;
            padding: 100px 0 70px 0;
        }

            .bag-cont .bag-left {
                width: 69%;
                margin-right: 1%;
                background: #fff;
                padding: 35px 20px 95px 20px;
            }

            .bag-cont .bag-right {
                width: 30%;
            }

        .bag-col {
            display: flex;
            position: relative;
            padding: 40px 10px 25px 35px;
            border-bottom: 2px solid #ebebeb;
            justify-content: space-between;
        }

            .bag-col .bag-cols {
                display: flex;
                padding-left: 35px;
            }

                .bag-col .bag-cols:nth-child(1) {
                    padding-left: 0;
                }

            .bag-col .bag-cols2 {
                padding-left: 30px;
                line-height: 50px;
                text-align: right;
            }

        .bag-cont .bag-cols2 del {
            display: block;
            font-size: 18px;
            font-weight: 600;
            color: #525252;
        }

        .bag-cont .bag-cols2 span {
            font-size: 23px;
            font-weight: 800;
            color: #c5133d;
        }

        .sepet-quantity {
            margin-top: 15px !important;
        }

        /*.sepet-quantity .add, .sepet-quantity .sub {
            background: #000 !important;
        }*/
    }

    @media only screen and (max-width: 1199px) {
        .bag-cont .bag-right {
            padding: 15px;
        }

        .bag-cont {
            padding: 0px 0 30px 0;
        }

        .bag-col {
            position: relative;
            padding: 40px 10px 25px 10px;
            border-bottom: 2px solid #ebebeb;
        }

            .bag-col .bag-cols {
                display: flex;
                padding-bottom: 35px;
            }

                .bag-col .bag-cols:nth-child(1) {
                }

            .bag-col .bag-cols2 {
                line-height: 30px;
                text-align: center;
            }

        .bag-cont .bag-cols2 del {
            display: block;
            font-size: 23px;
            font-weight: 600;
            color: #525252;
        }

        .bag-cont .bag-cols2 span {
            font-size: 23px;
            font-weight: 800;
            color: #c5133d;
        }

        .bag-cont .bag-left {
            background: #fff;
            padding: 35px 20px 65px 20px;
            margin-top: 50px;
        }

        .bag-title {
            padding: 20px 30px;
        }

        .baslik-mgt-40 {
            display: none; /* Başlığı gizlemek için */
        }

        .sepet-quantity {
            margin-top: 15px !important;
        }

        /* .sepet-quantity .add, .sepet-quantity .sub {
            background: #000 !important;
        }*/
    }

    .bag-close {
        position: absolute;
        right: 0;
        top: 10px;
        color: #d3d3d3;
    }

        .bag-close:hover {
            color: #c5133d;
        }

    .bag-cont .bag-cl-name {
        width: 250px;
        max-width: 250px;
        padding-left: 40px;
    }

    @media only screen and (max-width: 768px) {

        .bag-cont .bag-cl-name {
            width: 250px;
            max-width: 250px;
        }
    }

    @media only screen and (max-width: 768px) {


        .bag-col {
            margin-bottom: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .bag-cl {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        .kurulum-info {
            margin-left: 10px;
        }

        .bag-cols {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .bag-col-img {
            width: 100%;
            margin-right: 0;
        }

        .bag-cl-name {
            margin-top: 10px;
        }

        .renk-info {
            /*display: flex;*/
            align-items: center;
            /*margin-top: 5px; */
        }

            .renk-info button {
                margin-right: 5px;
            }


        .bag-cols2 {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 10px;
        }


        .product-quantity {
            margin-bottom: 10px;
        }


        .bag-close {
            margin-right: 0;
            margin-top: 10px;
        }


        .bag-on {
            font-size: 16px;
            font-weight: bold;
        }


        .bag-price {
            font-size: 18px;
            font-weight: bold;
        }

        .bag-price-discount {
            font-size: 18px;
            font-weight: bold;
        }

        .bag-price-totalDiscount {
            font-size: 18px;
            font-weight: bold;
        }

        .bag-cont .bag-cols h5 {
            padding-bottom: 0px !important;
        }

        .bag-cont .bag-cols h4 {
            /*padding-bottom: 4px !important;*/
        }

        .bag-cont .bag-cl-name {
            width: 250px;
            max-width: 250px;
            padding-left: 0px !important;
        }
    }

    .bag-cont .bag-cl {
        padding-left: 60px;
    }

    .bag-cont .bag-cols .bag-cl:nth-child(1) {
        padding-left: 0;
    }

    .bag-cont .bag-cols h5 {
        padding-bottom: 15px;
        font-size: 18px;
        font-weight: 800;
        color: #5c5c5c;
    }

    .bag-cont .bag-cols h4 {
        font-size: 17px;
        font-weight: 800;
        padding-bottom: 21px;
        color: #5c5c5c;
    }

    .bag-cont .bag-cl,
    .bag-cont .bag-cl-name span {
        font-size: 18px;
        color: #6b6b6b;
        font-weight: 600;
    }

    .bag-cont .bag-vol h3 {
        font-size: 26px;
        font-weight: 800;
        color: #565656;
    }

        .bag-cont .bag-vol h3 span {
            font-weight: 600;
            color: #585858;
        }

    .bag-cont .bag-vol {
        border-bottom: 2px solid #ebebeb;
        padding-bottom: 35px;
    }

    .bag-right .bag-btn {
        max-width: 400px;
    }

    .bag-right .bag-go,
    .bag-right .bag-onay {
        display: inline-block;
        font-size: 20px;
        /* font-weight: bold;*/
        color: #fff;
        background: #c5133d;
        line-height: 60px;
        border-radius: 10px;
        width: 100%;
        text-align: center;
    }

    .bag-add {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        background: #c5133d;
        line-height: 50px;
        width: 100%;
        text-align: center;
    }

    .bag-right .bag-go:active,
    .bag-right .bag-onay:active {
        opacity: 0.75;
    }

    .bag-right .bag-add:active {
        opacity: 0.75;
    }

    .bag-right .bag-sumry {
        max-width: 400px;
        background: #fff;
    }

        .bag-right .bag-sumry .sumry-title {
            display: block;
            font-size: 25px;
            font-weight: 600;
            color: #525252;
            line-height: 60px;
            background: #ececed;
            text-align: center;
            margin: 20px 0 0 0;
        }

    .bag-right .bag-sm {
        margin: 30px 30px 0 30px;
        padding-bottom: 15px;
        border-bottom: 2px solid #ebebeb;
    }

    .bag-right .bag-ms {
        margin: 15px 30px 0 30px;
        padding-bottom: 30px;
    }

    .bag-low .bag-info,
    .bag-low .bag-price,
    .bag-low .bag-free {
        width: 50%;
    }

    .bag-low .bag-price-discount {
        width: 50%;
        text-align: right;
    }

    .bag-low .bag-price-totalDiscount {
        width: 50%;
        text-align: right;
    }

    .bag-low .basketprice-installment {
        font-size: 20px;
        font-weight: bold;
        color: #4d4d4d;
    }
    
    .bag-low .basketprice-installment {
        width: 50%;
        text-align: right;
    }


    .bag-low .bag-price,
    .bag-low .bag-free {
        text-align: right;
    }

    .bag-right .bag-low {
        display: flex;
        margin-bottom: 15px;
    }

        .bag-right .bag-low:nth-last-child(1) {
            margin-bottom: 0;
        }

    .bag-low .bag-info {
        font-size: 20px;
        font-weight: 600;
        color: #6b6b6b;
    }

    .bag-low .bag-price {
        font-size: 20px;
        font-weight: bold;
        color: #4d4d4d;
    }

    .bag-low .bag-price-discount {
        font-size: 20px;
        font-weight: bold;
        color: #4d4d4d;
    }

    .bag-low .bag-price-totalDiscount {
        font-size: 20px;
        font-weight: bold;
        color: #4d4d4d;
    }



    .bag-low .bag-free {
        font-size: 20px;
        font-weight: 800;
        color: #c5133d;
    }


    .coupon-low .coupon-info,
    .coupon-low .coupon-price {
        width: 50%;
    }

    .coupon-low .coupon-price {
        text-align: right !important;
    }

    .bag-right .coupon-low {
        display: flex;
        margin-bottom: 20px;
    }

        .bag-right .coupon-low:nth-last-child(1) {
            margin-bottom: 0;
        }

    .coupon-low .coupon-info {
        font-size: 20px;
        font-weight: 600;
        color: #6b6b6b;
    }

    .coupon-low .coupon-price {
        font-size: 20px;
        font-weight: bold;
        color: #4d4d4d;
    }




    .basketTutarDiscount-low .basketTutarDiscount-info,
    .basketTutarDiscount-low .basketTutarDiscount-price {
        width: 50%;
    }

    .basketTutarDiscount-low .basketTutarDiscount-price {
        text-align: right !important;
    }

    .bag-right .basketTutarDiscount-low {
        display: flex;
        margin-bottom: 15px;
    }

        .bag-right .basketTutarDiscount-low:nth-last-child(1) {
            margin-bottom: 0;
        }

    .basketTutarDiscount-low .basketTutarDiscount-info {
        font-size: 20px;
        font-weight: 600;
        color: #6b6b6b;
    }

    .basketTutarDiscount-low .basketTutarDiscount-price {
        font-size: 20px;
        font-weight: bold;
        color: #4d4d4d;
    }

    .bag-not {
        background: #fff;
        margin: 20px 0;
        max-width: 400px;
    }

    .bag-note {
        margin: 20px 0;
        max-width: 500px;
        font-size: 16px;
        font-weight: 600;
        color: #525252;
        display: flex;
        /*align-items: center;*/
    }

        .bag-note h5 {
            margin: 0;
            margin-left: 5px;
        }

        .bag-note span {
            font-size: 16px;
            margin-left: 5px;
        }

    .coupon-area {
        margin: 20px 0;
        max-width: 400px;
    }

    .coupon-add {
        background: #fff;
        margin: 20px 0;
        max-width: 400px;
    }

    .bag-not-click {
        display: flex;
        height: 60px;
        align-items: center;
        cursor: pointer;
    }

        .bag-not-click .bnc-col {
            width: 50%;
        }

            .bag-not-click .bnc-col:nth-child(1) {
                font-size: 18px;
                font-weight: 600;
                padding-left: 30px;
                color: #525252;
                height: 70%;
                line-height: 40px;
            }

            .bag-not-click .bnc-col:nth-child(2) {
                text-align: right;
                color: #999;
                padding-right: 20px;
            }

    .bag-not-dropdown {
        padding: 20px;
        background: #fff;
        display: none;
    }

        .bag-not-dropdown textarea {
            height: 100px;
            resize: none;
            font-size: 15px;
            width: 100%;
            display: block;
            border: 1px solid #ddd;
            padding: 15px;
        }

    @media only screen and (min-width: 1200px) {
        .personal-info {
            max-width: 1510px;
            margin: 0 auto;
            padding: 75px 0 100px 0;
        }
    }

    @media only screen and (max-width: 1199px) {
        .personal-info {
            padding: 50px 15px 50px 15px;
        }
    }

    .personal-title {
        margin-bottom: 45px;
    }

        .personal-title h5 {
            font-size: 28px;
            font-weight: 700;
            color: #282727;
        }

            .personal-title h5 span {
                font-weight: 400;
            }

    .prs-info {
        padding: 0 35px 35px 0;
    }

    .prs-control {
        font-size: 18px;
        color: #656565;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        width: auto;
        padding: 8px;
    }

    .prs-control-questions {
        font-size: 18px;
        color: #656565;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        height: 114px;
        width: 822px;
        padding: 8px;
    }

    .small-text-question small {
        font-size: 10px; /* veya istediğiniz boyutu seçin */
    }

    .prs-control-ansver {
        font-size: 18px;
        color: #656565;
        border: 1px solid #e2e2e2;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        height: auto;
        width: 822px;
        padding: 8px;
    }

    .pre-scrollable-questions {
        overflow-y: auto; /* Dikey kaydırma çubuğunu görüntüle */
        max-height: 150px; /* İçeriğin en fazla ne kadar büyüyeceğini belirtin */
    }

    .pre-scrollable-content-questions {
        padding-right: 15px; /* Dikey kaydırma çubuğu genişliği kadar içeriği kaydırma */
    }

    .scroll-questions {
        overflow-y: auto; /* İçeriği dikey yönde kaydırılabilir hale getir */
    }

    .prs-info label {
        display: block;
        font-size: 15px;
        color: #888888;
        font-weight: 600;
        padding: 0 0 5px 5px;
    }

    @media only screen and (min-width: 1200px) {
        .pers-product {
            display: flex;
        }
    }

    @media only screen and (max-width: 1199px) {
        .prs-ads {
            width: 100%;
        }
    }

    .prs-ads {
        display: block;
        font-size: 18px;
        color: #656565;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        padding: 8px;
    }

    .pers-btn {
        max-width: 230px;
        text-align: center;
    }

        .pers-btn .btn-pers {
            display: inline-block;
            font-size: 17px;
            font-weight: 500;
            color: #fff;
            background: #c5133d;
            line-height: 45px;
            width: 97%;
            text-align: center;
            margin-right: 10px;
            cursor: pointer;
        }

    .btn-mailgndr {
        display: inline-block;
        font-size: 17px;
        font-weight: 500;
        color: #fff;
        background: #c5133d;
        line-height: 45px;
        width: 100%;
        text-align: center;
        margin-right: 10px;
        cursor: pointer;
    }

    .pers-btn .btn-pers:active {
        opacity: 0.75;
    }

    

    .pay-content-all .pay-col .pay-control,
    .sell-input .sell-inp {
        font-size: 18px;
        color: #656565;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        width: 335px;
        padding: 8px;
        margin-bottom: 20px;
    }

    /*Orta*/
    /*@media only screen and (min-width:1500px) and (max-width:1600px) {
    .one-time .slick-list {
        height: 757px !important;
    }

    .menu-bar2 .section a, .menu-bar2 .section .menu-opener {
        padding: 0px !important;
        width: 150px;
        height: 99px;
    }

    .head-content .menu ul li {
        padding: 0px !important;
        width: 150px;
    }

    .footer-all .footer-left {
        padding: 45px 125px 30px 100px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .head-content .menu {
        padding-left: 20px;
    }

        .head-content .menu ul li {
            padding: 0px;
            width: 150px;
        }

    .head-content2 .logo {
        width: 40%;
    }

    .head-content .user ul li {
        padding-left: 50px;
    }

    .one-time .slick-list {
        height: 640px !important;
    }

    .menu-bar2 .section a, .menu-bar2 .section .menu-opener {
        padding-bottom: 0px;*/
    /*height: 81px;*/
    /*height: 11.89%;
    }

    .head-content .user ul li {
        padding-left: 27px;
    }

    .footer-all .footer-left {
        padding: 45px 125px 30px 100px;
    }
}*/

    .imgCampaing {
        width: 100%;
    }

    .imgNew {
        position: relative;
        bottom: 9px;
        width: 100% !important;
    }



    @media only screen and (max-width:1199px) {
        .mg-bt-35 {
            margin-bottom: 40px;
        }


        .category-content-inner {
            width: 85%;
            bottom: 20px;
            position: absolute;
            left: 20px;
        }

            .category-content-inner a {
                font-size: 20px;
                color: #494949;
                font-weight: 600;
                text-shadow: 2px 2px 4px #000000;
            }

        .category-text a {
            font-size: 20px;
            color: #ffffff;
            font-weight: 600;
            text-shadow: 2px 2px 4px #000000;
        }
    }

    .baslik-mgt-40 {
        padding-top: 80px;
    }

    .klm-btn {
        padding-top: 30px;
    }

    @media only screen and (max-width: 1199px) {
        .klm-btn {
            padding: 10px 30px;
            margin-right: 5px;
            border: 3px solid #c5133d;
            background: #fff;
            color: #c5133d;
            font-size: 12px;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
            width: 50%;
            margin-top: 5px;
            display: block;
        }

        .kt-btn a:active {
            background: #c5133d;
            color: #fff;
        }
    }

    @media only screen and (min-width: 1200px) {
        .klm-btn {
            padding: 10px 50px;
            margin-right: 10px;
            border: 3px solid #c5133d;
            background: #fff;
            color: #c5133d;
            font-size: 14px;
            font-weight: bold;
            font-family: 'Montserrat', sans-serif;
            transition: 250ms all;
        }

            .klm-btn a:active {
                background: #c5133d;
                color: #fff;
            }
    }







    .kampanyaBaslik {
        font-size: 24px;
        font-weight: 800;
        color: #282727;
    }

    .kampanya {
        width: 100% !important;
    }

    .kampanyaAciklama {
        line-height: 1.6;
        color: #000000;
    }

    .kampanyaboyut {
        color: #000000;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .kampanyaKosul .skosul {
        font-weight: 700;
        color: #c5133d;
        margin-top: 18px;
    }

    .kampanyaKosul .ikosul {
        margin-bottom: 12px;
        color: #7d7d7d;
        font-size: 12px;
    }

    .kampanyaButon a {
        color: white;
        font-size: 13px;
        font-weight: 700;
    }

    .kampanyaButon {
        background-color: #c5133d;
        width: 107px;
        text-align: center;
        padding: 10px;
        border-radius: 3px;
    }

    .cizgi {
        box-shadow: 0px 0px 8px 3px #e4e9ef;
        padding: 12px;
        background-image: url("../logo.gif");
        background-repeat: no-repeat;
        background-position: center;
    }

    .dis {
        margin-top: 50px;
        width: 100%;
        margin-bottom: 10px;
    }


    @media only screen and (max-width: 1672px) {
        .cizgi {
            padding: 30px;
        }
    }

    @media only screen and (max-width: 735px) {
        .cizgi {
            margin-left: 14px;
        }
    }

    @media only screen and (max-width: 1532px) {
        .kampanyaBaslik {
            font-size: 20px;
        }

        .kampanyaAciklama {
            font-size: 14px;
        }

        .kampanyaboyut {
            font-size: 14px;
        }

        .cizgi {
            padding: 19px;
        }

        .ikosul {
            font-size: 14px;
        }

        .kampanyaButon {
            background-color: #c5133d;
            width: 90px;
            text-align: center;
            padding: 7px;
            border-radius: 3px;
        }

            .kampanyaButon a {
                font-size: 11px;
            }
    }

    .solresim img {
        max-width: 100%;
    }



    .kDiger {
        background-color: #fff;
        border-radius: 4px;
        position: relative;
        box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .incele span {
        font-size: 17px;
        margin-left: 7px;
        color: black;
        font-weight: 600;
    }

    .incele i {
        font-size: 20px;
        border-radius: 400px;
        position: relative;
        width: 36px;
        color: black;
        height: 36px;
        vertical-align: middle;
        background-color: #fff;
        border: 1px solid #fff;
        box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        .incele i:before {
            position: relative;
            top: 7px;
            left: 12px;
        }

    .incele {
        padding: 13px;
        background-color: #f9f9f9;
        transition: all .3s ease-in-out;
    }

    .kDiger:hover {
        -webkit-box-shadow: 0px 0px 100px -57px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 100px -57px rgba(0,0,0,1);
        box-shadow: 0px 0px 100px -57px rgba(0,0,0,1);
    }

        .kDiger:hover .incele {
            background-color: #474747;
            color: white;
            transition: all .3s ease-in-out;
        }

            .kDiger:hover .incele a span {
                color: white;
            }

    .kDiger {
        padding-bottom: 0px !important;
        margin-bottom: 60px;
    }

    .kyBaslik {
        padding: 0px !important;
        margin: 17px;
    }

    .uIncelea {
        color: white;
    }

    .yIndrm {
        position: absolute;
        right: 24px;
        bottom: 74px;
        color: white;
        background-color: #c5133d;
        padding: 8px;
        border-radius: 4px;
        font-size: 14px;
    }








    .resim-bg {
        background-image: url("/Theme/images/bg-basinda-biz.jpg");
        height: 500px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .resim-bg:before {
            background: #2827274a;
            height: 200px;
            width: 100%;
        }

    .rbaslik {
        color: white;
        text-align: center;
        font-weight: 300;
        font-size: 40px;
    }

        .rbaslik span {
            font-weight: 700;
        }

    .raciklama {
        text-align: center;
        font-size: 18px;
        width: 700px;
        margin: 0px auto;
        max-width: 100%;
        font-weight: 100;
        color: #e9e9e9;
        margin-top: 20px;
        line-height: 28px;
    }

    .rkapsayici {
        padding-top: 200px;
    }


    @media only screen and (max-width: 750px) {
        .raciklama {
            padding: 2px;
        }

        .resim-bg {
            background-image: url("/Theme/images/bg-basinda-biz-2.jpg");
        }
    }

    .bizi span {
        font-weight: 700;
    }

    .bizi {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .baciklama {
        line-height: 25px;
    }



    .kilimrenk {
        color: #c6133d;
    }

    .pline {
        line-height: 35px;
    }

    .satirmargin {
        margin-top: 80px;
        margin-bottom: 80px;
    }




    .klm-btn {
        background-color: #C91E48;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        color: #fff;
        cursor: pointer;
    }

    .cntr {
        text-align: center;
    }

    .galeri {
        text-align: center;
        padding: 20px;
        font-size: 16px !important;
        color: white;
        box-shadow: 0px 0px 37px 7px #e4e9ef;
        font-size: 13px;
        border-radius: 0px 0px 9px 9px;
        background-color: #C91E48;
    }

        .galeri div {
            margin-bottom: 9px;
            font-weight: 700;
            font-size: 16px;
        }

    .basinmargin {
        margin: 0px auto;
        position: relative;
        bottom: 0px;
        transition: .5s ease;
    }

        .basinmargin:hover .ortakilim {
            opacity: 1;
        }

        .basinmargin:hover {
            bottom: 12px;
            position: relative;
            transition: .5s ease;
        }

            .basinmargin:hover .soluk {
                opacity: 0.3;
            }

    .soluk {
        transition: .5s ease;
    }


    .ortakilim {
        transition: .5s ease;
        position: absolute;
        margin: 0px auto;
        width: 255px;
        max-width: 255px;
        opacity: 0;
        left: 60px;
    }

    .deneme {
        display: flex;
        align-items: center;
        border: 2px solid #c6133d;
    }



    .acilirresim {
        /** Default acilirresim to hidden */
        display: none;
        /** Position and style */
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100%;
        text-align: center;
        top: 0;
        left: 0;
        background: rgb(0 0 0 / 0.81);
    }

        .acilirresim img {
            /** Pad the acilirresim image */
            max-width: 90%;
            max-height: 80%;
            margin-top: 2%;
        }

        .acilirresim:target {
            overflow: auto;
            z-index: 9999;
            outline: none;
            display: block;
        }

            .acilirresim:target p {
                padding-top: 19px;
                max-width: 500px;
                margin: 0 auto;
                color: white;
                font-weight: 700;
                line-height: 27px;
            }

            .acilirresim:target div {
                padding-top: 19px;
                width: 500px;
                max-width: 100%;
                margin: 0 auto;
                color: white;
                font-weight: 300;
                line-height: 27px;
            }




    .resim-hk-bg {
        background-image: url("/Theme/images/bg1-hk.jpg");
        height: 500px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .resim-hk-bg:before {
            background: #2827274a;
            height: 200px;
            width: 100%;
        }

    .rbaslik {
        color: white;
        text-align: center;
        font-weight: 300;
        font-size: 40px;
    }

        .rbaslik span {
            font-weight: 700;
        }

    .raciklama {
        text-align: center;
        font-size: 18px;
        width: 700px;
        margin: 0px auto;
        max-width: 100%;
        font-weight: 100;
        color: #e9e9e9;
        margin-top: 20px;
        line-height: 28px;
    }

    .rkapsayici {
        padding-top: 200px;
    }


    @media only screen and (max-width: 750px) {
        .raciklama {
            padding: 2px;
        }

        .resim-hk-bg {
            background-image: url("/Theme/images/bg2-hk.jpg");
        }
    }



    @media only screen and (max-width: 1000px) {
        .mbl {
            text-align: center;
            max-width: 100%;
            flex: 0 0 100%;
        }

        .play-btn {
            top: 196px;
            left: 314px;
        }
    }



    .bizi span {
        font-weight: 700;
    }

    .bizi {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .baciklama {
        line-height: 25px;
    }


    .play-btn {
        width: 100px;
        height: 100px;
        background: radial-gradient( rgb(198 19 61) 60%, rgb(198 19 61) 62%);
        border-radius: 50%;
        position: absolute;
        top: 138px;
        left: 238px;
        right: 0px;
        bottom: 0px;
        box-shadow: 0px 0px 25px 3px rgb(198 19 61);
    }



        /* triangle */
        .play-btn::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-40%) translateY(-50%);
            transform: translateX(-40%) translateY(-50%);
            transform-origin: center center;
            width: 0;
            height: 0;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 25px solid #fff;
            z-index: 100;
            -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

        /* pulse wave */
        .play-btn:before {
            content: "";
            position: absolute;
            width: 150%;
            height: 150%;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            -webkit-animation: pulsate1 2s;
            animation: pulsate1 2s;
            -webkit-animation-direction: forwards;
            animation-direction: forwards;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: steps;
            animation-timing-function: steps;
            opacity: 1;
            border-radius: 50%;
            border: 5px solid rgb(198 19 61);
            top: -30%;
            left: -30%;
            background: rgb(198 19 61);
        }

    @-webkit-keyframes pulsate1 {
        0% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 1;
            box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 0;
            box-shadow: none;
        }
    }

    @keyframes pulsate1 {
        0% {
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            opacity: 1;
            box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
        }

        100% {
            -webkit-transform: scale(1, 1);
            transform: scale(1);
            opacity: 0;
            box-shadow: none;
        }
    }

    .videolink {
        top: 0px;
        position: relative;
        transition: all 1s linear;
    }

        .videolink:hover {
            bottom: 10px;
            position: relative;
        }


    .videomodal {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgb(0 0 0 / 75%);
    }

    /* Modal Content */
    .videomodal-content {
        margin: auto;
        text-align: center;
        padding: 20px;
        width: 100%;
    }

    /* The Close Button */
    .videoclose {
        color: #fff;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

        .videoclose:hover,
        .videoclose:focus {
            color: #d2d2d2;
            text-decoration: none;
            cursor: pointer;
        }

    .videomodal-content iframe {
        width: 100%;
    }

    .hlogo {
        text-align: center;
        font-size: 35px;
        font-weight: 300;
    }

        .hlogo span {
            font-weight: 900;
        }


    .klm-btn-yn {
        background-color: #C91E48;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        color: #fff;
    }




    .yKartlar {
        padding: 40px;
        box-shadow: 0px 0px 8px 3px #e4e9ef;
        margin-top: 20px;
    }


        .yKartlar h5 {
            font-size: 22px;
            font-weight: bold;
            color: #c5133d;
            margin-bottom: 15px;
        }

    .yonetim-info {
        font-weight: 600;
        border-left: 3px solid #c5133d;
        padding: 10px 0 10px 17px;
        margin-bottom: 20px;
    }

    .yKartlar p {
        font-size: 15px;
        line-height: 26px;
    }


    .accordion-mobile {
        background-color: #c5133d;
        color: #fff;
        text-align: center;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        outline: none;
        font-size: 17px;
        transition: 0.4s;
        font-weight: 600;
    }

    .imgBasket {
        /*height: 50px !important;*/
        width: 250px !important;
    }


    .panel-mobile {
        padding: 10px;
        text-align: center;
        display: none;
        font-size: 13px;
        background-color: #3e3c3c;
        overflow: hidden;
    }

        .panel-mobile li {
            list-style-type: none;
            margin-bottom: 12px;
        }

            .panel-mobile li a {
                font-size: 15px;
                font-weight: 500;
            }

    .mobile-accordions {
        /*margin-bottom: 20px;*/
    }

    .sepetileri {
        position: relative;
        margin: auto;
        width: 50%;
        right: auto;
    }

    @media only screen and (max-width: 999px) {
        .sepetileri {
            position: relative !important;
            margin: auto !important;
            width: 90% !important;
            right: auto !important;
        }
    }


    .checkout-order-summary a {
        font-size: 15px;
        text-decoration: none;
        color: #c5133d;
        font-weight: 600;
    }


    .yenitablo {
        border: 1px solid #dee2e6;
        width: 100%;
        margin-bottom: 1rem;
        background-color: transparent;
        margin-top: 70px;
        margin-bottom: 70px;
    }

        .yenitablo th {
            border-bottom: 2px solid #dee2e6;
            border: 1px solid #dee2e6;
            padding: 7px;
        }

        .yenitablo td {
            border: 1px solid #dee2e6;
            text-align: center;
            vertical-align: middle;
        }

    .btn-success {
        color: #1f9a45;
    }


    .yenikodeme {
        text-align: center;
        font-weight: 900;
        margin-top: 20px;
        font-size: 36px;
    }

        .yenikodeme span {
            font-weight: 300;
        }

    .detaykredi {
        padding: 40px 0px 80px 140px;
    }

    .order-summary-title {
        padding-top: 21px !important;
    }


    @media only screen and (max-width: 770px) {
        .detaykredi {
            padding: 10px;
        }
    }


    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
    }

        .card > hr {
            margin-right: 0;
            margin-left: 0;
        }

        .card > .list-group {
            border-top: inherit;
            border-bottom: inherit;
        }

            .card > .list-group:first-child {
                border-top-width: 0;
                border-top-left-radius: calc(0.25rem - 1px);
                border-top-right-radius: calc(0.25rem - 1px);
            }

            .card > .list-group:last-child {
                border-bottom-width: 0;
                border-bottom-right-radius: calc(0.25rem - 1px);
                border-bottom-left-radius: calc(0.25rem - 1px);
            }

            .card > .card-header + .list-group,
            .card > .list-group + .card-footer {
                border-top: 0;
            }

        .card .action-buttons {
            text-align: right;
            margin: 0 0 5px 0;
            font-size: 20px;
        }

            .card .action-buttons .btn {
                margin-right: 5px; /* Butonlar arasındaki boşluğu artır */
                font-size: 15px; /* Buton font boyutunu küçült */
                padding: 4px 8px; /* Buton boyutunu küçült ve iç boşluğu azalt */
                border-radius: 5px;
                border: none;
                transition: background-color 0.3s ease;
                cursor: pointer;
            }

                .card .action-buttons .btn.btn-edit {
                    background-color: #f8f9fa;
                    color: #FF7F00;
                }

                .card .action-buttons .btn.btn-delete {
                    background-color: #f8f9fa; /* Soluk gri */
                    color: #dc3545; /* Delete ikonu için kırmızı yazı rengi */
                }

                .card .action-buttons .btn.btn-edit:hover {
                    background-color: #e2e6ea; /* Hover rengi */
                }

                .card .action-buttons .btn.btn-delete:hover {
                    background-color: #e2e6ea; /* Hover rengi */
                }

                .card .action-buttons .btn .icon {
                    margin-right: 8px; /* İkon ve yazı arasındaki boşluğu azalt */
                    font-size: 25px; /* İkon boyutunu büyüt */
                }

                .card .action-buttons .btn.btn-edit .icon {
                    color: #212529; /* Edit ikonu için yazı rengi */
                }

                .card .action-buttons .btn.btn-delete .icon {
                    color: #dc3545; /* Delete ikonu için kırmızı renk */
                }

    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem;
    }

    .card-title {
        margin-bottom: 0.75rem;
    }

    .card-subtitle {
        margin-top: -0.375rem;
        margin-bottom: 0;
    }

    .card-text:last-child {
        margin-bottom: 0;
    }

    .card-link:hover {
        text-decoration: none;
    }

    .card-link + .card-link {
        margin-left: 1.25rem;
    }

    .card-header {
        padding: 0.75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }

        .card-header:first-child {
            border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
        }

    .card-footer {
        padding: 0.75rem 1.25rem;
        background-color: rgba(0, 0, 0, 0.03);
        border-top: 1px solid rgba(0, 0, 0, 0.125);
    }

        .card-footer:last-child {
            border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
        }

    .card-header-tabs {
        margin-right: -0.625rem;
        margin-bottom: -0.75rem;
        margin-left: -0.625rem;
        border-bottom: 0;
    }

    .card-header-pills {
        margin-right: -0.625rem;
        margin-left: -0.625rem;
    }

    .card-img-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
        border-radius: calc(0.25rem - 1px);
    }

    .card-img,
    .card-img-top,
    .card-img-bottom {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
    }

    .card-img,
    .card-img-top {
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px);
    }

    .card-img,
    .card-img-bottom {
        border-bottom-right-radius: calc(0.25rem - 1px);
        border-bottom-left-radius: calc(0.25rem - 1px);
    }

    .card-deck .card {
        margin-bottom: 15px;
    }

    @media (min-width: 576px) {
        .card-deck {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

            .card-deck .card {
                -ms-flex: 1 0 0%;
                flex: 1 0 0%;
                margin-right: 15px;
                margin-bottom: 0;
                margin-left: 15px;
            }
    }

    .card-group > .card {
        margin-bottom: 15px;
    }

    @media (min-width: 576px) {
        .card-group {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        }

            .card-group > .card {
                -ms-flex: 1 0 0%;
                flex: 1 0 0%;
                margin-bottom: 0;
            }

                .card-group > .card + .card {
                    margin-left: 0;
                    border-left: 0;
                }

                .card-group > .card:not(:last-child) {
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

                    .card-group > .card:not(:last-child) .card-img-top,
                    .card-group > .card:not(:last-child) .card-header {
                        border-top-right-radius: 0;
                    }

                    .card-group > .card:not(:last-child) .card-img-bottom,
                    .card-group > .card:not(:last-child) .card-footer {
                        border-bottom-right-radius: 0;
                    }

                .card-group > .card:not(:first-child) {
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

                    .card-group > .card:not(:first-child) .card-img-top,
                    .card-group > .card:not(:first-child) .card-header {
                        border-top-left-radius: 0;
                    }

                    .card-group > .card:not(:first-child) .card-img-bottom,
                    .card-group > .card:not(:first-child) .card-footer {
                        border-bottom-left-radius: 0;
                    }
    }

    .card-columns .card {
        margin-bottom: 0.75rem;
    }

    @media (min-width: 576px) {
        .card-columns {
            -webkit-column-count: 3;
            -moz-column-count: 3;
            column-count: 3;
            -webkit-column-gap: 1.25rem;
            -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
            orphans: 1;
            widows: 1;
        }

            .card-columns .card {
                display: inline-block;
                width: 100%;
            }
    }
    /*son eklenen*/

    .myprofilefont {
        color: black;
        font-family: 'Intro-Regular';
        font-size: 120%;
        margin-bottom: 10px;
        padding: 0 20px;
        width: 100%;
        display: inline-block;
        float: left;
    }

    .myprofileinput {
        width: 35%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: var(--font-size-base);
        outline: none;
        border-radius: var(--border-radius);
        padding: 0.5rem 0.7rem;
        color: #75768B;
        transition: .2s ease-out;
        letter-spacing: .5px;
        border: none;
        border-bottom: 2px solid #dbdbdbff;
    }

    @media only screen and (max-width: 768px) {
        .myprofileinput {
            width: 100%;
        }
    }

    .myprofilediv {
        width: 75%;
        background: #f5f7fa;
        box-shadow: 0px 1px 10px 1px #e4e9ef;
        padding: 55px 45px 0 40px;
        background-image: url("https://www.kilimmobilya.com.tr/img/kilim-logo-overlay-yeni.png");
        background-repeat: repeat;
        background-position: right;
    }

    .testpopup {
        color: var(--color-primary);
        padding: 7rem 2rem 0rem 2rem;
        left: 100%;
    }

    .prs-control-address {
        font-size: 18px;
        color: #656565;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        width: auto;
        padding: 8px;
    }

    /*.error-input,
.prs-control .js-example-basic-single {
    border: 2px solid #dc3545;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}*/


    /* Bootsrap Modal 4.0*/

    .bs-modal-open {
        overflow: hidden
    }

    .bs-modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        outline: 0
    }

    .bs-modal-open .bs-modal {
        overflow-x: hidden;
        overflow-y: auto
    }

    .bs-modal-dialog {
        position: relative;
        width: auto;
        margin: .5rem;
        pointer-events: none
    }

    .bs-modal.fade .bs-modal-dialog {
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        transform: translate(0,-25%)
    }

    .bs-modal.show .bs-modal-dialog {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    .bs-modal-dialog-centered {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - (.5rem * 2))
    }

    .bs-modal-content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: .3rem;
        outline: 0
    }

    .bs-modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: #000
    }

        .bs-modal-backdrop.fade {
            opacity: 0
        }

        .bs-modal-backdrop.show {
            opacity: .5
        }

    .bs-modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1rem;
        border-bottom: 1px solid #e9ecef;
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem
    }

        .bs-modal-header .close {
            padding: 1rem;
            margin: -1rem -1rem -1rem auto
        }

    .bs-modal-title {
        margin-bottom: 0;
        line-height: 1.5
    }

    .bs-modal-body {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1rem
    }

    .bs-modal-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 1rem;
        border-top: 1px solid #e9ecef
    }

        .bs-modal-footer > :not(:first-child) {
            margin-left: .25rem
        }

        .bs-modal-footer > :not(:last-child) {
            margin-right: .25rem
        }

    .bs-modal-scrollbar-measure {
        position: absolute;
        top: -9999px;
        width: 50px;
        height: 50px;
        overflow: scroll
    }

    @media (min-width:576px) {
        .bs-modal-dialog {
            max-width: 500px;
            margin: 1.75rem auto
        }

        .bs-modal-dialog-centered {
            min-height: calc(100% - (1.75rem * 2))
        }

        .bs-modal-sm {
            max-width: 300px
        }
    }

    @media (min-width:992px) {
        .bs-modal-lg {
            max-width: 800px
        }
    }
    /* Bootsrap Modal 4.0*/
    /* Bootsrap bs-table 4.0*/

    .bs-table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        border-collapse: collapse;
        background-color: transparent
    }

        .bs-table td, .bs-table th {
            padding: .75rem;
            vertical-align: top;
            border-top: 1px solid #dee2e6
        }

        .bs-table thead th {
            vertical-align: bottom;
            border-bottom: 2px solid #dee2e6
        }

        .bs-table tbody + tbody {
            border-top: 2px solid #dee2e6
        }

        .bs-table .bs-table {
            background-color: #fff
        }

    .bs-table-sm td, .bs-table-sm th {
        padding: .3rem
    }

    .bs-table-bordered {
        border: 1px solid #dee2e6
    }

        .bs-table-bordered td, .bs-table-bordered th {
            border: 1px solid #dee2e6
        }

        .bs-table-bordered thead td, .bs-table-bordered thead th {
            border-bottom-width: 2px
        }

    .bs-table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(0,0,0,.05)
    }

    .bs-table-hover tbody tr:hover {
        background-color: rgba(0,0,0,.075)
    }

    .bs-table-primary, .bs-table-primary > td, .bs-table-primary > th {
        background-color: #b8daff
    }

    .bs-table-hover .bs-table-primary:hover {
        background-color: #9fcdff
    }

        .bs-table-hover .bs-table-primary:hover > td, .bs-table-hover .bs-table-primary:hover > th {
            background-color: #9fcdff
        }

    .bs-table-secondary, .bs-table-secondary > td, .bs-table-secondary > th {
        background-color: #d6d8db
    }

    .bs-table-hover .bs-table-secondary:hover {
        background-color: #c8cbcf
    }

        .bs-table-hover .bs-table-secondary:hover > td, .bs-table-hover .bs-table-secondary:hover > th {
            background-color: #c8cbcf
        }

    .bs-table-success, .bs-table-success > td, .bs-table-success > th {
        background-color: #c3e6cb
    }

    .bs-table-hover .bs-table-success:hover {
        background-color: #b1dfbb
    }

        .bs-table-hover .bs-table-success:hover > td, .bs-table-hover .bs-table-success:hover > th {
            background-color: #b1dfbb
        }

    .bs-table-info, .bs-table-info > td, .bs-table-info > th {
        background-color: #bee5eb
    }

    .bs-table-hover .bs-table-info:hover {
        background-color: #abdde5
    }

        .bs-table-hover .bs-table-info:hover > td, .bs-table-hover .bs-table-info:hover > th {
            background-color: #abdde5
        }

    .bs-table-warning, .bs-table-warning > td, .bs-table-warning > th {
        background-color: #ffeeba
    }

    .bs-table-hover .bs-table-warning:hover {
        background-color: #ffe8a1
    }

        .bs-table-hover .bs-table-warning:hover > td, .bs-table-hover .bs-table-warning:hover > th {
            background-color: #ffe8a1
        }

    .bs-table-danger, .bs-table-danger > td, .bs-table-danger > th {
        background-color: #f5c6cb
    }

    .bs-table-hover .bs-table-danger:hover {
        background-color: #f1b0b7
    }

        .bs-table-hover .bs-table-danger:hover > td, .bs-table-hover .bs-table-danger:hover > th {
            background-color: #f1b0b7
        }

    .bs-table-light, .bs-table-light > td, .bs-table-light > th {
        background-color: #fdfdfe
    }

    .bs-table-hover .bs-table-light:hover {
        background-color: #ececf6
    }

        .bs-table-hover .bs-table-light:hover > td, .bs-table-hover .bs-table-light:hover > th {
            background-color: #ececf6
        }

    .bs-table-dark, .bs-table-dark > td, .bs-table-dark > th {
        background-color: #c6c8ca
    }

    .bs-table-hover .bs-table-dark:hover {
        background-color: #b9bbbe
    }

        .bs-table-hover .bs-table-dark:hover > td, .bs-table-hover .bs-table-dark:hover > th {
            background-color: #b9bbbe
        }

    .bs-table-active, .bs-table-active > td, .bs-table-active > th {
        background-color: rgba(0,0,0,.075)
    }

    .bs-table-hover .bs-table-active:hover {
        background-color: rgba(0,0,0,.075)
    }

        .bs-table-hover .bs-table-active:hover > td, .bs-table-hover .bs-table-active:hover > th {
            background-color: rgba(0,0,0,.075)
        }

    .bs-table .thead-dark th {
        color: #fff;
        background-color: #212529;
        border-color: #32383e
    }

    .bs-table .thead-light th {
        color: #495057;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .bs-table-dark {
        color: #fff;
        background-color: #212529
    }

        .bs-table-dark td, .bs-table-dark th, .bs-table-dark thead th {
            border-color: #32383e
        }

        .bs-table-dark.bs-table-bordered {
            border: 0
        }

        .bs-table-dark.bs-table-striped tbody tr:nth-of-type(odd) {
            background-color: rgba(255,255,255,.05)
        }

        .bs-table-dark.bs-table-hover tbody tr:hover {
            background-color: rgba(255,255,255,.075)
        }

    @media (max-width:575.98px) {
        .bs-table-responsive-sm {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar
        }

            .bs-table-responsive-sm > .bs-table-bordered {
                border: 0
            }
    }

    @media (max-width:767.98px) {
        .bs-table-responsive-md {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar
        }

            .bs-table-responsive-md > .bs-table-bordered {
                border: 0
            }
    }

    @media (max-width:991.98px) {
        .bs-table-responsive-lg {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar
        }

            .bs-table-responsive-lg > .bs-table-bordered {
                border: 0
            }
    }

    @media (max-width:1199.98px) {
        .bs-table-responsive-xl {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar
        }

            .bs-table-responsive-xl > .bs-table-bordered {
                border: 0
            }
    }

    .bs-table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .bs-table-responsive > .bs-table-bordered {
            border: 0
        }

    tr.collapse.show {
        display: bs-table-row
    }

    tbody.collapse.show {
        display: bs-table-row-group
    }

    bs-table {
        display: bs-table !important
    }

    .d-bs-table-row {
        display: bs-table-row !important
    }

    .d-bs-table-cell {
        display: bs-table-cell !important
    }

    @media (min-width:576px) {
        .d-sm-bs-table {
            display: bs-table !important
        }

        .d-sm-bs-table-row {
            display: bs-table-row !important
        }

        .d-sm-bs-table-cell {
            display: bs-table-cell !important
        }
    }

    @media (min-width:768px) {
        .d-md-bs-table {
            display: bs-table !important
        }

        .d-md-bs-table-row {
            display: bs-table-row !important
        }

        .d-md-bs-table-cell {
            display: bs-table-cell !important
        }
    }

    @media (min-width:992px) {
        .d-lg-bs-table {
            display: bs-table !important
        }

        .d-lg-bs-table-row {
            display: bs-table-row !important
        }

        .d-lg-bs-table-cell {
            display: bs-table-cell !important
        }
    }

    @media (min-width:1200px) {
        .d-xl-bs-table {
            display: bs-table !important
        }

        .d-xl-bs-table-row {
            display: bs-table-row !important
        }

        .d-xl-bs-table-cell {
            display: bs-table-cell !important
        }
    }

    @media print {
        .d-print-bs-table {
            display: bs-table !important
        }

        .d-print-bs-table-row {
            display: bs-table-row !important
        }

        .d-print-bs-table-cell {
            display: bs-table-cell !important
        }
    }

    thead {
        display: bs-table-header-group
    }

    tr {
        page-break-inside: avoid
    }


    .badge {
        border: 1px solid #000
    }

    .bs-table {
        border-collapse: collapse !important
    }

        .bs-table td, .bs-table th {
            background-color: #fff !important
        }

    .bs-table-bordered td, .bs-table-bordered th {
        border: 1px solid #ddd !important
    }
    /* Bootsrap bs-table 4.0*/

    html {
        overflow-x: hidden;
    }

    .nav {
        --bs-nav-link-padding-x: 1rem;
        --bs-nav-link-padding-y: 0.5rem;
        --bs-nav-link-font-weight:;
        --bs-nav-link-color: var(--bs-link-color);
        --bs-nav-link-hover-color: var(--bs-link-hover-color);
        --bs-nav-link-disabled-color: var(--bs-secondary-color);
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .nav-link {
        display: block;
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
        font-size: var(--bs-nav-link-font-size);
        font-weight: var(--bs-nav-link-font-weight);
        color: var(--bs-nav-link-color);
        text-decoration: none;
        background: none;
        border: 0;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    }

    @media (prefers-reduced-motion: reduce) {
        .nav-link {
            transition: none;
        }
    }

    .nav-link:hover, .nav-link:focus {
        color: var(--bs-nav-link-hover-color);
    }

    .nav-link:focus-visible {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    .nav-link.disabled, .nav-link:disabled {
        color: var(--bs-nav-link-disabled-color);
        pointer-events: none;
        cursor: default;
    }

    .nav-tabs {
        --bs-nav-tabs-border-width: var(--bs-border-width);
        --bs-nav-tabs-border-color: var(--bs-border-color);
        --bs-nav-tabs-border-radius: var(--bs-border-radius);
        --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
        --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
        --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
        --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
        border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
    }

        .nav-tabs .nav-link {
            margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
            border: var(--bs-nav-tabs-border-width) solid transparent;
            border-top-left-radius: var(--bs-nav-tabs-border-radius);
            border-top-right-radius: var(--bs-nav-tabs-border-radius);
        }

            .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
                isolation: isolate;
                border-color: var(--bs-nav-tabs-link-hover-border-color);
            }

            .nav-tabs .nav-link.active,
            .nav-tabs .nav-item.show .nav-link {
                color: var(--bs-nav-tabs-link-active-color);
                background-color: var(--bs-nav-tabs-link-active-bg);
                border-color: var(--bs-nav-tabs-link-active-border-color);
            }

        .nav-tabs .dropdown-menu {
            margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

    .nav-pills {
        --bs-nav-pills-border-radius: var(--bs-border-radius);
        --bs-nav-pills-link-active-color: #fff;
        --bs-nav-pills-link-active-bg: #0d6efd;
    }

        .nav-pills .nav-link {
            border-radius: var(--bs-nav-pills-border-radius);
        }

            .nav-pills .nav-link.active,
            .nav-pills .show > .nav-link {
                color: var(--bs-nav-pills-link-active-color);
                background-color: var(--bs-nav-pills-link-active-bg);
            }

    .nav-underline {
        --bs-nav-underline-gap: 1rem;
        --bs-nav-underline-border-width: 0.125rem;
        --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
        gap: var(--bs-nav-underline-gap);
    }

        .nav-underline .nav-link {
            padding-right: 0;
            padding-left: 0;
            border-bottom: var(--bs-nav-underline-border-width) solid transparent;
        }

            .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
                border-bottom-color: currentcolor;
            }

            .nav-underline .nav-link.active,
            .nav-underline .show > .nav-link {
                font-weight: 700;
                color: var(--bs-nav-underline-link-active-color);
                border-bottom-color: currentcolor;
            }

    .nav-fill > .nav-link,
    .nav-fill .nav-item {
        flex: 1 1 auto;
        text-align: center;
    }

    .nav-justified > .nav-link,
    .nav-justified .nav-item {
        flex-basis: 0;
        flex-grow: 1;
        text-align: center;
    }

        .nav-fill .nav-item .nav-link,
        .nav-justified .nav-item .nav-link {
            width: 100%;
        }

    .tab-content > .tab-pane {
        display: none;
    }

    .tab-content > .active {
        display: block;
    }


    .overlay-background-campaigns {
        background-color: rgba(0, 0, 0, 0.5); /* Opacity değerini ayarlayabilirsiniz */
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 40;
        /* Popup'tan daha küçük bir z-index */
    }

    .popup-container-campaigns {
        position: fixed;
        top: 50%;
        left: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 70vh;
        width: 100%;
        z-index: 50;
        transform: translate(-50%, -50%);
        transition: opacity 0.3s;
    }

    .popup-content-campaigns {
        /*background-color: #040404;*/
        border-radius: 0.25rem;
        /*box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);*/
        /*overflow: hidden;*/
        max-width: 90vw; /* Mobil cihazlarda maksimum genişlik */
        max-height: 90vh; /* Mobil cihazlarda maksimum yükseklik */
        text-align: center;
        height: 65%;
        width: 40%;
        position: relative; /* Kapatma butonunu içinde pozisyonlandırmak için */
    }

    .close-button {
        background-color: #edf2f7;
        position: absolute;
        top: 0;
        right: 0;
    }

        .close-button:hover {
            opacity: 0.75;
        }

    .content-container-poppup {
        /*display: flex;*/
        flex-direction: column;
        align-items: center;
        /*justify-content: center;*/
        height: 100%;
    }

.announcement {
/*    height: 400px;*/
    display: flex; /* Resmi ortalamak isterseniz flex kullanabilirsiniz */
    justify-content: center;
    align-items: center;
}
        .announcement img {
            width: 100%; /* Divin genişliğini tamamen doldurur */
            height: 100%; /* Divin yüksekliğini tamamen doldurur */
            object-fit: cover; /* Taşmaları kırpar ve uygun şekilde boyutlandırır */
        }
    .hidden {
        display: none;
    }

    @media only screen and (max-width: 550px) {
        .campaing-icon {
            top: 1px !important;
            right: -35px !important;
        }

            .campaing-icon .campaing-icon-row {
                height: 10px !important;
            }

            .campaing-icon .campaing-icon-col {
                width: 100%;
            }

        .campaing-icon-red {
          /*  left: -2px !important;
            top: -7px !important;*/
        }

        .list-card-body {
            height: 110px !important;
        }
    }

    @media only screen and (max-width: 750px) {
        .campaing-icon {
           /* top: -4px !important;
            right: -4px !important;*/
        }

            .campaing-icon .campaing-icon-row {
                height: 43px !important;
            }

            .campaing-icon .campaing-icon-col {
                width: 100%;
            }

        .campaing-icon-red {
            /*left: -2px !important;*/
            top: 7px !important;
        }

        .list-card-body {
            height: 110px !important;
        }
    }

    @media only screen and (max-width: 1199px) {
        .campaing-icon {
            position: absolute;
            top: 11px;
            right: -1px;
            width: 30%;
            border-radius: 70px;
            text-align: center;
            z-index: 100;
            font-size: 14px;
        }

            .campaing-icon .campaing-icon-row {
                display: flex;
                height: 10px;
                align-items: center;
            }

            .campaing-icon .campaing-icon-col {
                width: 55%;
            }

        .campaing-icon-red {
            position: absolute;
            left: 0px;
            top: 9px;
            width: 30%; /* Genişlik */
            z-index: 1;
        }

        .liked-icon {
            position: absolute;
            top: -18px;
            right: -60px;
            width: 30%;
            border-radius: 70px;
            text-align: center;
            z-index: 1;
            font-size: 14px;
        }

            .liked-icon .campaing-icon-row {
                display: flex;
                height: 75px;
                align-items: center;
            }

            .liked-icon .campaing-icon-col {
                width: 40%;
            }

        .liked-icon-red {
            position: absolute;
           /* left: 10px;*/
            top: 9px;
            width: 30%;
            z-index: 1;
        }

        .list-card-body {
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            min-height: 1px;
            padding-top: 1.30rem;
            height: 110px;
        }

        .list-color-options {
            display: flex;
            align-items: center;
            justify-content: center; /* Renk varyantlarını ortalar */
        }

        .list-color-option {
            border: none;
            background-color: transparent;
            cursor: pointer;
            transition: transform 0.3s ease-in-out;
        }

            .list-color-option:hover {
                transform: scale(1.3); /* Mouse üzerine gelindiğinde renk seçeneğini büyüt */
            }

        .list-color-image {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            padding: 1px;
        }
    }

    @media only screen and (min-width: 1200px) {
        .campaing-icon {
            position: absolute;
            top: -13px;
            right: -52px;
            width: 30%;
            border-radius: 70px;
            text-align: center;
            z-index: 1;
            font-size: 14px;
        }

            .campaing-icon .campaing-icon-row {
                display: flex;
                height: 88px;
                align-items: center;
            }

            .campaing-icon .campaing-icon-col {
                width: 55%;
            }

        .campaing-icon-red {
            position: absolute;
            /*left: -6px;*/
            top: 9px;
            width: 30%; /* Genişlik */
            z-index: 1;
        }

        .liked-icon {
            position: absolute;
            top: -34px;
            right: -26px;
            width: 30%;
            border-radius: 70px;
            text-align: center;
            z-index: 1;
            font-size: 14px;
        }

            .liked-icon .campaing-icon-row {
                display: flex;
                height: 118px;
                align-items: center;
            }

            .liked-icon .campaing-icon-col {
                width: 55%;
            }

        .liked-icon-red {
            position: absolute;
           /* left: 10px;*/
            top: 10px;
            width: 30%; /* Genişlik */
            z-index: 1;
        }

        .list-card-body {
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            min-height: 1px;
            padding-top: 1.16rem;
            height: 100px;
        }

        .list-color-options {
            display: flex;
            align-items: center;
            justify-content: center; /* Renk varyantlarını ortalar */
        }

        .list-color-option {
            border: none;
            background-color: transparent;
            cursor: pointer;
            transition: transform 0.3s ease-in-out;
        }

            .list-color-option:hover {
                transform: scale(1.3); /* Mouse üzerine gelindiğinde renk seçeneğini büyüt */
            }

        .list-color-image {
            width: 20px; /* Daha küçük genişlik */
            height: 20px; /* Daha küçük yükseklik */
            border-radius: 50%; /* Yuvarlak şekil */
            padding: 1px;
        }
    }

    .color-options {
        display: flex;
        align-items: center;
        gap: 8px;
        /*margin-left: 15px;*/
    }

    .color-option {
        border: none;
        background-color: transparent;
        cursor: pointer;
        transition: transform 0.3s ease-in-out;
    }

        .color-option:hover {
            transform: scale(1.3); /* Mouse üzerine gelindiğinde renk seçeneğini bir miktar büyüt */
        }

    .color-image {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

    /* Ekran boyutuna göre popup'ın boyutunu ayarla */
    @media screen and (min-width: 768px) {
        .popup-content {
            max-width: 65rem; /* Büyük ekranlarda maksimum genişlik */
            max-height: 80vh; /* Büyük ekranlarda maksimum yükseklik */
        }
    }

    /* Sepet */
    .imgBasket {
        height: 100%;
    }

    .yaz1 {
        font-size: 19px !important;
    }

    .siparismodal {
        display: none !important; /* Hidden by default */
        position: fixed !important; /* Stay in place */
        z-index: 1 !important; /* Sit on top */
        padding-top: 100px !important; /* Location of the box */
        left: 0 !important;
        top: 0 !important;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    .siparis-mod-c {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }

    .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

    .prs-control {
        width: 100%;
    }

    .prs-ads {
        width: 100%;
        height: 110px;
    }

    .sepet-gx {
        margin: 0px auto;
        text-align: center;
        margin-top: 120px;
        margin-bottom: 88px;
    }

    .sepetbos {
        font-size: 30px;
        margin-top: 23px;
    }

        .sepetbos span {
            font-weight: 800;
        }

    .sbaciklama {
        font-size: 17px;
        margin-top: 20px;
    }

    .camp {
        padding: 15px 70px;
        margin-top: 20px;
        background: #c5133d;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
    }

    .camps {
        margin-top: 50px;
    }
    /* Sepet */

    @media only screen and (max-width:768px) {
        .high-lights-menu {
            width: 100% !important;
        }
    }

    /*Kupon Reklamı için özel eklendi*/
    /*START*/

@media only screen and (min-width: 751px) and (max-width: 1025px) {
    .head-content .campanya {
        left: 20%;

    }

    .head-content .outlet {
        left: 32%;

    }
    .user-text-entry {
        font-size: 13px; /* 750px ve yukarısı için font boyutu */
    }

    .user-link-entry img {
        width: 20px; /* 750px ve yukarısı için resim boyutu */
        height: auto;
    }

}

@media only screen and (min-width: 1026px) and (max-width: 1153px) {
    .head-content .campanya {
        left: 19%;

    }

    .head-content .outlet {
        left: 30%;

    }

}

@media only screen and (min-width: 1154px) and (max-width: 1283px) {
    .head-content .campanya {
        left: 18%;

    }

    .head-content .outlet {
        left: 28%;

    }

 
}

@media only screen and (min-width: 1284px) and (max-width: 1442px) {
    .head-content .campanya {
        left: 16%;

    }

    .head-content .outlet {
        left: 25%;

    }
    .coupon-information {
        transform: translate(-39%, -54%);
        width:45%;
        left:48%;
    }

    .user-text-entry {
        font-size: 13px; 
    }

    .user-link-entry img {
        width: 27px; 
        height: auto;
    }

}

/* 1443px - 1682px arası bozulma */
@media only screen and (min-width: 1443px) and (max-width: 1682px) {
    .head-content .campanya {
        left: 14%;

    }

    .head-content .outlet {
        left: 22%;

    }

    .coupon-information {
        transform: translate(-47%, -54%);
        width: 54%;
    }
    .user-text-entry {
        font-size: 13px; /* 750px ve yukarısı için font boyutu */
    }

    .user-link-entry img {
        width: 27px; /* 750px ve yukarısı için resim boyutu */
        height: auto;
    }

}

@media only screen and (min-width: 1683px) {
    .head-content .campanya {
        left: 13%;

    }

    .head-content .outlet {
        left: 20%;

    }

    .coupon-information {
        transform: translate(-48%, -54%);
        width: 53%;
    }

    .user-text-entry {
        font-size: 14px;
    }

    .user-link-entry img {
        width: 37px;
        height: auto;
    }
}

/*END*/
.bag-low-installment {
    font-size: 17px;
    font-weight: 600;
    color: #6b6b6b;
}


@media only screen and (max-width: 375px) {

    .head-content .user {
        left: 34%;
    }
    .campaing-icon {
        top: 15px !important;
        right: -33px !important;
    }

        .campaing-icon .campaing-icon-row {
            height: 10px !important;
        }

        .campaing-icon .campaing-icon-col {
            width: 55%;
        }

    .campaing-icon-red {
        /*  left: -2px !important;
            top: -7px !important;*/
    }

    .list-card-body {
        height: 110px !important;
    }

    .liked-icon {
        position: absolute;
        top: -34px;
        right: -26px;
        width: 30%;
        border-radius: 70px;
        text-align: center;
        z-index: 1;
        font-size: 14px;
    }

        .liked-icon .campaing-icon-row {
            display: flex;
            height: 118px;
            align-items: center;
        }

        .liked-icon .campaing-icon-col {
            width: 40%;
        }

    .popup-container-campaigns {
        position: fixed;
        top: 50%;
        left: 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 70vh;
        width: 80%;
        z-index: 1000;
        transform: translate(-50%, -50%);
        transition: opacity 0.3s;
    }
    .popup-content-campaigns {
        /* background-color: #040404; */
        /* border-radius: 0.25rem; */
        /* box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); */
        /* overflow: hidden; */
        /* max-width: 90vw; */
        /* max-height: 90vh; */
        /* text-align: center; */
        height: 100%;
        width: 100%; 
        /* position: relative; */
    }
}

@media only screen and (min-width: 376px) and (max-width: 414px) {
    .campaing-icon {
        top: 1px !important;
        right: -38px !important;
    }

        .campaing-icon .campaing-icon-row {
            height: 43px !important;
        }

        .campaing-icon .campaing-icon-col {
            width: 55%;
        }

    .campaing-icon-red {
        /*  left: -2px !important;
            top: -7px !important;*/
    }

    .list-card-body {
        height: 110px !important;
    }

    .liked-icon {
        position: absolute;
        top: -34px;
        right: -58px;
        width: 30%;
        border-radius: 70px;
        text-align: center;
        z-index: 1;
        font-size: 14px;
    }

        .liked-icon .campaing-icon-row {
            display: flex;
            height: 118px;
            align-items: center;
        }

        .liked-icon .campaing-icon-col {
            width: 40%;
        }

    .popup-container-campaigns {
        position: fixed;
        top: 50%;
        left: 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 70vh;
        width: 80%;
        z-index: 1000;
        transform: translate(-50%, -50%);
        transition: opacity 0.3s;
    }
    .popup-content-campaigns {
        /* background-color: #040404; */
        /* border-radius: 0.25rem; */
        /* box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); */
        /* overflow: hidden; */
        /* max-width: 90vw; */
        /* max-height: 90vh; */
        /* text-align: center; */
        height: 100% !important;
         width: 100%; 
        /* position: relative; */
    }
}

/* Büyük cihazlar için (415px ve üzeri) */
@media only screen and (min-width: 415px) {
    .campaing-icon {
        top: 1px !important;
        right: -45px !important;
    }

        .campaing-icon .campaing-icon-row {
            height: 60px !important;
        }

        .campaing-icon .campaing-icon-col {
            width: 56%;
        }

    .campaing-icon-red {
        /*  left: -2px !important;
            top: -7px !important;*/
    }

    .list-card-body {
        height: 110px !important;
    }

    .liked-icon {
        position: absolute;
        top: -34px;
        right: -26px;
        width: 30%;
        border-radius: 70px;
        text-align: center;
        z-index: 1;
        font-size: 14px;
    }

        .liked-icon .campaing-icon-row {
            display: flex;
            height: 118px;
            align-items: center;
        }

        .liked-icon .campaing-icon-col {
            width: 40%;
        }
}

/*@media only screen and (min-width: 1200px) {
    .campaing-icon {
        top: 1px !important;
        right: -52px !important;
    }
}*/

@media only screen and (width: 390px) and (height: 844px) {

    .head-content .user {
        left: 35%;
    }

        .campaing-icon {
            top: 1px !important;
            right: -35px !important;
        }

    .liked-icon {
        right: -53px;
    }

    .popup-container-campaigns {
        position: fixed;
        top: 50%;
        left: 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 70vh;
        width: 80%;
        z-index: 1000;
        transform: translate(-50%, -50%);
        transition: opacity 0.3s;
    }
    .popup-content-campaigns {
        /* background-color: #040404; */
        /* border-radius: 0.25rem; */
        /* box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); */
        /* overflow: hidden; */
        /* max-width: 90vw; */
        /* max-height: 90vh; */
        /* text-align: center; */
        height: 100%;
        width: 100%; 
        /* position: relative; */
    }

}

@media only screen and (width: 360px) and (height: 740px) {
    .campaing-icon {
        top: 15px !important;
        right: -31px !important;
    }

    .popup-container-campaigns {
        position: fixed;
        top: 50%;
        left: 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 70vh;
        width: 80%;
        z-index: 1000;
        transform: translate(-50%, -50%);
        transition: opacity 0.3s;
    }

    .popup-content-campaigns {
        /* background-color: #040404; */
        /* border-radius: 0.25rem; */
        /* box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); */
        /* overflow: hidden; */
        /* max-width: 90vw; */
        /* max-height: 90vh; */
        /* text-align: center; */
        height: 100% !important;
        width: 100%;
        /* position: relative; */
    }
}

@media only screen and (width: 430px) and (height: 932px) {

    .head-content .user {
        left: 40%;
    }

    .campaing-icon {
        top: -5px !important;
        right: -40px !important;
    }

    .liked-icon {
        top: -33px;
        right: -61px;
    }

    .popup-container-campaigns {
        position: fixed;
        top: 50%;
        left: 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 70vh;
        width: 80%;
        z-index: 1000;
        transform: translate(-50%, -50%);
        transition: opacity 0.3s;
    }
    .popup-content-campaigns {
        /* background-color: #040404; */
        /* border-radius: 0.25rem; */
        /* box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); */
        /* overflow: hidden; */
        /* max-width: 90vw; */
        /* max-height: 90vh; */
        /* text-align: center; */
        height: 100%;
         width: 100%; 
        /* position: relative; */
    }
}

@media only screen and (width: 375px) and (height: 667px) and (orientation: portrait) {
    .liked-icon .campaing-icon-col {
        width: 40%;
    }

    .liked-icon {
        top: -37px;
        right: -51px;
    }
}

@media only screen and (width: 360px) and (height: 740px) {
    .liked-icon {
        top: -37px;
        right: -48px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .campaing-icon {
        top: 1px !important;
        right: -45px !important;
    }
}

/* Büyük monitör (1441px ve üzeri) */
@media only screen and (min-width: 1441px) {
    .campaing-icon {
        top: -2px !important;
        right: -45px !important;
    }
    .liked-icon {
        right: -21px;
 
    }
        .liked-icon .campaing-icon-col {
            width: 55%;
        }
}

@media only screen and (min-width: 1600px) {
    .campaing-icon {
        top: 2px !important;
        right: -52px !important;
    }
    .liked-icon .campaing-icon-col {
        width: 61%;
    }
}
