﻿
.special-hidden {
    display: none;
}

.special-hidden2 {
    visibility: hidden;
}

.special-hidden3 {
    visibility: hidden;
}

.special-hidden-imp {
    display: none!important;
}

.special-hamburger-menu1 {
    margin-left: -180px;
    cursor:pointer;
}

.special-hamburger-menu2 {
    margin-left: -115px;
    cursor: pointer;
}

.special-service-line1 {
    padding-left: 20px;
    font-size: 18px;
    cursor: pointer;
}

.special-service-line {
    padding-left: 20px;
    padding-top: 10px;
    font-size: 18px;
    cursor: pointer;
}

tr {
    display: none;
}

    tr.header {
        display: table-row;
    }

.special-table {
    border: 0;
    border-spacing: 0 0.8em;
    width: 100%;
    cursor: pointer;
    border-collapse: collapse;
    font-size: 11px;
}


.special-table-padding {
    padding: 3px;
}

.special-table-detail {
    display: none;
    height: 90px;
}




/****** contract begin ******/
.contract-modal {
    position: fixed;
    display: none;
    z-index: 999999;
    left: 0;
    overflow: auto;
    top: 0;
    width: 90%;
    height: 80%;
    margin-left: 5%;
    margin-top: 86px;
    overflow-x: hidden;
    background-color: white;
    border: solid;
    border-width: 2px;
    border-radius: 4px;
    border-color: #e02f14;
    padding: 10px;
}

.contract-modal-content {
    background-color: #fefefe;
    margin: auto;
    height: 100%;
}

.contract-modal-header {
    width: 1000%;
    height: 40px;
    background-color: #da291c;
    color: white;
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
    position: absolute;
}

.contract-modal-header1 {
    width: 90%;
    float: left;
}

.contract-modal-header2 {
    width: 10%;
    float: right;
}

.contract-modal-text {
    padding-left: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    margin-top: -8px;
    background-color: white;
}

.contract-modal-close {
    color: white;
    float: right;
    font-size: 51px;
    font-weight: bold;
    padding-right: 6px;
    text-align: right;
    margin-top: -16px;
    cursor: pointer;
}

.contract-modal-close:hover,
.contract-modal-close:focus {
   text-decoration: none;
   cursor: pointer;
}
/****** contract end ******/








/****** special begin ******/
.special-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
    opacity: 0.5;
    z-index: 99999;
}

/*full size*/
.special-modal-full {
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
}

/*medium size*/
.special-modal-medium {
    top: 100px;
    width: 90%;
    height: 265px;
    margin-left: 5%;
}

/*small size*/
.special-modal-small {
    top: 100px;
    width: 90%;
    height: 165px;
    margin-left: 5%;
}

/*kiosk emin misiniz onay modalı*/
.special-modal-kiosk-confirm {
    top: 100px;
    width: 90%;
    height: 250px;
    margin-left: 5%;
}









.special-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.special-modal-header {
    width: 100%;
    height: 60px;
    background-color: #da291c;
    color: white;
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
}

.special-modal-header1 {
    width: 90%;
    float: left;
}

.special-modal-header2 {
    width: 10%;
    float: right;
}

.special-modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    border-radius: 5px;
    height: 100%;
}

.special-modal-text {
    padding-left: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    margin-top: -8px;
}

.special-modal-header-btn {
    width: 100%;
}

.special-modal-header-btn1 {
    width: 50%;
    float: left;
}

.special-modal-btn-cancel {
    background-color: #fcc01b;
    border-width: 2px;
    height: 45px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    width: 90%;
}

.special-modal-header-btn2 {
    width: 50%;
    float: left;
}

.special-modal-btn-ok {
    background-color: #fcc01b;
    border-width: 2px;
    height: 45px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    width: 90%;
}

.special-modal-close {
    color: white;
    float: right;
    font-size: 50px;
    font-weight: bold;
    padding-right: 6px;
    text-align: right;
    margin-top: -6px;
    cursor:pointer;
}

