﻿/* secenekler baslangic */
.leftside {
    margin-top: 50px;
    margin-left: 50px;
}

.radio-btns > img {
    width: 150px;
    height: 150px;
}

.labelexpanded {
    font-size: 12px;
    margin-right: 40px;
}

    .labelexpanded > input {
        display: none;
    }

    .labelexpanded input:checked + .radio-btns {
        color: #000;
        border: 2px solid #253c6a;
    }

    .labelexpanded input:checked + .radio-btnsresimyok {
        color: #000;
        border: 2px solid #253c6a;
    }

.radio-btns {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    position: relative;
    text-align: center;
    padding: 15px 20px;
    box-shadow: 1px 1px 5px 1px #c3c3c3;
    cursor: pointer;
    background-color: #fff;
    margin-top: 15px;
}

.radio-btnsresimyok {
    /* width: 200px;
    height: 200px;*/
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    position: relative;
    text-align: center;
    padding: 15px 20px;
    box-shadow: 1px 1px 5px 1px #c3c3c3;
    cursor: pointer;
    background-color: #fff;
    margin-top: 15px;
}

/* secenekler bitis */

/* resim ve ürün adi baslangic */
.radio-btns p {
    position: absolute;
    top: -13px;
    right: -27px;
    width: 58px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #9b3232;
    background-color: #9b3232;
    text-align: center;
    /* align-items: center; */
    line-height: 27px;
    color: #fff;
}

.radio-btnsresimyok p {
    /* position: absolute;*/
    top: -13px;
    right: -27px;
    width: 58px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #9b3232;
    background-color: #9b3232;
    text-align: center;
    /* align-items: center; */
    line-height: 27px;
    color: #fff;
}


.urunSection {
    display: grid;
    grid-template-columns: 3fr 2fr;
}

.leftside {
    display: grid;
    grid-template-columns: 0.5fr 3fr;
}

.urunSection .infobox h1 {
    font-size: 60px;
    margin-top: 150px;
    text-shadow: 1px 1px 2px #000;
}

.secenekbox {
    margin-top: -25px;
}

.fiyatbox {
    font-size: 2rem;
}

.urunSection .fiyatbox {
    font-size: 35px;
    font-weight: 700;
}

.urunSection button {
    margin-top: 20px;
    padding: 7px 25px;
    border-color: #363636;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #363636;
    outline: none;
}

.urunSection .imgbox {
    text-align: center;
}

    .urunSection .imgbox img {
        height: 100%;
    }

/* resim ve ürün adi bitis */

@media (max-width: 576px) {
    .fiyatbox {
        font-size: 1rem;
    }

    .secenekbox {
        margin-top: -50px;
    }

    .labelexpanded {
        font-size: 12px;
        margin-right: 8px;
    }

    .radio-btnsresimyok {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        position: relative;
        text-align: center;
        padding: 0px 6px;
        box-shadow: 1px 1px 5px 1px #c3c3c3;
        cursor: pointer;
        background-color: #fff;
        margin-top: 15px;
        width: 90px;
        height: 90px;
    }

        .radio-btnsresimyok p {
            position: absolute;
            top: 15px;
            right: 16px;
            width: 58px;
            height: 30px;
            border-radius: 5px;
            border: 1px solid #9b3232;
            background-color: #9b3232;
            text-align: center;
            /* align-items: center; */
            line-height: 27px;
            color: #fff;
        }

        .radio-btnsresimyok .pt-2 {
            padding-top: 3.5rem !important;
        }

    .mobiladetust {
        top: 170px;
        position: relative;
    }

    .mobilsepeteklealt {
        position: relative;
        top: 180px;
    }

    .formcontroldetayinput {
        width: 40%;
    }
}
