﻿:root {
    --altbosluk: calc(30px + 0.5vw);
}

.homeadstop {
    background: #cedc00;
    color: #000;
    text-align: center;
    width: 100%;
    padding: 5px 0;
}

    .homeadstop > p {
        color: #000;
        width: 100%;
        font-size: 14px
    }

.noscroll {
    overflow: hidden
}

.header {
    width: 100%;
    flex-direction: column;
    position: relative;
    z-index: 9;
    left: 0;
    top: 0;
}

.noproduct {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4vh 0;
    width: 100% !important;
}

    .noproduct p {
        border: 1px solid #f3f3f3;
        padding: 35px;
        width: 100%;
        text-align: center;
    }

.productlist {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
}

    .productlist > div {
        width: calc(50% - 8px);
        position: relative;
        margin-bottom: 16px;
    }

        .productlist > div > a {
            display: block;
        }

            .productlist > div > a img {
                max-width: 100%;
            }

            .productlist > div > a > div {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

                .productlist > div > a > div > h1 {
                    color: #fff;
                    letter-spacing: 7px;
                    font-size: calc(25px + 0.65vw);
                    font-family: "beaufort-pro", serif;
                    font-weight: 400;
                    font-style: normal;
                    text-transform: uppercase !important;
                    line-height: calc(25px + 0.65vw);
                }

                .productlist > div > a > div.bg30 {
                    background: rgba(0,0, 0, .15);
                }

.bigtxt, .bigtxt p {
    font-size: 1.42rem !important;
    line-height: 1.9rem !important;
}

.header.fixed.homepagemenu {
}

.homepage .slader, .materyalslader .carousel {
    opacity: 0;
    transition: opacity 1s ease, visibility 0s linear 1s;
    background: #000;
}

    .homepage .slader.show, .materyalslader .carousel.show {
        opacity: 1;
        transition: opacity 1s ease;
    }


.logo {
    display: flex;
    align-items: center;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 2;
    width: 140px;
}

    .logo > a {
        display: block;
        width: 100%;
    }

    .logo img {
        height: 2rem;
        width: auto;
        max-width: 1000%;
        filter: brightness(0) invert(1);
        width: 100%;
        height: auto;
    }

.detail-page .logo img {
    filter: brightness(0) invert(0);
}

.atxtbuton {
    background: #fff;
    padding: 16px 24px;
    font-size: 4px;
    letter-spacing: 5px;
    color: #aca29a;
}

    .atxtbuton * {
        font-size: 2.3px;
        letter-spacing: 4px;
    }

.product-menu {
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
    max-width: 350px;
}

    .product-menu > div {
        border-bottom: 1px solid #e5e7eb;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 13px 20px;
        cursor: pointer;
    }

        .product-menu > div > p {
            font-size: 16px !important;
            font-weight: 600;
        }

        .product-menu > div:last-child {
            border-bottom: 0
        }


.mtozel {
    margin-top: 40px;
}

.contenttxt > p {
    margin-bottom: 15px
}

    .contenttxt > p:last-child {
        margin-bottom: 0px
    }

.header .menu {
    position: absolute;
    right: 30px;
    top: 30px;
    /*   backdrop-filter: saturate(180%) blur(15px);
    background-color: rgba(18, 18, 18, 0.8);*/
    display: flex;
    flex-direction: column;
    /* max-width: 920px; */
}

    .header .menu > div {
        position: relative;
        display: flex;
        flex-direction: column;
        align-content: flex-end;
    }

    .header .menu .ustbar {
        backdrop-filter: saturate(180%) blur(15px);
        background-color: rgba(18, 18, 18, 0.8);
        display: flex;
        flex-direction: row;
        padding: 0 50px;
        gap: 32px;
        align-items: center;
    }

.menu-items {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

    .menu-items > a {
        color: #fff;
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        white-space: nowrap;
        width: -moz-fit-content;
        width: fit-content;
        text-transform: uppercase;
    }

        .menu-items > a:hover {
            color: #cedc00;
        }

.header .menu > ul {
    display: flex;
}

    .header .menu > ul:last-child {
        margin-right: 0px
    }

    .header .menu > ul > li {
        margin-right: 22px;
    }

        .header .menu > ul > li > a {
            font-size: .99rem;
            position: relative;
            line-height: 2rem;
            padding: 0.5rem 0;
        }

            .header .menu > ul > li > a:after {
                content: "";
                position: absolute;
                margin: 0;
                left: 0;
                width: 100%;
                bottom: 0; /* border-bottom: 1px solid #000; */
                opacity: 0;
                transition: all .5s;
            }

            .header .menu > ul > li > a:hover:after {
                opacity: 1;
            }

.header .menu .icon {
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 32px;
}

    .header .menu .icon > div {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 85px;
    }

        .header .menu .icon > div .box {
            position: absolute;
            z-index: 2;
            margin-bottom: 25px;
            margin-left: 15px;
            background: #cedc00;
            width: 25px;
            height: 25px;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
        }

.box {
}

.header .menu .icon a {
    display: flex;
    align-items: center;
}

    .header .menu .icon a > img {
        filter: brightness(1) invert(1);
        width: 100%;
        max-width: 24px;
        height: auto;
    }

.header.homepagemenu {
}

    .header.homepagemenu .menu .icon {
        transition: 0.5s;
        opacity: 0
    }

        .header.homepagemenu .menu .icon.show {
            opacity: 1
        }

    .header.homepagemenu .menu ul.icon a > span {
        color: #000;
    }

    .header.homepagemenu .logo img { /* filter: brightness(0) invert(1); */
    }

    .header.homepagemenu.fixed .logo img {
        max-width: 170px;
        filter: brightness(0) invert(0);
    }

    .header.homepagemenu.fixed .menu ul.icon a > span {
        color: #000000;
        line-height: 1.4rem;
        font-size: 2rem;
    }

.header .menu ul.icon > li.sepet:hover .shopbox {
    display: block;
}

.headerarma {
    position: absolute;
    width: 130px;
    z-index: 11;
    left: calc(50% - 65px);
    margin-top: 2vh;
}

    .headerarma a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .headerarma img {
        width: 90%;
        filter: brightness(0) invert(0);
    }

.homepagemenu.headerarma {
    display: none
}

.previousproject .slick-track {
    max-height: 55vh;
    overflow: hidden
}

.materyalslader {
    display: flex !important;
    justify-content: center !important;
    align-content: center;
    align-items: center !important;
    position: relative;
    padding-bottom: 50px;
}

    .materyalslader .txticmax {
        position: absolute;
        z-index: 8;
        margin: auto !important;
        width: auto !important;
        height: auto !important;
    }


.shopbox {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    background: #fff;
    z-index: 2;
    padding: 25px 35px;
    box-shadow: 0 0 9px 2px #00000014;
    border-radius: 6px;
    transition: 0.3s
}

    .shopbox > div {
        display: flex;
        flex-direction: column;
    }

        .shopbox > div > ul {
            max-height: 538px;
            overflow: hidden;
            overflow-y: scroll;
        }

            .shopbox > div > ul > li {
                display: flex;
                flex-direction: row;
                align-content: flex-start;
                justify-content: space-between;
                width: 320px;
                border-bottom: 1px solid #eaeaea;
                padding-bottom: 13px;
                padding-top: 13px;
                align-items: center;
            }

                .shopbox > div > ul > li > a {
                    display: flex !important;
                    flex-direction: row;
                    align-content: center;
                    justify-content: space-between !important;
                    align-items: center;
                }

                    .shopbox > div > ul > li > a > div:first-child {
                        width: 80px;
                        margin-right: 16px;
                    }

                    .shopbox > div > ul > li > a > div:last-child {
                        width: 220px;
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                    }

                .shopbox > div > ul > li img {
                    width: 100%;
                }

                .shopbox > div > ul > li > a > div h1 {
                    font-size: 0.75rem;
                    line-height: 1rem;
                    text-align: left
                }

                .shopbox > div > ul > li > a > div p, .shopbox > div > ul > li > a > div p b {
                    font-size: 0.75rem;
                    line-height: 1rem;
                    margin-top: 6px;
                }

                    .shopbox > div > ul > li > a > div p b {
                    }

    .shopbox .alttab {
        display: flex;
        justify-content: space-between;
        margin-top: 13px;
    }

        .shopbox .alttab > div {
            width: 48%;
        }

            .shopbox .alttab > div > a {
                background: #000;
                color: #fff;
                padding: 17px;
                font-size: 0.85rem;
            }

                .shopbox .alttab > div > a:hover {
                    background: #666;
                }

            .shopbox .alttab > div.light > a {
                background: none;
                color: #000;
                padding: 17px;
                font-size: 0.85rem;
                border: 1px solid #000;
            }

                .shopbox .alttab > div.light > a:hover {
                    background: #000;
                    color: #fff;
                }

.yoursearch {
    padding: 15px 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-content: center;
    border-top: 1px solid #eeeef0;
}

    .yoursearch > div {
        width: calc(100% - 40px);
        display: flex;
        align-content: center;
        align-items: center;
    }

    .yoursearch div {
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        font-weight: 600;
    }

.yoursearchcar {
    background: #fff;
    padding: 3px 12px;
    border-radius: 12px;
    margin-left: 7px;
}

.yoursearch div span.material-symbols-outlined {
    background: #ada39b;
    color: #fff;
    border-radius: 3px;
    margin-left: 4px;
    padding: 2px;
    font-size: 10px;
    line-height: 10px;
    cursor: pointer
}

.yoursearch div span {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 13px;
    line-height: 17px;
}

.cookiediv {
    width: 90%;
    margin: 0 auto;
    padding: 45px 0;
}

.leftmodal .cookiediv {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
}

.cookiediv h1 {
    font-size: calc(16px + 0.35vw);
    line-height: calc(23px + 0.35vw);
    margin-top: 5px;
}

.cookiediv h2 {
    font-size: 19px;
    line-height: 1.4;
    margin-top: 5px;
    font-weight: 600;
    color: #000 !important;
    margin-bottom: 15px;
}

.cookiediv h3 {
    font-size: calc(16px + 0.35vw);
    line-height: calc(26px + 0.35vw);
    margin-top: 5px;
    font-weight: 600;
    margin-bottom: 11px;
}

.cookiediv * {
    line-height: 26px;
    font-size: 15px;
}

.cookiediv > div > div, .cookiediv > div > div > div {
    margin-bottom: 10px;
    font-weight: 300;
}

.cookiediv div b {
    font-weight: 600;
    margin-left: 4px;
}

.cookiediv a {
    font-weight: 600
}

.cookiediv strong {
    font-weight: 600
}

.cookiediv div > p {
    margin-bottom: 15px;
    font-size: 15px;
    font-family: AstonMartinSans;
    line-height: 1.3;
}

    .cookiediv div > p:last-child {
        margin-bottom: 0
    }

.cookiediv table {
    width: 100%;
    margin: 20px 0;
}

    .cookiediv table td b {
    }

    .cookiediv table tr th {
        text-align: left;
        border: 1px solid #ddd;
        font-weight: 600;
        padding: 5px 3px;
    }

    .cookiediv table td, .cookiediv table td * {
        font-weight: 300;
        padding: 3px;
        font-size: 15px;
        font-family: AstonMartinSans;
    }

        .cookiediv table td b {
            font-weight: 600
        }

    .cookiediv table thead {
    }

        .cookiediv table thead td {
            background-color: rgb(214 214 214);
            padding: 7.5pt;
            font-weight: 600;
        }

.cookiediv ul {
    padding-left: 17px;
}

    .cookiediv ul > li {
        list-style: disc;
        margin-bottom: 9px;
    }

.share {
    position: absolute;
    right: 0;
    cursor: pointer;
}

    .share > span {
    }

.sharemain {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;
}

    .sharemain > h1 {
        font-weight: 600;
        font-size: 1.5rem;
        margin-bottom: 3px;
        letter-spacing: 3px;
    }

    .sharemain > h2 {
        font-weight: 600;
        font-size: 0.89rem;
        margin-top: 3.375rem;
        letter-spacing: 2px;
    }

    .sharemain ul {
        display: flex;
        align-items: center;
        align-content: center;
        margin-top: 1.5rem;
    }

        .sharemain ul > li {
            width: 60px;
        }

            .sharemain ul > li > a {
                display: block;
                width: 100%;
                text-align: center;
            }

                .sharemain ul > li > a > span {
                    font-size: 30px;
                }

                .sharemain ul > li > a > svg {
                }

                    .sharemain ul > li > a > svg > path {
                        fill: #000;
                    }

.share-wishlist__option {
    border-bottom: 1px solid #d8d8d8;
    display: block;
    padding: 3.25rem 0 3.25rem;
    position: relative;
    text-align: center;
    border-top: 1px solid #d8d8d8;
    margin-top: 2.25rem;
    position: relative;
    width: 90%;
}

    .share-wishlist__option > h1 {
        font-size: 0.79rem;
        letter-spacing: 2px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .share-wishlist__option > p {
        font-size: 0.69rem;
    }

.sharecopy {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    font-size: 0.75rem;
    width: 100%;
    line-height: 1rem;
    padding: 17px;
}

.modal > div > div.shareicerik {
}

.leftmodal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(234, 234, 234, 0.47);
    display: flex;
    align-items: center;
    z-index: 99;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    opacity: 0;
    visibility: hidden;
    justify-content: flex-end;
}

    .leftmodal.show {
        opacity: 1;
        visibility: visible;
    }

    .leftmodal .pro-detail {
        background: #fff;
        width: 50%;
        overflow: hidden;
        height: 100%;
        padding: 45px 35px;
        overflow-y: auto;
        transition: 0.5s;
        right: -50vw;
        position: fixed;
        min-width: 512px;
    }

    .leftmodal.show .pro-detail {
        right: 0;
    }

    .leftmodal .pro-detail header {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        margin-bottom: 16px;
    }

        .leftmodal .pro-detail header h3 {
            font-size: 18px;
            font-weight: 600;
            display: block;
            color: #000;
        }

        .leftmodal .pro-detail header svg {
        }

    .leftmodal .pro-detail .ictext > div, .leftmodal .pro-detail .ictext, .leftmodal .pro-detail .ictext div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        line-height: 19px;
    }

        .leftmodal .pro-detail .ictext > div {
            display: none;
        }

        .leftmodal .pro-detail .ictext p {
        }

        .leftmodal .pro-detail .ictext h1 {
            margin-bottom: 0;
            margin-top: 25px;
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 10px;
        }

            .leftmodal .pro-detail .ictext h1 * {
                color: #000
            }

            .leftmodal .pro-detail .ictext h1 > b {
                font-size: 16px;
                line-height: 20px;
                font-weight: 600;
            }

        .leftmodal .pro-detail .ictext img {
        }

.Dimensions-id {
}

    .Dimensions-id .size {
        background: #f3f3f3;
        width: 100%;
        padding: 10px 20px;
    }

        .Dimensions-id .size p {
            font-size: 14px;
            line-height: 25px;
            display: flex;
        }

            .Dimensions-id .size p > span {
                font-size: 14px;
                line-height: 25px;
                font-weight: 700;
                width: 43px;
                display: block;
            }

    .Dimensions-id img {
    }

.maxwidth {
    width: 90% !important;
    max-width: 640px !important;
}

.header .menu ul.icon a > div.txt {
    position: absolute;
    top: -1px;
    right: -2px;
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header.fixed {
}

.materyal {
    background: #021c19 url(/img/home/1366x1024_AMF1_25_RPBG.jpg);
}

    .materyal > .head {
        padding: 50px;
    }

    .materyal .head h1 {
        line-height: 1.4;
        font-size: 1.8vw;
    }

    .materyal .head p {
        font-size: 16px;
        font-family: AstonMartinSans;
    }

    .materyal > .head * {
        color: #fff
    }



.twobottom {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

    .twobottom > div {
        width: 100%;
    }

.manifesto {
}

    .manifesto > div {
        padding: 6vh 0 !important;
    }

        .manifesto > div > div {
            width: 70%;
            margin: 0 auto;
            background-image: url(/img/fav25.svg);
            background-size: auto 85%;
            background-repeat: no-repeat;
            background-position: center;
        }

    .manifesto h1 {
        color: #3b2f2d !important;
        letter-spacing: 3px !important;
        margin-bottom: 25px;
    }

    .manifesto p {
        margin-bottom: 19px;
        color: #3b2f2d;
    }

.autoheight {
    height: auto !important;
    max-height: auto !important
}

.productdetail img {
    width: 100%
}

.mtop {
    margin-top: 8vh
}

.galeri .slick-track {
    transform: none !important;
}

.whatsapp {
    position: fixed;
    left: 2px;
    bottom: 20px;
    z-index: 8;
    width: 5%;
    height: 85px;
}

    .whatsapp > a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .whatsapp > a > svg {
            width: 100%;
            height: auto;
        }

            .whatsapp > a > svg > circle {
            }

            .whatsapp > a > svg path {
            }

.container.projelist {
    display: flex;
    flex-direction: column;
    padding: 50px
}

.projelist > .projelisthead {
    padding: 25px 0;
    display: flex;
    gap: 15px;
    align-items: center;
}

.projelisthead .ickatmenu {
    display: flex;
    gap: 15px;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
}

    .projelisthead .ickatmenu::-webkit-scrollbar {
        display: none;
    }

.projelist .ickatmenu > a {
    text-transform: uppercase;
    border: 1px solid #00665e;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

    .projelist .ickatmenu > a:hover {
        background: #00665e;
        color: #fff
    }

.ichead > div h1.trento, .ichead > div h1.trento * {
    letter-spacing: 2px;
    font-size: calc(25px + 0.65vw);
    line-height: calc(26px + 0.65vw);
}


.atxtbuton {
    font-size: calc(9px + 0.35vw) !important;
    line-height: calc(12px + 0.65vw) !important;
    padding: 13px 24px;
}

.ichead > div h1.trento.big, .ichead > div h1.trento.big * {
    font-size: calc(25px + 0.65vw);
    line-height: calc(26px + 0.65vw);
    text-align: center;
}



.ichead > div h2.trento, .ichead > div h2.trento * {
    font-size: calc(19px + 0.35vw);
    letter-spacing: 5px;
    line-height: calc(27px + 0.65vw);
    margin-top: 3px;
}





.section .fs-content {
    margin-top: 0 !important;
}

.homeuser {
    padding: 50px;
}

    .homeuser h2 {
        color: #00665E;
        font-size: 16px;
        margin-bottom: 28px;
    }

    .homeuser h3 {
        color: #00665E;
        font-size: 3vw;
        line-height: 1.4;
    }

    .homeuser p {
        color: #00665E;
        font-size: 16px;
        font-family: AstonMartinSans;
        margin-bottom: 10px;
    }

    .homeuser a {
        display: flex;
        align-items: center;
        justify-content: center;
    }


.homecoll {
    padding: 50px;
}

    .homecoll h2 {
        line-height: 1.2;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        color: #fff;
        margin-bottom: 10px;
    }

    .homecoll h3 {
        line-height: 1.4;
        font-size: 1.8vw;
        font-weight: 400;
        color: #fff;
    }

    .homecoll * {
        color: #fff
    }


.language {
    display: flex;
    align-content: center;
    align-items: center;
    margin-right: 15px !important;
}

    .language a {
        align-content: center;
        align-items: center !important;
        font-size: 13px !important;
    }

        .language a span {
            margin-right: 2px;
        }

.menuac {
    display: flex;
    align-items: center;
}



.texttop {
    display: flex;
    align-content: center;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

    .texttop > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .texttop .txtcenter.txticmax {
        position: absolute;
        z-index: 3;
        bottom: 8%;
        left: 50px;
    }

.carousel__slide__inner {
    position: relative
}



.previousproject {
    height: auto !important
}

    .previousproject .slick-slide:nth-child(1n) {
        margin-right: 5px
    }



.project1 {
}

.hiddentxt:hover .overlay {
    opacity: 1;
}

.hiddentxt > div .overlay {
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
}

.project1 .hiddentxt > div {
    padding: 0 !important;
    background: none;
}

.project1 .hiddentxt {
}

.bgproje {
    background: linear-gradient(0deg, rgb(76 66 64) 0%, rgba(76,66,64,0) 100%) !important;
    z-index: 1;
}

.projebar {
    display: flex;
    align-items: center !important;
    margin-bottom: 25px;
    max-width: 720px !important;
    text-align: center;
}

    .projebar * {
        text-align: center !important
    }

.product-marker {
    /* Genişliği istediğiniz gibi ayarlayın */
    /* Yüksekliği istediğiniz gibi ayarlayın */
    /* İşaretleyici rengini istediğiniz gibi ayarlayın */
    /* İşaretleyiciyi daire şeklinde yapmak için */
    /* İşaretleyiciyi işaretlenen noktanın ortasına yerleştirin */
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000000;
    transform: translate(-50%, -50%);
}

.product-info {
    position: absolute;
    padding: 9px;
    background-color: #000000; /* Ürün bilgilerinin arkaplan rengini istediğiniz gibi ayarlayın */
    /* Kenarlık rengini ve kalınlığını istediğiniz gibi ayarlayın */
    border-radius: 5px; /* Köşelerin yuvarlatılmasını istediğiniz gibi ayarlayın */
    width: 160px;
}

    .product-info > a {
        font-size: 10px;
        color: #fff;
        display: block;
    }

        .product-info > a > span {
            font-size: 10px;
            color: #c5beb8;
        }

.close-button {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px; /* Kapatma düğmesinin genişliğini istediğiniz gibi ayarlayın */
    height: 15px; /* Kapatma düğmesinin yüksekliğini istediğiniz gibi ayarlayın */
    background-color: red; /* Kapatma düğmesinin arka plan rengini istediğiniz gibi ayarlayın */
    color: white; /* Kapatma düğmesinin metin rengini istediğiniz gibi ayarlayın */
    border: none;
    border-radius: 50%; /* Kapatma düğmesini daire şeklinde yapmak için */
    cursor: pointer;
    font-size: 10px; /* Kapatma düğmesinin yazı boyutunu istediğiniz gibi ayarlayın */
    line-height: 15px; /* Kapatma düğmesinin dikey hizalamasını ayarlayın */
    text-align: center; /* Kapatma düğmesinin yatay hizalamasını ayarlayın */
    display: none;
}

.project2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .project2 > div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

        .project2 > div .proresim {
            background: none;
            bottom: 0;
            width: 100%;
            padding: 0;
            margin-bottom: 25px;
            max-height: 60vw;
        }

        .project2 > div .projebar {
            background: none;
            position: relative !important;
            width: 100%;
            bottom: auto;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-content: flex-start;
            align-items: flex-start !important;
            max-width: 100% !important;
        }

            .project2 > div .projebar * {
                color: #000;
                text-align: left !important;
            }

    .project2 .hiddentxt:hover > div {
        height: 100%;
    }


.bardiv.passive {
    opacity: 0.5
}

.bardiv {
    display: flex;
    align-content: center;
    align-items: center;
    max-width: 1400px;
    margin: 35px auto;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

    .bardiv > div {
        background: #ada39b;
        border-radius: 50%;
        height: 30px;
        color: #fff;
        width: 30px;
        text-align: center;
        line-height: 30px;
    }

    .bardiv h1 {
        font-size: 19px;
        padding-left: 10px;
        font-weight: 600;
    }

.signshiping {
    margin-top: 35px;
}

    .signshiping > p {
    }

        .signshiping > p a {
            text-decoration: underline;
        }

.cargooptions {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

    .cargooptions > div.check {
        border-color: #8F775A
    }

    .cargooptions > div.red {
        border-color: #ff0000
    }

    .cargooptions > div {
        border: 1px solid #ddd;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        width: calc((100% / 2) - 6px);
        cursor: pointer;
        margin-right: 10px;
    }

        .cargooptions > div > div > div:first-child {
            margin-bottom: 15px
        }

        .cargooptions > div > div > div {
            font-size: 13px;
        }

            .cargooptions > div > div > div b {
                font-size: 15px;
            }

        .cargooptions > div > div:first-child {
            width: 73%;
        }

        .cargooptions > div > div:last-child {
            text-align: right;
        }

.shippingdiv .uyari {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 16px;
}

    .shippingdiv .uyari p {
        font-size: 15px;
    }

.shippingdiv.adresorta {
    width: 94%;
    margin: 0 auto
}

.adresinput form {
    max-width: 100% !important
}

.ordersuccessful {
    text-align: center
}

    .ordersuccessful h1 {
        font-size: 26px;
        font-weight: 800;
        margin: 25px 0;
        line-height: 26px;
    }

    .ordersuccessful h2 {
        font-size: 20px;
        font-weight: bold;
        margin: 24px 0
    }

    .ordersuccessful p {
        font-size: 14px;
        font-weight: 500;
        margin: 10px 0;
    }

    .ordersuccessful h3 {
        font-size: 24px;
        font-weight: 500;
        margin: 24px 0;
    }

.paymentonayalisveris {
    max-width: 450px;
    margin: 0 auto
}



.useroptions {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

    .useroptions > div:first-child {
        border: 1px solid #ddd;
        padding: 25px;
        display: flex;
        justify-content: space-between;
        width: 450px;
    }

    .useroptions > div > div > div {
        font-size: 15px;
    }

        .useroptions > div > div > div b {
            font-size: 15px;
        }

.editdiv {
    position: absolute;
    top: 0;
    right: 0;
}

    .editdiv a {
        font-size: 16px;
        text-decoration: underline;
    }

.pagedetail {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .pagedetail.altmenu {
        margin: 4vh auto 0 auto;
        margin-top: 35px;
    }

        .pagedetail.altmenu .menubar {
            margin-bottom: 0;
        }

    .pagedetail.pad0 {
        width: 100%;
        margin: 0 auto;
        margin-top: 35px;
    }

.txt90center {
}

    .txt90center > div {
        width: 90%;
        margin: 4vh auto;
    }

.pagedetail .treegallery {
    width: 90%;
    margin: 0 auto;
}

    .pagedetail .treegallery .slick-arrow, .pagedetail .slick-arrow {
        background-color: #eee8e1;
    }

        .pagedetail .slick-arrow:hover {
            background-color: #8F775A;
        }

.pagedetail .head {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: center;
    max-height: 70vh;
    overflow: hidden;
}


.populerproduct {
}

    .populerproduct > h2 {
        color: #fff;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .populerproduct .projelisthead {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
    }

        .populerproduct .projelisthead > a {
            color: #fff;
            border: 1px solid #00665e;
            font-size: 15px;
            padding: 7px 15px;
        }

            .populerproduct .projelisthead > a:hover {
                background: #00665e
            }

    .populerproduct .popproduct {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(3, 1fr); /* Her satıra 3 ürün */
    }

    .populerproduct .product-item {
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; /* Bu önemli */
    }

        .populerproduct .product-item > a {
        }

        .populerproduct .product-item > a {
        }

            .populerproduct .product-item > a picture {
            }

                .populerproduct .product-item > a picture > img {
                }

            .populerproduct .product-item > a .price {
                padding: 0 15px;
                font-size: 15px;
                margin-top: 4px;
                line-height: 1.4;
                margin-bottom: 15px;
            }

            .populerproduct .product-item > a .product-name {
            }

            .populerproduct .product-item > a .product-name {
                padding: 0 15px;
                font-size: 15px;
                margin-top: 15px;
                line-height: 1.4;
            }

    .populerproduct .noproduct {
        color: #fff;
        font-size: 14px;
        display: flex;
        justify-content: flex-start;
        padding: 0;
    }

.pagedetail.sepetindex .head {
    max-height: 40vh;
}

.pagedetail .head > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pagedetail .head .toptxt {
    position: absolute;
    left: 50px;
    bottom: 50px;
    max-width: 1000px;
}

    .pagedetail .head .toptxt .link {
    }

        .pagedetail .head .toptxt .link > a {
            color: #fff;
            font-size: 16px;
            line-height: 1.2;
        }

        .pagedetail .head .toptxt .link > span {
            color: #fff;
            font-size: 16px;
            line-height: 1.2;
            margin-bottom: 39px;
        }

    .pagedetail .head .toptxt h1 {
        margin-top: 39px;
        display: flex;
        flex-direction: column;
    }

h1 {
}

.pagedetail .head .toptxt h1 .subtitle {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.pagedetail .head .toptxt h1 .title {
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.3;
}

.pagedetail .head .toptxt .description {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-family: AstonMartinSans;
}


.treediv.he0 {
    height: auto;
}

.treediv {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap; /* height: 80vh; */
    align-items: stretch;
}

    .treediv > div {
        margin-right: 6px;
        margin-bottom: 6px;
        width: calc((100% / 3) - 4px);
        max-height: 70vh;
    }

        .treediv > div:nth-child(3n) {
            margin-right: 0;
        }

.projectgallery {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
}

    .projectgallery > div {
        width: calc((100% / 3) - 4px);
        margin-right: 6px;
        margin-bottom: 6px;
        max-height: 80vh;
    }

        .projectgallery > div:nth-child(5n-2) {
            margin-right: 0
        }

        .projectgallery > div:nth-child(5n) {
            width: calc(50% - 3px);
            margin-right: 0
        }

        .projectgallery > div:nth-child(5n-1) {
            width: calc(50% - 3px);
        }



.socialmedia {
}

    .socialmedia > a {
        margin-right: 18px;
    }

        .socialmedia > a > svg {
        }

            .socialmedia > a > svg > path {
                fill: #000;
            }

.interiordesign {
}

    .interiordesign .trento {
        color: #8F775A;
        text-align: left;
        margin-bottom: 7px;
        font-size: calc(19px + 0.35vw);
        line-height: calc(24px + 0.35vw);
    }

        .interiordesign .trento * {
            color: #8F775A;
            text-align: left;
            font-size: 7px;
            line-height: 45px;
        }

    .interiordesign form {
        margin-top: 5px !important;
        margin-bottom: 45px !important;
    }

.archtive {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .archtive > img {
        width: 300px;
        margin-right: 15px;
    }

    .archtive h1 {
        line-height: 2.4;
        font-size: 1.8rem;
        margin-top: 15px;
        font-weight: 600;
    }

.markalar {
    width: 100%;
}

    .markalar > img {
        width: 100%;
        filter: grayscale(100%);
    }

        .markalar > img:hover {
            width: 100%;
            filter: grayscale(0%);
        }

.menusepet {
    position: relative
}

    .menusepet:hover .basket-preview-container, .basket-preview-container.active {
        display: block
    }

.basket-preview-container {
    text-align: left !important;
    width: 350px;
    top: 40px;
    right: 0;
    border: 1px solid #e6e6e6;
    position: absolute;
    z-index: 901;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    overflow: hidden;
    display: none;
}



    .basket-preview-container > div {
        padding: 15px;
    }

    .basket-preview-container > productlistdiv .slideContainer {
        padding-bottom: 15px;
    }

    .basket-preview-container > div .slideContainer .slideUpBox {
        margin-bottom: 15px;
        margin-top: 15px;
    }

        .basket-preview-container > div .slideContainer .slideUpBox p {
            font-size: 14px;
            font-weight: 600;
        }

    .basket-preview-container > div .slideContainer .basketProductList {
        max-height: 375px;
        overflow-y: auto;
    }

        .basket-preview-container > div .slideContainer .basketProductList li {
            padding: 15px;
            margin: 0;
            border-bottom: 1px solid #e6e6e6;
        }

        .basket-preview-container > div .slideContainer .basketProductList p {
            text-align: left;
            font-size: 13px;
        }

        .basket-preview-container > div .slideContainer .basketProductList img {
            width: 55px;
            margin-right: 15px;
            border: 1px solid #e6e6e6;
            border-radius: 6px;
        }

        .basket-preview-container > div .slideContainer .basketProductList p.product {
            width: 100%;
            margin: 0;
        }

            .basket-preview-container > div .slideContainer .basketProductList p.product span {
                font-size: 14px;
            }

            .basket-preview-container > div .slideContainer .basketProductList p.product .brand {
                font-weight: 600;
                margin-right: 5px;
            }

        .basket-preview-container > div .slideContainer .basketProductList p.details {
            margin: 5px 0;
        }

            .basket-preview-container > div .slideContainer .basketProductList p.details .quantity {
                font-size: 12px;
            }

        .basket-preview-container > div .slideContainer .basketProductList p.price-info {
        }

        .basket-preview-container > div .slideContainer .basketProductList p.price-info {
            font-size: 16px;
            font-weight: 600;
        }

    .basket-preview-container .productPriceBox {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .basket-preview-container .productPriceBox > a {
            font-size: 15px;
            line-height: 19px;
            font-weight: 600;
            padding: 10px 21px;
            border: 1px solid #d1d1d1;
            border-radius: 5px;
        }

            .basket-preview-container .productPriceBox > a.goBasket {
            }

            .basket-preview-container .productPriceBox > a.CompleteOrder {
                background: #000;
                color: #fff;
                border-color: #000;
            }

.sourcebox {
    width: 100%;
    display: none;
    border-bottom: 1px solid #d1d1d1;
    position: absolute;
    top: 93px;
    z-index: 9;
    background: #fff;
}

    .sourcebox > div {
        width: calc(100% - 60px);
        position: relative;
        display: flex;
        align-items: center;
        margin: 25px auto;
    }

        .sourcebox > div > input {
            width: 100%;
        }

        .sourcebox > div .icontop {
            position: absolute;
            right: 10px;
        }

            .sourcebox > div .icontop > span {
            }

.yankenarlik {
    width: 100%;
}

video {
    width: 100%
}

.slader {
    width: 100%;
    height: calc(100vh);
    max-height: 100% !important;
}

    .slader video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative
    }

.slick-slider, .slick-list {
    width: 100%;
}

.wheretobuy {
}

    .wheretobuy > div {
        margin-bottom: 26px;
    }

        .wheretobuy > div h1 {
            font-weight: 600;
            font-size: 13px;
            margin-bottom: 13px;
        }

        .wheretobuy > div label {
            margin-bottom: 8px;
            display: block;
            font-size: 12px;
        }

        .wheretobuy > div li label {
            padding: 3px 0 !important
        }

        .wheretobuy > div input {
            border: 1px solid #EBEBEB;
            height: 40px;
            font-size: 11px;
            padding: 0 10px;
        }

.ms-options-wrap > button {
    font-size: 11px !important;
}

.wheretobuy > div input[type="checkbox"] {
    height: auto
}

.wheretobuy .twodiv > div {
    width: calc(50% - 13px);
}

.wheretobuy button:hover {
    background-color: #fff !important;
    color: #a5977f;
    background-image: url(/img/down.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
    background-size: 8px;
}

.wheretobuy .twodiv {
    margin-bottom: 15px !important;
}

.wheretobuy > div > div:last-child {
    margin-bottom: 0
}

.selecttedinput {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}

    .selecttedinput input {
        padding: 5px 20px !important;
    }

.selected-option {
    display: block;
    font-size: 11px;
    color: #cbc2c0 !important;
}

.options {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #EBE6DE;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 6;
    left: 0;
    margin-top: 9px;
    width: 100%;
}

    .options.active {
        display: block;
    }

    .options li {
        color: #000000;
        padding: 5px 10px;
        cursor: pointer;
        font-size: 11px;
    }

        .options li.selected { /*background-color: #fbf8f3*/
            ;
            color: #a5977f;
        }

        .options li:hover {
            background-color: #fbf8f3;
        }

.wheretobuy .fileupload {
}

    .wheretobuy .fileupload .custom-upload {
        display: inline-block;
        padding: 10px 10px;
        color: #cbc2c0;
        cursor: pointer;
        border: 1px solid #EBE6DE;
        font-size: 13px;
        width: 100%;
    }

.wheretobuy #documents {
    display: none;
}


.custom-select {
    position: relative;
    width: 100%;
    cursor: pointer;
    border: 1px solid #EBE6DE;
    background: #fff;
    padding: 10px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/img/down.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
    background-size: 8px;
}

.arrow-scroll-down {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    z-index: 8;
    cursor: pointer;
}

    .arrow-scroll-down > a {
        display: block
    }

        .arrow-scroll-down > a > span {
            color: #fff;
            animation: bounce .6s infinite alternate;
            display: block;
            font-size: 2rem;
        }

#form-contact-us {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 920px;
    margin: 0 auto;
    margin-top: 25px;
}

    #form-contact-us input, #form-contact-us textarea {
    }

.formloading, .formloading1 {
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgb(0 0 0 / 0.55); */
    height: 100%;
    display: none;
    width: 100%
}

.tesekkurler, .tesekkurler1 {
    width: 100%;
    padding: 30px 10px;
    display: none;
    background: #ada39b;
    margin-bottom: 25px !important;
    !i;
    !;
}

    .tesekkurler > p, .tesekkurler1 > p {
        color: #ffffff;
        text-align: center;
        font-size: 17px;
        font-weight: 600;
        line-height: 23px;
        margin-bottom: 0 !important;
    }

.cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #000;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-15px)
    }
}

.icortala {
    width: 90%;
    margin: 0 auto;
}

.divalan {
    margin-top: 7vh;
    margin-bottom: 7vh;
}

.ikilisatir {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .ikilisatir > div {
        width: 48%;
    }

    .ikilisatir .txt {
        width: 90%;
    }

.terscevir {
    flex-direction: row-reverse;
}

    .terscevir .txt {
        margin-left: 10%;
    }

.txtright {
    text-align: right
}

.zoom {
    overflow: hidden
}

.thema1 .zoom {
    position: relative;
    padding: 0 !important;
    !i;
    !;
}

    .thema1 .zoom > a {
        padding: 0;
        border: 0;
        display: block;
    }

    .thema1 .zoom div.bg30 {
        background: rgba(0, 0, 0, .15);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.thema1 > ul {
}

    .thema1 > ul > li {
    }

.thema1 .zoom div.bg30 h1 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 7px;
    font-size: calc(25px + 0.65vw);
    font-family: "beaufort-pro", serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase !important;
    line-height: calc(25px + 0.65vw);
}



.zoom > img, .zoom > picture > img {
    transition: 0.5s
}

.zoom:hover > img, .zoom:hover > picture img {
    transform: scale(1.2)
}

.zoom {
    overflow: hidden;
}

    .zoom > a > img, .zoom > a > picture img {
        transition: 0.5s
    }

    .zoom:hover > a > img, .zoom:hover > a > picture img {
        transform: scale(1.2)
    }

.zoom-gallery .zoom img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.zoom.pasif {
    background: #000
}

    .zoom.pasif img {
        opacity: 0.35
    }

.kvkk {
    padding: 50px 25px
}

    .kvkk p {
        font-size: 19px;
        line-height: 42px;
    }

        .kvkk p span {
            font-weight: 800
        }


.fourdiv {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 0 !important;
    max-height: 70vh;
}

.Collections {
    max-height: 80vh;
}



.fourdiv > div {
    width: 100%;
}

.fourdiv.homeproducts > div:first-child {
    min-width: 215px;
    width: 30%;
    max-width: 230px;
}

.fourdiv > div > img {
    width: 100%
}

.fourdiv > div:last-child {
    margin-right: 0
}

.fourdiv > div > a {
    height: 100%;
}

    .fourdiv > div > a picture {
        width: 100%;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
        transition: 0.3s;
    }

.socialfollow {
}

    .socialfollow h2 {
        margin-top: 0 !important;
        line-height: 1.8rem !important;
    }

    .socialfollow .fourdiv {
        width: calc(100% - 60px);
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }

        .socialfollow .fourdiv > div {
            border: 1px solid #f1f1f1; /* box-shadow: 0px 0 14px 5px rgb(0 0 0 / 7%); */
            border-radius: 12px;
        }

            .socialfollow .fourdiv > div:last-child {
                margin: 0
            }

            .socialfollow .fourdiv > div img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                position: relative;
            }

.fivediv {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 210px;
}

    .fivediv > div {
        width: calc((100% / 5) - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
        max-height: calc(50vh - 190px);
        overflow: hidden;
    }

        .fivediv > div > a {
            color: #8F775A;
            display: flex;
            align-items: center;
            justify-content: center;
            align-content: center;
            height: 100%;
            width: 100%;
        }

.twodiv {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 6px;
}

    .twodiv > div {
        width: 45%;
    }

        .twodiv > div:last-child {
        }

        .twodiv > div:first-child {
        }

        .twodiv > div.fullcenter {
        }

        .twodiv > div > img {
            width: 100%
        }

    .w25, .twodiv > .w25 {
        width: 25%
    }

    .w75, .twodiv > .w75 {
        width: 75%
    }

    .w23, .twodiv > .w23 {
        width: 23%
    }

    .w73, .twodiv > .w73 {
        width: 73%
    }

    .w38, .twodiv > .w23 {
        width: 23%
    }

    .w40, .twodiv > .w40 {
        width: calc(40% - 6px)
    }

    .w60, .twodiv > .w60 {
        width: calc(60% - 3px);
    }

.ouruniverse .trento {
    color: #8F775A;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: calc(19px + 0.35vw);
    line-height: calc(24px + 0.35vw);
}

    .ouruniverse .trento * {
        color: #8F775A;
        font-size: 5px;
        letter-spacing: 2px;
    }


.ouruniverse h1.trento {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.ouruniverse .twodiv > div.w73 h1.trento {
    justify-content: flex-start;
    font-size: calc(19px + 0.35vw);
    line-height: calc(24px + 0.35vw);
}

.ouruniverse h1.trento.txtright {
    display: flex;
    justify-content: flex-end !important;
}


.interiordesign .fullcenter h2 {
    margin-bottom: 1px;
    letter-spacing: 5px;
    font-size: 14px;
}

.ouruniverse .trento > span {
    color: #8F775A;
    letter-spacing: 2px;
    margin: 0 10px;
    font-size: calc(19px + 0.35vw);
    line-height: calc(24px + 0.35vw);
}

.ouruniverse .contenttxt > p, .ouruniverse .contenttxt > p * {
    font-size: 16px;
    line-height: 23px;
}

.ouruniverse .althead {
    width: 90%;
    margin: 0 auto;
}

.ouruniverse .trento.txtcenter {
    margin-bottom: 20px
}

.ouruniverse .althead > div {
    margin-bottom: 60px
}

.ouruniverse .althead > h1 {
    margin-bottom: 20px;
}

.ouruniverse .althead .treegallery {
    margin-top: 25px;
    height: calc(100vh - 310px);
    max-height: calc(100vh - 310px);
}

.ourservices {
    width: 84% !important;
    margin: 0 auto;
    padding: 20px 0 60px 0 !important;
}



    .ourservices > div {
    }

        .ourservices > div:last-child {
            width: 45%;
            max-height: 45vw;
            overflow: hidden;
        }

        .ourservices > div:first-child {
            width: 50%;
            display: flex;
            align-items: flex-start;
        }

    .ourservices .fullcenter {
        color: #000;
    }

        .ourservices .fullcenter h1, .ourservices .fullcenter h1 * {
            color: #8F775A;
            text-align: left;
            margin-bottom: 7px;
        }


        .ourservices .fullcenter h2 {
            color: #000;
            text-align: left;
            margin-top: 0px;
            margin-bottom: 25px;
        }

        .ourservices .fullcenter p {
            margin-bottom: 15px;
        }

            .ourservices .fullcenter p:last-child {
                margin-bottom: 0;
            }

.homedesign {
}

    .homedesign .twodiv {
        width: 100%;
        display: flex;
        align-items: center;
    }

        .homedesign .twodiv > div > img {
            width: 100%
        }

        .homedesign .twodiv > div:first-child {
            width: 35%;
        }

        .homedesign .twodiv > div:last-child {
            width: 60%;
        }

    .homedesign .head {
    }

        .homedesign .head h2 {
            margin-bottom: 1px;
            letter-spacing: 5px;
            font-size: 14px;
        }

        .homedesign .head h1 {
            color: #8F775A;
            font-size: calc(19px + 0.35vw);
            line-height: calc(24px + 0.35vw);
        }

    .homedesign form {
    }

        .homedesign form .fullcenter {
            display: flex;
            align-items: flex-start;
        }

.abutton {
    margin-right: 15px;
    position: relative;
    border: 2px solid #ADA39B;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    margin-right: 15px;
    cursor: pointer;
    font-size: 15px;
    color: #8F775A;
}

    .abutton:hover {
        background: #8F775A;
        color: #fff;
        border: 2px solid #8F775A;
    }

.ourservices .abutton {
    margin-top: 15px;
    padding: 10px 20px;
}

.ouruniverse .twodiv.esit {
}

    .ouruniverse .twodiv.esit > div {
        width: calc(50% - 3px)
    }

        .ouruniverse .twodiv.esit > div:last-child {
            margin-right: 0
        }

.ouruniverse .twodiv {
}

    .ouruniverse .twodiv > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.homegalery {
    background: #3B2F2D;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 0 60px 0;
}

    .homegalery > div {
        width: 84%;
    }

        .homegalery > div:first-child {
            margin-bottom: 25px;
        }

        .homegalery > div:last-child {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }

        .homegalery > div:first-child h1 {
            color: #8F775A;
        }

.homecontact {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .homecontact > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .homecontact > div > div {
        }

            .homecontact > div > div:first-child {
                width: 90%;
            }

            .homecontact > div > div:last-child {
            }

            .homecontact > div > div:nth-child(2) {
                width: 90%;
            }

    .homecontact h1.trento {
        color: #8F775A;
        margin-bottom: 22px;
    }

.bottombar {
    width: 100%;
    background: #f3f3f3;
    padding: 50px 50px 0px 50px;
    bottom: 0;
}

footer > .bottombar {
    margin-top: 0;
    position: relative !important;
}

.bottombar .itembar {
    width: 100%;
    margin: 0 auto;
    display: flex;
}

    .bottombar .itembar > div {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: flex-start;
    }

        .bottombar .itembar > div p {
            font-size: 14px;
            line-height: 1.4;
            font-family: AstonMartinSans;
            font-weight: 100;
        }

        .bottombar .itembar > div h1 {
            font-size: 16px;
            line-height: 1;
            font-family: AstonMartinSans;
            font-weight: 100;
        }

            .bottombar .itembar > div h1 * {
                font-size: 16px;
                font-weight: 600;
            }

        .bottombar .itembar > div > img {
            width: 116px;
        }

        .bottombar .itembar > div > ul {
            margin-left: 25px;
        }

            .bottombar .itembar > div > ul > li {
            }

                .bottombar .itembar > div > ul > li > a {
                    display: block;
                    margin-bottom: 16px;
                    font-size: 16px;
                    line-height: 20px;
                    font-family: AstonMartinSans;
                    font-weight: 100;
                }



                    .bottombar .itembar > div > ul > li > a * {
                        color: #8F775A;
                        letter-spacing: 2px;
                        font-size: 16px;
                        line-height: 20px;
                    }

.bottombar .sosial {
}

    .bottombar .sosial > a {
        display: flex;
        align-items: center;
    }

        .bottombar .sosial > a > svg {
            margin-right: 10px;
        }

            .bottombar .sosial > a > svg > path {
            }

        .bottombar .sosial > a > p {
            color: #8F775A;
            letter-spacing: 2px;
            font-size: 14px;
            line-height: 20px;
        }

.bottombar .bottom .socialmedia { /* padding:25px 0; */
}

    .bottombar .bottom .socialmedia a {
        margin-right: 12px
    }

        .bottombar .bottom .socialmedia a svg {
            width: 17px;
        }

    .bottombar .bottom .socialmedia path { /* fill:#fff; */
    }

.bottombar .bottom { /* background: #000000; */
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 45px;
    padding: 15px 0;
    border-top: 1px solid #dfdfdf;
}

    .bottombar .bottom > div {
    }

        .bottombar .bottom > div:last-child {
            width: 16%;
        }

.bottombar .container > ul > li:last-child p {
    border: 0
}

.bottombar .bottom p {
    color: #000000;
    width: 100%;
    padding: 0 10px;
    border-right: 1px solid #000;
    font-size: 14px;
    line-height: 1.4;
    font-family: AstonMartinSans;
    font-weight: 100;
}


    .bottombar .bottom p * {
        color: #000000;
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 2px;
        text-align: center;
    }

.bottombar .container {
    width: 100%;
}

    .bottombar .container > ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: 0 auto;
    }

        .bottombar .container > ul > li {
        }

            .bottombar .container > ul > li > a {
                color: #fff;
                font-size: 0.75rem;
                line-height: 1rem;
            }

.treegallery {
}

    .treegallery .slick-list {
    }

        .treegallery .slick-list .slick-track {
        }

            .treegallery .slick-list .slick-track > div {
                margin-right: 5px;
            }

    .treegallery .slick-arrow {
        left: -80px; /* background-color: transparent; */ /* background-size: 34%; */
    }

        .treegallery .slick-arrow.slick-next {
            right: -80px;
            left: auto;
        }

.hiddentxt {
    position: relative;
}

    .hiddentxt:hover > div {
        bottom: 0;
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .hiddentxt > div {
        width: 100%;
        max-width: 100%;
        transition: 0.5s;
        position: absolute;
        bottom: -50%;
        padding: 0 7% 7%; /* background: rgb(93 75 72); */
        background: linear-gradient(0deg, rgb(76 66 64) 0%, rgba(76,66,64,0) 100%);
    }

    .hiddentxt h1 {
        font-size: 16px !important;
        line-height: 18px !important;
        color: #fff;
    }

    .hiddentxt h2 {
        text-align: left;
        margin-top: 5px !important;
        font-size: 15px !important;
        line-height: 20px !important;
        margin-bottom: 15px;
        color: #fff;
    }

.shopinsta {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .shopinsta > a {
        color: #fff;
        font-size: 16px;
        border: 1px solid #ccc;
        padding: 8px 20px;
        margin-right: 11px;
    }

        .shopinsta > a:last-child {
            margin-right: 0
        }

        .shopinsta > a:hover {
            background: #3b2f2d70;
            /* border-color: #3b2f2d; */
        }

footer {
    width: 100%;
}

.imza {
}

    .imza a {
        display: block
    }

    .imza span {
        color: #ffffff;
        line-height: 26px;
        font-size: 11px;
        display: block;
        text-align: right;
    }

.bglight {
    background: #f7f5f4
}

.imgsize {
    width: 100%
}

.fullimg {
    width: 100%;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .fullimg > img {
        width: 100%
    }

    .fullimg .txt {
        position: absolute;
        z-index: 9
    }

        .fullimg .txt h1 {
            color: #fff;
            font-size: 7.5rem;
            line-height: 8rem;
            letter-spacing: 3px;
        }

.button {
    font-size: .85rem;
    font-weight: 500;
    letter-spacing: 3px;
    border: 1px solid #000;
    padding: 15px;
    display: block;
    float: left;
    transition: .5s;
}

    .button:hover {
        background: #000;
        color: #fff; /* letter-spacing: 5px; */
    }

    .button.mttop {
        margin-top: 30px
    }

.divalan video {
    width: 100%
}

.txtcenter {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.fullcenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.paymntbuttn {
    display: flex;
    align-content: center;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.ichead {
    padding: 60px 0;
}

    .ichead p {
        line-height: calc(25px + .20vw);
        font-size: calc(16px + .20vw);
        );
    }

    .ichead h1, .ichead h1 * {
        line-height: 1.4;
        font-size: 1.8vw;
        font-weight: 400;
        color: #fff;
        text-align: left;
    }


    .ichead.prodetail h1 {
        color: #000;
        text-align: center;
        margin-bottom: 25px;
    }

    .ichead h2, .ichead h2 * {
        line-height: 27px;
        font-size: 22px;
        margin-top: 15px;
        font-weight: 400;
        color: #fff;
    }



    .ichead h3, .ichead h3 * {
        line-height: 1.2;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        color: #fff;
        margin-bottom: 10px;
    }


    .ichead > div > div {
        position: relative;
    }

    .ichead:not(.cookiediv) > div > div > div:not(.slick-list, .itembar) {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .ichead > div > div > div.txtcenter {
        position: absolute;
        width: 100%;
        height: calc(50% - 30px);
        bottom: 30px;
        z-index: 4;
        justify-content: normal;
    }

    .ichead > div.bgwhite {
    }

        .ichead > div.bgwhite > div {
        }

        .ichead > div.bgwhite > div {
            height: 100%;
        }

            .ichead > div.bgwhite > div h1 {
                font-size: 40px;
                letter-spacing: 20px;
                text-shadow: 4px 4px 2px rgb(0 0 0 / 59%);
            }

                .ichead > div.bgwhite > div h1.bigtxt {
                }

            .ichead > div.bgwhite > div p {
                color: #fff;
            }


.materyal .ichead .bigtxt h1.trento {
    letter-spacing: 8px;
    font-size: calc(25px + 0.65vw);
    line-height: calc(26px + 0.65vw);
}


.homeproducts .ichead > div h1.trento {
    letter-spacing: 7px;
    font-size: calc(0.40rem + .15vw);
}

.txticmax {
    max-width: 560px;
}

.ichead > div img {
    width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    transition: 0.3s;
}

.ichead > div.bgwhite > div .bg30 {
}

.twos {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    .twos > div {
        width: calc(50% - 4px);
        position: relative;
        display: flex;
        align-items: center;
        height: 500px;
        flex-direction: initial !important;
        justify-content: center !important;
    }

        .twos > div a {
            display: flex;
            width: 100%;
            height: 100%;
            justify-content: center;
            align-items: center;
            align-content: center;
        }

        .twos > div .txticmax {
            position: absolute;
            z-index: 3;
        }

            .twos > div .txticmax * {
                color: #fff
            }

            .twos > div .txticmax h1 {
                margin-bottom: 25px;
            }

.whiteborder {
}

    .whiteborder.twos {
        display: flex;
        justify-content: space-between;
    }

        .whiteborder.twos.materials {
            max-height: 90vh;
            overflow: hidden;
        }

            .whiteborder.twos.materials > div {
                overflow: hidden;
                display: flex;
                justify-content: center !important;
                height: auto !important;
                width: calc(100% - 0px);
                margin: 40px 0px 0 0px;
                align-items: center;
                align-content: center;
            }

.prodetail .galeri .selectors {
}

    .prodetail .galeri .selectors > a {
        max-width: 120px;
        margin: 10px 3px;
    }

        .prodetail .galeri .selectors > a > img {
            padding: 0px
        }

    .prodetail .galeri .selectors .mz-thumb-selected img {
        padding: 7px;
    }

.prodetail .selectfabric {
}

.prodetail .selectcategory {
    display: flex;
    flex-direction: column;
}

.prodetail .sbaslik {
    font-size: 16px;
}

.prodetail .selectcategory > div {
    display: flex;
    margin: 15px 0;
}

    .prodetail .selectcategory > div > div {
        border: 1px solid #ddd;
        padding: 5px 10px;
        font-size: 15px;
        margin-right: 5px;
        cursor: pointer;
    }

        .prodetail .selectcategory > div > div.active {
            background: #000;
            color: #fff
        }

.prodetail .typology {
}

    .prodetail .typology select {
        cursor: pointer;
        width: 40%;
        padding: 5px;
    }

.prodetail .fabrics {
    margin-top: 15px;
}

    .prodetail .fabrics > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .prodetail .fabrics > ul > li {
            width: 15%;
            text-align: center;
            padding: 10px;
            margin-right: 15px;
            cursor: pointer;
            position: relative;
        }

            .prodetail .fabrics > ul > li.active {
                border: 1px solid #000
            }

            .prodetail .fabrics > ul > li > div {
            }

                .prodetail .fabrics > ul > li > div img {
                    width: 100%
                }

                .prodetail .fabrics > ul > li > div p {
                    font-weight: 500;
                    font-size: 11px !important;
                }

                .prodetail .fabrics > ul > li > div:first-child {
                }

                .prodetail .fabrics > ul > li > div:last-child {
                    margin-top: 9px;
                }

            .prodetail .fabrics > ul > li.active .fabricszoom {
                display: flex
            }

.prodetail .fabricszoom {
    position: absolute;
    right: 0;
    top: 6px;
    border-radius: 20px;
    background: #000;
    width: 30px;
    height: 30px;
    display: none;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .prodetail .fabricszoom span {
        color: #fff;
        margin: 0 !important;
        font-size: 20px;
    }

.bottompagedetay {
    width: 100%;
    position: relative;
    height: calc(90vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bottompagedetay > .txt {
        position: absolute;
        z-index: 3;
    }

        .bottompagedetay > .txt > h1 {
            color: #fff;
            font-size: 10vw;
        }

        .bottompagedetay > .txt > h2 {
            color: #fff;
            font-size: 2vw;
            text-align: center;
            line-height: 1vw;
            letter-spacing: 15px;
        }

    .bottompagedetay > video, .bottompagedetay > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
    }

button.mfp-close {
    background: #fff !important;
    color: #000 !important;
    border-radius: 100%;
    width: 60px !important;
    height: 60px !important;
    top: 10px !important;
}

.resimlist {
    display: flex;
    flex-wrap: wrap;
}

    .resimlist > div {
        width: calc(25% - 3px);
        margin: 0 3px 3px 0px;
    }

        .resimlist > div > img {
        }

.iletisim {
    width: 100%;
}

    .iletisim .tel {
        margin-top: 1vh;
        text-align: center;
        color: #000;
        font-size: 21px;
        font-weight: 300;
        letter-spacing: 3px;
    }

        .iletisim .tel > a {
            font-size: 10.8rem;
            margin-bottom: 50px;
            display: block;
            letter-spacing: 0;
            color: #000000;
            line-height: 11.8rem;
            font-weight: bold;
        }

    .iletisim .altbar {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 25px;
        align-content: center;
        align-items: center;
    }

        .iletisim .altbar > div:first-child {
            display: flex;
            flex-direction: column;
            color: #000000;
            width: 40%;
        }

            .iletisim .altbar > div:first-child > div {
                width: 100%;
                margin-bottom: 35px;
            }

        .iletisim .altbar .form {
            margin-top: 35px;
        }

            .iletisim .altbar .form p {
                margin-bottom: 15px;
            }

            .iletisim .altbar .form button {
                background: #000;
                color: #fff;
                font-weight: 600;
                border-radius: 6px;
            }

.uk-text-right {
    text-align: right;
}

.iletisim .altbar .saat p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

.iletisim .altbar .email {
    margin-bottom: 16px;
}

    .iletisim .altbar .email > p > span {
        font-size: 17px;
        font-weight: bold;
    }

    .iletisim .altbar .email a {
        text-align: left;
        color: #181e51;
        font-weight: bold;
    }

.iletisim .altbar > div:last-child {
    width: 55%;
}

.iletisim .maps {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .iletisim .maps > div {
        width: 100%
    }

        .iletisim .maps > div img {
            width: 100%
        }

        .iletisim .maps > div a {
            width: 100%;
            display: block;
            border: 1px solid #b7b7b7;
        }

            .iletisim .maps > div a:hover, .iletisim button:hover {
                border: 1px solid #000000;
            }

.contact-form {
    margin: 50px 0;
}

    .contact-form > div {
    }

#form-contact-us > div {
    margin-bottom: 10px;
}

    #form-contact-us > div:last-child {
        margin-top: 30px;
    }

#form-contact-us .treediv {
    height: auto;
    display: flex;
    justify-content: space-between;
}

    #form-contact-us .treediv > div {
        height: auto !important;
        width: calc((90% / 3));
    }

.iletisim h1 {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7rem;
    letter-spacing: 0;
}

    .iletisim h1 * {
        font-weight: 400;
        font-size: 1.1rem;
        line-height: 1.7rem;
        letter-spacing: 0;
    }

.iletisim h2 {
    margin-bottom: 10px;
    font-size: 0.89rem;
    line-height: 1.1rem;
}

    .iletisim h2 * {
        font-size: 0.89rem;
        line-height: 1.1rem;
    }

.iletisim h3 {
    font-size: 0.89rem;
    line-height: 1.5rem;
}

    .iletisim h3 * {
        font-size: 0.89rem;
        line-height: 1.5rem;
    }

.iletisim p, .iletisim a, .iletisim p > span {
    margin-bottom: 10px;
    font-size: 0.89rem;
    line-height: 1.1rem;
}

    .iletisim p *, .iletisim a *, .iletisim p > span * {
        font-size: 0.89rem;
        line-height: 1.1rem;
    }

.cartlist select, .adresinput select {
    color: #ada39b
}

    .cartlist select::placeholder, .adresinput select::placeholder {
        color: #ddd
    }

input, textarea, select {
    height: 50px;
    background: transparent;
    border: none;
    border: 1px solid #000000;
    padding: 0 0 8px;
    min-width: 0;
    color: #000;
    width: 100%;
    font-size: 14px;
    padding: 0 18px;
    border-radius: 0;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

    .popup-overlay.active {
        display: block
    }

.popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* width: 300px; */
    text-align: center;
    animation: popupAnimation 0.5s forwards;
}

    .popup-box > div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-top: 20px;
    }

    .popup-box h1 {
        margin-bottom: 10px;
        font-weight: 600
    }

    .popup-box p, .popup-box p span {
        line-height: 30px;
        font-size: 15px;
    }

.popup-header {
    font-size: 20px;
    margin-bottom: 15px;
}

.popup-box > div .close-btn {
    background: #000 !important
}

.popup-box > div button {
    cursor: pointer;
    border-radius: 0;
    font-size: 18px;
    background: #ADA39B;
    border: 1px solid #ADA39B;
    width: auto;
    padding: 9px 25px;
    color: #fff;
    margin: 10px;
}

.popup-box > div .enquire-btn:hover {
    background-color: #000;
}

.popup-box > div .close-btn:hover {
    background: #ADA39B !important;
    color: #fff
}

.scrolldiv {
    margin-bottom: 20px
}

    .scrolldiv * {
        font-size: 13px;
        margin-bottom: 5px;
        line-height: 16px;
    }

    .scrolldiv h1 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 8px;
        margin-top: 10px;
    }

    .scrolldiv h2 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 4px;
        margin-top: 10px;
    }

    .scrolldiv > div {
        max-height: 170px;
        overflow-y: scroll;
        border: 1px solid #ddd;
        padding: 15px;
    }

        .scrolldiv > div p, .scrolldiv > div p strong, .scrolldiv > div p b, .scrolldiv > div div {
        }

        .scrolldiv > div b {
        }

    .scrolldiv table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
    }

    .scrolldiv th, td {
        padding: 10px;
        text-align: left;
        border: 1px solid #ddd;
    }

    .scrolldiv th {
        background-color: #f2f2f2;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .scrolldiv td {
        background-color: #fff;
    }

    .scrolldiv .total-row {
        background-color: #f9f9f9;
        font-weight: bold;
    }

    .scrolldiv td[colspan="3"] {
        text-align: center;
        background-color: #f9f9f9;
    }

    .scrolldiv td, .scrolldiv th {
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 1.6;
    }

    .scrolldiv tr:nth-child(even) td {
        background-color: #f9f9f9;
    }

.mobilhat {
    display: table;
    position: fixed;
    bottom: var(--altbosluk);
    z-index: 100;
    width: calc(var(--altbosluk) * 1.5 );
    height: calc(var(--altbosluk) * 1.5 );
    left: 0;
}

    .mobilhat .mobtable {
        display: table;
        width: 100%;
        border-radius: 0 calc(var(--altbosluk) * 0.5) calc(var(--altbosluk) * 0.5) 0;
        background: rgb(7 176 26);
        height: 100%;
    }

        .mobilhat .mobtable a {
            display: flex;
            width: 100%;
            height: 100%;
            justify-content: center;
            align-items: center;
        }

    .mobilhat img {
        width: 100%;
        max-width: 90%;
    }

.yasalzorunluluk {
}

    .yasalzorunluluk h1 {
        font-size: 20px;
        font-weight: bold;
        padding: 15px 0;
    }

    .yasalzorunluluk p {
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
        max-width: 540px;
        line-height: 1.3;
    }

.loginorder {
}

    .loginorder > div:first-child {
        margin-right: 20px;
    }

/*.login.dark-bg3 *{color:#fff}*/
.login #form-register, #form-login {
    margin-top: 0;
    padding: 5% 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 920px;
    margin: 0 auto;
}

#form-login {
    max-width: 520px
}

    #form-login .loghead {
        margin-bottom: 15px
    }

.login #form-register input, .login #form-register textarea {
}

.login #form-login input {
    background: #fff;
    border-bottom: 1px solid #00594f;
    color: #000;
}

.login #form-register input {
    background: #025148;
    border-bottom: 1px solid #00594f;
    color: #fff;
}

.login #form-register label, #form-login label {
    font-size: 16px;
    color: #cedc00;
    line-height: 1.4;
    letter-spacing: 2px;
    margin-bottom: 5px;
    display: block;
}

.login #form-register .uk-margin-small, #form-login .uk-margin-small {
    margin-bottom: 25px;
}

    #form-login .loghead p, .login #form-register .uk-margin-small p {
        font-size: 14px;
        display: flex;
        flex-direction: row;
        margin-bottom: 8px;
        align-content: flex-start;
        font-family: AstonMartinSans;
        font-weight: 300;
        color: #fff;
    }

#form-login .loghead p {
}

