@import url('Loader.css');

 /* Yazı Tipi */
@font-face {
    font-family: 'bignoodletitlingregular';
    src: url('Fonts/big_noodle_titling-webfont.woff2') format('woff2'),
         url('Fonts/big_noodle_titling-webfont.woff') format('woff'),
         url('Fonts/big_noodle_titling-webfont.svg#bignoodletitlingregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

button:focus {
    outline: 0
}

body {
    font-family: 'bignoodletitlingregular';
    padding-top: 136px;
    padding-bottom: 120px;
}

.bg-danger {
    background-color: #e61616;
}


a:hover {
    text-decoration: none;
}
/* Header */
.posipa-header .header-area {
    height: 70px;
    background: #000000;
}

    .posipa-header .header-area .logo {
        text-align: center;
        color: #ffffff;
        font-size: 36px;
    }

.posipa-header .header-menu {
    background: #e61616;
}

.posipa-header .nav-scroller {
    height: 66px;
}

    .posipa-header .nav-scroller .nav-link {
        color: #fff;
        text-transform: uppercase;
        font-size: 23px;
        width: auto;
    }

.nav-link {
    padding: 0 1rem !important
}

    .nav-link.active {
        position: relative;
    }

        .nav-link.active:before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            display: block;
            background: #fff;
            bottom: -4px;
            left: calc( 50% - 3px);
            position: absolute;
        }

.posipa-content h2.paket-siparis {
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 0;
    font-size: 32px;
}

.media {
    font-size: 20px;
}

.product-img > img {
    height: 80px;
    width: 80px;
}

.media h5 {
    font-size: 20px;
    margin-bottom: 0;
}

h6.orders {
    color: #868686;
    font-size: 15px;
}

.menu-list li {
    border-top: 1px solid #f0f0f0;
    display: inline-block
}

.menu-list:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.qty {
    text-align: center;
}

    .qty .count {
        color: #000;
        display: inline-block;
        vertical-align: top;
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
        padding: 0 2px;
        min-width: 28px;
        text-align: center;
    }

    .qty .plus {
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 20px;
        font-size: 22px;
        text-align: center;
        border-radius: 50%;
    }

    .qty .minus {
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 20px;
        font-size: 22px;
        text-align: center;
    }
    /*Prevent text selection*/
    .qty span {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .qty input {
        border: 0;
        width: 2%;
    }

        .qty input::-webkit-outer-spin-button,
        .qty input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .qty input:disabled {
            background-color: white;
        }

.bg-arrow {
    background: #2095f3;
}

a.modalbutton {
    font-size: 32px;
    border-radius: 32px;
    display: block;
    background: #000000;
    color: #fff;
    padding: 10px;
    position: relative;
}

    a.modalbutton:hover {
        text-decoration: none;
    }

    a.modalbutton:after {
        content: ">";
        position: absolute;
        right: 20px;
        top: 8px;
    }

.bg-blue {
    background: #007eff;
}

.bg-dark {
    background: #000 !important;
}

.dikey-ortala {
    align-items: center;
    display: flex
}

a.pnumber {
    font-size: 32px;
    border-radius: 32px;
    width: 250px;
    display: inline-block;
    color: #fff;
    text-align: left;
    position: relative;
    height: 68px;
    line-height: 68px;
    padding: 0 8px;
}

    a.pnumber img {
        background: #ffffff;
        padding: 8px;
        border-radius: 50%;
    }

    a.pnumber .text-center {
        width: 160px;
    }

    a.pnumber:after {
        content: ">";
        position: absolute;
        right: 20px;
        top: 0px;
    }

a.left-arrow-back {
    position: absolute;
    left: 0;
    top: 14px;
}

a.header-mobile {
    position: absolute;
    right: 0;
    top: 6px;
}

.menu-list ul:after {
    content: '';
    display: block;
    clear: both;
}

.modal-title {
    font-size: 32px;
    line-height: 1;
    padding-left: 30px;
}

.modal-order--list {
    background: #101010;
    color: #fff;
}

.media-right {
    flex: 1;
}

.media-body {
}

.media-body-inner {
    display: flex
}

    .media-body-inner .urun-adi {
        flex: 2
    }


.media-edit {
    background: #e61616;
}

    .media-edit textarea {
        border: 0;
        background: #e61616;
        color: #fff;
        font-size: 22px;
    }

        .media-edit textarea::placeholder {
            color: #fff;
        }

        .media-edit textarea:focus {
            outline: 0;
            background: #e61616;
            box-shadow: none;
            color: #fff;
        }

.product-edit {
    position: absolute;
    top: -3px;
    left: 0
}

.product-edit2 {
    position: absolute;
    top: 10px;
    left: 10px
}

    .product-edit2 img {
        height: 25px;
        width: 25px;
    }

.media-edit button {
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
}

    .media-edit button:focus {
        box-shadow: none;
    }

.product-edit img {
    height: 25px;
    width: 25px;
}

.product-edit:hover {
    cursor: pointer
}



.posipa-form input, .posipa-form textarea, .posipa-form select {
    font-size: 27px;
    color: #000 !important;
    outline: 0;
    border: 0
}

    .posipa-form input:focus, .posipa-form textarea:focus, .posipa-form select:focus {
        box-shadow: none;
    }

    .posipa-form input::placeholder, .posipa-form textarea::placeholder {
        color: #000;
    }


span#gsm-addon {
    border-radius: 0;
    border: 0;
    background: none;
    font-size: 27px;
    margin-left: auto;
}

.modal-body {
    align-items: center;
}




.cards {
    box-shadow: 0 0 2px 1px rgba(143, 1431, 143, 0.21) !important;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}


.card-body {
    padding: 50px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#gsm-no {
    font-size: 27px;
    color: #000;
}

    #gsm-no::placeholder {
        color: #000
    }

