﻿@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");


body {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.7px;
}

.form-control:focus {
    border-color: #efa8a4 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(196, 44, 35, .4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(196, 44, 35, .4);
}

.bold {
    font-weight: 500;
}

.bolder {
    font-weight: 600;
}

.form-control {
    height: 42px;
}

.mobile-only {
    display: none;
}

.per-20 {
    width: 20%;
}

.per-25 {
    width: 25%;
}

.per-30 {
    width: 30%;
}

.per-35 {
    width: 35%;
}

.per-40 {
    width: 40%;
}

.per-60 {
    width: 60%;
}

.hide {
    display: none;
}

.inline-span {
    display: inline;
    float: left;
}

.flex {
    display: flex;
}

.footer-container {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-right {
    margin-right: 0;
}

.panel-heading {
    background-color: #c42c23 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
}

.vcenter {
    vertical-align: middle;
}

.table > tbody > tr > td.vcenter {
    vertical-align: middle;
}

.big-150 {
    font-size: 1.3em;
    padding-top: 0;
    padding-bottom: 0;
}

.table > tbody > tr > td.big-150 {
    font-size: 1.3em;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
}

.red {
    color: #c42c23 !important;
}

.blue {
    color: #154054 !important;
}

.light {
    color: #fff !important;
}

.panel-footer {
    border-radius: 0;
}

.field-validation-error {
    color: #c42c23;
    font-size: 13px;
    font-weight: 400;
}

    .field-validation-error:before {
        content: "\f06a";
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        font-size: 15px;
        -webkit-font-smoothing: antialiased;
        line-height: 1;
        width: 1em;
        margin-right: 5px;
        color: #c42c23;
    }

hr {
    padding: 0;
}

.btn-oval {
    border-radius: 20px;
    outline: none !important;
}

.btn-red {
    background-color: #c42c23;
    border-color: #c42c23;
    color: #fff;
}

.btn-span-1 {
    width: 200px;
    border-radius: 30px;
    padding: 10px;
    font-weight: 600;
}

.btn-danger {
    background-color: #c42c23;
}

.btn-primary {
    background-color: #154054;
    border-color: transparent;
}

.btn-darkblue {
    background-color: #154054;
    border-color: #154054;
    color: #fff;
}

    .btn-darkblue:hover {
        background-color: #154054;
        border-color: #154054;
        color: #fff;
    }

    .btn-darkblue:active {
        background-color: #154054;
        border-color: #154054;
        color: #fff;
    }

    .btn-darkblue:focus {
        background-color: #154054;
        border-color: #154054;
        color: #fff;
    }

    .btn-darkblue:active:focus {
        background-color: #154054;
        border-color: #154054;
        color: #fff;
    }

.main-content {
    background-color: #f5f5f5;
}

.dropdown-menu {
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #ccc;
}

.navbar-header {
    position: relative;
}

.modal-lg {
    width: 1100px;
}

.ortala {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.ortala-1 {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
}

.pagination > li > a {
    padding: 0;
}

.pagination > li:first-child input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li input {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #c42c23;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
}

.pagination > li.active input {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #c42c23;
    border-color: #c42c23;
}

.box {
    margin-bottom: 20px;
}

    .box > .row {
        background-color: #fff;
        border: 1px solid #ccc;
    }

.custom-cb {
}

    .custom-cb input[type='checkbox'] {
        display: none;
    }

        .custom-cb input[type='checkbox'] ~ .cb-text {
            font-size: 13px;
            font-weight: 500;
            color: #666;
        }

            .custom-cb input[type='checkbox'] ~ .cb-text:before {
                content: "\f096";
                font-family: "FontAwesome";
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                font-size: 15px;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                line-height: 1;
                width: 1em;
                margin-right: 2px;
                color: #666;
            }

        .custom-cb input[type='checkbox']:checked ~ .cb-text:before {
            content: "\f14a";
            color: #c42c23;
            animation: cbAnimation .2s ease;
        }

.custom-radio input[type='radio'] {
    display: none;
}

    .custom-radio input[type='radio'] + span:before {
        content: "\f096";
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        line-height: 1;
        width: 1em;
        margin-right: 2px;
        color: #666;
    }

    .custom-radio input[type='radio']:checked + span:before {
        content: "\f046";
        color: #c42c23;
        animation: cbAnimation .2s ease;
    }

@keyframes cbAnimation {
    0% {
        transform: scale(0);
    }

    90% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.numericInput button {
    padding: 6px 8px;
    font-size: 7px;
    color: #154054;
}

.numericInput input {
    height: 24px;
    text-align: center;
    font-weight: bold;
    color: #154054;
}

.numericInput .input-group-btn:first-child > .btn {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.numericInput .input-group-btn:last-child > .btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.numericInput.no-border button,
.numericInput.no-border button:hover,
.numericInput.no-border input,
.numericInput.no-border input:focus {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
}

.site-navbar .navbar-toggle {
    background-color: transparent !important;
    border: none;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 12px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #154054 !important;
    border-radius: 500px;
    height: 5px;
    width: 30px;
}


.panel-uyari {
    padding: 10px 0;
    min-height: 200px;
}

.cizgi {
    background-color: #ccc;
    margin: 15px 0;
    margin-top: 20px;
    height: 1px;
}

.gizle {
    display: none;
}

.behind-line {
    position: relative;
    z-index: 1;
}

    .behind-line:after {
        position: absolute;
        content: "";
        width: 100%;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ddd;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        z-index: -1;
    }

/* MASTERPAGE::Header */

.header-top {
    background-color: #f5f5f5;
    width: 100%;
    height: 45px;
    position: relative;
}



    .header-top .cargo {
        height: 100%;
        line-height: 45px;
        font-size: 13px;
        font-weight: 600;
        color: #154054;
    }

    .header-top .destek {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #fff;
        height: 100%;
        font-size: 12px;
        letter-spacing: .2px;
        padding-left: 10px;
        padding-right: calc((100% - 1130px) / 2);
    }

    .header-top .content {
        position: relative;
        height: 100%;
        width: 100%;
    }

        .header-top .content:before {
            position: absolute;
            width: 0;
            height: 0;
            border-left: 45px solid transparent;
            border-right: 0px solid #fff;
            border-bottom: 45px solid #fff;
            content: "";
            bottom: 0;
            left: -55px;
        }

    .header-top .destek i {
        font-size: 40px;
        color: #90dc97;
        margin-right: 5px;
    }

    .header-top .content #destek-title {
        color: #90dc97;
        font-size: 11px;
        font-weight: 600;
    }

    .header-top .content #destek-tel {
        color: #154054;
        font-weight: 600;
        font-size: 14px;
    }

    .header-top .cargo i {
        font-size: 23px;
        margin-right: 5px;
        color: #c42c23;
    }


.site-navbar {
    background-image: none !important;
    background-color: #fff;
    border: none;
    margin: 0;
    border-radius: 0;
}

    .site-navbar .navbar-toggle {
        float: left;
        margin-right: 0;
        margin-left: 15px;
    }

    .site-navbar .navbar-brand {
        height: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

#hesap-giris-kayit {
    display: inline-block;
    float: right;
}

.hesap {
    padding: 42px 0px;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

    .hesap .hesap-adi {
        display: flex;
        align-items: center;
        padding: 0 10px;
    }

        .hesap .hesap-adi span {
            padding: 0 10px;
            line-height: 20px;
        }

        .hesap .hesap-adi strong {
            color: #c42c23;
            font-weight: 600;
        }

        .hesap .hesap-adi:after {
            content: "";
            width: 1px;
            height: 14px;
            border-right: 1px dotted #154054;
            position: absolute;
            display: inline-block;
            right: 1px;
        }

    .hesap .hesap-menu {
        border-radius: 0;
        padding: 0 10px;
    }

        .hesap .hesap-menu .dropdown {
            position: relative;
        }

        .hesap .hesap-menu .dropdown-toggle {
            border-color: #fff;
            font-weight: bold;
            color: #154054;
            padding-left: 5px;
            padding: 0;
            height: 20px;
        }

        .hesap .hesap-menu .open .dropdown-toggle {
            border: 1px solid #ccc;
            border-radius: 0px;
            border-bottom: 0px;
            border-color: #ccc;
            background-color: #fff;
        }

        .hesap .hesap-menu .dropdown-toggle:active,
        .hesap .hesap-menu .dropdown-toggle:focus,
        .hesap .hesap-menu .dropdown-toggle:active:focus {
            background-color: #fff;
        }

        .hesap .hesap-menu .dropdown-menu {
            border-radius: 0;
            border-top: 0px;
            padding: 0;
        }

            .hesap .hesap-menu .dropdown-menu:before {
                content: "";
                position: absolute;
                top: 0;
                width: 80px;
                height: 1px;
                background-color: #ccc;
            }

        .hesap .hesap-menu a {
            color: #154054;
            font-weight: 600;
            letter-spacing: 0px;
        }

        .hesap .hesap-menu i {
            color: rgba(21, 65, 86, 0.4);
            ;
        }

        .hesap .hesap-menu li {
            padding: 5px 0;
            border-bottom: 1px dashed rgba(21, 65, 86, 0.3);
        }

            .hesap .hesap-menu li:last-child {
                border-bottom: 1px solid transparent;
            }

.form-group label {
    font-size: 11px;
    color: #555555;
    font-weight: 600;
}

.giris-box {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #ccc;
    max-width: 400px;
    margin: 30px auto;
    letter-spacing: 0;
}

    .giris-box form {
        margin-top: 30px;
    }

    .giris-box h3 {
        color: #c42c23;
        font-weight: bold;
    }

        .giris-box h3 + span {
            font-size: 13px;
        }

            .giris-box h3 + span a {
                font-size: 13px;
                color: #c42c23;
            }

.giris-unuttum {
    float: right;
}

    .giris-unuttum a {
        color: #c42c23;
    }

.giris-submit {
    text-align: center;
    margin: 20px 0;
    margin-top: 40px;
}

    .giris-submit button {
        padding: 10px 50px;
    }

.kayitol-box {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    max-width: 11700px;
    margin: 30px auto;
    letter-spacing: 0;
}

    .kayitol-box .kayitol-title {
        margin-bottom: 15px;
    }

        .kayitol-box .kayitol-title h3 {
            color: #c42c23;
            font-weight: 700;
        }

        .kayitol-box .kayitol-title label {
            font-size: 12px;
        }

    .kayitol-box .uyemisin {
        margin-top: 50px;
        text-align: right;
    }

        .kayitol-box .uyemisin strong {
            font-size: 14px;
            font-weight: 500;
        }

        .kayitol-box .uyemisin a {
            color: #c42c23;
            font-weight: 600;
        }

    .kayitol-box .kayitol-detay h4 {
        color: #c42c23;
        margin-bottom: 3px;
        font-weight: 700;
    }

    .kayitol-box .kayitol-detay:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        border-right: 1px solid #ccc;
    }

    .kayitol-box .kayitol-detay label {
        color: #154054;
        font-size: 13px;
        font-weight: 500;
    }




.giris-kayit {
    padding: 40px 15px;
}

.site-navbar .giris-kayit li {
    padding: 0 5px;
}

    .site-navbar .giris-kayit li:first-child:after {
        content: "";
        right: -1px;
        width: 1px;
        height: 25px;
        background-color: #154054;
        position: absolute;
        top: 50%;
        transform: translate(0, -65%);
    }

    .site-navbar .giris-kayit li a {
        font-size: 13px;
        font-weight: 600;
        color: #c42c23;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

.site-navbar .giris-kayit i {
    vertical-align: middle;
    font-weight: 400;
    height: 28px;
    margin-right: 5px;
}

.site-navbar .giris-kayit span {
    vertical-align: middle;
}


.site-navbar .header-menu {
    padding: 45px 0;
    margin-right: 72px;
}

    .site-navbar .header-menu li {
        padding: 0 23px;
        position: relative;
    }

        .site-navbar .header-menu li:last-child {
            padding-right: 0;
        }

    .site-navbar .header-menu a {
        font-size: 13px;
        font-weight: bold;
        color: #154054 !important;
        padding: 0;
        line-height: 20px;
        transition: all .3s ease;
    }

        .site-navbar .header-menu a:hover {
            color: #c42c23 !important;
        }

    .site-navbar .header-menu li:not(:last-child)::after {
        width: 1px;
        height: 12px;
        border-right: 1px dotted #154054;
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

.header-bottom {
    background-color: #c42c23;
    min-height: 60px;
}

.menu {
    padding: 0;
}

    .menu .dropdown-menu {
        width: 100%;
        margin: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-color: #ccc;
    }

        .menu .dropdown-menu li {
            border-bottom: 1px dashed rgba(21, 65, 86, 0.2);
            margin: 0 5px;
            color: #154054;
            position: relative;
            transition: all .3s ease;
        }

            .menu .dropdown-menu li:hover {
                border-bottom: 1px dashed rgba(195, 42, 34, 0.8);
            }

            .menu .dropdown-menu li a {
                color: #154054;
                font-weight: bold;
                margin: 0;
                padding: 8px 10px;
                font-size: 12px;
                text-transform: uppercase;
            }

            .menu .dropdown-menu li:after {
                position: absolute;
                content: "";
                width: 6px;
                height: 104%;
                top: 0px;
                right: 0px;
                background-color: rgba(195, 42, 34, 1);
                opacity: 0;
                transition: all .3s ease;
            }

            .menu .dropdown-menu li:hover:after {
                opacity: 1;
                top: 0;
                right: -6px;
                width: 6px;
            }

            .menu .dropdown-menu li i {
                color: rgba(21, 65, 86, 0.5);
                transition: all .3s ease;
            }

            .menu .dropdown-menu li:hover i {
                color: rgba(195, 42, 34, 0.8);
            }

.header-bottom .dropdown {
    height: 60px;
}

    .header-bottom .dropdown button {
        height: 100%;
        width: 100%;
        border-radius: 0;
        background-color: #154054;
        font-size: 16px;
        font-weight: bold;
    }

        .header-bottom .dropdown button i {
            margin-right: 10px;
            transform: scale(2,2);
        }

#search {
    height: 60px;
    margin: 0 30px;
}

    #search form {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    #search select {
        width: auto;
        border-radius: 0;
        background-color: #fff;
    }

    #search input {
        height: 46px;
    }

    #search button {
        height: 46px;
    }

    #search > .input-group {
        margin: 9px 0;
    }

        #search > .input-group .input-group-btn {
            position: relative;
        }

        #search > .input-group > .input-group-btn:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 80%;
            margin-top: 4px;
            border-left: 1px dashed #000;
            left: 0;
            top: 0;
            z-index: 10;
        }

        #search > .input-group span i {
            padding: 0 5px;
        }

    #search .bootstrap-select button {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    #search input[type='text'] {
        border-right: none;
    }

