﻿body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.page,
.site-header,
.container,
.main,
.site-footer {
    position: relative;
}

.site-header {
    background-color: #fff;
    padding: 15px 0 13px;
}

    .site-header .header-widget {
        margin-top: 26px;
        margin-bottom: 8px;
        float: right;
        padding-left: 0;
        text-align: left;
        position: relative;
    }

        .site-header .header-widget li {
            list-style: none;
            display: inline-block;
            vertical-align: middle;
            margin-right: 25px;
            padding-right: 35px;
            line-height: 24px;
            position: relative;
        }

            .site-header .header-widget li:after {
                position: absolute;
                height: 48px;
                content: "";
                display: inline-block;
                width: 1px;
                background-color: #e0e0e0;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                top: 50%;
                right: 0;
            }

            .site-header .header-widget li:last-child {
                padding-right: 0;
                margin-right: 0;
            }

                .site-header .header-widget li:last-child:after {
                    display: none;
                }

            .site-header .header-widget li i {
                float: left;
                display: inline-block;
                color: #e30613;
                font-size: 34px;
                width: 35px;
                position: relative;
                margin-top: 8px;
                margin-right: 18px;
                text-align: center;
            }

            .site-header .header-widget li .widget-content {
                float: left;
                /*max-width: 150px;*/
            }

            .site-header .header-widget li span.title {
                display: block;
                color: #333;
                font-size: 16px;
            }

            .site-header .header-widget li span.data {
                color: gray;
            }

.checkout-navigation-container {
    background-color: #7e7e7e;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
}

.content-holder {
    margin-right: auto;
    margin-left: auto;
    width: 890px;
}

    .content-holder.main {
        margin-top: 40px;
    }

.checkout-navigation {
    padding: 20px 0 20px 35px;
    background-color: #868686;
    position: relative;
}

    .checkout-navigation .hesap-bilgileri-btn {
        font-size: 13px;
        background: #fff;
        padding: 8px;
        border-radius: 3px;
        color: #666;
        float: right;
        right: 30px;
        margin-right: 20px;
        margin-top: -4px;
    }


    .checkout-navigation .vadesi-gelen-bakiye {
        position: absolute;
        right: 14px;
        top: 14px;
    }

        .checkout-navigation .vadesi-gelen-bakiye .title {
            display: inline-block;
            height: 40px;
            font-size: 14px;
            float: left;
            text-align: right;
            right: 10px;
        }

        .checkout-navigation .vadesi-gelen-bakiye .tutar {
            border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-webkit-radius: 4px;
            zoom: 1;
            font-size: 18px;
            height: 40px;
            display: inline-block;
            padding: 0 10px;
            line-height: 40px;
            font-weight: 700;
            background: #FFF;
            color: #E20E1A;
            white-space: nowrap;
            float: right;
        }

    .checkout-navigation .title {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #ffffff;
        position: relative;
    }

.box:last-child,
.visa-banner.page-payment:last-child {
    margin-bottom: 0;
}

.box,
.visa-banner.page-payment {
    margin: 0 0 1em;
}

.box,
.visa-banner.page-payment,
.response-message,
.critical-message,
.non-empty-cart .recommended-products .product-container {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.copyright {
    background-color: #fff;
    font-size: 12px;
    color: #999;
    padding: 15px 0;
    margin-top: 80px;
    text-align: center;
}

    .copyright.fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

.kredi-karti-tab .nav-tabs {
    padding: 17px 34px 0;
    background-color: #ddd;
    background-image: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.05) 100%);
}

    .kredi-karti-tab .nav-tabs li a {
        margin-right: 10px;
        line-height: 1.5384616;
        border: 1px solid transparent;
        border-radius: 3px 3px 0 0;
        display: block;
        padding: 14px 30px 10px;
        margin-top: 5px;
        color: #fff;
        font-weight: 700;
        line-height: normal;
        text-decoration: none;
        background-color: #a3a3a3;
        background-image: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.05) 100%);
        border-radius: 4px 4px 0 0;
    }

    .kredi-karti-tab .nav-tabs li.active > a,
    .kredi-karti-tab .nav-tabs li.active > a:hover,
    .kredi-karti-tab .nav-tabs li.active > a:focus {
        display: block;
        padding: 14px 30px 10px;
        margin-top: 5px;
        color: #fff;
        font-weight: 700;
        line-height: normal;
        font-size: 16px;
        text-decoration: none;
        background-color: #a3a3a3;
        background-image: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.05) 100%);
        border-radius: 4px 4px 0 0;
        padding-top: 15px;
        margin-top: 0;
        color: #E20E1A;
        background: #fff;
        padding-bottom: 12px;
    }

