﻿.SiteMapPath {
    width: calc(var(--page_width) / 100 * 77);
    height: 30px;
    border: 0px solid #d7d7d7;
    padding: 3px;
    margin: 0 0 10px 0;
    padding-top: 3px;
    padding-left: 10px;
    text-align: left;
    float: left;
 
  
}
.SiteMapPath a:link, .SiteMapPath a:visited, .SiteMapPath a:active {
        text-decoration: none;
        color:black;
    }
.SiteMapPath .maps {
        margin-right: 10px;
        text-decoration: none;
        text-align: left;
    }

    .SiteMapPath .kod1, .SiteMapPath .kod2 {
        display: none;
    }


.SiteMapPath .kod3:before {
        content: "";
        margin: 0 10px 0 0;
    }
.SiteMapPath .kod4:before {
        content: "/";
        margin: 0 10px 0 0;
    }
.SiteMapPath .kod5:before {
        content: "/";
        margin: 0 10px 0 0;
    }
.SiteMapPath h1 {
        font-size: calc(var(--font-size) );
        float: left;
    }

.urun_detay {
    border: 0px solid black;
    float: left;
    width: 99%;
    height: 100%;
    margin: 0;
    padding: 0;

}

.urun_detay .main_img {
        width: 25%;
        height: auto;
        padding: 0 0 0 0;
        margin: 0 10px 20px 0;
        float: left;
        border: 0px solid rgba(0, 0, 0, 0.17);
    }
.urun_detay .main_img .img_main_photo_frame {
            position: relative;
            margin: 0 0 0 0;
            float: left;
            height: auto;
            min-height: 400px;
            width: calc(100% );
            border: 0px solid black;
        }
.urun_detay .main_img .img_main_photo_frame .img_main_photo {
                position: absolute;
                margin: 0;
                padding: 0;
                top: 48%;
                left: 50%;
                transform: translate(-50%,-50%);
                height: 70%;
                width: auto;
                max-width: 100%;
                border: 0px solid black;
            }
.urun_detay .main_img .img_main_photo_frame .img_main_photo:hover {
                    cursor: pointer
                }
.urun_detay .main_img .mini_img {
            border: 0px solid black;
            width: 100%;
            height: auto;
            float: left;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 0;
        }
.urun_detay .main_img .mini_img .img_mini_photo {
                display: block;
                height: auto;
                width: calc(18% - 10px);
                margin-left: 10px;
                margin-top: 5px;
                border: 1px solid rgba(10, 10, 10, 0.14);
            }

.urun_detay .icons {
        width: 100%;
        height: auto;
        padding: 0 0 0 0%;
        margin: 0 0 0px 0;
        float: left;
        border: 0px solid black;
        display: inline-flex;
    }
.urun_detay .icons .icon {
        margin: 0 0 0 0;
        height: 20px;
        width: 70px;
        flex-basis: auto;
        border-bottom: 0px solid #808d93;
        border-left: 0px solid #808d93;
        border-right: 0px solid #808d93;
        text-align: center;
        padding: 0px 0 0 0;
        background-color: #fff;
        border-radius: 5px;
        border: 0px solid red;
        float:left;
    }
.urun_detay .icons .center {
        flex-grow: 1;
        max-width: calc(100% - 70px);
    }
.urun_detay .icons .blok {
        display: none;
    }
.urun_detay .icons .icon i .arrow-pointer {
        width: 70px;
        height: 20px;
        margin: 0;
        background: red;
        color: #7eb4e2;
        text-align: center;
        position: absolute;
    }
.urun_detay .icons .icon i .arrow-pointer::after {
        content: '';
        position: absolute;
        left: 0px;
        top: 20px;
        width: 0;
        height: 0;
        border: 35px solid transparent;
        border-top: 10px solid red;
        margin: 0 0px 0 0px;
        z-index: 3;
    }
.urun_detay .icons .icon i p span {
        z-index: 3;
        color: white;
        border: 0px solid red;
        font-weight: bold;
        font-size: calc(var(--font-size) *0.9 );
        color: white;
    }
.urun_detay .icons input[type="checkbox"] {
        position: absolute;
        height: 0px;
        width: 0px;
    }