.special-modal-okbtn {
    width: 90%;
    height: 40px;
    background-color: white;
    border: solid;
    border-width: 2px;
    border-color: #fcc01b;
    border-radius: 7px;
    cursor: pointer;
    font-size: 20px;
}

.special-modal-close:hover,
.special-modal-close:focus {
   text-decoration: none;
   cursor: pointer;
}
/****** special end ******/








/****** special page modal begin ******/
.special-pagemodal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: lightgray;
}

.special-pagemodal-content {
    margin: auto;
    border: 1px solid #888;
    border-radius: 5px;
    height: 100%;
}

.special-pagemodal-header {
    width: 100%;
    height: 60px;
    font-weight: bold;
    font-size: 21px;
    border-radius: 5px;
}

.special-pagemodal-header1 {
    width: 90%;
    float: left;
}

.special-pagemodal-header2 {
    width: 10%;
    float: right;
}

.special-pagemodal-text {
    padding-left: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    margin-top: -8px;
}

.special-pagemodal-close {
    color: #da291c;
    float: right;
    font-size: 50px;
    font-weight: bold;
    padding-right: 6px;
    text-align: right;
    margin-top: -6px;
}

.special-pagemodal-close:hover,
.special-pagemodal-close:focus {
    text-decoration: none;
    cursor: pointer;
}

.special-pagemodal-left {
    width: 100%;
    float: left;
    background-color: white;
    height: 100px;
    border-radius: 7px;
}

.special-pagemodal-left1 {
    width: 100%;
    height: 50px;
    padding-top: 10px;
    font-weight: bold;
    padding-left: 5px;
    cursor:pointer;
}

.special-pagemodal-left2 {
    width: 100%;
    height: 50px;
    padding-top: 10px;
    font-weight: bold;
    padding-left: 5px;
    cursor: pointer;
}

.special-active1 {
    background-color: #f6f6f6;
}

.special-pagemodal-right {
    width: 100%;
    float: left;
    margin-top: 50px;
    background-color: white;
    padding: 10px;
    border-radius: 7px;
}

.special-pagemodal-member1 {
    width: 100%;
    height: 45px;
}

.special-pagemodal-member2 {
    width: 25%;
    float: left;
}

.special-pagemodal-member3 {
    width: 75%;
    float: left;
}

.special-pagemodal-input {
    width: 95%;
    border-radius: 7px;
    border-width: 1px;
}

.special-pagemodal-member-btn {
    background: #d9291c;
    color: white;
    border-width: 0px;
    border-radius: 20px;
    height: 35px;
    width: 120px;
}

/****** special page modal end ******/






/******  sms modal begin ******/
.special-smsmodal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
}

.special-smsmodal-header {
    width: 100%;
    height: 38px;
    color: white;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
}

.special-smsmodal-header1 {
    width: 90%;
    float: left;
}

.special-smsmodal-header1a {
    padding-left: 10px;
    padding-top: 13px;
}

.special-smsmodal-header2 {
    width: 10%;
    float: right;
}