#form-login .ForgotPassword {
    margin-top: 17px;
}

    #form-login .ForgotPassword > a {
        font-size: 15px;
        text-decoration: underline;
        color: #fff;
    }

.login #form-register .uk-margin-small p > span, #form-login .loghead p > span {
    font-size: 14px;
    font-family: AstonMartinSans;
    font-weight: 300;
    color: #fff;
    margin-right: 5px;
}

.login #form-register .uk-margin-small p input {
    width: 32px;
    margin-right: 13px;
}

.login #form-register .uk-margin-small p a, #form-login .loghead p a {
    font-size: 14px;
    color: #cedc00;
}

.login .success-message {
    background: #d4edda;
    color: #155724;
    padding: 20px;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.login .error-message-box {
    background: #f8d7da;
    color: #721c24;
    padding: 20px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    padding: 5vh 0;
}

.yasalzorunluluk .ordersumary > div:first-child {
    padding: 0;
}

.yasalzorunluluk .ordersumary h1 {
    margin-bottom: 15px
}

.beta {
    position: fixed;
    left: -50px;
    z-index: 9;
    top: 130px;
    padding: 0 15px;
}

    .beta > div {
    }

        .beta > div > p {
            color: #fff;
            background: #ada39b;
            transform: rotate(270deg);
            padding: 0 20px;
            font-weight: 500;
        }

@keyframes popupAnimation {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.salespoints {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 1px;
}

    .salespoints > div {
        width: calc((100% / 3) - 25px);
        margin-bottom: 40px;
        background: #f3f3f3;
        padding: 30px;
        transition: 0.5s
    }

        .salespoints > div:nth-child(3n+1) {
            margin-right: 0
        }

        .salespoints > div:hover {
            box-shadow: 0px 4px 4px rgba(0,0,0,.02), 0px 2px 10px rgba(0,0,0,.1), 0px 10px 20px rgba(0,0,0,.1);
        }

        .salespoints > div h1 {
            font-size: 0.75rem;
            line-height: 1rem;
        }

        .salespoints > div h2 {
            font-size: 0.75rem;
            line-height: 1rem;
            color: #777;
        }

        .salespoints > div p, .salespoints > div p > span {
            font-size: 0.75rem;
            line-height: 1rem;
            display: flex;
        }

            .salespoints > div p > span {
            }

        .salespoints > div a {
            font-size: 0.75rem;
            line-height: 1rem;
            display: flex;
            align-content: center;
            justify-content: space-between;
            align-items: center;
        }

.pagedetail .projelist {
    -:hidden;
    padding: 0 50px;
}

    .pagedetail .projelist > .section {
        height: 100%
    }

.pagedetail .fs-content {
    margin-top: 0 !important
}

.pagedetail .treediv > div {
    height: 100%;
    max-height: 70vh;
}

.pagedetail .fs-section {
    height: calc(100vh - 230px);
}

.pagedetail .menubar {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .pagedetail .menubar.project { /* border-bottom: 1px solid #000000; */ /* padding-bottom: 2vh; */
    }

    .pagedetail .menubar > ul {
        display: flex;
        align-items: center;
    }

    .pagedetail .menubar.project > ul {
        width: 100%;
    }

        .pagedetail .menubar.project > ul > li {
            width: calc(100% / 3);
        }

            .pagedetail .menubar.project > ul > li > div {
                width: 100%;
                margin: 0 auto;
            }
    /*.pagedetail .menubar.project > ul > li > div a{display:block;}*/
    .pagedetail .menubar > ul > li {
        text-align: center;
        margin-right: 24px;
        position: relative;
    }

        .pagedetail .menubar > ul > li > a, .pagedetail .menubar > ul > li > div, .pagedetail .menubar > ul > li > div a {
            font-size: 14px;
            line-height: 18px;
            cursor: pointer;
            border-bottom: 1px solid transparent;
            padding: 15px 0;
            -webkit-tap-highlight-color: transparent; /* Safari ve Android için */
            outline: none; /* Linklere tıklandığında çerçeve olmaması için */
            box-shadow: none; /* Bazı tarayıcılarda tıklama gölgesini kaldırmak için */
        }

            .pagedetail .menubar > ul > li > a *, .pagedetail .menubar > ul > li > div *, .pagedetail .menubar > ul > li > div a * {
                font-size: 14px;
                line-height: 18px;
            }

        .pagedetail .menubar > ul > li:not(.active):hover > div a {
            border-bottom: 1px solid #000;
        }

    .pagedetail .menubar.project > ul > li:hover > div {
        border-bottom: 1px solid #fff;
    }

    .pagedetail .menubar > ul > li.active:hover > div {
        border-bottom: 1px solid #ADA39B
    }

    .pagedetail .menubar > ul > li.active * {
    }

    .pagedetail .menubar > ul > li.active > div {
        border: 0 !important;
    }

    .pagedetail .menubar > ul > li.active a {
        display: block;
        padding: 0;
    }

    .pagedetail .menubar > ul > li.active a, .pagedetail .menubar > ul > li.active .prosort > .item {
        background: none !important;
        border-bottom: 1px solid #000000;
    }

    .pagedetail .menubar > ul > li.active > div {
        width: 100%
    }

.twomenus {
    width: 100%;
    margin-bottom: 4vh;
}

    .twomenus > ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .twomenus > ul > li {
            width: calc(50% - 5px)
        }

            .twomenus > ul > li.active:hover > div {
                border-bottom: 1px solid #ADA39B
            }

            .twomenus > ul > li.active * {
                background: #ADA39B;
                color: #fff
            }

            .twomenus > ul > li.active > div {
                border: 0 !important
            }

            .twomenus > ul > li.active a {
                background: none !important;
            }

            .twomenus > ul > li.active > div {
                width: 100%
            }


            .twomenus > ul > li > div {
                text-align: center;
            }

                .twomenus > ul > li > div:first-child {
                    font-size: 15px;
                    line-height: 18px;
                    cursor: pointer;
                    border-bottom: 1px solid #fff;
                    padding: 15px 0;
                    margin-bottom: 15px
                }

                .twomenus > ul > li > div a {
                    font-size: 15px;
                    line-height: 18px;
                    cursor: pointer;
                    border-bottom: 1px solid #fff;
                    padding: 15px 0;
                }

            .twomenus > ul > li.active > div a {
                border: 0
            }

    .twomenus ul > li:not(.active):hover > div a {
        border-bottom: 1px solid #000;
    }

    .twomenus > ul > li:hover > div a img {
        transform: scale(1.2)
    }

    .twomenus > ul > li > div a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
    }

.cartlist {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 45px 0;
}

    .cartlist.offer {
    }

    .cartlist.pricenone {
        display: flex;
        flex-direction: row;
    }

    .cartlist > div:first-child {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .cartlist.favorite > div {
        width: 100%;
    }

    .cartlist.pricenone > div { /* width: 100%; */
    }

        .cartlist.pricenone > div:last-child {
            border: 0;
            width: 270px;
        }

.shippingdiv .sepetliste:first-child {
    width: calc(100%);
}

.sepetlist {
    width: 100%;
}

#faturacheck {
    cursor: pointer
}

.buttonsbm {
    margin: 0 auto;
    margin-top: 50px;
    align-items: flex-start;
    max-width: 1400px;
}

.sepetliste > h1 {
    margin-bottom: 15px;
    font-size: 1rem;
}

.sepetliste hr {
    border: 0;
    height: 1px;
    background: #e7e7e7;
}

.sepetliste a {
    display: block;
}

    .sepetliste a > img {
        width: 120px;
    }

.cartlist.favorite > div > div {
}

.sepetliste .productli {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 35px 20px;
    justify-content: space-between;
    background: #fafafa;
}

.cartlist.favorite > div .favlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

    .cartlist.favorite > div .favlist > div {
        width: 100%;
        margin-bottom: 25px;
    }

.sepetliste .productli > li {
}

    .sepetliste .productli > li .basketdelete {
        cursor: pointer
    }

    .sepetliste .productli > li:nth-child(1) {
        width: 140px;
    }

    .sepetliste .productli > li:nth-child(2) {
        width: 45%;
    }

    .sepetliste.productli > li:nth-child(3) {
        width: 120px;
    }

    .sepetliste .productli > li:nth-child(4) {
     /*   width: 15%;
        min-width: 140px;*/
    }

    .sepetliste .productli > li:nth-child(5) {
    }

    .sepetliste .productli > li h1 {
        font-size: 16px;
        /* color: #646464; */
        margin-bottom: 5px;
    }

    .sepetliste .productli > li .qty {
        display: flex;
        align-content: center;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

        .sepetliste .productli > li .qty > span {
            cursor: pointer
        }

        .sepetliste .productli > li .qty > p {
            margin: 0 15px;
            min-width: 30px;
            text-align: center;
        }

            .sepetliste .productli > li .qty > p#quantityValue {
                margin: 10px 0;
                white-space: nowrap;
            }

.sepetliste .productli .material-symbols-outlined {
    background: #fff;
    padding: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    box-shadow: 0 0 7px 0px rgb(0 0 0 / 20%);
    align-content: center;
    align-items: center;
    justify-content: center;
}

    .sepetliste .productli .material-symbols-outlined.pasif > img {
        opacity: 0.25;
    }

    .sepetliste .productli .material-symbols-outlined:hover:not(.pasif) {
        background: #00665e
    }

        .sepetliste .productli .material-symbols-outlined:hover:not(.pasif) > img {
            filter: brightness(0) invert(1);
        }


    .sepetliste .productli .material-symbols-outlined > img {
        width: 100%;
        filter: brightness(0) invert(0);
        width: 10px;
        height: 10px;
    }

.sepetliste .productli > li .price {
    padding-right: 6px;
}

.sepetliste .productli > li .price {
    text-align: right;
    font-size: 1rem;
    color: #000;
    font-size: 14px;
    line-height: 1.2;
}

.sepetliste .productli > li .favdelete {
    cursor: pointer;
}

.menu-container .sepetliste {
    width: 100%; /* Firefox için */ /* IE ve Edge için */
}

    .menu-container .sepetliste .productli {
        padding: 10px 10px;
        margin-bottom: 13px;
    }

.shippingdiv {
    display: flex;
    width: 100%;
    /* justify-content: center; */
}

    .shippingdiv > div:first-child {
        width: calc((100% - 370px) - 3%);
        padding-right: 3%;
    }

    .shippingdiv > div {
    }

        .shippingdiv > div:last-child {
            position: relative
        }

.ordersumary ul > li > p, .sepetlistv .productli > li p {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 5px;
    color: #646464;
}

.sepetlist.productli > li p b {
    font-size: 14px;
}

.shippingdiv .ordersumary {
    position: fixed
}

.ordersumary {
    width: 345px;
}

    .ordersumary > div:first-child {
        border: 1px solid #e7e7e7;
        padding: 45px 25px;
    }

    .ordersumary h1 {
        padding-bottom: 10px;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 35px;
    }

    .ordersumary ul {
    }

        .ordersumary ul > li {
            display: flex;
            justify-content: space-between;
            margin-bottom: 12px;
        }

            .ordersumary ul > li > p {
            }

                .ordersumary ul > li > p:last-child {
                }

    .ordersumary a {
        background: #cedc00;
        padding: 14px;
        text-align: center;
        color: #000000;
        font-weight: 500;
        transition: 0.3s;
    }

        .ordersumary a:hover {
            background: #00665e;
            color: #fff;
        }

.cartlist #form-contact-us {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-top: 35px;
}

.payselect {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    margin-top: 35px;
}

    .payselect > p {
        margin-right: 15px;
        font-size: 0.75rem;
        display: flex;
        align-items: center;
        cursor: pointer
    }

        .payselect > p > span {
            border: 1px solid #e7e7e7;
            width: 20px;
            height: 20px;
            display: block;
            border-radius: 50%;
            margin-right: 6px;
        }

            .payselect > p > span.active {
                background: #000;
            }

.paymant {
    margin-top: 35px;
    width: 100%;
}

    .paymant p {
        font-size: 0.75rem;
        line-height: 1rem;
        margin-bottom: 5px;
        color: #646464;
    }

    .paymant.passive {
        display: none
    }

    .paymant > ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-content: flex-end;
    }

        .paymant > ul > li {
            display: flex;
            flex-direction: column;
            width: calc(96% / 4);
        }

            .paymant > ul > li > label {
                display: flex;
                align-items: center;
                font-size: 0.75rem;
                margin-bottom: 15px;
            }

                .paymant > ul > li > label > span {
                    font-size: 0.75rem;
                    color: #666;
                    margin-left: 8px;
                }

            .paymant > ul > li input {
                border: 1px solid #e7e7e7;
                padding: 0px 10px;
                height: 40px;
                font-size: .75rem;
            }

    .paymant .hesapbilgileri {
        margin: 12px 0;
    }

        .paymant .hesapbilgileri p {
        }

            .paymant .hesapbilgileri p span {
                font-weight: 500
            }

            .paymant .hesapbilgileri p, .paymant .hesapbilgileri p span {
                font-size: 15px;
                line-height: 23px;
            }