#bag {
    display: inline-block;
}

    #bag a {
        display: block;
        margin: 10px 0;
        text-align: right;
        color: #fff;
        font-weight: 600;
    }

        #bag a:hover {
            text-decoration: none;
        }

            #bag a:hover .count {
                top: -5px;
                right: -10px;
                transform: scale(1.2,1.2);
            }

    #bag .bag-icon {
        background-color: #154054;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #fff;
        border-radius: 100%;
        text-align: center;
        display: inline-block;
        position: relative;
        transition: all .4s ease;
        margin-right: 5px;
    }

    #bag .count {
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: orange;
        top: -5px;
        right: -5px;
        border-radius: 100%;
        font-size: 10px;
        border: 1px solid #fff;
        line-height: 1.8rem;
        box-shadow: 0 0 5px 0px #fff;
        transition: all .4s ease;
    }

/* MASTERPAGE::footer */

.footer-ebulten {
    background-color: #c42c23;
    color: #fff;
    box-shadow: 0px 0px 3px 0px #c42c23;
    z-index: 2;
}

    .footer-ebulten .row > div:first-child {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .footer-ebulten .row > div:last-child {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .footer-ebulten h3 {
        margin-top: 0px;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .footer-ebulten h6 {
        font-size: 11px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .footer-ebulten .input-group {
        height: 50px;
        float: right;
        max-width: 450px;
    }

    .footer-ebulten input {
        padding: 5px 10px;
        height: 50px;
        border-radius: 0;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        font-weight: 600;
    }

        .footer-ebulten input:focus {
            outline: none;
            border-color: #154054;
            border-right: 0px solid transparent;
            box-shadow: inset 0 0 2px 0 #154054;
            ;
        }

    .footer-ebulten button {
        height: 50px;
        width: 130px;
        border-radius: 0;
        background-color: #154054;
        border-color: #154054;
        color: #fff;
        font-weight: 600;
        transition: all .3s ease;
    }

        .footer-ebulten button:hover {
            background-color: #1f5d7a;
            color: #fff;
            border-color: #154054;
        }

        .footer-ebulten button:focus {
            background-color: #1f5d7a;
            color: #fff;
            border-color: #154054;
        }

        .footer-ebulten button:active {
            background-color: #1f5d7a;
            color: #fff;
            border-color: #154054;
        }

            .footer-ebulten button:active:focus {
                background-color: #1f5d7a;
                color: #fff;
                border-color: #154054;
            }

.footer-body {
    background-color: #e2e2e2;
    z-index: 1;
}

    .footer-body .container {
        height: 100%;
		    height: max-content;
    }

        .footer-body .container > div {
            height: 100%;
            position: relative;
        }

    .footer-body i {
        font-size: 16px;
        width: 12px;
    }

    .footer-body .container > div:not(:last-child):after {
        content: "";
        width: 2px;
        height: 232px;
        position: absolute;
        background-color: #c6c6c6;
        border-right: 1px solid #fff;
        top: 10%;
        right: 0;
    }

#footer-logo {
    margin-bottom: 15px;
}

#footer-adres {
    margin-bottom: 5px;
    font-size: 11.5px;
    font-weight: 500;
}

#footer-email {
    margin-bottom: 5px;
    font-size: 11.5px;
    font-weight: 500;
}

#footer-tel {
    margin-bottom: 30px;
    font-size: 11.5px;
    font-weight: 500;
}