.special-smsmodal-option1 {
    background-color: #fcc01b;
    width: 90%;
    margin-left: 5%;
    min-height: 55px;
    height: auto;
    border-radius: 7px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.special-smsmodal-option1a {
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.special-smsmodal-option2 {
    background-color: #fcc01b;
    width: 90%;
    margin-left: 5%;
    min-height: 55px;
    height: auto;
    border-radius: 7px;
    padding: 12px;
    text-align: center;
    margin-top: 50px;
    cursor: pointer;
}

.special-smsmodal-option2a {
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.special-smsmodal-phone {
    border-radius: 5px;
    border-width: 1px;
    border-color: gray;
    width: 150px;
    margin-top: 7px;
}

.special-smsmodal-send {
    background-color: transparent;
    border-width: 1px;
}

.special-smsmodal-warning1 {
    font-size: 13px;
    font-weight: bold;
}

.special-smsmodal-smsInput {
    border-radius: 5px;
    border-width: 1px;
    border-color: gray;
    width: 100%;
    height: 35px;
    font-size: 20px;
    margin-top: -4px;
}

.special-smsmodal-nameInput {
    border-radius: 5px;
    border-width: 1px;
    border-color: gray;
    width: 170px;
    margin-top: 7px;
    margin-left: 33px;
}

.special-smsmodal-mailInput {
    border-radius: 5px;
    border-width: 1px;
    border-color: gray;
    width: 170px;
    margin-top: 7px;
    margin-left: 10px;
}

.special-smsmodal-finallybtn {
    border-radius: 5px;
    border-width: 1px;
    border-color: gray;
    background-color: transparent;
    border-width: 1px;
    margin-left: 102px;
    margin-top: 10px;
    width: 170px;
}

.special-smsmodal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    height:100%;
    border-radius: 5px;
}

.special-smsmodal-text {
    padding-left: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    margin-top: -8px;
}

.special-smsmodal-close {
    color: #da291c;
    float: right;
    font-size: 38px;
    font-weight: bold;
    padding-right: 6px;
    text-align: right;
    margin-top: -14px;
}

.special-smsmodal-input1 {
    border-radius: 5px;
    border-width: 1px;
    border-color: gray;
    width: 100%;
    margin-top: 7px;
    height: 40px;
    font-size: 20px;
}

.special-smsmodal-input2 {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
}

.special-smsmodal-span1 {
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}

.special-smsmodal-text2 {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
}

.special-smsmodal-close:hover,
.special-smsmodal-close:focus {
    text-decoration: none;
    cursor: pointer;
}
/******  sms modal end ******/






.kiosk-body-overflow {
    overflow: hidden;
}



.kiosk-start-modal {
    display: none;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f0801a;
    position: fixed;
}

.kiosk-startmodal-content {
    margin: auto;
    border: 1px solid #888;
    height: 100%;
    border-radius: 5px;
}





.kiosk-video-modal {
    display: none;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
}

.kiosk-videomodal-content {
    margin: auto;
    border: 1px solid #888;
    height: 100%;
    border-radius: 5px;
}





.kiosk-enternet-modal {
    display: none;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
}

.kiosk-enternetmodal-content {
    margin: auto;
    border: 1px solid #888;
    height: 100%;
    border-radius: 5px;
}






/*video sayfasına geçmeden önceki timer*/
.kiosk-timer-modal {
    display: none;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
}

.kiosk-timermodal-content {
    margin: auto;
    border: 1px solid #888;
    height: 100%;
    border-radius: 5px;
}


/*ödeme işlemi loading modal*/
.kiosk-loader-modal {
    display: none;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
}

.kiosk-loadermodal-content {
    margin: auto;
    border: 1px solid #888;
    height: 100%;
    border-radius: 5px;
}






/*qr menu paratika modal*/
.paratika-modal {
    display: none;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
}

.paratika-modal-content {
    margin: auto;
    border: 1px solid #888;
    height: 100%;
    border-radius: 5px;
}


/*qr menu iyzico modal*/
.iyzico-modal {
    display: none;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
}

.iyzico-modal-content {
    margin: auto;
    border: 1px solid #888;
    height: 100%;
    border-radius: 5px;
}










/****** combo begin ******/
.special-combo-title {
    margin-top: 25px;
}

.special-combo-select {
    margin-top: -14px;
}

.special-combo-selections {
    margin-top: -15px
}

.special-combo-pro1 {
    width: 100%;
    margin-top: 25px;
}

.special-combo-left1 {
    float: left;
}

.special-combo-left2 {
    float: left;
    margin-left: 15px;
}

.special-combo-checkbox {
    transform: scale(2);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(29,38,33,0.15);
    margin-right: 12px;
}

.special-combo-quantity {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    height: 0px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(29,38,33,0.15);
    padding: 0 0 0 0px;
    margin-top: 14px;
}

/****** combo end ******/



.special-contract-ok {
    background: #d9291c;
    color: white;
    border-width: 0px;
    border-radius: 20px;
    height: 35px;
    width: 90%;
    margin-left: 5%;
    font-size: 15px;
}

.special-contract-lgnbtn {
    background: #d9291c;
    color: white;
    border-width: 0px;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    font-size: 20px;
    z-index: 9999;
    margin-top: 20px;
}


/*diğerleri*/
.special-other1 {
    padding-left: 10px;
    padding-top: 16px;
}

.special-other2 {
    color: white !important;
    font-size: 40px;
}

.special-other3 {
    width: 100%;
    text-align: center;
}

.special-other4 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.special-other5 {
    width: 90%;
    margin-left: 5%;
    margin-top: 30px;
}

.special-other6 {
    font-size: 15px;
}

.special-other7 {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
}

.special-other8 {
    margin-top: 20px;
}

.special-other9 {
    font-size: 17px;
}

.special-other10 {
    font-weight: bold;
    font-size: 17px;
}

.special-other11 {
    font-size: 16px;
}

.special-other12 {
    width: 100%;
    margin-top: 25px;
}

.special-other13 {
    margin-top: 15px;
}

.special-other14 {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.special-other15 {
    width: 100%;
}

.special-other16 {
    margin-top: 10px;
}

.special-other17 {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 50px;
}

.special-other18 {
    margin-top: 20px;
    text-align: center;
}

.special-other19 {
    text-decoration: underline;
    cursor: pointer;
}

.special-other20 {
    cursor: pointer;
}

.special-other21 {
    background-color: #e5e5e5;
}

.special-other22 {
    background-color: transparent !important;
}

.special-other24 {
    background-color: transparent !important;
    display: none;
}

.special-other26 {
    display: none !important;
}

.special-other28 {
    padding-top: 50px;
}

.special-other29 {
    margin: auto;
    width: 160px;
    padding: 10px;
}

.special-other30 {
    text-align: center;
    font-size: 19px;
    margin-top: 30px;
}



/*kiosk*/

.special_cart_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #DA291C;
    border-top-left-radius: 30px;
    height: 150px;
    border-top-right-radius: 30px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}


    .special_cart_btn .total {
        width: 50%;
        background: #fff;
        border-radius: 26px;
        height: 142px;
        color: #DA291C;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
        justify-content: center
    }

        .special_cart_btn .total b {
            font-size: 12px;
            color: #1D2621;
            line-height: 1
        }

        .special_cart_btn .total span {
            font-size: 43px;
            font-weight: bold;
            line-height: 1.3
        }

    .special_cart_btn .text {
        width: 50%;
        text-align: center;
        color: #fff;
        font-weight: 500;
        font-size: 43px;
    }


.categories-active {
    color: #DA291C !important;
}


.special-kmodal-btn-ok {
    background-color: #fcc01b;
    border-width: 2px;
    height: 60px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 32px;
    font-size: 35px;
    font-weight: bold;
    width: 95%;
    margin-left: 3%;
}


.special-kmodal-btn-cancel {
    background-color: #fcc01b;
    border-width: 2px;
    height: 60px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 32px;
    font-size: 35px;
    font-weight: bold;
    width: 95%;
    margin-left: 2%;
}




.special-groups {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    height: 50px;
    background-color: #fff;
    z-index: 99;
    margin-top: 50px;
}


.group__list {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    overflow: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .group__list > li:first-child a {
        padding-left: 20px
    }

    .group__list > li a {
        padding: 0 10px;
        height: 50px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #1D2621;
        transition: all 0.2s ease-in-out;
        position: relative
    }

        .group__list > li a:after {
            content: "";
            width: calc(100% - 20px);
            height: 3px;
            display: block;
            position: absolute;
            bottom: 5px;
            left: 10px;
            transition: all 0.04s ease-in-out
        }

        .group__list > li a.active {
            color: #DA291C
        }

            .group__list > li a.active:after {
                background: #DA291C
            }