.cargowwarning {
    width: 100% !important;
}

    .cargowwarning h1 {
        font-weight: bold;
    }

    .cargowwarning p {
        margin-left: 5px
    }

.checkform {
    width: 345px;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    padding: 5px 10px;
}

    .checkform > div {
        display: flex;
        align-items: center;
        font-weight: 300;
    }

        .checkform > div label {
            padding-right: 5px;
        }

            .checkform > div label input {
                height: auto
            }

        .checkform > div p {
            font-weight: 500;
            display: inline-block;
        }

            .checkform > div p b {
                font-size: 13px
            }

        .checkform > div p, .checkform > div {
            font-size: 0.75rem;
            line-height: 1rem;
            margin-bottom: 5px;
            color: #000000;
        }

    .checkform.encheck {
        width: 100%;
        margin-bottom: 18px;
    }

        .checkform.encheck p {
            margin-left: 5px;
        }

        .checkform.encheck p, .checkform.encheck a {
            font-size: 13px;
        }

        .checkform.encheck a {
            font-weight: 700
        }

.paysart {
    width: 100%;
    margin-top: 35px;
}

    .paysart h1 {
        margin-top: 35px;
        font-size: 1.3rem;
        font-weight: 600;
        letter-spacing: 0px;
        width: 90%;
    }

    .paysart > div {
        display: flex;
        flex-direction: row;
        align-content: flex-start;
    }

        .paysart > div input {
            width: 20px;
            height: 20px;
        }

        .paysart > div label {
            font-size: 0.75rem;
            margin-left: 15px;
        }