#footer-medya {
    display: flex;
    align-items: center;
}

    #footer-medya span {
        display: inline-block;
        line-height: 32px;
        height: 32px;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.1px;
        color: #154054;
        position: relative;
    }

        #footer-medya span:first-child:after {
            position: absolute;
            content: "";
            right: -14px;
            width: 1px;
            top: 50%;
            border-right: 1px solid #154054;
            height: 16px;
            transform: translate(0, -50%);
        }

        #footer-medya span:first-child {
            margin-right: 28px;
        }

    #footer-medya a {
        border: 2px solid #000;
        width: 27px;
        height: 27px;
        display: inline-block;
        position: relative;
        border-radius: 7px;
        overflow: hidden;
    }

        #footer-medya a:hover i {
            animation: medyaAnim .3s ease;
        }

    #footer-medya i {
        font-size: 13px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 15px;
    }

        #footer-medya i.fa-facebook {
            margin-left: 3px;
        }

.footer-bilgi tr td:first-child:after {
    position: absolute;
    content: ":";
    right: -2px;
    top: 50%;
    height: 10px;
    width: 1px;
    transform: translate(0, -80%);
    font-weight: bold;
}

.footer-bilgi .center {
    position: relative;
    vertical-align: middle;
}

.footer-bilgi {
    font-size: 11px;
}

    .footer-bilgi td {
        padding: 4px 8px !important;
        position: relative;
        vertical-align: middle;
    }

    .footer-bilgi td,
    .footer-bilgi tr {
        border: none !important;
    }

