﻿form {
    overflow-x: hidden;
    height: unset !important;
}

.img-magnifier-glass {
    z-index: 99;
    position: absolute;
    border: 3px solid #999999;
    /*border-radius: 50%;*/
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 200px;
    height: 200px;
    background-size: 200%;
}

.popup .tekkapak {
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    border: 0;
    min-width: 500px;
    background-color: white;
}
    .popup .tekkapak .galeriIn3 {
        border: 0;
        position: absolute;
        top: 0;
        background-size: contain;
        background-position: center;
        height: calc(100% - 16px);
        left: 16px;
        width: calc(100% - 32px);
    }
    .popup .tekkapak .galeriIn3 .pict {
        background-size: contain;
        position: absolute;
        width: calc(100% - 48px);
        left: 25px;
        top: 5%;
        height: 90%;
        background-position: center center;
        background-repeat: no-repeat;
    }
div.orta, .galerinavdiv .orta {
    height: 100%;
    min-width: 250px;
    width: calc(100% - 72px);
    float: left;
    z-index: 5;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.popup .tekkapak .modeller {
    border: 0;
    text-align: center;
    background-color: #f4f4f4;
    padding: 0 35% 8px 5%;
    height: 140px;
    width: 60%;
    left: 0;
    bottom: 0;
    position: absolute;
    font-size: 10px;
    overflow: hidden;
}

    .popup .tekkapak .modeller .grup {
        font-size: 16px;
        padding: 0 8px;
        font-family: AvenirNextMedium,AvenirNext;
    }

    .popup .tekkapak .modeller img {
        height: 120px;
        /*height: 90px;*/
    }


.ozellikler {
    display:none;
    position: absolute;
    width: calc(35% - 32px);
    height: calc(100% - 0px);
    top: 0;
    right: 0;
    padding: 0 16px;
    font-family: AvenirNextDemiBold,AvenirNextMedium, Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    vertical-align: middle;
    background-color: #f4f4f4;
     width: 22%;
    /*max-width: 17vw;*/
    right: 0;
    padding: 0;
    top: 0;
}



    .ozellikler table  {
        /*background-color: yellow;*/
        position: absolute;
        margin: auto;
        width: 80%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #646569;
        padding: 0 10px;
        border-collapse: collapse;
        font-size:11px;
    }

        .ozellikler table tr td .title {
            padding: 24px;
            width: 250px;
            height: 90px;
            margin-bottom: 16px;
            font-size: 21px;
            color: #646569;
            font-weight: bold;
            background-image: url(/images/tekkapaktitle.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }


div.divKapak,
div.divSutun {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    /*width: 100%;*/
    text-align: right;
    vertical-align: bottom;
    height: 180px;
}

div.divSutun {
    white-space: normal;
    max-width: 25vw;
}

div.divKapak {
    white-space: nowrap;
    max-width: 20vw;
}


    div.divKapak span,
    div.divSutun span {
        text-align: center;
        vertical-align: bottom;
        /*max-width: 40%;*/
        /*width: 116px;*/
        /*max-width: 120px;*/
        white-space: nowrap;
    }

        div.divSutun span.spnSutun {
            display: table-cell;
            white-space: nowrap;
            width: 30px;
            text-align: center;
            position: relative;
        }

            div.divSutun span.spnSutun img {
                position: absolute;
                left: calc(50%);
                bottom: 24px;
                height: 180px;
                transform: translateX(-50%);
            }

            div.divSutun span.spnSutun.dar img {
                position: relative;
                right: 0;
                left: unset;
                bottom: 4px;
                height: 180px;
                transform: none;
            }

        div.divSutun span.spnCekmece {
            /*display: inline-block;*/
            white-space: nowrap;
            /*width: 116px;*/
            text-align: center;
            position: relative;
        }

            div.divSutun span.spnCekmece img {
                height: 180px;
                width: 116px;
                bottom: 5px;
                position: relative;
            }

        div.divSutun span.spnTezgah img {
            width: 120px;
            height: 144px;
        }

        div.divSutun span.spnTezgah {
            display: inline-block;
            white-space: nowrap;
            /*width: 120px;*/
            max-width: 130px;
            text-align: center;
            position: relative;
            overflow: hidden;
            margin-right: 2px;
        }

            div.divSutun span.spnTezgah div {
                background-size: 140%;
                background-position: bottom center;
                background-repeat: no-repeat;
            }



    .ozellikler table {
        width: calc(100% - 8px);
    }

        .ozellikler table td div {
            max-width: 100%;
            display:table;
            /*float:right;*/
        }

            .ozellikler table td div span {
                display: table-cell;
            }



        .ozellikler table.title, .ozellikler table tr td .title {
            font-family: AvenirNext, Arial, Helvetica, sans-serif;
            top: 24px;
            width: calc(100% - 16px);
            text-align: left;
            /*border-bottom: 1px solid black;*/
            height: auto;
            text-transform: none !important;
            text-align: left;
            padding: 0px;
            background-image: none;
            color: black;
        }

            .ozellikler table.title tr td {
                text-align: left;
                padding: 0px;
                border-bottom: 1px solid gray;
            }

        .ozellikler table tr.headerrow th {
            height: 32px;
            font-size: 12px;
            border-bottom: 1px solid gray;
            padding: 4px 0;
            text-align: center;
        }

    .ozellikler div.divSutun span.spnSutun.dar {
        /*width: 80px;*/
        max-width: 100px;
    }

    .ozellikler div.divSutun {
        white-space: nowrap;
    }

        .ozellikler div.divSutun span.spnCekmece {
            /*display: inline-block;*/
            white-space: nowrap;
            text-align: center;
            position: relative;
        }

            .ozellikler div.divSutun span.spnCekmece img {
                max-height: 160px;
                height: unset;
                width: 100px;
                bottom: 5px;
                position: relative;
            }
.kapak td.spankapak div, .kapak td.spankapak span.spankapak span.grup {
    overflow-x: auto;
    /*max-width: 50vw !important;*/
}


.ozellikler table tr.kapak td span span {
    width: 8vw;
    overflow-x: unset;
}


.ozellikler table tr.kapak td img {
    height: 160px;
    width: 100px;
}

.ozellikler table tr.tezgah td img {
    max-height: 160px;
    width: 100px;
}


.ozellikler table tr.kartel td {
    padding: 8px 0;
    height: 15vh;
    border: 0;
}

    .ozellikler table tr.kartel td div {
        min-width: 70px;
        height: 100px;
        vertical-align: top;
        display: inline-block;
        /*text-align: right;*/
        white-space: nowrap;
    }

        .ozellikler table tr.kartel td div div {
            width: 80px;
            margin: 8px 4px;
            height: 75px;
            display: inline-table;
            display: inline-grid;
            text-align: center;
            vertical-align: bottom;
            max-width: 100px;
            white-space: normal;
        }

        .ozellikler table tr.kartel td div img {
            border: 1px solid white;
            width: 75px;
            height: 75px;
        }



.popup .tekkapak .galeriIn3 {
    max-height: 100%;
}


.ozellikler table tr td {
    border-bottom: 1px solid gray;
}



@media screen and (max-width: 1024px) {
    .popup {
        width: 100vw;
        height: 60vw;
        max-height: 100vw;
    }


    .galerinavdiv .orta {
        min-width: unset;
        width: 100%;
    }

    .popup .tekkapak .galeriIn3 {
        width: 60vw;
        /*height: 50vw;*/
        max-height: calc(100% - 10vw);
    }


    .galerinavdiv span.sol img,
    .galerinavdiv span.sag img {
        height: 16px;
    }

    .kapat img {
        width: 16px;
    }

    .ozellikler {
        width: 35vw;
        padding: 0 4px;
        height: 100%;
        right: 0;
    }

        .ozellikler table, .ozellikler.kapaklar table {
            width: 90%;
        }

            .ozellikler table .title {
                font-size: 2vw;
            }

            .ozellikler.kapaklar .header span, .ozellikler.kapaklar table tr.headerrow td span {
                font-family: ArialNext,Arial,sans-serif;
            }


    .popup .tekkapak .galerinavdiv {
        width: 100%;
        height: 100%;
    }


    .ozellikler table tr td .title {
        font-size: 4vmin;
    }

    .ozellikler table tr.headerrow th, .ozellikler table tr.headerrow td, .aciklama {
        font-size: 3.5vmin;
        padding: 8px 0;
        font-weight: normal;
    }

    .ozellikler td.header span div {
        padding: 4px 0;
    }

    .popup .tekkapak .modeller {
        width: 50vw;
        height: 10vw;
    }

        .popup .tekkapak .modeller img {
            height: 8vw;
        }



        .popup .tekkapak .modeller .grup {
            white-space: normal;
            margin: 0 4px;
            width: 20%;
            height: auto;
            font-size: 10px;
        }

        .popup .tekkapak .modeller .modelleric {
            height: 141px;
            width: 78%;
            position: relative;
            white-space: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
            scrollbar-width: thin;
        }

            .popup .tekkapak .modeller .modelleric::-webkit-scrollbar {
                width: 2px;
            }

        .ozellikler table {
            top: 24px;
            /*left: 16px;
            right: 16px;
            width: calc(100% - 32px);*/
            left: 0;
            right: 0;
            width: 100%;
            transform: none;
            position: relative;
        }
}

@media screen and (max-width: 881px) and (orientation: landscape) {
    .popup {
        width: 100vw;
        height: unset;
        max-height: unset;
        padding: 0;
        margin: 0;
    }

        .popup .tekkapak  {
            display: block;
            height: unset;
            width: 100%;
            left: 0;
            position: relative;
        }
        .popup .tekkapak .galeriIn3 {
            display: block;
            height: 80vh;
            width: 100%;
            left: 0;
            position: relative;
        }

            .popup .tekkapak .galeriIn3 .pict {
                height: 70vh;
                /*left: 0;*/
                top: 10vmin;
                /*width: 100%;*/
            }


    .ozellikler {
        width: 100%;
        display: block;
        position: relative;
        height: unset;
        left: 0;
        padding: 0;
    }
        .ozellikler table tr.kartel td div {
            height: 25vmax;
        }
        .pageouterdiv, .galerinavdiv {
        height: calc(85vmin - 100px);
    }
}

@media screen and (max-width: 881px) and (orientation: portrait) {
    .popup {
        width: 100vw;
        height: unset;
        max-height: unset;
        padding: 0;
        margin: 0;
        position: relative;
    }

        .popup .tekkapak {
            height:unset;    
            width: 90%;
            padding: 0 5%;
            min-width: 80%;
        }

            .popup .tekkapak .galeriIn3 {
                display: block;
                height: 70vw;
                width: 100%;
                left: 0;
                position: relative;
            }

                .popup .tekkapak .galeriIn3 .pict {
                    height: 50vw;
                    /*left: 0;*/
                    top: 10vmin;
                    /*width: 100%;*/
                }

            .popup .tekkapak .modeller {
                border: 0;
                text-align: center;
                background-color: #f4f4f4;
                padding: 0;
                height: 20vw;
                width: 100%;
                left: 0;
                bottom: 0;
                position: absolute;
                font-size: 10px;
                overflow: hidden;
            }

    .ozellikler {
        width: 100%;
        display: block;
        position: relative;
        height: unset;
        left:0;
        padding:0;
    }
        .ozellikler table tr.kartel td div {
            height: 25vmax;
        }

    .pageouterdiv, .galerinavdiv {
        height: calc(85vmin - 100px);
    }

    .popup .tekkapak .altbar .nav.sol {
        left: 5%;
        bottom: 24px;
        position: absolute;
    }

    .popup .tekkapak .altbar .nav.sag {
        right: 5%;
        position: absolute;
        bottom: 24px;
    }
}