.urun_detay .icons .heart_disable {
        color: gray;
        font-family: 'font-icons';
        position: absolute;
        z-index: 2;
        font-size: calc(var(--font-size)*2);
    }
.urun_detay .icons .heart_enable {
        color: red;
        font-family: 'font-icons';
        font-size: calc(var(--font-size)*2);
        z-index: 2;
        position: absolute;
    }
.urun_detay .icons .heart_enable label:hover, .urun_detay .icons .heart_disable label:hover{
        cursor: pointer !important;
    }

.urun_detay .right-detail-frame {
        position: relative;
        width: 65.5%;
        height: auto;

        float: left;
        margin: 0;
        padding: 0 0 0 0;
        border: 0px solid rgba(0, 0, 0, 0.17);
    }
.urun_detay .right-detail-frame .detail {
            border: 0px solid black;
            float: left;
            height: 100%;
            width: 80%;
            padding: 0;
            border:0px solid red;
        }
.urun_detay .right-detail-frame .detail .marka_logo {
                float: right;
                width: 100px;
                margin: 20px 10px 0 0;
                text-align: right;
                padding: 0;
                border:0px solid red;
            }
.urun_detay .right-detail-frame .detail .marka_logo img {
                    border: 0px solid black;
                    float: right;
                    height: auto;
                    width: 100px;
                }
.urun_detay .right-detail-frame .detail .sipno {
        float: left;
        width: 70%;
        height: 20px;
        font-size: 15px;
        border:0px solid red;
        margin: 20px 0 0 10px;
    }
.urun_detay .right-detail-frame .detail .sipno .header {
                    float: left;
                    margin: 0 0 5px 0;
                    border: 0px solid black;
                    width: 25%;
                }
.urun_detay .right-detail-frame .detail .sipno .text {
                    width: 74%;
                    margin: 0 0 5px 0;
                    float: left;
                }
.urun_detay .right-detail-frame .detail .sipno .text h2 {
        width: 85%;
        float: left;
        font-size: 15px;
        margin: 0;
        padding: 0;
        font-weight: normal;
    }
.urun_detay .right-detail-frame .detail .ean {
        float: left;
       
        width: calc(70%);
        height: 20px;
        margin: 0 0 0 10px;
        border: 0px solid red;
    }
.urun_detay .right-detail-frame .detail .ean .header {
                    float: left;
                    width: 25%;
                    border: 0px solid black;
                }
.urun_detay .right-detail-frame .detail .ean .text {
                    float: left;
                    margin: 0 0 5px 0;
                    width: 74%;
                }
.urun_detay .right-detail-frame .detail .marka {
        float: left;

        width: calc(70% );
        height: 20px;
        margin: 0 0 0 10px;
        border: 0px solid red;
    }
.urun_detay .right-detail-frame .detail .marka .header {
                        width: 25%;
                        float: left;
                        margin: 0 0 0 0;
                        border: 0px solid black;
                        display: inline-block;
                    }
.urun_detay .right-detail-frame .detail .marka .text {
                        width: 74%;
                        margin: 0 0 5px 0;
                        float: left;
                        border: 0px solid black;
                    }
.urun_detay .right-detail-frame .detail .marka .text h2 {
                            width: 85%;
                            float: left;
                            font-size: 15px;
                            margin: 0;
                            padding: 0;
                            font-weight:normal;
                        }
.urun_detay .right-detail-frame .detail .kod {
        float: left;
        width: calc(70%);
        height: 20px;
        margin: 0 0 0 10px;
        border: 0px solid red;
    }
.urun_detay .right-detail-frame .detail .kod .header {
        width: 25%;
        float: left;
        margin: 0 0 0 0;
        border: 0px solid black;
        display: inline-block;
    }
.urun_detay .right-detail-frame .detail .kod .text {
        width: 74%;
        margin: 0 0 5px 0;
        float: left;
        border: 0px solid black;
    }
.urun_detay .right-detail-frame .detail .kod .text h2 {
            width: 85%;
            float: left;
            font-size: 15px;
            margin: 0;
            padding: 0;
            font-weight: normal;

        }
