/*** Çerez Aydınlatma Metni ***/
.cerezDiv {
    -moz-box-sizing: border-box !;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    position: fixed;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: 5555;
    background-color: #efefef;
    padding: 8px 20px;
    color: #000;
    border-top: 2px solid #0067b2;
    border-left: 2px solid #0067b2;
}

    .cerezDiv.goster {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .cerezDiv a {
        white-space: nowrap;
        color: #000000;
        font-weight: bold;
        display: inline-block !important;
    }

    .cerezDiv div {
        margin-bottom: 10px;
    }

    .cerezDiv p {
        margin-bottom: 0;
        text-align: justify;
    }

    .cerezDiv .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 20px;
    }

        .cerezDiv .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .cerezDiv .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .cerezDiv .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: -4px;
            bottom: -4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            border: 1px #0067b2 solid;
        }

    .cerezDiv input:checked + .slider {
        background-color: #006DB7;
    }

    .cerezDiv input:focus + .slider {
        box-shadow: 0 0 1px #006DB7;
    }

    .cerezDiv input:checked + .slider:before {
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    .cerezDiv .slider.round {
        border-radius: 34px;
    }

        .cerezDiv .slider.round:before {
            border-radius: 50%;
        }

    .cerezDiv .ozellestir {
        display: none;
        border-bottom: 2px solid #0067b2;
        height: 0;
        transition: all 0.3s;
        padding-top: 5px;
    }

        .cerezDiv .ozellestir.active {
            height: auto;
            display: block;
        }

        .cerezDiv .ozellestir .row {
            display: block;
            margin-bottom: 15px;
        }

            .cerezDiv .ozellestir .row .title {
                display: flex;
                align-items: center;
            }

                .cerezDiv .ozellestir .row .title span {
                    font-size: 16px;
                    font-weight: 700;
                    color: #006DB7;
                }

                .cerezDiv .ozellestir .row .title .checkDiv {
                    margin-left: auto;
                }

            .cerezDiv .ozellestir .row .desc {
                font-size: 12px;
                padding-top: 5px;
            }

            .cerezDiv .ozellestir .row .button {
                text-align: center;
            }

                .cerezDiv .ozellestir .row .button .onaylaBtn {
                    margin: 0;
                }

    .cerezDiv .alwaysOn {
        font-size: 14px;
        font-weight: 700;
        color: #006DB7;
        margin-left: auto;
    }

.tamamBtn {
    display: block;
    margin: 0 auto;
    width: 150px;
    cursor: pointer;
    -webkit-appearance: none;
    color: #ffffff;
    font-size: 15px;
    height: 40px;
    outline: 0;
    line-height: 18px;
}

.cookieButton {
    background-color: #2991D6;
}

    .cookieButton:hover {
        background-color: #278ACB;
        transition: 0.7s;
    }

@media (max-width: 500px) {
    .dropdown-menu.satis-sonrasi li:last-child {
        display: block
    }

    .cerezDiv {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        position: fixed;
        bottom: 0;
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s;
        z-index: 5555;
        background-color: #efefef;
        padding: 8px 20px;
        color: #000;
        border-top: 2px solid #0067b2
    }

        .cerezDiv.goster {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        .cerezDiv a {
            white-space: nowrap;
            color: #000;
            font-weight: 700;
            display: inline-block !important
        }

        .cerezDiv div {
            margin-bottom: 10px
        }

        .cerezDiv p {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 0;
            text-align: justify
        }

    .tamamBtn {
        display: block;
        margin: 0 auto;
        width: 150px;
        cursor: pointer;
        -webkit-appearance: none;
        color: #fff;
        font-size: 15px;
        height: 40px;
        outline: 0;
        line-height: 18px
    }

    @media (min-width:768px) {
        .cerezDiv {
            font-size: 13px;
            line-height: 22px
        }

            .cerezDiv div {
                float: left;
                width: calc(100% - 200px);
                margin-bottom: 0
            }

        .tamamBtn {
            float: right;
            margin-top: 15px
        }
    }
}
/*** Çerez Aydınlatma Metni ***/