.projelist > .section > div {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin-bottom: 20px;
}

.section.homepage {
    height: 100vh;
    background: #000;
}

.proje-head {
    position: absolute;
    z-index: 9;
    bottom: var(--yanmenugenislik);
    left: var(--yanmenugenislik);
}

    .proje-head h1 {
        color: #fff;
        font-size: 50px;
        line-height: 55px;
        font-weight: bold;
    }

    .proje-head h2 {
        color: #fff;
        font-size: 25px;
        line-height: 30px;
        max-width: 650px;
    }

.section {
    width: 100%;
}

    .section.homepage {
    }

.prodectlist {
    display: flex;
    width: 100%;
    gap: 20px;
    position: relative;
    justify-content: flex-end;
}

    .prodectlist > .filtermenu {
        position: absolute;
        top: 0;
        left: -280px;
        z-index: 200;
        width: 230px;
        transition: all 0.5s ease;
        /* margin-bottom: 25px; */
        max-height: 680px;
        overflow: hidden;
        overflow-y: auto;
    }


.filtermenu div:first-child > button {
    padding: 0;
    border: 0;
}

    .filtermenu div:first-child > button > span {
        font-size: 16px;
    }

.filtermenu .filter-item {
    margin-top: 10px;
}

    .filtermenu .filter-item h1 {
        margin-bottom: 8;
        font-size: 16px;
    }

    .filtermenu .filter-item label {
        font-size: 16px;
        font-family: AstonMartinSans;
        line-height: 1;
    }

    .filtermenu .filter-item input {
        width: 0;
        height: 0;
        opacity: 0;
    }

    .filtermenu .filter-item .filter-item-bar input:checked {
    }