.urun_detay .right-detail-frame .detail .stok {
        float: left;
        width: calc(70% );
        height: 20px;
        margin: 0 0 0 10px;
        border: 0px solid red;
   
    }
.urun_detay .right-detail-frame .detail .stok .header {
            width: 25%;
            float: left;
            margin: 0 0 0 0;
            border: 0px solid black;
            display: inline-block;
        }
.urun_detay .right-detail-frame .detail .stok .text {
            width: 74%;
            margin: 0 0 5px 0;
            float: left;
            border: 0px solid black;
        }
.urun_detay .right-detail-frame .detail .stok .text h2 {
            width: 85%;
            float: left;
            font-size: 15px;
            margin: 0;
            padding: 0;
            font-weight: normal;
        }
.urun_detay .right-detail-frame .detail .stok_adi {
        white-space: pre-line;
        float: left;
        border: 0px solid red;
        width: calc(100% - 10px);
        margin: 30px 0 0 10px;
        float: left;
        height: 60px;
        font-size: 15px;
    }
.urun_detay .right-detail-frame .detail .aciklama {
        white-space: pre-line;
        float: left;
        border: 0px solid red;
        width: calc(100% - 10px);
        margin: 0px 0 0 10px;
        float: left;
        height: 20px;
        font-size: 15px;
    }
.urun_detay .right-detail-frame .detail .sepet {
        width: calc(100% - 10px);
        height: 80px;
        border: 0px solid red;
        float: right;
        margin: 0 0 0 10px;
        float: left;
    }
.urun_detay .right-detail-frame .detail .sepet .urun_fiyat {
            float: left;
            width: 50%;
            margin: 30px 0 0 0;
            font-size: 15px;
            border: 0px solid red;
        }
.urun_detay .right-detail-frame .detail .sepet .basket {
            width: 40%;
            text-align: left;
            float: left;
            margin: 20px 0 0 0;
            border: 0px solid red;
        }
.urun_detay .right-detail-frame .detail .sepet .basket .txt_miktar {
                width: 50px;
                height: 20px;
                margin: 10px 20px 10px 0;
                border: 1px solid black;
            }
.urun_detay .right-detail-frame .detail .sepet .basket .btn_basket_add {
                width: 100px;
                height: 26px;
                margin: 10px 0 10px 0;
                border-radius: 10px;
                border: 0px solid red;
            }
.urun_detay .right-detail-frame .detail .button_frame {
        border: 0px solid red;
        width: calc(100% - 10px);
        margin: 45px 0 0px 10px;
        padding: 0px 0 0 0;
        float: right;
        text-align: left;
        font-size: 15px;
        height:60px;
    }