@keyframes medyaAnim {
    0% {
        left: 50%;
        top: 50%;
    }

    46% {
        left: -20px;
        top: 50%;
    }

    48% {
        left: -20px;
        top: -20px;
    }

    50% {
        left: 50%;
        top: -20px;
    }

    52% {
        left: 40px;
        top: -20px;
    }

    54% {
        top: 50%;
    }

    100% {
        left: 50%;
        top: 50%;
    }
}

.footer-title h4 {
    font-weight: 600;
    color: #154054;
    font-size: 15.3px;
    margin-bottom: 20px;
}

.footer-list ul {
    padding: 0;
}

    .footer-list ul li {
        margin-bottom: 3px;
        list-style: none;
    }

        .footer-list ul li i {
            font-size: 10px;
            color: #c42c23;
        }

.hizli-menu .footer-list ul li {
    margin-bottom: 10px;
}

.footer-list ul li a {
    color: #154054;
    font-size: 11px;
    font-weight: 400;
}

.hizli-menu .footer-list ul li a,
.hizli-menu .footer-list ul li i {
    font-size: 12px;
}

.footer-bottom {
    background-color: #154054;
}

#copyright {
    color: #fff;
    width: auto;
    display: inline-block;
    margin-right: 30px;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
}

#imza {
    width: auto;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    padding: 10px 0;
}

    #imza img {
        position: absolute;
        top: 50%;
        transform: translate(0, -60%);
        right: -90px;
    }

#footer-medya .fb {
    color: #3b5998;
    border-color: #3b5998;
}

#footer-medya .google {
    color: #c32c73;
    border-color: #c32c73;
}

#footer-medya .twet {
    color: #1da1f2;
    border-color: #1da1f2;
}


/* Index */

.ana-sayfa-urunler {
    padding: 15px;
}

#myCarousel {
    width: 100%;
    margin: 5px 0;
}

.carousel-inner > .item {
    width: 100%;
}

    .carousel-inner > .item img {
        width: 100%;
    }

.kampanya-box {
    width: 100%;
    height: 200px;
    position: relative;
    border-bottom: 3px solid #bbb;
    overflow: hidden;
}

    .kampanya-box:hover img {
        transform: scale(1.1, 1.1);
        -webkit-filter: blur(0);
        -moz-filter: blur(0);
        -o-filter: blur(0);
        -ms-filter: blur(0);
        filter: blur(0);
    }

    .kampanya-box img {
        width: 100%;
        transition: all .3s ease;
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -o-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px);
    }

.kampanya-title {
    position: absolute;
    padding: 5px;
    padding-left: 10px;
    background-color: #f5f5f5;
    color: #154054;
    font-weight: bold;
    font-size: 16px;
    z-index: 3;
    top: 0;
    right: 0;
    border-bottom-left-radius: 2px;
    display: flex;
}

    .kampanya-title span {
        line-height: 26px;
        height: 24px;
        display: inline-block;
    }

    .kampanya-title i {
        margin: 0 15px;
        margin-left: 5px;
        font-size: 24px;
    }

.urunler-header {
    background-color: #c42c23;
    margin-bottom: 10px;
    color: #fff;
}

    .urunler-header h4 {
        color: #fff;
        padding: 10px 0;
    }

    .urunler-header .dropdown .dropdown-menu {
        right: 12px;
        top: calc(100% - 15px);
        left: inherit;
        width: 50%;
        border-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .urunler-header .dropdown {
        float: right;
        padding: 12px;
    }

        .urunler-header .dropdown button {
            border-radius: 0;
        }

        .urunler-header .dropdown span {
            margin-right: 10px;
        }

        .urunler-header .dropdown i {
            font-size: 20px;
        }

.urun {
    padding-left: 0;
    padding-right: 0;
    padding: 1px;
    position: relative;
}

    .urun figure {
        height: 100%;
        height: 240px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

        .urun figure img {
            width: 100%;
        }

        .urun figure:hover {
            cursor: pointer;
        }

    .urun .wrapper {
        border: 1px solid #e8e8e8;
        border-radius: 3px;
        margin: 10px;
        background-color: #fff;
        box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.3);
        position: relative;
    }

        .urun .wrapper:after {
            position: absolute;
            content: "";
            width: 40%;
            height: 2px;
            border-radius: 100%;
            bottom: -3px;
            background-color: rgba(195, 42, 34, 0.7);
            right: 0px;
            transition: all .4s ease;
            opacity: 1;
        }

        .urun .wrapper:before {
            position: absolute;
            content: "";
            width: 100%;
            background-color: #e8e8e8;
            height: 2px;
            top: 240px;
        }

.urun-aciklama {
    margin: 15px 10px;
    height: 2.6em;
    color: #154054;
    font-size: 0.8em;
    text-overflow: ellipsis;
    font-weight: 600;
}

    .urun-aciklama span {
        color: #154054;
        font-size: 1.1em;
        line-height: 1em;
        text-transform: uppercase;
    }

    .urun-aciklama .aciklama {
        display: inline-block;
        border-right: 1px dashed #000;
        transition: all .4s ease;
        padding-right: 10px;
        height: 2.6em;
        overflow: hidden;
    }

.silinmisfiyat {
    display: block;
    text-align: right;
}

    .silinmisfiyat ~ span {
        line-height: 1.6em !important;
    }

.urun-aciklama .fiyat {
    display: inline-block;
    transition: all .4s ease;
    padding-left: 5px;
    position: relative;
    top: -3px;
}

    .urun-aciklama .fiyat span {
        font-size: 1.6em;
        float: right;
        color: #c42c23;
        height: 1.6em;
        line-height: 2.6em;
        position: relative;
        top: -3px;
    }

.sepet-btn {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    transition: all .4s ease;
    z-index: 5;
}

    .sepet-btn button {
        padding: 5px 20px;
        border-radius: 20px;
    }

.inner-urun {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

    .inner-urun a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 50px;
    }


.top-line,
.bottom-line,
.left-line,
.right-line {
    content: "";
    position: absolute;
    background-color: #c42c23;
    transform-origin: center;
    transition: all .7s ease;
}

.top-line {
    width: 100%;
    height: 10px;
    transform: scale(0,1);
    top: 0;
}

.bottom-line {
    width: 100%;
    height: 10px;
    transform: scale(0,1);
    bottom: 0;
}

.left-line {
    height: 100%;
    width: 10px;
    transform: scale(1,0);
    left: 0;
}

.right-line {
    height: 100%;
    width: 10px;
    transform: scale(1,0);
    right: 0;
}

.urun:hover .urun-aciklama .aciklama,
.urun:hover .urun-aciklama .fiyat {
    opacity: 0;
}

.urun:hover .sepet-btn {
    opacity: 1;
    bottom: 20px;
}

.urun:before {
    background-color: rgba(0,0,0,0.0);
    transition: all .4s ease;
    opacity: 0;
    position: absolute;
    content: "";
}

.urun:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.0);
    opacity: 1;
}