.filtermenu .filter-item-bar > li {
    cursor: pointer
}

    .filtermenu .filter-item-bar > li label {
        width: 24px;
        height: 24px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

.filtermenu .filter-item .filter-item-bar label:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
}

.filter-item-size {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 9px;
}

    .filter-item-size > a {
        text-transform: uppercase;
        border: 1px solid rgb(0 0 0 / 32%);
        padding: 8px 13px;
        font-size: 15px;
        letter-spacing: 0;
        min-width: 45px;
        text-align: center;
    }

        .filter-item-size > a.active {
            background: #000;
            color: #fff;
        }

        .filter-item-size > a:hover {
            border-color: #000;
        }

.filtermenu .filter-item .filter-item-bar label:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #00000059;
}

.filtermenu .filter-item .filter-item-bar input:checked ~ label:not(:hover)::before {
    border-color: #00665e;
    border: 1px solid #000;
}

.filtermenu .filter-item input:checked ~ label:not(:hover):after {
    background: #00665e;
}

.filtermenu .filter-item .filter-item-bar label.radio:before, .filtermenu .filter-item .filter-item-bar label.radio:after {
    border-radius: 100%;
}

.filtermenu .filter-item-bar > li > span {
    font-size: 15px;
    font-family: AstonMartinSans;
    line-height: 1;
}

.prodectlist.active > .filtermenu {
    /* position: relative; */
    left: 0;
}

.prodectlist > .filtermenu > div ul > li:hover label:before {
    border: 1px solid #000
}

.prodectlist > .filtermenu > div {
}

    .prodectlist > .filtermenu > div h1 {
    }

    .prodectlist > .filtermenu > div ul {
    }

        .prodectlist > .filtermenu > div ul > li {
            display: flex;
            flex-direction: row;
            gap: 8px;
            margin-bottom: 10px;
            position: relative;
            align-content: center;
            align-items: center;
        }

.product {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    transition: all 0.5s ease;
}