.urun_detay .right-detail-frame .detail .btn_basket_add {

    width: 152px !important;
    height: 26px;
    margin: 10px 0 10px 0;
    border-radius: 10px;
    text-align:center;
    border: 1px solid gray;
    color: black;
    font-weight: bold;
    background-color: var(--bar_background_color) !important;
}
 .urun_detay .right-detail-frame .detail  .btn_basket_add span {
    position: relative;
    top: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.urun_detay .tabmenu {
    position:relative;
    width: calc(var(--page_width) / 100 * 78);
    min-height: 200px;
    height: auto;
    float: left;
    margin: 10px 0 0 0;
    text-align:left;
}


.urun_detay .tabmenu input {
        display: none;
    }
.urun_detay .tabmenu input + label {
            display: inline-block;
        }
.urun_detay .tabmenu input ~ .tab {
            display: none;
        }
.urun_detay .tabmenu input + label {
            /* box with rounded corner */
            border: 1px solid #999;
            background: #eee;
            padding: 4px 12px;
            border-radius: 4px 4px 0 0;
            position: relative;
            top: 1px;
        }
.urun_detay .tabmenu input:checked + label {
            /* white background for selected tab */
            background: #fff;
            border-bottom: 1px solid transparent;
            box-shadow: red 0px -1px inset;
        }
.urun_detay .tabmenu input ~ .tab {
            /* grey line between tab and contents */
            border-top: 1px solid #999;
            padding: 12px;
        }
.urun_detay .tabmenu .detail {
        width: calc(98% - 20px);
        display: block;
        border: 1px solid #d7d7d7;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin: 2px 0 0 0;
        white-space: pre-wrap;
        line-height: 15px;
    }
.urun_detay .tabmenu .detail .header {
            height: 30px;
            font-size: 18px;
            background-color: #d7d7d7;
        }
.urun_detay .tabmenu .detail .row {
            height: 20px;
            font-size: 12px;
            border-right: 1px solid #d7d7d7;
        }
.urun_detay .tabmenu .cell:first-child {
        height: 35px;
        font-size: 15px;
        border-right: 1px solid #d7d7d7;
        padding-left: 15px;
        padding-right: 15px;
    }
.urun_detay .tabmenu .cell:last-child {
        height: 35px;
        font-size: 15px;
        padding-left: 15px;
    }
.urun_detay .tabmenu .color {
        background-color: #eae7e7;
    }
.urun_detay .tabmenu .alternatifcolor {
        background-color: #f0f0f0;
    }





@media (min-width: 320px) and (max-width: 480px) {
.SiteMapPath {
        width: calc(var(--page_width) );
        height: auto;
        border: 1px solid #d7d7d7;
        padding: 3px;
        margin: 0 0 10px 0;
        padding-top: 3px;
        padding-left: 1px;
        text-align: left;
        float: left;

        
    }
.SiteMapPath .kod1, .SiteMapPath .kod2, .SiteMapPath .kod5{
            display: none;
        }
.SiteMapPath h1 {
            font-size: calc(var(--font-size) );
            float: left;
            border:0px solid red;
            margin:0;
            padding:0;
        }
.SiteMapPath .kod3:before {
            content: "";
            margin: 0 0px 0 0;
        }
.SiteMapPath .kod4:before {
            content: "/";
            margin: 0 3px 0 0;
        }

    .urun_detay {
        border: 0px solid black;
        float: left;
        width: 99%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .urun_detay .main_img {
        width: 90%;
        height: auto;
        padding: 0 0 0 0;
        margin: 0 5% 20px 5%;
   
        border: 0px solid rgba(0, 0, 0, 0.17);
    }
        .urun_detay .main_img .img_main_photo_frame {
            position: relative;
            margin: 0 0 0 0;
            float: left;
            height: auto;
            min-height: 200px;
            width: calc(100% );
            border: 0px solid black;
        }


        .urun_detay .right-detail-frame {
            position: relative;
            width: 100%;
            height: auto;
            float: left;
            margin: 0;
            padding: 0 0 0 0;
            border: 0px solid rgba(0, 0, 0, 0.17);
        }
            .urun_detay .right-detail-frame .detail {
                border: 0px solid black;
                float: left;
                height: 100%;
                width: 100%;
                padding: 0;
                border: 0px solid red;
            }
                .urun_detay .right-detail-frame .detail .marka_logo {
            display:none;
                }


                .urun_detay .right-detail-frame .detail .sipno, .urun_detay .right-detail-frame .detail .ean, .urun_detay .right-detail-frame .detail .marka, .urun_detay .right-detail-frame .detail .kod, .urun_detay .right-detail-frame .detail .stok {
                    width: 100%;
                }

                .urun_detay .right-detail-frame .detail .sepet {
                    width: calc(100% );
                    height: 80px;
                    border: 0px solid red;
                    float: right;
                    margin: 0 0 0 0px;
                    float: left;
                }
                    .urun_detay .right-detail-frame .detail .sepet .urun_fiyat {
                        float: left;
                        width: 49%;
                        margin: 30px 0 0 0;
                        font-size: 15px;
                        border: 0px solid red;
                    }
                    .urun_detay .right-detail-frame .detail .sepet .basket {
                        width: 49%;
                        text-align: left;
                        float: left;
                        margin: 20px 0 0 0;
                        border: 0px solid red;
                    }
        .urun_detay .tabmenu {
            position: relative;
            width: 100%;
            min-height: 200px;
            height: auto;
            float: left;
            margin: 10px 0 0 0;
            display: block;
        }
            .urun_detay .tabmenu .detail {
                width: calc(100%);
                display: block;
                border: 1px solid #d7d7d7;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
                margin: 2px 0 0 0;
                white-space: pre-wrap;
                line-height: 15px;
            }
}