.kredi-karti-content {
    padding: 20px 0 20px 20px;
}

    .kredi-karti-content label {
        color: #7B7B7B;
        font-weight: 500;
        cursor: pointer;
        font-size: 13px;
    }

    .kredi-karti-content input,
    .kredi-karti-content select,
    .kredi-karti-content textarea {
        padding: 10px 14px;
        border: 2px solid #ebebeb;
        background: #fff;
        font: 700 13px/1.3 Arial, Helvetica, "Helvetica Neue", sans-serif;
        color: #7B7B7B;
        border-radius: 5px;
        box-sizing: border-box;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .kredi-karti-content .form-group {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 10px;
    }

        .kredi-karti-content .form-group .control-label {
            width: 140px;
            display: inline-block;
            padding-top: 10px;
        }

        .kredi-karti-content .form-group .controls {
            display: inline-block;
            width: 270px;
        }

        .kredi-karti-content .form-group > .date-col {
            display: inline-block;
            width: 270px;
        }

        .kredi-karti-content .form-group .card-col {
            display: inline-block;
            width: 100px;
            margin-right: 10px;
        }

        .kredi-karti-content .form-group .bilgi {
            display: inline-block;
            background: #bfbfbf;
            color: #fff;
            width: 17px;
            height: 17px;
            border-radius: 16px;
            font-style: italic;
            font-size: 10px;
            padding-top: 1px;
            padding-left: 6px;
            cursor: pointer;
        }

    .kredi-karti-content hr {
        border-top: 2px solid #ebebeb;
    }

.button {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 26px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    background-image: none;
    background-color: #E20E1A;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .button:hover {
        transition: opacity 0.3s 0.1s;
        opacity: .8;
        background-color: #E20E1A;
        color: #fff;
    }

    .button:active,
    .button.active {
        outline: 0;
        transition: opacity 0.3s 0.1s;
        opacity: .6;
        background-color: #E20E1A;
        color: #fff;
    }

    .button:focus {
        outline: none;
        border: none;
        background-color: #E20E1A;
        color: #fff;
    }

.card-wrapper {
    margin-top: 40px;
}

.taksit-secenekleri {
    padding: 20px;
    padding-top: 0;
}

    .taksit-secenekleri .title {
        font-size: 16px;
        font-weight: 700;
        color: #E20E1A;
    }

    .taksit-secenekleri table {
        font-size: 13px;
    }

        .taksit-secenekleri table thead {
            font-weight: 400;
            color: #7B7B7B;
        }

            .taksit-secenekleri table thead tr td {
                border-bottom: 1px solid #ebebeb;
            }

        .taksit-secenekleri table tbody {
            font-size: 14px;
            font-weight: 500;
        }

            .taksit-secenekleri table tbody label {
                font-weight: 500;
            }

            .taksit-secenekleri table tbody tr td {
                padding: 18px 12px 12px;
                vertical-align: middle;
                border-bottom: 1px solid #ebebeb;
                cursor: pointer;
            }

@keyframes hover-color {
    from {
        border-color: silver;
    }

    to {
        border-color: #E20E1A;
    }
}

.taksit-secenekleri table tbody tr td .taksit-radio {
    position: absolute;
    display: none;
}

    .taksit-secenekleri table tbody tr td .taksit-radio + label {
        position: relative;
        display: block;
        padding-left: 30px;
        cursor: pointer;
        vertical-align: middle;
    }

        .taksit-secenekleri table tbody tr td .taksit-radio + label:hover:before {
            animation-duration: .4s;
            animation-fill-mode: both;
            animation-name: hover-color;
        }

        .taksit-secenekleri table tbody tr td .taksit-radio + label:before {
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: '';
            border: 1px solid silver;
            border-radius: 50%;
        }

        .taksit-secenekleri table tbody tr td .taksit-radio + label:after {
            position: absolute;
            display: none;
            content: '';
            top: 6px;
            left: 6px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #E20E1A;
        }

    .taksit-secenekleri table tbody tr td .taksit-radio:checked + label:before {
        animation-name: none;
        border: 1px solid #E20E1A;
    }

    .taksit-secenekleri table tbody tr td .taksit-radio:checked + label:after {
        display: block;
    }

    .taksit-secenekleri table tbody tr td .taksit-radio:checked[disabled] + label:before {
        border: 1px solid #c9e2f9;
    }

    .taksit-secenekleri table tbody tr td .taksit-radio:checked[disabled] + label:after {
        background: #c9e2f9;
    }

.taksit-secenekleri table tbody tr td .magic-checkbox {
    position: absolute;
    display: none;
}

    .taksit-secenekleri table tbody tr td .magic-checkbox + label {
        position: relative;
        display: block;
        padding-left: 30px;
        cursor: pointer;
        vertical-align: middle;
    }

        .taksit-secenekleri table tbody tr td .magic-checkbox + label:hover:before {
            animation-duration: .4s;
            animation-fill-mode: both;
            animation-name: hover-color;
        }

        .taksit-secenekleri table tbody tr td .magic-checkbox + label:before {
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: '';
            border: 1px solid silver;
            border-radius: 3px;
        }

        .taksit-secenekleri table tbody tr td .magic-checkbox + label:after {
            position: absolute;
            display: none;
            content: '';
            top: 2px;
            left: 7px;
            box-sizing: border-box;
            width: 6px;
            height: 12px;
            transform: rotate(45deg);
            border-width: 2px;
            border-style: solid;
            border-color: #fff;
            border-top: 0;
            border-left: 0;
        }

    .taksit-secenekleri table tbody tr td .magic-checkbox:checked + label:before {
        animation-name: none;
        border: #E20E1A;
        background: #E20E1A;
    }

    .taksit-secenekleri table tbody tr td .magic-checkbox:checked + label:after {
        display: block;
    }

    .taksit-secenekleri table tbody tr td .magic-checkbox:checked[disabled] + label:before {
        border: #c9e2f9;
        background: #c9e2f9;
    }

.taksit-secenekleri table tbody tr td .taksit-radio[disabled] {
    cursor: not-allowed;
}

    .taksit-secenekleri table tbody tr td .taksit-radio[disabled] + label {
        cursor: not-allowed;
        color: #e4e4e4;
    }

        .taksit-secenekleri table tbody tr td .taksit-radio[disabled] + label:hover {
            cursor: not-allowed;
        }

            .taksit-secenekleri table tbody tr td .taksit-radio[disabled] + label:hover:before {
                border: 1px solid #e4e4e4;
                animation-name: none;
            }

        .taksit-secenekleri table tbody tr td .taksit-radio[disabled] + label:before {
            cursor: not-allowed;
            border-color: #e4e4e4;
        }

        .taksit-secenekleri table tbody tr td .taksit-radio[disabled] + label:after {
            cursor: not-allowed;
        }

.taksit-secenekleri table tbody tr td .magic-checkbox[disabled] {
    cursor: not-allowed;
}

    .taksit-secenekleri table tbody tr td .magic-checkbox[disabled] + label {
        cursor: not-allowed;
        color: #e4e4e4;
    }

        .taksit-secenekleri table tbody tr td .magic-checkbox[disabled] + label:hover {
            cursor: not-allowed;
        }

            .taksit-secenekleri table tbody tr td .magic-checkbox[disabled] + label:hover:before {
                border: 1px solid #e4e4e4;
                animation-name: none;
            }

        .taksit-secenekleri table tbody tr td .magic-checkbox[disabled] + label:before {
            cursor: not-allowed;
            border-color: #e4e4e4;
        }

        .taksit-secenekleri table tbody tr td .magic-checkbox[disabled] + label:after {
            cursor: not-allowed;
        }

.taksit-secenekleri table tbody tr.selected td {
    background: #f3f3f3;
}

.taksit-secenekleri-tumu {
    padding: 20px;
}

    .taksit-secenekleri-tumu table {
        font-size: 13px;
        margin: 0;
    }

        .taksit-secenekleri-tumu table tr th {
            color: #E20E1A;
            height: 36px;
            font-size: 13px;
            padding: 0;
            vertical-align: middle;
            font-weight: 500;
            text-align: center;
            border: 1px solid #f5f3f3;
        }

        .taksit-secenekleri-tumu table tr:first-child th {
            padding: 0;
            border: 0;
        }

            .taksit-secenekleri-tumu table tr:first-child th.banka div {
                display: block;
                height: 44px;
            }

            .taksit-secenekleri-tumu table tr:first-child th.banka span {
                background-image: url('/tahsilat/kassets/banka-sprite.png');
                background-repeat: no-repeat;
                display: inline-block;
                position: relative;
                height: 44px;
                width: 100px;
            }

            .taksit-secenekleri-tumu table tr:first-child th.banka .bonus {
                background-color: #9CC435;
            }

                .taksit-secenekleri-tumu table tr:first-child th.banka .bonus span {
                    background-position: -100px 0;
                }

            .taksit-secenekleri-tumu table tr:first-child th.banka .world {
                background-color: #65146F;
            }

                .taksit-secenekleri-tumu table tr:first-child th.banka .world span {
                    background-position: -100px -44px;
                }

            .taksit-secenekleri-tumu table tr:first-child th.banka .isbank {
                background-color: #C12A72;
            }

                .taksit-secenekleri-tumu table tr:first-child th.banka .isbank span {
                    background-position: -200px 0;
                }

            .taksit-secenekleri-tumu table tr:first-child th.banka .axess {
                background-color: #EFA222;
            }

                .taksit-secenekleri-tumu table tr:first-child th.banka .axess span {
                    background-position: -300px -44px;
                }

            .taksit-secenekleri-tumu table tr:first-child th.banka .cardfinans {
                background: red;
                background: -webkit-linear-gradient(135deg, #001b59, #2484c6);
                background: -o-linear-gradient(135deg, #001b59, #2484c6);
                background: -moz-linear-gradient(135deg, #001b59, #2484c6);
                background: linear-gradient(135deg, #001b59, #2484c6);
            }

                .taksit-secenekleri-tumu table tr:first-child th.banka .cardfinans span {
                    background-position: -200px -44px;
                }

            .taksit-secenekleri-tumu table tr:first-child th.banka .diger {
                background-color: #666666;
            }

                .taksit-secenekleri-tumu table tr:first-child th.banka .diger span {
                    background-position: -300px 0;
                }

        .taksit-secenekleri-tumu table tr td {
            padding: 2px 5px;
            height: 30px;
            text-align: center;
            border: 1px solid #f5f3f3;
            vertical-align: middle;
        }

            .taksit-secenekleri-tumu table tr td:first-child {
                font-weight: 700;
                color: #E20E1A;
            }

.odeme {
    width: 600px;
    margin: 10% auto 0;
}

    .odeme .odeme-text {
        padding: 100px 0;
        text-align: center;
    }

        .odeme .odeme-text .check-icon {
            width: 44px;
        }

        .odeme .odeme-text h1 {
            color: #555;
            font-weight: 400;
            font-size: 24px;
            margin-bottom: 0;
        }


 