.prodectlist.active > .product {
    width: calc(100% - 245px);
}
/* We removed this class as we're using direct CSS transforms in JS */

.product > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    transition: all 0.5s ease;
    min-height: 700px;
    gap: 6px;
}

    .product > div#loading-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.8);
        z-index: 1000;
        justify-content: center;
        align-items: center;
        display: none;
        align-content: center;
    }

    .product > div:nth-child(3n) {
        margin-right: 0
    }


.product.teklist > div {
    width: calc((100% / 4) - 6px);
}



.categ.active + .list {
    height: 0px !important
}

.product > div > div {
    width: calc((100% / 3) - 4px);
    position: relative;
    padding-bottom: 10px;
    background: #fff;
}

    .product > div > div:nth-child(3n) {
        margin-right: 0
    }

    .product > div > div > div {
        width: 100%;
    }

        .product > div > div > div > a {
            display: block;
        }

            .product > div > div > div > a > div {
                width: 100%;
                margin-bottom: 7px;
                font-weight: 500;
                padding-left: 18px
            }


                .product > div > div > div > a > div:first-child {
                    padding-left: 0
                }


.product a div img {
    width: 100%;
    margin-bottom: 15px;
}

.product > div a div.zoom {
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .product > div a div.zoom img {
        width: 100%;
    }

.product > div a, .product > div a div, .product > div a *, .product > div a div * {
    font-size: 13px;
    line-height: 16px;
}

.product > div .price {
    font-weight: 300;
    color: #8C8C8C;
    letter-spacing: 1px;
    font-size: 13px;
    margin-top: 5px;
}

.product > div .butttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
}

    .product > div .butttons > div {
    }

        .product > div .butttons > div > span { /* margin-right: 5px; */
            font-size: 18px;
        }


.product.teklist > div:last-child {
}

.product.teklist > div a div.zoom {
    max-height: 100%;
}

/*.favoribox > span, .sepetbox > span, .sharebox > span {
    color: #c0c0c0;
    font-size: 15px;
}*/

/*.favoribox, .sepetbox {
    cursor: pointer;*/
/* padding: 5px 5px; */
/*cursor: pointer;
    font-size: 11px;
    line-height: 12px;
    display: flex;
    align-items: center;
    border: 1px solid #cecece;
    transition: .5s;
    background: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    justify-content: center;
}*/

.sharebox {
    cursor: pointer;
    padding: 6px 6px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    border: 1px solid #cecece;
    transition: .5s;
    background: #fff;
    border-radius: 5px;
}

.sepetbox {
}

    .sepetbox .txt, .sepetbox .txt * {
        font-size: 18px;
        margin-left: 5px;
        color: #fff;
        letter-spacing: 2px;
    }

.sharebox > span { /* margin-right:5px; */
}

.favoribox.active, .favoribox:hover, .sepetbox:hover, .sharebox:hover, .sepetbox.active {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.favoribox.active {
    border-radius: 5px;
}

    .favoribox:hover > span, .sepetbox:hover > span, .favoribox.active > span, .sharebox:hover > span, .sepetbox:hover .txt, .sepetbox.active .txt, .sepetbox.active span {
        color: #fff;
    }

.sepetbox.active {
    border: 1px solid #009688;
    background: #009688;
}

.prodetail .alttab {
    width: 100%;
    margin-top: 55px;
}

    .prodetail .alttab > .produt-features_tab {
        display: flex;
        border-bottom: 1px solid #d1d1d1;
        border-top: 1px solid #d1d1d1;
    }

        .prodetail .alttab > .produt-features_tab > li {
            padding: 16px 4px;
            width: 200px;
            text-align: center;
            cursor: pointer;
            position: relative;
        }

            .prodetail .alttab > .produt-features_tab > li.active:after {
                border-bottom: 3px solid #414141;
                content: '';
                position: absolute;
                bottom: -2px;
                width: 100%;
                left: 0;
            }

.benzerurun {
    width: 100%;
    height: auto !important;
    margin-top: 35px;
}

    .benzerurun img {
        width: 100% !important;
        height: auto !important;
    }

    .benzerurun .slick-slide {
        position: relative
    }

    .benzerurun .imgbar {
        width: 100%;
    }

    .benzerurun .butttons {
        position: absolute;
        z-index: 1;
        right: 10px;
        top: 10px;
    }

    .benzerurun .imgbar > a {
        display: block;
        width: 100%
    }

        .benzerurun .imgbar > a > div {
            width: 100%;
            font-weight: 600;
            font-size: 18px;
            margin-block-start: 5px;
        }

            .benzerurun .imgbar > a > div.price {
                font-weight: 200;
            }

.prodetail .product-features_content {
    padding: 46px 0;
}

    .prodetail .product-features_content p {
        line-height: 1.3rem;
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

    .prodetail .product-features_content b, .prodetail .product-features_content strong {
        line-height: 1.3rem;
        font-size: 1.1rem;
    }

    .prodetail .product-features_content h1 {
        line-height: 1.4;
        font-size: 1.2rem;
        margin-bottom: 12px;
        margin-top: 0;
    }

    .prodetail .product-features_content span {
    }

    .prodetail .product-features_content ul > li {
        line-height: 1.3rem;
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

.prosortalan {
}

.pagedetail .menubar > ul > li.prosortalan:hover > div {
    border-bottom: 1px solid #fff;
}

.prosort {
    width: 100%;
    margin: 0 auto;
}

    .prosort > div {
    }

        .prosort > div.item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            height: 100%;
            /* border-right: 1px solid #ededed; */
        }

            .prosort > div.item > .txt {
                font-size: 14px;
                font-weight: 400;
                line-height: 18px;
            }

            .prosort > div.item > .material-symbols-outlined {
                font-size: 16px;
                margin-left: 5px;
            }

        .prosort > div.list {
            height: 0;
            overflow: hidden;
            width: 100%;
            position: absolute;
            top: 62px;
            z-index: 9;
            background: #fff;
            transition: .5s;
            text-align: left;
            min-width: 220px;
        }

            .prosort > div.list ul {
                border: 1px solid #d1d1d1;
                padding: 11px 16px;
                width: 100%;
            }

                .prosort > div.list ul > li a {
                    border: 0 !important
                }

                .prosort > div.list ul > li.active a {
                    font-weight: 600
                }

                .prosort > div.list ul > li, .prosort > div.list ul > li a {
                    font-size: 0.75rem;
                    line-height: 1rem;
                    border-bottom: 1px solid #d1d1d1;
                    padding: 10px 0px;
                }

                    .prosort > div.list ul > li:hover {
                        color: #9d9d9d;
                    }

                    .prosort > div.list ul > li:last-child {
                        border-bottom: 0px
                    }

                    .prosort > div.list ul > li > spa {
                    }

    .prosort .item:hover + .list, .prosort .list:hover {
        height: auto
    }


.prodetail {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    margin-top: 0;
    padding-top: 20px;
}

    .prodetail .ustbar.teklidiv {
        justify-content: center
    }

    .prodetail .ustbar {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
    }

.slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.prodetail .baslik {
    text-align: center;
    margin-bottom: 30px;
}

    .prodetail .baslik h1 {
        text-align: center;
        margin-bottom: 7px;
    }

.prodetail .ustbar .info {
    width: 36%;
    position: initial;
}

.prodetail .ustbar .galeri {
    width: 50%;
}

.prodetail .ustbar .full {
    width: 100%;
}

.prodetail .ustbar .info {
    width: 43%;
    position: relative;
}

    .prodetail .ustbar .info .butttons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 0;
        flex-direction: row;
    }

        .prodetail .ustbar .info .butttons > div {
            margin-right: 12px;
            display: flex;
            align-items: center;
            border: 0;
        }

            .prodetail .ustbar .info .butttons > div > span {
                font-size: 25px;
                font-weight: 200
            }

            .prodetail .ustbar .info .butttons > div:hover {
                background: transparent;
                color: #000;
            }

                .prodetail .ustbar .info .butttons > div:hover > span {
                    color: #000;
                }

    .prodetail .ustbar .info .info-txt {
        width: 100%;
    }

        .prodetail .ustbar .info .info-txt > div {
            margin-top: 18px;
        }

            .prodetail .ustbar .info .info-txt > div h1 {
                line-height: 100%;
                margin-bottom: 0;
                color: #000;
                text-align: left;
            }

            .prodetail .ustbar .info .info-txt > div p {
                margin-bottom: 0;
                line-height: 21px;
                font-size: 15px;
            }

                .prodetail .ustbar .info .info-txt > div p * {
                    line-height: 21px;
                    font-size: 15px;
                }

                .prodetail .ustbar .info .info-txt > div p.price {
                    line-height: 16px;
                    font-size: 22px;
                }

            .prodetail .ustbar .info .info-txt > div span {
                margin-right: 5px;
            }

        .prodetail .ustbar .info .info-txt .box {
            font-size: 14px;
            font-weight: 600;
            padding: 9px 20px;
            border-radius: 6px;
            border: 1px solid #d1d1d1;
        }

.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 10px;
    margin-top: 13px;
}

.grid-item {
    position: relative;
}

    .grid-item.active {
        position: relative;
        border: 1px solid #000;
        padding: 5px;
    }