.urun:hover .wrapper:after {
    opacity: 0;
}

.urun:hover .top-line,
.urun:hover .bottom-line,
.urun:hover .right-line,
.urun:hover .left-line {
    transform: scale(1,1);
}

.arama {
    width: 100%;
    height: 60px;
    background-color: #c42c23;
}


/* Modallar */

#SepeteEklendi {
    background-color: rgba(0,0,0,0.5);
}

    #SepeteEklendi .modal-dialog {
        position: absolute;
        width: 400px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        #SepeteEklendi .modal-dialog .modal-content {
            border-radius: 20px;
        }


/* Hesabım */

.linker {
}

    .linker ul {
        padding: 15px 0;
        margin: 0;
    }

    .linker li {
        display: inline-block;
        padding: 0 5px;
    }

    .linker a {
        font-size: 12px;
        font-weight: 600;
        color: #555555;
        text-decoration: none;
        text-transform: uppercase;
    }

    .linker li:first-child a {
        color: #b3b3b3;
    }

    .linker i {
        font-size: 12px;
    }

.hesabim-body {
    margin-bottom: 30px;
}

.hesabim-menu {
    padding-left: 0;
}

.hesabim-content {
    padding-right: 0;
}

.hesabim-menu ul {
    border: 1px solid #ccc;
    background-color: #fff;
    list-style: none;
    padding: 0;
    /*box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);*/
}

.hesabim-menu li {
    margin: 0 15px;
    padding: 10px 5px;
    border-bottom: 1px dotted rgba(21, 65, 86, 0.3);
}

    .hesabim-menu li:last-child {
        border-bottom: 3px solid transparent;
    }

    .hesabim-menu li.active {
        border-bottom: 1px dotted #c42c23;
    }

        .hesabim-menu li.active a {
            color: #c42c23 !important;
        }

        .hesabim-menu li.active i {
            color: #c42c23 !important;
            transform: scale(1.2, 1.2);
        }

    .hesabim-menu li a {
        text-decoration: none;
        font-weight: bold;
        color: #7b7b7b;
        font-size: 13px;
        letter-spacing: 0;
    }

    .hesabim-menu li > i {
        margin-right: 0px;
        width: 15px;
    }

.hesabim-content > div {
    border: 1px solid #ccc;
    background-color: #fff;
    /*box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);*/
    min-height: 600px;
}

.form {
    max-width: 700px;
}

.hesabim-title {
    position: relative;
    z-index: 1;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

    .hesabim-title + h6 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .hesabim-title span {
        background-color: #fff;
        padding-right: 10px;
        color: #c42c23;
    }

        .hesabim-title span label {
            background-color: #c42c23;
            color: #fff;
            padding: 5px;
            margin: 0 10px;
            font-size: 16px;
            font-weight: 600;
        }

    .hesabim-title:after {
        position: absolute;
        content: "";
        width: 100%;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        z-index: -1;
    }


/* Adreslerim */

.adresler {
    padding: 0;
}

.adres-box {
    padding: 0;
    margin-bottom: 30px;
}

.adres-body {
    border: 1px solid #ccc;
    transition: all .3s ease;
}

.adres-main {
    padding: 15px;
}

    .adres-main h4 {
        margin-top: 0;
        margin-bottom: 20px;
        margin-right: 10px;
        height: 2em;
    }

    .adres-main h5 {
        margin-bottom: 5px;
        min-height: 1em;
    }

    .adres-main .adres {
        margin-bottom: 10px;
        height: 10em;
        overflow: hidden;
        line-height: 1.5em;
        font-size: 0.9em;
    }

    .adres-main .posta {
        margin-bottom: 10px;
    }

    .adres-main .btns {
        bottom: 0;
        width: calc(100% - 20px);
        width: 100%;
        padding-top: 15px;
        margin: 0 auto;
    }

        .adres-main .btns a {
            text-align: center;
            padding: 10px;
            width: calc(50% - 3px);
            display: inline-block;
            text-decoration: none;
            transition: all .3s ease;
        }

    .adres-main .adres-ekle {
        height: 274px;
    }

        .adres-main .adres-ekle h4:first-child {
            text-align: center;
            transition: all .4s ease;
        }

        .adres-main .adres-ekle:hover h4:first-child {
            transform: scale(1.2,1.2);
        }

        .adres-main .adres-ekle h4:last-child {
            font-size: 14px;
            text-align: center;
        }

        .adres-main .adres-ekle a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            text-decoration: none;
            color: #154054;
        }

        .adres-main .adres-ekle:hover {
            cursor: pointer;
        }

.adres-tipleri ul {
    padding: 0;
    list-style: none;
}

.adres-tipleri li {
    display: inline-block;
}

    .adres-tipleri li.active a {
        background-color: #154054;
    }

.adres-tipleri a {
    border-radius: 0;
    padding: 20px;
    background-color: #c5c5c5;
}


/* Siparişlerim */

.siparis-box {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}

.siparis-main {
    padding: 0px;
    /*display: flex;
    justify-content: flex-start;
    align-items: center;*/
}

    .siparis-main > div {
    }

.siparis-body {
    flex-grow: 1;
    align-self: flex-start;
    padding-top: 10px;
}

    .siparis-body table tbody td {
        border-top: none;
        /*border-bottom: 1px solid #ddd;*/
        font-weight: 500;
    }

    .siparis-body table tbody tr td:last-child {
        color: #154054;
        font-weight: 600;
    }

    .siparis-body table {
        margin-bottom: 0;
    }