.masa-numaraniz {
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 18px;
    text-transform: uppercase;
}

.activation-code-input {
    display: none;
}

.activation-code {
    direction: ltr;
    position: relative;
}

    .activation-code::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        border-bottom: 2px solid;
        border-color: #ccc;
        transition: opacity 0.3s ease;
    }

    .activation-code > span {
        position: absolute;
        display: block;
        font-size: 13px;
        color: #ccc;
        top: 0;
        right: 0;
        transition: all 0.3s ease;
    }

    .activation-code .activation-code-inputs {
        display: flex;
        /*flex-direction: row;*/
        /*flex-wrap: nowrap;*/
        flex-flow: row nowrap;
    }

        .activation-code .activation-code-inputs input {
            display: flex;
            flex-flow: column nowrap;
            padding: 0;
            border: 0;
            outline: 0;
            min-width: 0;
            line-height: 36px;
            text-align: center;
            align-items: center;
            transition: all 0.3s ease;
            border-bottom: 2px solid;
            border-color: #ccc;
            margin-right: 8px;
            /*background: red;*/
            opacity: 0;
        }

            .activation-code .activation-code-inputs input:last-child {
                margin-right: 0;
            }

    .activation-code.active::before {
        opacity: 0;
    }

    .activation-code.active .activation-code-inputs input {
        opacity: 1 !important;
    }

    .activation-code .activation-code-inputs input:focus {
        border-color: #46b2f0 !important;
    }

    .activation-code.active > span {
        transform: translate(0, -100%);
        line-height: 30px;
        opacity: 0.6;
    }

.paket-aciklama {
    font-size: 13px;
    line-height: 16px;
    color: #747474;
    font-family: 'Roboto Condensed', sans-serif;
}




select,
option {
    font-family: 'bignoodletitlingregular' !important;
}

@media (min-width: 992px) {
    .w-md-50 {
        width: 48% !important;
    }

    .media {
        font-size: 22px;
    }

    .product-img > img {
        height: 100px;
        width: 100px;
    }

    .media h5 {
        font-size: 22px;
        margin-bottom: .5rem;
    }

    .posipa-content h2.paket-siparis {
        font-size: 36px;
    }

    .posipa-header .header-area .logo {
        font-size: 42px;
    }

    h6.orders {
        font-size: 16px;
    }

    .qty .plus {
        width: 25px;
        height: 25px;
    }

    .qty .minus {
        width: 25px;
        height: 25px;
    }
}

.btn-indirim {
    font-size: 16px;
    background-color: #e61616;
    color: #fff;
}

@media (min-width: 576px) {
    .pn-ProductNav {
        /* Make this scrollable when needed */
        overflow-x: hidden !important;
    }

    .menu-list li {
        border: 1px solid #f0f0f0;
    }

    .menu-list:last-child {
        border-bottom: none
    }
}