.grid-image {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.lightbox-container {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 0;
    max-width: 50%;
    overflow: hidden;
    z-index: 9;
    max-height: 250px;
    border: 10px solid #ffff;
    box-shadow: 0 0 4px 3px #0000001c;
    border-radius: 10px;
    overflow: hidden;
    width: 250px;
}

.prodetail .image-grid {
    position: relative
}

.lightbox {
    width: 100%;
    height: auto;
    opacity: 0; /* transition: opacity 0.5s ease-in-out; */
}

.lightbox-container.active {
    display: flex;
}

    .lightbox-container.active .lightbox {
        opacity: 1;
    }

.soft {
    color: #8c6933;
    background-color: #f7f5f4;
    border: 1px solid #ebe1dc !important;
}

.prodetail .ustbar .info .info-txt .box.soft {
    margin-right: 6px;
    padding: 5px 10px;
}

.softbg {
    background: #f7f5f4
}

.prodetail .ustbar .info .info-txt .ikili {
    display: flex;
}

.prodetail .ustbar .info .info-txt > div .sepetbox {
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
    background: #ADA39B;
    border: 1px solid #ADA39B;
    width: max-content;
    padding: 20px 25px;
}

    .prodetail .ustbar .info .info-txt > div .sepetbox.red {
        background: #f00;
        border-color: #f00;
    }

    .prodetail .ustbar .info .info-txt > div .sepetbox > span {
        width: 22px;
    }

.combobox {
    margin-right: 15px;
    position: relative;
    border: 2px solid #ADA39B;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    margin-right: 15px;
    cursor: pointer;
}

    .combobox p {
        display: flex;
        align-items: center;
        letter-spacing: 2px;
    }

    .combobox .head span {
        margin-right: 0 !important;
        margin-left: 6px;
    }

    .combobox .head {
        display: flex;
        align-items: center;
        min-width: 130px;
        justify-content: space-between;
    }

    .combobox .select {
        display: none;
        position: absolute;
        top: 44px;
        border: 2px solid #ada39b;
        width: calc(100% + 4px);
        background: #fff;
        left: -2px;
    }

        .combobox .select > div {
            font-size: 13px;
            padding: 8px 10px;
            border-bottom: 1px solid #ada39b;
        }

            .combobox .select > div:last-child {
                border: 0
            }

            .combobox .select > div:hover {
                background: #e1dcd8; /* color: #fff; */
            }

    .combobox.color {
        display: none
    }

.slider-nav .img {
    width: 100%
}

.slider-for .img {
}

.slider-nav {
    margin-top: 10px; /* display: none !important; */
}

    .slider-nav .slick-current {
        border: 1px solid #000;
    }

    .slider-nav .slick-track {
        display: flex;
        align-items: center
    }

    .slider-nav .slick-slide {
        padding: 15px;
        cursor: pointer;
    }

.moreplus {
    margin-top: 10px;
    width: 100%;
    cursor: pointer
}

    .moreplus > p {
        text-decoration: underline;
        text-underline-offset: 4px;
        font-size: 18px;
        font-weight: 400;
    }

    .moreplus.hide {
        display: none
    }

.section .container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section.homepage .container > img {
    width: 720px;
}

.section.homepage .container > div {
    width: 460px;
    text-align: right;
}

    .section.homepage .container > div > p {
        font-size: 19px;
        line-height: 33px;
        letter-spacing: 2px;
    }

.section.hakkimizda .container .icerik {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .section.hakkimizda .container .icerik .ciz {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .section.hakkimizda .container .icerik .ciz > div {
            background: #fff;
            width: 1px;
            height: 90%;
        }

    .section.hakkimizda .container .icerik h1 {
        font-size: 44px;
        line-height: 65px;
        margin-bottom: 22px;
        font-weight: 700;
    }

    .section.hakkimizda .container .icerik > div {
        width: calc(100% / 3);
    }

    .section.hakkimizda .container .icerik p {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 16px;
    }

.hakkimizda .maxic {
    display: flex;
    flex-direction: row;
}

.maxic {
    width: 90%;
    max-width: 1280px
}

.detayslader {
    width: 100%;
    height: 100vw;
}

    .detayslader > carousel {
    }

.worklist {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    flex-direction: column;
}

    .worklist > div {
        width: 100%;
        height: 25vh;
        overflow: hidden;
    }

        .worklist > div img {
            width: 100%;
            cursor: pointer;
            transition: .5s;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: relative;
        }

            .worklist > div img:hover {
                opacity: 0.40
            }

.beyazbg {
    background: #fff
}

.markalar .container > div {
    width: 90%;
}

    .markalar .container > div > img {
        width: 100%;
    }

.sepetbos {
    text-align: center;
    width: 100% !important;
    margin: 50px 0;
}

    .sepetbos p {
        font-size: 19px;
    }

    .sepetbos div {
        display: flex;
        margin: 25px auto;
    }

    .sepetbos a {
        border: 1px solid #ADA39B;
        padding: 10px;
        background: #ADA39B;
        color: #fff;
    }

        .sepetbos a:hover {
            background: #000;
        }

.hizmetlerlist {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .hizmetlerlist > ul {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .hizmetlerlist > ul > li {
            background: url("/img/golge.jpg") no-repeat center left;
            width: 19%;
            padding: 0 46px;
            min-height: 340px;
        }

            .hizmetlerlist > ul > li:first-child {
                background-image: none
            }

            .hizmetlerlist > ul > li img {
                width: 60px;
                margin-bottom: 25px;
            }

            .hizmetlerlist > ul > li h2 {
                color: #000;
                font-size: 20px;
                line-height: 25px;
                margin-bottom: 15px;
                font-weight: 400;
            }

            .hizmetlerlist > ul > li p {
                color: #000;
                font-weight: 300;
                font-size: 16px;
                line-height: 23px;
            }

.sosyalmedya {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    max-width: 1360px;
    margin-top: 2vh;
}

    .sosyalmedya > div {
        display: flex;
        align-items: center;
    }

        .sosyalmedya > div:first-child {
        }

            .sosyalmedya > div:first-child > div {
                margin-right: 35px;
            }

                .sosyalmedya > div:first-child > div > a {
                    display: flex;
                    align-content: center;
                    align-items: center;
                }

                    .sosyalmedya > div:first-child > div > a > svg {
                        margin-right: 11px;
                        width: 33px;
                    }

                        .sosyalmedya > div:first-child > div > a > svg path {
                        }

                    .sosyalmedya > div:first-child > div > a p {
                        font-size: 15px;
                        line-height: 18px;
                    }

        .sosyalmedya > div:last-child {
            max-width: 387px;
        }

            .sosyalmedya > div:last-child p {
            }

                .sosyalmedya > div:last-child p > span {
                    display: block;
                }

            .sosyalmedya > div:last-child svg {
                margin-right: 10px;
            }

                .sosyalmedya > div:last-child svg path {
                }


/* Checkboxes */

body .facetwp-checkbox {
    background: none;
    margin-bottom: 0;
    padding: 5px 0 5px 25px;
    position: relative;
    font-size: 19px;
    line-height: 23px;
}

    body .facetwp-checkbox:before {
        border: 2px solid #000;
        content: "";
        height: 14px;
        left: 0;
        position: absolute;
        top: 8px;
        width: 14px;
    }

    body .facetwp-checkbox:after {
        content: "\e876"; /* Material Symbols Outlined onay işareti karakteri */
        font-family: 'Material Symbols Outlined';
        display: none;
        font-size: 14px;
        font-weight: 700;
        left: 2px;
        margin-top: 1px;
        position: absolute;
        top: 5px;
    }

    body .facetwp-checkbox.checked {
        background: none
    }

        body .facetwp-checkbox.checked:after {
            display: block
        }

    body .facetwp-checkbox .facetwp-display-value {
        font-size: 14px;
        line-height: 1.2;
    }


.facetwp-type-checkboxes .facetwp-depth {
    display: none;
}

    .facetwp-type-checkboxes .facetwp-depth.visible {
        display: inherit;
    }

.facetwp-checkbox {
    background: url('/img/checkbox.png') 0 50% no-repeat;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
}

    .facetwp-checkbox.checked {
        background-image: url('../images/checkbox-on.png');
    }


    .facetwp-checkbox.disabled,
    .facetwp-radio.disabled {
        opacity: 0.4;
        cursor: default;
    }

    .facetwp-checkbox .facetwp-expand {
        float: right;
    }

.facetwp-display-value {
    padding-right: 5px;
}


.cookie-consent {
    position: fixed;
    bottom: 25px;
    left: 125px;
    width: 390px;
    z-index: 10;
    /* border: 1px solid rgba(89,65,62,.4); */
    background: #f3f3f3;
    color: #ffffff;
    padding: 20px 15px;
    border-radius: 20px;
}

    .cookie-consent > div {
        padding: 10px 0;
    }

        .cookie-consent > div > div {
            display: flex;
            align-items: flex-start;
            width: 90%;
            margin: 0 auto;
            justify-content: space-between;
            flex-direction: column;
        }

        .cookie-consent > div p {
            font-size: 11px;
            letter-spacing: 1px;
            line-height: 19px;
            margin-bottom: 15px;
            font-weight: 400;
        }

            .cookie-consent > div p > a {
                color: #000;
                letter-spacing: 1px;
                margin-left: 5px;
                font-size: 11px;
                font-weight: bold;
            }

.cookie-ok {
    border: 1px solid #ffffff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 2px;
    background: #000;
    PADDING: 14px 18px;
}

    .cookie-ok > span {
        color: #ffffff;
        cursor: pointer;
        font-size: 14px;
    }

#fileList {
}

    #fileList ul {
    }

        #fileList ul li {
            font-size: 12px;
            margin-bottom: 4px;
        }

.productlist.news > div {
    display: flex;
    align-items: center;
}

    .productlist.news > div > a {
        width: 100%;
        height: auto;
    }

        .productlist.news > div > a img {
            width: 100%;
        }

.productlist.news .slick-list {
    padding: 2px 0
}

.prodetail.news .ustbar .galeri {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    background: #f3f3f3;
    padding: 25px;
    margin-top: 25px;
}

.prodetail.news .slick-arrow {
    left: -46px;
    width: 40px;
    height: 40px;
    background-color: #ADA39B;
}

    .prodetail.news .slick-arrow.slick-next {
        left: auto;
        right: -47px;
    }

@media(max-width:2000px) {
    .headerarma {
        width: 110px;
        left: calc(50% - 55px);
    }

    .pagedetail .head {
    }
}

@media(max-width:1500px) {
    .manifesto > div > div {
        width: 90%
    }

    .headerarma {
        width: 100px;
        left: calc(50% - 50px);
    }

    .pagedetail, .pagedetail .head {
        margin-top: 20px;
    }
}

@media(max-width:1400px) {
    .pagedetail .head h1 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 9px;
    }

    .headerarma img {
        width: 90%;
        filter: brightness(0) invert(0);
    }

    input, textarea, select {
        height: 44px;
        padding: 0 10px;
    }
}

@media(max-width:1250px) {
    .cartlist {
        display: flex;
        flex-direction: column;
        max-width: 90%;
    }

        .shippingdiv > div:first-child, .shippingdiv > div, .ordersumary, .sepetliste:first-child, .cartlist > div {
            width: 100%;
            padding: 0
        }

    .sepetliste:first-child {
        margin-bottom: 5%
    }

    .shippingdiv .fourdiv > div {
        height: auto
    }

        .shippingdiv .fourdiv > div select {
            height: 44px
        }

    .shippingdiv .cartlist {
        max-width: 100%
    }

    .shippingdiv .sepetliste:first-child {
        margin: 0
    }

    .shippingdiv {
        flex-direction: column-reverse;
    }

    .paysart h1 {
        font-size: 0.9rem;
        margin-top: 20px
    }

    .paymant > ul > li {
        justify-content: flex-end;
    }

    .shippingdiv > div:last-child {
    }

    .shippingdiv .ordersumary {
        position: inherit
    }

    .header .menu > ul > li {
        margin-right: 10px;
    }

    .image-grid {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    }

    .header .menu > ul:not(.icon) {
        display: none
    }

    .ichead p {
        line-height: 20px;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .button {
        line-height: 18px;
        font-size: 14px;
    }

    .fourdiv > div {
        height: 40vw;
    }

    .shippingdiv .editdiv {
        top: 25px;
        right: 15px
    }
}


@media(max-width:1080px) {
    .homeproducts.fourdiv {
    }

        .homeproducts.fourdiv > div {
            height: auto;
            max-height: 50vh;
        }

            .homeproducts.fourdiv > div:nth-child(2n) {
            }

    .useroptions > div:first-child {
        width: 100%
    }

    .shippingdiv .cartlist h1 {
        margin-top: 10px
    }

    .homeproducts.fourdiv > div:first-child {
    }
}

@media(max-width:700px) {
    .popup-box p, .popup-box p span {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .popup-box > div button {
        font-size: 15px
    }

    .ordersumary > div:first-child {
        padding: 20px;
    }

    .ordersumary ul > li {
        margin-bottom: 5px
    }

    .shippingdiv .paysart > h1 {
        font-size: 0.7rem;
        width: 100%
    }

    .shippingdiv .buttonsbm {
        margin-top: 30px
    }

    .shippingdiv textarea {
        height: 90px !important
    }

    .ordersumary h1 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .shippingdiv .ordersumary {
        width: 100%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .shippingdiv form .twodiv, .shippingdiv form .fourdiv {
        flex-direction: column
    }

        .shippingdiv form .twodiv > div, .shippingdiv form .fourdiv > div {
            width: 100%
        }

    .paymant > ul {
        flex-direction: column;
    }

    .shopbox .alttab > div.light > a, .shopbox .alttab > div > a {
        font-size: 0.75rem;
    }

    .paymant > ul > li > label {
        margin-bottom: 5px;
        margin-top: 15px
    }

    .cargooptions {
        flex-direction: column;
    }

        .cargooptions > div {
            width: 100%;
            margin-bottom: 5px
        }

    .paymant > ul > li {
        width: calc(100%)
    }

    .homedesign .twodiv > div:first-child, .homedesign .twodiv > div:last-child, .homedesign form {
        width: 100%;
    }

        .homedesign form .fullcenter {
            align-items: center;
        }

    .homedesign .twodiv {
        flex-direction: column;
    }

    .homedesign .head {
        text-align: center
    }

    .homedesign form {
        margin-top: 20px !important
    }

    .homedesign .head h1 {
        font-size: 18px;
    }

    .homedesign .mobilgizle {
        display: none
    }

    .prodetail.news .ustbar .galeri {
        padding: 10px;
    }

    .carousel__slide__inner .imgcover {
        height: calc(100% - 72px);
    }

    .prodetail.news .slick-slide img {
        height: auto !important;
    }

    .divalan {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .bottompagedetay, .slader {
    }

    .materyal > .twobottom > div:first-child {
        height: auto;
        padding: 4vh 0;
    }

    .arrow-scroll-down, .markalar {
        display: none
    }

    .ikilisatir {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }

        .ikilisatir > div {
            width: 100%;
        }

        .ikilisatir .txt {
            display: flex;
            justify-content: center;
            text-align: center;
            flex-direction: column;
            padding: 25px 0;
            margin: 0 auto;
        }

    .archtive {
        display: flex;
        flex-direction: column;
    }

        .archtive h1 {
            margin: 0;
            line-height: 1.8rem;
        }

    .fullimg .txt h1 {
        font-size: 68px;
        line-height: 75px;
    }

    .fullimg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
    }

    .resimlist {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }

        .resimlist > div {
            width: 100%;
            max-height: 40vh;
        }

    .mfp-wrap {
        width: 100% !important;
    }

    .iletisim .altbar {
        display: flex;
        flex-direction: column;
        margin-top: 0;
        height: auto;
    }

        .iletisim .altbar > div {
            width: 100% !important;
        }

    .iletisim .uk-text-right {
        text-align: left;
        margin-bottom: 34px !important;
    }

    .cookie-consent {
        width: 90%;
        left: 5%;
        bottom: 5vw;
    }

        .cookie-consent > div {
        }

    .ichead > div h1.trento.big {
        font-size: 3.5px;
        line-height: 22px;
        width: 90%;
    }

    .ichead > div h2.trento {
        font-size: 3px;
        line-height: 17px;
    }

    .mtozel {
        margin-top: 30px;
    }

    .atxtbuton {
        font-size: 2.3px;
        letter-spacing: 4px;
        padding: 9px 10px;
        margin-top: 14px;
    }

    .materyalslader {
        margin-top: 10px;
        min-height: 30vh;
    }

    .homeproducts.fourdiv {
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        height: auto;
        max-height: initial;
    }

        .homeproducts.fourdiv > div {
            width: 100%;
            margin: 0 0 10px 0;
        }

            .homeproducts.fourdiv > div:first-child {
            }

    .materyal .ichead .bigtxt h1.trento {
        font-size: 4px;
    }

    .ourservices {
        width: 100% !important;
        flex-direction: column;
        flex-flow: column-reverse;
        padding: 0px 0 20px 0 !important;
    }

        .ourservices > div:last-child {
            width: 100% !important;
            max-height: none;
            margin-bottom: 25px;
            overflow: inherit;
        }

        .ourservices > div:first-child {
            width: 90% !important;
            margin: 0 auto;
        }

    .ichead > div h1.trento {
        font-size: 4px;
        text-align: center;
        width: 100%;
        letter-spacing: 4px;
    }

    .ourservices .abutton {
        margin: 0 auto;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .bottombar .itembar {
        flex-direction: column;
    }

        .bottombar .itembar > div {
            width: 100%;
            margin-bottom: 25px;
        }

            .bottombar .itembar > div:last-child {
                margin-bottom: 0
            }

            .bottombar .itembar > div > ul > li > a {
                letter-spacing: 1px;
                font-size: 12px;
                line-height: 17px;
            }

    .bottombar .bottom {
        display: flex;
        flex-direction: column;
        margin-top: 25px;
    }

        .bottombar .bottom > div {
            width: 100% !important;
            margin-bottom: 25px;
            margin-top: 0;
        }

    .bottombar .container > ul {
        display: flex;
        flex-direction: column;
    }

        .bottombar .container > ul > li {
            margin-bottom: 6px;
        }

            .bottombar .container > ul > li > p {
                padding: 0;
                border-right: 0;
                font-size: 12px;
            }

    .header.fixed.homepagemenu {
        padding: 8px 20px;
    }

    .projelist > .section > div {
        margin-bottom: 0;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
        left: 10px;
    }

        .slick-arrow.slick-next {
            right: 10px
        }

    .headerarma {
        margin-top: 55px;
        z-index: 7;
        display: none;
    }

    .pagedetail.pad0 {
        margin-top: 25px;
    }

    .ouruniverse .twodiv {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .ouruniverse .twodiv > div {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 90%;
        }

    .ouruniverse .trento, .ouruniverse .contenttxt > p {
        text-align: center
    }

    .ouruniverse .contenttxt > p {
        font-size: 15px;
        line-height: 20px;
    }

    .ouruniverse .trento {
        font-size: 4px
    }

    .twodiv > div.w23 {
        width: 50%;
        margin-bottom: 15px
    }

    .pagedetail .head {
    }

    .ouruniverse .althead > div {
        margin-bottom: 30px;
    }

    .twomenus > ul > li > div {
    }

        .twomenus > ul > li > div.zoom {
            text-align: center;
            aspect-ratio: 4 / 4;
            height: auto;
        }

        .twomenus > ul > li > div a {
            font-size: 14px;
            line-height: 16px;
            padding: 10px 0;
        }

    .interiordesign {
        width: 90% !important;
        margin: 0 auto;
    }

        .interiordesign .ourservices {
            padding: 0 !important;
            display: flex;
            align-items: center;
        }

    .twomenus {
        margin-bottom: 2vh;
        height: auto;
    }

        .twomenus > ul > li > div:first-child {
            margin-bottom: 0
        }

    .pagedetail {
        margin-bottom: 2vh;
    }

    .interiordesign > div:not(.ourservices) {
        margin-top: 35px;
    }

    .pagedetail .menubar {
        width: 100%;
        margin: 0 auto;
    }

        .pagedetail .menubar > ul > li {
            margin-right: 11px;
        }

            .pagedetail .menubar > ul > li > a, .pagedetail .menubar > ul > li > div, .pagedetail .menubar > ul > li > div a, .prosort > div.item > .txt {
                font-size: 13px;
                letter-spacing: 0;
            }

    .prosort > div.item > .material-symbols-outlined {
        margin-left: 2px;
    }

    .pagedetail .menubar > ul { /* width: 100%; */
    }

        .pagedetail .menubar > ul > li:last-child {
            margin: 0
        }

        .pagedetail .menubar > ul > li > a, .pagedetail .menubar > ul > li > div, .pagedetail .menubar > ul > li > div a {
            padding-bottom: 7px;
        }

    .prosort > div.list {
        top: 45px;
    }

    .product > div {
    }

    .prodetail .ustbar {
        display: flex;
        flex-direction: column;
    }

        .prodetail .ustbar > div {
            width: 100% !important;
        }

    .productlist > div > a > div > h1 {
        letter-spacing: 4px;
        font-size: 18px;
    }

    .prodetail .ustbar .info .info-txt > div h1 {
        text-align: center;
        line-height: 25px;
        font-size: 18px;
    }

        .prodetail .ustbar .info .info-txt > div h1 * {
            line-height: 25px;
            font-size: 18px;
        }

    .prodetail .ustbar .info .info-txt > div {
        margin-top: 30px;
    }

        .prodetail .ustbar .info .info-txt > div:nth-child(2) {
            margin-top: 10px
        }

    .image-grid {
        grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    }

    .pagedetail .head.mt45 {
        margin-top: 35px !important
    }

        .pagedetail .head.mt45 h1, .pagedetail .head.mt45 p {
            text-align: center
        }

    .pagedetail div.head.mt45:first-child {
        margin-top: 85px !important;
    }

    .project2 .mt25 {
        margin-top: 10px !important;
    }

    .iletisim .altbar > div:first-child > div {
        text-align: center;
    }

    .pagedetail .head p {
        font-size: 1rem;
        text-align: center;
    }

    .contact-form .head {
        margin-top: 0 !important
    }

    .contact-form {
        padding: 45px 20px
    }

    .shopbox {
        max-width: 80vw;
        padding: 15px 20px;
    }


    .sepetliste .productli {
        width: 100%;
        padding: 15px;
        gap: 5px;
        position: relative;
    }

        .sepetliste .productli > li:nth-child(1) {
            width: 90px;
        }

    .sepetliste a > img {
        width: 90%;
    }

    .sepetliste .productli > li:nth-child(3) {
    position: absolute;
    right: 10px;
    bottom: 10px;
    }

    .sepetliste .productli > li:last-child {
        display: block;
        width: 28px;
    }

    .sepetliste .productli > li:nth-child(2) {
        width: calc(100% - 145px);
    }

    .sepetliste .productli > li h1 {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .shippingdiv > div:first-child {
        width: 90%;
        margin: 0 auto;
    }

    .bardiv {
        margin: 25px auto;
        margin-bottom: 0;
    }

    .cartlist #form-contact-us {
        margin-top: 15px;
    }

    .header .logo img {
        height: 18px;
        max-width: 140px;
    }

    .materyalslader {
    }

        .materyalslader .slick-slider {
            height: 30vh !important;
        }

    .bottombar .itembar > div h1 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .ouruniverse h1.trento {
        flex-direction: column;
    }

        .ouruniverse h1.trento > span {
            margin: 4px 0;
            font-size: 18px;
            line-height: 23px;
        }

    .previousproject {
        aspect-ratio: 4 / 2;
        width: 100% !important;
        height: auto !important;
        overflow: hidden;
    }

    .twomenus > ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

        .twomenus > ul > li {
            width: 100%;
        }

    .interiordesign .trento {
        font-size: 4px;
        letter-spacing: 4px;
        line-height: 24px;
    }

    input, textarea, select {
        font-size: 12px;
    }

    .altpage.pagedetail .twomenus > ul {
        display: flex;
        flex-direction: row;
    }

    .interiordesign .ourservices.Furniture {
        margin-bottom: 45px
    }

    .pagedetail .bigtxt p {
        font-size: 15px !important;
        line-height: 20px !important;
        margin-bottom: 8px;
    }

    .hiddentxt h2, .shopinsta > a, .hiddentxt h1 {
        font-size: 14px !important;
    }

    .iletisim h1, .pagedetail .head h1 {
        font-size: 16px;
        line-height: 18px;
        margin-top: 0;
    }

    .iletisim p, .iletisim a, .iletisim p > span, .pagedetail .head p, .iletisim h2 {
        font-size: 14px;
        line-height: 20px;
    }

    .contactmain.mt45 {
        margin-top: 25px !important;
    }

    .contact-form #form-contact-us {
        margin-top: 30px
    }

    .sepetliste .productli > li .favdelete, .sepetliste .productli > li .basketdelete {
        cursor: pointer;
        font-size: 18px;
    }

    .ordersumary a {
        padding: 10px;
        font-size: 14px;
    }

    .sepetliste > h1 {
        font-size: 14px;
    }

    .bardiv h1 {
        font-size: 14px;
        padding-left: 10px;
        font-weight: 600;
    }

    .homepage .slick-arrow {
        display: none !important
    }

    .cookiediv {
        padding: 0;
        width: 100%;
    }

        .cookiediv p, .cookiediv div, .cookiediv div a, .cookiediv div * {
            margin-bottom: 10px;
            line-height: 21px;
            font-size: 14px;
        }

            .cookiediv div h1, .cookiediv div h2 {
                font-weight: bold
            }

    .header.fixed {
        padding: 1vh 20px;
    }

    .thema1 .zoom div.bg30 h1 {
        font-size: 18px;
    }

    .thema1 ul > li {
        margin-bottom: 15px;
    }

    .cookie-consent > div p {
        font-size: 12px;
        line-height: 18px
    }

    .listmobile.fixed {
        position: fixed;
        top: calc(45px + 2vh);
        left: 0;
        z-index: 98;
        background: #fff;
    }

        .listmobile.fixed .prosort > div.list {
            top: 53px;
        }

        .listmobile.fixed .prosort > div.item {
            height: 30px
        }

    .wheretobuy .twodiv > div {
        width: 100%;
        margin-bottom: 15px
    }

    .wheretobuy .twodiv {
        flex-direction: column;
        margin-bottom: 0 !important
    }

    .ichead > div h2.trento, .ichead > div h2.trento *, .ichead > div h1.trento.big, .ichead > div h1.trento.big *, .interiordesign .trento, .ouruniverse .trento, .ichead > div h1.trento, .ichead > div h1.trento *, .materyal .ichead .bigtxt h1.trento {
        font-size: 18px !important;
        line-height: 23px !important;
    }

    .atxtbuton {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .sharemain > h1 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .sharemain > h2 {
        font-size: 12px;
        margin-top: 2.375rem;
    }

    .cookiediv table {
        table-layout: fixed;
        word-wrap: break-word;
    }

        .cookiediv table * {
            font-size: 13px !important
        }
}

/* Mega Menu Styles - Updated */
.mega-menu {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 99999;
    overflow: hidden;
    transition: height 0.4s ease;
    visibility: hidden;
    background-color: rgba(18, 18, 18, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(15px); /* Safari için */
    backdrop-filter: saturate(180%) blur(15px);
    transform: translateZ(0); /* Hardware acceleration tetiklemek için */
    will-change: backdrop-filter; /* performans optimizasyonu */
}

    .mega-menu.active {
        height: calc(100vh - 150px);
        visibility: visible;
    }

.mega-menu-content {
    position: relative;
    max-width: 1200px;
    width: auto;
    max-height: calc(100% - 50px);
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    overflow-y: auto;
    padding-bottom: 40px;
    margin: 50px;
    left: 0;
    right: 0;
    height: calc(100% - 50px);
}

.searcnosonuc {
    display: none;
    margin-top: 30px
}

    .searcnosonuc > p, .searcnosonuc > p * {
        color: #fff;
        font-size: 24px;
        line-height: 1.4;
    }

.menu-panel {
    height: 100%;
    overflow: hidden;
}

.menu-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

    .menu-container .head {
        margin-bottom: 40px;
    }

        .menu-container .head h1 {
            color: #fff;
            font-size: 44px;
            line-height: 1;
        }

        .menu-container .head p {
            color: #fff;
            font-size: 18px;
            line-height: 1.4;
            margin-top: 25px;
        }

        .menu-container .head .promo-btn {
            color: #000;
            background: #cedc00;
        }

            .menu-container .head .promo-btn:hover {
                color: #000;
                background: #dee842;
            }

        .menu-container .head .is-link {
            color: #fff;
            display: block;
            margin-top: 13px;
            font-size: 16px;
            font-weight: 400;
            text-decoration: underline;
        }

            .menu-container .head .is-link:hover {
                color: #cedc00;
            }

        .menu-container .head .promo-btn > img {
            filter: brightness(1) invert(0);
        }


        .menu-container .head .input-wrapper {
            margin: 15px 0;
            position: relative;
            display: flex;
            align-items: center;
        }

            .menu-container .head .input-wrapper input {
                color: #fff;
                height: 48px;
                background: #121212;
                border: 1px solid #00665e;
                border-radius: 45px;
            }

            .menu-container .head .input-wrapper button {
                width: 30px;
                height: 30px;
                position: absolute;
                right: 11px;
                background: transparent;
                border: 1px solid #00665e;
                border-radius: 100%;
                display: flex;
                justify-content: center;
                align-content: center;
                align-items: center;
                padding: 0;
            }

                .menu-container .head .input-wrapper button img {
                    width: 80%;
                    filter: brightness(0) invert(1);
                    height: 10px;
                }

    .menu-container > .menu-column {
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        .menu-container > .menu-column ul {
        }

            .menu-container > .menu-column ul > li {
            }

                .menu-container > .menu-column ul > li a {
                    font-size: 2.2vw;
                    line-height: 1.35;
                    color: #fff;
                    font-family: AstonMartinSans;
                }

                .menu-container > .menu-column ul > li p {
                    font-size: 13px;
                    line-height: 1.5;
                }

                .menu-container > .menu-column ul > li a:hover {
                    color: #cedc00;
                }

/* Animation for submenu items */
@keyframes slideInRight {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.menu-panel.active .menu-container > .menu-column ul > li {
    opacity: 0;
    animation: slideInRight 0.4s forwards;
}

    .menu-panel.active .menu-container > .menu-column ul > li:nth-child(1) {
        animation-delay: 0.1s;
    }

    .menu-panel.active .menu-container > .menu-column ul > li:nth-child(2) {
        animation-delay: 0.2s;
    }

    .menu-panel.active .menu-container > .menu-column ul > li:nth-child(3) {
        animation-delay: 0.3s;
    }

    .menu-panel.active .menu-container > .menu-column ul > li:nth-child(4) {
        animation-delay: 0.4s;
    }


/* Animation for submenu items */
@keyframes slideInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.menu-panel.active .menu-container > .menu-column ul > li {
    opacity: 0;
    animation: slideInRight 0.4s forwards;
}

    .menu-panel.active .menu-container > .menu-column ul > li:nth-child(1) {
        animation-delay: 0.1s;
    }

    .menu-panel.active .menu-container > .menu-column ul > li:nth-child(2) {
        animation-delay: 0.2s;
    }

    .menu-panel.active .menu-container > .menu-column ul > li:nth-child(3) {
        animation-delay: 0.3s;
    }

    .menu-panel.active .menu-container > .menu-column ul > li:nth-child(4) {
        animation-delay: 0.2s;
    }

.menu-container > .menu-column .menu-promo {
    position: relative;
    width: 100%;
}

    .menu-container > .menu-column .menu-promo .promo-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 50px;
        justify-content: space-between;
        height: 100%;
    }

.productli > li {
    animation-delay: 0;
    animation: none !important;
    opacity: 1 !important;
}

.menu-container > .menu-column .menu-promo .promo-text h1 {
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.menu-container > .menu-column .menu-promo .promo-text h2 {
    color: #fff;
    font-size: 32px;
    line-height: 1.3;
}

.menu-container > .menu-column .menu-promo .promo-text h3 {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
}

.promo-btn {
    color: #fff;
    font-size: 16px;
    background: #cedc00;
    padding: 10px 15px;
    color: #000;
    margin-top: 15px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
    width: 230px;
}

    .promo-btn:hover {
        border: 0 !important;
        background: #d7e053;
    }

    .promo-btn.dark {
        background: #00665E;
        color: #fff
    }

        .promo-btn.dark > img {
            filter: brightness(1) invert(1);
        }

        .promo-btn.dark:hover {
            background: #00665E;
        }

.promo-btn-w {
    border: 1px solid #00665e;
    padding: 7px 15px;
    /* width: 100%; */
    /* display: block; */
}

    .promo-btn-w:hover {
        background: #00665e;
        color: #fff;
    }

.projelisthead .promo-btn.dark {
    margin-top: 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    position: relative;
}

    .projelisthead .promo-btn.dark > span {
        font-size: 16px;
        color: #fff
    }


    .projelisthead .promo-btn.dark.active {
        background-color: #004e49;
    }


.promo-btn > img {
    /* filter: brightness(1) invert(1); */
    width: 24px;
    height: 24px;
    margin-left: 7px;
}

.menu-container > .menu-column .menu-promo .promo-text a:hover {
}

.menu-container > .menu-column .menu-promo img {
    width: 100%;
}


/* Add this to make the content visible when menu is active */
.mega-menu.active .mega-menu-content {
    opacity: 1;
    transform: translateY(0);
}

/* Fix for Firefox which doesn't support backdrop-filter */
@supports not (backdrop-filter: blur(15px)) {
    .mega-menu {
        background-color: rgba(18, 18, 18, 0.9);
    }
}


.carousel__slide .carousel_txt {
    position: absolute;
    bottom: 5%;
    left: 50px;
    z-index: 2;
}

    .carousel__slide .carousel_txt > div {
    }

        .carousel__slide .carousel_txt > div h1 {
            color: #fff;
            font-size: 16px;
            line-height: 1.2;
            margin-bottom: 5px;
        }

        .carousel__slide .carousel_txt > div h2 {
            color: #fff;
            font-size: 3.2vw;
            line-height: 1.3;
            margin-bottom: 20px;
        }

        .carousel__slide .carousel_txt > div a {
        }

.leftslider {
}

    .leftslider .slick-track {
        display: flex;
        gap: 10px;
    }

    .leftslider .slick-slide {
        aspect-ratio: 1/1;
    }

/* Animation for submenu items */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.menu-panel.active .menu-container > .menu-column ul > li {
    opacity: 0;
    animation: slideInRight 0.4s forwards;
}

    .menu-panel.active .menu-container > .menu-column ul > li:nth-child(1) {
        animation-delay: 0.1s;
    }

    .menu-panel.active .menu-container > .menu-column ul > li:nth-child(2) {
        animation-delay: 0.2s;
    }

    .menu-panel.active .menu-container > .menu-column ul > li:nth-child(3) {
        animation-delay: 0.3s;
    }

    .menu-panel.active .menu-container > .menu-column ul > li:nth-child(4) {
        animation-delay: 0.4s;
    }

/* Product image hover effect */
.product-image-container {
    position: relative;
    overflow: hidden;
}

.product-image {
    width: 100%;
    transition: opacity 0.5s ease;
}

    .product-image img {
        display: block;
        width: 100%;
        height: auto;
    }

    .product-image.primary {
        opacity: 1;
        position: relative;
        z-index: 1;
    }

    .product-image.secondary {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 2;
    }

.product > div > div > a:hover .product-image.primary {
    opacity: 0;
}

.product > div > div > a:hover .product-image.secondary {
    opacity: 1;
}

.menu-container > .menu-column .menu-promo {
}

.detaygaleri {
}

    .detaygaleri .slick-track {
        display: flex;
        gap: 20px;
        height: 100%;
        flex-direction: row;
    }

    .detaygaleri .slick-arrow {
        bottom: 50px;
        top: auto;
        left: 40px;
        right: auto;
        width: calc(50vw * 0.05);
        height: calc(50vw * 0.05);
    }

        .detaygaleri .slick-arrow.slick-next {
            left: 95px;
        }

.productcard {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #fff;
    max-width: 570px;
    width: 40vw;
    z-index: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

    .productcard .Discount {
        position: absolute;
        right: 20px;
        top: 20px;
        background: #000;
        color: #fff;
        padding: 5px 10px;
        font-size: 16px;
    }

    .productcard > h2 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .productcard > h1 {
        font-size: 26px;
        font-family: AstonMartinSans;
        line-height: 1.2;
    }

    .productcard > p.price {
        font-size: 27px;
        font-weight: 500;
        margin: 10px 0;
    }

        .productcard > p.price span {
            font-size: 21px;
            text-decoration: line-through;
            color: #999;
            margin-right: 5px;
        }

    .productcard .option {
    }

        .productcard .option .option-name {
            font-size: 14px;
            font-family: AstonMartinSans;
        }

        .productcard .option .option-value {
            font-size: 14px;
            font-family: AstonMartinSans;
        }

        .productcard .option .option-list {
            display: flex;
            align-content: flex-start;
            flex-direction: row;
            gap: 5px;
            margin: 15px 0;
        }

            .productcard .option .option-list > div {
                width: 74px;
            }

                .productcard .option .option-list > div.active {
                    border: 1px solid #000;
                }

            .productcard .option .option-list img {
                width: 100%
            }

    .productcard .size {
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

        .productcard .size > button {
        }

            .productcard .size > button.active {
                background: #000;
                color: #fff
            }

            .productcard .size > button.pasif {
                cursor: not-allowed;
                opacity: .5;
            }

                .productcard .size > button.pasif:hover {
                    border: 1px solid #e5e5e5;
                }

    .productcard .sizeguide {
        padding: 0;
        text-decoration: underline;
        border: 0;
        font-size: 14px;
        font-family: 'AstonMartinSans';
    }

        .productcard .sizeguide:hover {
            border: 0
        }

    .productcard .promo-btn:disabled {
        background: #ccc;
        color: #fff;
        cursor: no-drop;
    }

    .productcard .promo-btn > span {
        display: none
    }

    .productcard .promo-btn:disabled > span {
        display: block;
        color: #fff;
    }

    .productcard .promo-btn:disabled p {
        display: none
    }

    .productcard .promo-btn.active {
    }

.product-detailbegin {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

    .product-detailbegin > .detailmain {
        width: 60vw;
    }

.info-txt {
    padding: 50px 0 0 0;
}

    .info-txt > div p {
        font-size: 30px;
        line-height: 1.3
    }

.product-section {
    margin-top: 50px;
}

    .product-section .product-section-content .cate {
        display: flex;
        flex-direction: row !important;
        gap: 20px;
        justify-content: flex-start !important;
    }

        .product-section .product-section-content .cate > a {
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 0;
            white-space: nowrap;
        }

    .product-section > h2 {
        font-size: 30px;
        line-height: 1.4;
        color: #000;
        margin-bottom: 25px;
    }

.product-section-content {
    width: auto;
}

    .product-section-content > ul {
    }

        .product-section-content > ul > li {
            border-bottom: var(--pdp-section-li-border, 1px solid #ccc);
            list-style: none;
            padding: 12px 0;
            font-size: 16px;
            font-family: AstonMartinSans;
        }

            .product-section-content > ul > li:last-child {
                border: 0
            }

.likeProducts {
    padding: 0 50px;
}

    .likeProducts h1 {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .likeProducts .projelist {
    }

.box-Checkout {
    background: #fafafa;
    padding: 30px 20px;
    position: sticky;
    z-index: 2;
    bottom: 0;
}

    .box-Checkout .item {
        display: flex;
        justify-content: space-between;
    }

        .box-Checkout .item h1 {
        }

        .box-Checkout .item ul {
            display: flex;
            flex-direction: column;
            width: 260px;
        }

            .box-Checkout .item ul > li {
                display: flex;
                flex-direction: row;
                gap: 15px;
                justify-content: space-between;
            }

                .box-Checkout .item ul > li:last-child {
                    border-top: 1px solid #b6b6b6;
                    padding-top: 10px;
                    margin-top: 10px;
                }

                .box-Checkout .item ul > li > p:first-child {
                    font-size: 13px;
                    line-height: 1.5;
                }

                .box-Checkout .item ul > li > p {
                    font-size: 16px;
                    line-height: 1.5;
                }

    .box-Checkout .Checkoutbtn {
        display: flex;
        justify-content: flex-end;
        margin-top: 17px;
    }

    .box-Checkout .btn {
        width: 260px;
        background: #cedc00;
        font-size: 20px;
        text-align: center;
        padding: 7px 0;
    }

.basketdelete {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

    .basketdelete img {
        pointer-events: none;
        width: 16px;
        height: 16px;
    }