.siparis-right {
    width: 110px;
}

.siparis-resim {
    width: 100%;
    height: 150px;
    background-color: #154054;
    content: attr(data-img, url);
    overflow: hidden;
}

    .siparis-resim img {
        width: 100%;
    }

.siparis-no {
    background-color: #154054;
    color: #fff;
    text-align: center;
    padding: 4px;
    margin: 5px 0;
}

.siparis-no-val {
    color: #c42c23;
    font-weight: bold;
    text-align: center;
}

.siparis-btns {
    text-align: right;
}

    .siparis-btns a {
        display: inline-block;
        text-align: center;
        padding: 5px 20px;
        margin-top: 5px;
    }

.siparis-baslik {
    white-space: nowrap;
}

.siparis-left {
    padding-left: 0;
}

/*    .siparis-baslik > div:before {
        position: absolute;
        content: " : ";
        right: 0;
    }


.siparis-bilgi {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 140px;
    color: #154054;
    font-weight: bold;
    text-transform: uppercase;
}*/


/* Ürün Detay */

.urundetay-box {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background-color: #fff;
}

#carousel-custom {
    margin: 0 !important;
    padding: 10px !important;
}

    #carousel-custom .carousel-outer {
        border: 1px solid #ccc !important;
        border-radius: 1px;
    }

.product {
    padding: 12px 10px;
    letter-spacing: 0;
}

    .product .product-title {
        margin-top: 0;
        text-transform: uppercase;
        color: #154054;
        font-weight: bold;
    }

    .product .product-subtitle {
        margin-top: 0;
        color: #154054;
    }

.product-rate {
    margin-bottom: 10px;
}

    .product-rate > div {
        display: inline-block;
    }

.product-share ul {
    padding: 0;
    margin-left: 25px;
}

    .product-share ul li {
        display: inline;
        margin-right: 20px;
    }

        .product-share ul li a {
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            font: normal normal normal 16px/1 FontAwesome;
        }


.price {
    display: inline-block;
    position: relative;
}

.product-price {
    margin: 40px 0;
}

    .product-price .price .new-price {
        color: #c42c23;
        font-size: 26px;
        font-weight: bold;
    }

    .product-price .price .old-price {
        color: #454545;
        font-size: 15px;
        font-weight: normal;
        position: relative;
    }

        .product-price .price .old-price:before {
            content: "";
            position: absolute;
            width: 110%;
            height: 100%;
            border: 2px solid #c42c23;
            border-left: none;
            border-right: none;
            border-top: none;
            transform: rotate(-10deg);
            bottom: 10px;
            left: -5px;
        }

    .product-price .discount {
        position: absolute;
        left: 110%;
        top: 50%;
        font-size: 12px;
        padding: 5px 10px;
        background-color: #c42c23;
        color: #fff;
        border-radius: 5px;
        white-space: nowrap;
        transform: translate(0, -24%);
        border-top: 5px solid #154054;
        border-top-left-radius: 0;
        font-weight: bold;
        border-top-right-radius: 0;
    }

.urunayrinti-box {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}



.tabs {
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

    .tabs li {
        display: inline-block;
        padding: 10px 30px;
        color: #767676;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
        position: relative;
    }

        .tabs li:not(:last-child)::after {
            position: absolute;
            right: -3px;
            height: 80%;
            border-right: 1px solid #ddd;
            top: 50%;
            transform: translate(0, -50%);
            width: 1px;
            content: "";
        }

        .tabs li.active {
            border-bottom: 2px solid rgba(196, 44, 35, 0.5);
            color: #c42c23;
        }

        .tabs li:hover {
            cursor: pointer;
        }

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

.urunayrinti-box {
    background-color: #fff;
}

.comment-box {
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 30px;
}

.comment-header .behind-line > div {
    background-color: #f5f5f5;
    display: inline-block;
    padding-right: 5px;
}

    .comment-header .behind-line > div > span {
        font-size: 16px;
        font-weight: bold;
        color: #154054;
        margin-right: 20px;
    }

.comment-header .behind-line .comment-owner {
    margin-right: 20px;
    color: #154054;
}

.comment-header .behind-line .comment-date {
    font-size: 13px;
    font-weight: 600;
    color: #aeaeae;
}

.comment-header .comment-star {
    display: inline-block;
    padding-top: 7px;
}

    .comment-header .comment-star .br-theme-fontawesome-stars .br-widget a {
        font: normal normal normal 15px/1 FontAwesome;
    }

.comment-header .behind-line > span {
    background-color: #fff;
}

.comment-body .comment-title {
    font-size: 15px;
    font-weight: 600;
    color: #154054;
    text-transform: uppercase;
}

.comment-body .comment-content {
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #154054;
}

.comment-footer span {
    margin-right: 15px;
    font-size: 12px;
    font-weight: 500;
    color: #aeaeae;
}

.comment-footer i {
    font-size: 16px;
    margin-right: 5px;
}

.comment-footer .positive i {
    color: #22c353;
}

.comment-footer .negative i {
    color: #c42c23;
}

#yorumYap {
    margin-bottom: 15px;
}

.comment-form form {
    max-width: 600px;
    padding: 0 15px;
}

    .comment-form form .inline {
        display: inline-block;
    }

.comment-form h4 {
    padding: 15px;
    color: #c42c23;
    font-weight: bold;
    max-width: 600px;
}

    .comment-form h4 span {
        color: #aeaeae;
        font-weight: 500;
        font-size: 14px;
        float: right;
        transition: all .3s ease-in-out;
        text-transform: uppercase;
    }

        .comment-form h4 span:hover {
            cursor: pointer;
            color: #c42c23;
        }

    .comment-form h4 i {
        width: 28px;
        height: 28px;
        border: 2px solid #aeaeae;
        border-radius: 100%;
        padding: 5px 0;
        text-align: center;
    }

#tab-2 i {
    color: #c42c23;
    margin-right: 5px;
}

.product-share i {
    line-height: 24px;
}

.share-fb a,
.share-twet a,
.share-inst a {
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}

.share-twet a {
    background-color: #00aced;
}

.share-fb a {
    background-color: #3b5998;
}

.share-inst a {
    background-color: #cd486b;
}

.panel-yorum-yok {
    margin: 0;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.sonbakilanlar {
    /*border: 1px solid #ccc;
    background-color: #fff;*/
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

    .sonbakilanlar h3 {
        text-align: center;
        color: #c42c23;
        font-family:;
    }

    .sonbakilanlar > .row {
        padding: 0 5px;
        margin: 0 5px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

/* Sepetim */

.siparis-ozet {
    padding-left: 0;
}

    .siparis-ozet > div {
        border: 1px solid #ccc;
        background-color: #fff;
        padding: 20px;
    }

    .siparis-ozet .siparis-title {
        margin-top: 0;
    }

    .siparis-ozet .siparis-count {
        margin-bottom: 30px;
    }

    .siparis-ozet .siparis-static-1 {
        font-weight: 600;
        color: #154054;
        font-size: 15px;
    }

    .siparis-ozet .siparis-price {
        color: #c42c23;
        font-weight: bold;
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 20px;
    }

#siparisDevam {
    border-radius: 0;
    font-weight: bold;
    padding: 10px 20px;
}

.sepet-bos {
    border: 1px solid #ccc;
    margin: 20px 30px;
    padding: 15px;
    background-color: #fff;
    text-align: center;
}

.sepet-bos-icon {
    font-size: 60px;
    color: #fff;
    background-color: #c42c23;
    width: 100px;
    height: 100px;
    margin: 30px auto;
    border-radius: 100%;
    position: relative;
}

    .sepet-bos-icon i {
        display: block;
        padding: 20px 0;
        margin-right: 5px;
    }

    .sepet-bos-icon:before {
        position: absolute;
        content: "0";
        width: 32px;
        height: 32px;
        background-color: #fff;
        border-radius: 100%;
        top: 15px;
        right: 12px;
        border: 3px solid #c42c23;
        font-size: 18px;
        font-weight: 600;
        color: #c42c23;
    }

.sepet-bos h3 {
    margin: 0;
    color: #154054;
}

.sepet-bos h4 {
    width: 700px;
    margin: 50px auto;
    color: rgba(0,0,0,.45);
}

.sepet-bos a {
    text-transform: uppercase;
    font-weight: bold;
    color: #c42c23;
}


.sepetim {
    padding-right: 0;
}

    .sepetim > div {
        border: 1px solid #ccc;
        background-color: #fff;
    }

.sepet-box {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}

.sepet-main {
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sepet-body {
    align-self: flex-start;
    padding-top: 10px;
    width: 600px;
}

    .sepet-body .table {
        margin-bottom: 0;
    }

        .sepet-body .table td {
            border: none;
        }

        .sepet-body .table tr > td:first-child {
            width: 120px;
        }

        .sepet-body .table tr td:first-child div {
            position: relative;
            font-size: 12px;
            font-weight: 500;
        }

            .sepet-body .table tr td:first-child div:after {
                content: ":";
                position: absolute;
                top: 0;
                right: -10px;
            }

        .sepet-body .table tr td:last-child {
            color: #154054;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: bold;
        }

.sepet-right {
    width: 110px;
}

.sepet-resim {
    width: 120px;
    height: 120px;
    background-color: #ccc;
}

    .sepet-resim img {
        width: 100%;
    }

.sepet-no {
    background-color: #154054;
    color: #fff;
    text-align: center;
    padding: 4px;
    margin: 5px 0;
}

.sepet-no-val {
    color: #c42c23;
    font-weight: bold;
    text-align: center;
}

.sepet-btns a {
    display: block;
    text-align: center;
    padding: 8px 0;
    margin: 15px 0;
    text-decoration: none;
}

.sepet-baslik {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #154054;
    font-weight: 600;
    padding-right: 0;
    font-size: 12px;
}

    .sepet-baslik > div:before {
        position: absolute;
        content: " : ";
        right: 0;
    }


.sepet-bilgi {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #154054;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}


.alisverise-devam {
    margin-bottom: 10px;
    padding: 0;
}

    .alisverise-devam a {
        border-radius: 0;
    }


/* TeslimatAdresi */

.adres-ekle {
    border-radius: 0;
    margin: 20px 0;
}

    .adres-ekle a {
        border-radius: 0;
    }

.selectable-adres .custom-radio {
    position: absolute;
    right: 17px;
    top: 0px;
    font-size: 32px;
    cursor: pointer;
    z-index: 10;
}

/* Siparis Ozeti */

.secenekler ul {
    padding: 0;
    list-style: none;
    width: 100%;
}

.secenekler li {
    display: inline-block;
    width: 50%;
    padding: 20px 20px;
    border: 1px solid #ccc;
    margin: 0 -2px;
}

.secenekler .custom-radio {
    font-size: 15px;
    font-weight: 500;
}

    .secenekler .custom-radio span:before {
        font-size: 20px;
    }

.odeme-bilgileri h4 {
    font-weight: bold;
}

.odeme-bilgileri h5 {
    font-weight: 500;
    color: #154054;
    margin: 4px 0;
}

.hesabim-title .right {
    float: right;
    font-size: 16px;
    margin: 4px 0;
}

    .hesabim-title .right a {
        color: #c42c23;
        font-weight: 500;
        padding: 10px;
        padding-right: 0;
    }

.adres-tipi {
    background-color: #c42c23;
    margin-top: 5px -15px;
    margin: 9px -10px;
    height: 50px;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: : 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* ödeme başarılı / Ödeme başarısız */

.odeme-sonuc {
    padding: 0;
    text-align: center;
    letter-spacing: 0;
}

    .odeme-sonuc .row {
        margin: 30px 0;
        padding: 30px;
        border: 1px solid #ccc;
        min-height: 400px;
    }

    .odeme-sonuc h1 {
        margin-top: 40px;
        margin-bottom: 20px;
        color: #c42c23;
        font-weight: bold;
    }

    .odeme-sonuc h5 {
        margin-bottom: 30px;
        color: #154054;
        font-weight: 600;
        font-size: 14px;
    }

.tab-content img {
    width: 100% !important;
}


.tab-content > div,
.tab-content h3 {
    width: 100% !important;
}

/* İletisim */

.iletisim {
    margin: 30px 0;
    margin-top: 0;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.iletisim-title {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #154054;
    margin-bottom: 20px;
}

    .iletisim-title span {
        background-color: #fff;
        padding-right: 10px;
    }

    .iletisim-title:before {
        position: absolute;
        content: "";
        background-color: #aaa;
        width: 100%;
        height: 1px;
        top: 50%;
        z-index: -1;
    }

.iletisim-bilgileri .col-inline {
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
}

.iletisim-bilgileri i {
    width: 15px;
    font-size: 20px;
    text-align: center;
    margin-right: 15px;
    color: #c42c23;
    position: relative;
}

    .iletisim-bilgileri i:after {
        content: ":";
        position: absolute;
        top: 0;
        color: #000;
        right: -15px;
    }

.iletisim-map {
    min-height: 590px;
}

    .iletisim-map iframe {
        height: 520px;
    }


/* KATEGORİ ÜRÜNLER */

.kategori-filtre .filtre {
    min-height: initial;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    height: 50px;
    padding: 8px 0;
    background-color: #fff;
    border-color: #ccc;
    margin-bottom: 5px;
    border-radius: 3px;
}

    .kategori-filtre .filtre input {
        height: 34px;
    }

.kategori-filtre .filtre {
    display: flex;
    padding-right: 10px;
}

    .kategori-filtre .filtre .flex span {
        margin-right: 10px;
    }

.hesabim-content .kategori-urunler {
    border: none;
}

.kategori-urunler .urun {
    width: 33.33333333%;
}

/* SAYFALAR */

.page-box {
    border: 1px solid #ccc;
    padding: 20px;
    padding-top: 25px;
    background-color: #fff;
    margin: 50px auto;
}

.page-title {
    margin: 0;
    margin-bottom: 20px;
    color: #c42c23;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

    .page-title span {
        background-color: #fff;
        padding-right: 10px;
    }

    .page-title:before {
        content: "";
        position: absolute;
        background: #ccc;
        width: 100%;
        right: 0;
        left: 0;
        top: 50%;
        height: 1px;
        z-index: -1;
    }

.page-content {
    margin-bottom: 25px;
}

.page-footer {
    padding-top: 10px;
    margin: 0;
    position: relative;
}

    .page-footer:before {
        content: "";
        position: absolute;
        background: #ccc;
        width: 100%;
        right: 0;
        left: 0;
        top: 0;
        height: 1px;
    }

.notify {
    position: fixed;
    top: -60px;
    left: 10px;
    transition: all .7s ease;
    opacity: 0;
}

.fadeIn {
    opacity: 1;
    top: 10px;
    left: 10px;
}

.siparis-coupon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px 12px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.coupon-name {
    float: left;
    width: 80%;
}

.siparis-coupon a {
    background-color: #c42c23;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    width: 19%;
    text-align: center;
    float: right;
}

.coupon-wrapper {
    margin-bottom: 15px;
}


/* Kuponlarim */

.kuponlar {
    margin-top: 30px;
}

.kupon-box {
    border: 1px solid #ccc;
    padding: 20px 15px;
    margin-bottom: 10px;
}

.kupon-main {
    display: flex;
}

.kupon-left {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    background-color: #c42c23;
    display: inline-block;
    margin-right: 10px;
}

.kupon-right {
    display: inline-block;
    flex-grow: 1;
}

.kupon-table .table {
    margin-bottom: 0;
}

.kupon-table tbody tr td {
    font-size: 13px;
    font-weight: 600;
    border: none;
    padding: 6px;
    color: #154054;
}

.kupon-table td.kupon-baslik {
    font-weight: bold;
    width: 150px;
    position: relative;
}

    .kupon-table td.kupon-baslik:before {
        position: absolute;
        content: ":";
        right: 3px;
    }

.kupon-resim {
    display: table;
    height: 100%;
    width: 100%;
}

    .kupon-resim.light {
        background-color: #fff;
    }

    .kupon-resim strong {
        color: #fff;
        font-size: 25px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-weight: 600;
    }

    .kupon-resim img {
        width: 100%;
    }


.kupon-btns {
    padding: 40px 10px;
}

    .kupon-btns a {
        font-size: 13px;
        margin-bottom: 5px;
        border-radius: 0;
        display: block;
    }

.visible-xs-icon {
    display: none;
    margin-right: 3px;
    width: 10px;
    color: #c42c23;
}

/* SİFREMİ UNUTTUM */

#sifre-sifirla {
    height: 42px;
}

.sifirla-box {
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 100px auto;
    padding: 20px 20px;
    width: 600px;
}

.sifirla-text {
    font-size: 15px;
    color: #154054;
}

.sifirla-box form {
    padding-top: 20px;
}

/* HIZLI ALISVERİS */

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.hizli {
    padding: 15px 5px;
}

.hizli-panel {
    padding: 15px !important;
    margin: 0 auto 10px;
}

.panel-white {
    background-color: white;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1), 0px 4px 2px -2px rgba(0,0,0,0.1);
}

.devam {
    margin-top: 20px;
}

.hizli-panel-wrapper.flex {
    justify-content: center;
}

.hizli-panel-wrapper .btn {
    margin-left: 10px;
}

.hizli-urun-baslik {
    color: #3bacda;
}

.hizli-urun-altbaslik {
    color: #b9b9b9;
}

.hizli-urun-aciklama {
    font-size: 12px;
}

.bold {
    font-weight: 600;
}

.btn.btn-lg {
    padding: 8px 32px;
    font-weight: 600;
}

.ayrac {
    border-bottom: 1px solid #ddd;
    margin: 15px 0;
}

.ayrac-2 {
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}

.ayrac-3 {
    border-bottom: 1px solid #ddd;
    margin: 25px 0;
}

.ayrac-4 {
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
}


.hizli .form-group {
    text-align: left !important;
}

.cvc-info {
    font-size: 11px;
    font-weight: 500;
    line-height: 5px !important;
}

.upper {
    text-transform: uppercase;
}

.basarili-urun {
    display: flex;
    justify-content: space-around;
}

    .basarili-urun .image {
        width: 180px;
    }

        .basarili-urun .image img {
            width: 100%;
        }

    .basarili-urun .bilgi {
    }

.hizli-form-teslimat {
}

.row-inverse {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.bootstrap-select button {
    padding-top: 10px;
    padding-bottom: 10px;
}

.hizli-header {
    margin-top: 0;
    background-color: #c42c23;
    max-width: 500px;
    margin: 3px auto;
    padding: 9px 0;
    color: white;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.hizli-paket {
    padding: 0 15px !important;
    margin-bottom: 10px !important;
    list-style: none;
}

    .hizli-paket li {
        display: inline-block;
    }

        .hizli-paket li a {
            color: #666;
        }

        .hizli-paket li:not(:first-child):before {
            content: "\f054";
            font-family: "FontAwesome";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            font-size: 12px;
            -webkit-font-smoothing: antialiased;
            margin: 0 10px;
            color: #999;
        }
