﻿/* reset */
@viewport {
    width: device-width;
}

@font-face {
    font-family: "Oswald Light";
    src: url("../font/oswald-300-light.woff") format("woff");
    font-style: normal;
    font-weight: 300;
}

.ff-oswald-light {
    font-family: "Oswald Light", sans-serif;
}

@font-face {
    font-family: "Roboto Regular";
    src: url("../font/roboto-400-regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

.ff-roboto-regular {
    font-family: "Roboto Regular", sans-serif;
}

@font-face {
    font-family: "Roboto Bold";
    src: url("../font/roboto-700-bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}

.ff-roboto-bold {
    font-family: "Roboto Bold", sans-serif;
}
/**/
body {
    font-family: "Roboto Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #333;
    background-color: #fff;
}
    /**/
    body.agreement {
        margin: 0;
        padding: 20px;
        background-color: #fff;
    }

iframe.agreement {
    width: 100%;
    height: 126px;
    margin: 0 0 1px 0;
    padding: 0;
    border: 1px #ccc solid;
}
/**/
a:link, a:focus, a:visited {
    outline: 0;
    text-decoration: underline;
    color: #272425;
    border: none;
}

a:hover {
    color: #228b22;
}

a.button {
    display: inline-block;
    height: 38px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 38px;
    text-decoration: none;
    color: #fff;
    /*background-color: #00af4b;*/
    background-color: #005588;
}

    a.button:hover {
        color: #fff;
        /*background-color: #228b22;*/
        background-color: #0088CC;
    }

    a.button:focus {
        color: #fff;
    }

*:hover {
    outline: none !important;
}

*:active {
    outline: none !important;
}

*:focus {
    outline: none !important;
}
/**/
table {
    margin: 0 !important;
}

p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: inherit;
    line-height: normal;
}

hr {
    border-top-color: #ccc;
}

    hr.clean {
        margin: 0;
    }
/* bootstrap custom */
.img-fit {
    max-width: 100%;
    height: auto;
}

.media-top {
    vertical-align: top;
}

.media-baseline {
    vertical-align: baseline;
}
/* custom colors */
.color-primary {
    color: #0187d1;
}

.bg-primary {
    background-color: #0187d1;
}

.border-primary {
    border: 1px #0187d1 solid;
}

.color-secondary {
    color: #025893;
}

.bg-secondary {
    background-color: #025893;
}

.border-secondary {
    border: 1px #025893 solid;
}

.color-tertiary {
    color: #e91e63;
}

.bg-tertiary {
    background-color: #e91e63;
}

.border-tertiary {
    border: 1px #e91e63 solid;
}
/* full screen */
.fullscreen {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: url(../img/kapak.jpg) center no-repeat;
    background-size: cover;
}

    .fullscreen .circle {
        display: flex;
        width: 660px;
        height: 660px;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 0 18px 0 rgba(0,0,0,0.12);
    }

        .fullscreen .circle .logo img {
            width: 170px;
            height: 170px;
        }

        .fullscreen .circle form a {
            text-decoration: none;
        }

            .fullscreen .circle form a:hover {
                text-decoration: underline;
            }

        .fullscreen .circle form .status {
            display: none;
            margin: 24px 0 0;
            font-weight: 700;
        }
/* header */
header {
   /* margin-top: 15px;*/
    background: url(../img/pattern.png) repeat-x;
}

    header .container {
        display: flex;
        align-items: center;
    }

        header .container .logo {
            width: 140px;
            height: 140px;
            text-align: center;
            background-color: #fff;
            border-radius: 50%;
        }

        /*header .container .logo img {
                width: 92px;
                height: 92px;
                margin-top: 24px;
            }*/

        header .container .nav {
            flex-grow: 1;
            text-align: right;
        }

            header .container .nav a {
                color: #ffffff;
                text-decoration: none;
            }

                header .container .nav a:hover {
                    text-decoration: underline;
                }

            header .container .nav .nav-sub {
                height: 50px;
                font-size: 14px;
                line-height: 50px;
            }

                header .container .nav .nav-sub a:hover {
                    padding-bottom: 2px;
                    text-decoration: none;
                    border-bottom: 1px #fff solid;
                }

                header .container .nav .nav-sub .separator {
                    margin: 0 15px;
                    border-left: 1px #fff solid;
                    opacity: 0.66;
                }

                header .container .nav .nav-sub .mobile {
                    display: none;
                }

                    header .container .nav .nav-sub .mobile a:hover {
                        border-bottom: none;
                    }

                    header .container .nav .nav-sub .mobile a.icon {
                        font-size: 17px;
                        border-bottom: none;
                    }

            header .container .nav .nav-main {
                height: 50px;
                font-size: 17px;
                line-height: 50px;
                color:#fff;
            }

                header .container .nav .nav-main a:hover {
                    padding-bottom: 4px;
                    text-decoration: none;
                    border-bottom: 2px #ec407a solid;
                }

                header .container .nav .nav-main .separator {
                    margin: 0 18px;
                    border-left: 1px #fff solid;
                    opacity: 0.66;
                }

                header .container .nav .nav-main .sepetim {
                    display: inline;
                    margin-left: 12px;
                    padding: 1px 5px;
                    font-size: 15px;
                    color: #025893;
                    background-color: #fff;
                    border-radius: 7px;
                    vertical-align: top;
                }

                header .container .nav .nav-main .mobile {
                    display: none;
                }

                    header .container .nav .nav-main .mobile a:hover {
                        border-bottom: none;
                    }

                    header .container .nav .nav-main .mobile a.icon {
                        font-size: 17px;
                        border-bottom: none;
                    }
/* main */
main .auto-font-size {
    font-size: 18px;
}
/**/
main .responsive {
    display: none;
    padding: 6px 0 20px;
    line-height: 24px;
}

    main .responsive hr.divider {
        margin: 21px 0 0;
        padding: 0;
        border: none;
    }
/**/
main .banner {
    padding: 15px 0 20px;
}
/**/
main .page-title {
    padding-top: 4px;
    font-family: "Oswald Light", sans-serif;
    font-size: 30px;
    line-height: 45px;
    color: #005588;
}

    main .page-title span.fa {
        padding-top: 2px;
        font-size: 22px;
        line-height: 45px;
        vertical-align: top;
    }

    main .page-title a {
        color: inherit;
        text-decoration: none;
    }

        main .page-title a:hover {
            text-decoration: underline;
        }

    main .page-title img.logo {
        float: right;
    }
/* content */
main .content {
    padding: 1px 0 35px;
}

    main .content .box {
        padding: 20px;
        border: 1px #ccc solid;
    }
    /**/
    main .content .filters {
        padding: 15px 0;
        border: 1px #ccc solid;
    }

        main .content .filters .selector {
            border-right: 1px #ccc solid;
        }

            main .content .filters .selector:last-of-type {
                border-right: none;
            }
    /**/
    main .content .cells {
        margin-top: 20px;
        padding: 20px 15px;
        font-size: 14px;
        text-align: center;
        border: 1px #ccc solid;
    }

        main .content .cells table {
            width: 100%;
        }

            main .content .cells table .thumb {
                height: 160px;
            }

                main .content .cells table .thumb img:hover {
                    opacity: 0.72;
                }

            main .content .cells table .text {
                height: 160px;
            }

            main .content .cells table .text-no-price {
                height: 92px;
            }

            main .content .cells table .action .outofstock {
                color: #fff;
                background-color: #000;
                cursor: default;
                opacity: 0.33;
            }

                main .content .cells table .action .outofstock:hover {
                    background-color: #000;
                }
    /**/
    main .content .product-theme {
        padding: 15px;
        text-align: center;
        border: 1px #ccc solid;
    }

        main .content .product-theme ul {
            list-style: none;
        }

        main .content .product-theme .bx-controls-direction a {
            margin: 0 5px;
            font-size: 15px;
        }

        main .content .product-theme .bx-pager ul {
            display: inline-block;
            margin: 15px 0 0 0;
            padding: 0;
        }

        main .content .product-theme .bx-pager li {
            margin: 0 2px;
            float: left;
            text-align: center;
            border: 1px #ccc solid;
        }

            main .content .product-theme .bx-pager li:first-child {
                margin-left: 0;
            }

            main .content .product-theme .bx-pager li:last-child {
                margin-right: 0;
            }

        main .content .product-theme .bx-pager img {
            width: 88px;
            height: 88px;
        }

            main .content .product-theme .bx-pager img:hover {
                opacity: 0.66;
            }

    main .content .product-data {
        padding: 14px 0 0 20px;
    }
    /**/
    main .content .table-simple div {
        padding: 0;
    }
    /**/
    main .content .table-double .clearfix {
        padding: 8px 0;
    }

        main .content .table-double .clearfix:nth-child(odd) {
            background-color: #f2f2f2;
        }

        main .content .table-double .clearfix:nth-child(even) {
            background-color: #fcfcfc;
        }

        main .content .table-double .clearfix div a img:hover {
            opacity: 0.72;
        }

        main .content .table-double .clearfix.instalment div {
            padding: 0;
        }

        main .content .table-double .clearfix.total {
            margin: 20px 0;
            background-color: #f2f2f2;
        }

        main .content .table-double .clearfix.reset-color {
            background-color: #fff;
        }
    /**/
    main .content .campaigner {
        height: 220px;
        margin-bottom: 20px;
        background: url(../img/kampanyalar.jpg) right bottom no-repeat;
    }

    main .content .campaigns {
        padding: 0 10px 5px;
    }

        main .content .campaigns.left {
            padding-left: 0;
        }

        main .content .campaigns.right {
            padding-right: 0;
        }

        main .content .campaigns .title {
            padding: 15px;
            font-weight: 700;
            color: #fff;
            background-color: #e91e63;
        }

        main .content .campaigns .no-content {
            padding-top: 25px;
            font-weight: 700;
        }

        main .content .campaigns a {
            display: inline-block;
            margin-top: 25px;
            padding-left: 15px;
            border-left: 8px #e91e63 solid;
        }

            main .content .campaigns a .name {
                font-weight: 700;
                font-size: 17px;
            }

            main .content .campaigns a .period {
                font-size: 14px;
            }
    /**/
    main .content .nav-tabs li a {
        text-decoration: none;
        color: #333;
        background-color: #f1f1f1;
        border: none !important;
        border-right: 2px #fff solid !important;
        border-radius: 0;
    }

    main .content .nav-tabs li:last-child a {
        border-right: none !important;
    }

    main .content .nav-tabs li a:hover, .nav-tabs li a:focus {
        color: #333;
        background-color: #d2d2d2;
    }

    main .content .nav-tabs li.active a, main .content .nav-tabs li.active a:hover, main .content .nav-tabs li.active a:focus {
        position: relative;
        font-weight: 700;
        color: #fff;
        background-color: #0187d1;
    }

    main .content .nav-tabs li a.disabled {
        color: #ababab;
        background-color: #f1f1f1;
        cursor: default;
    }

    main .content .tab-content {
        margin-top: 20px;
        padding: 0 20px 20px 20px;
        border: 1px #ccc solid;
        border-radius: 0;
    }
    /**/
    main .content ul.related-thumbs {
        margin: 0;
        padding: 4px 0 1px 0;
        font-size: 14px;
        text-align: center;
        list-style: none;
    }

        main .content ul.related-thumbs li {
            display: inline-block;
            padding: 17px 20px 0;
            vertical-align: top;
        }

            main .content ul.related-thumbs li .thumb a img:hover {
                opacity: 0.72;
            }
/**/
main .contact {
    padding-bottom: 32px;
}

    main .contact .info {
        padding: 15px;
        background-color: #f2f2f2;
        border-left: 2px #fff solid;
    }

        main .contact .info:first-of-type {
            border-left: none;
        }
/**/
.form-elements .single {
    padding: 0;
}

.form-elements .double.left {
    padding: 0 10px 0 0;
}

.form-elements .double.right {
    padding: 0 0 0 10px;
}

.form-elements .double.middle {
    padding: 0 0 0 0;
}

.form-elements .success {
    display: none;
    font-weight: 700;
}

    .form-elements .success p:not(.default) {
        padding-left: 15px;
        border-left: 8px #e91e63 solid;
    }

.form-elements .status {
    display: none;
    margin: 20px 0 0;
    font-weight: 700;
}
/**/
.accordion {
    margin: 0;
    padding: 0;
}

    .accordion dt {
        margin-bottom: 15px;
        font-weight: bold;
        color: #fff;
        background-color: #0187d1;
    }

        .accordion dt:hover {
            background-color: #025893;
        }

        .accordion dt a {
            display: block;
            padding: 10px 20px;
            color: #fff;
            text-decoration: none;
        }

        .accordion dt span:last-child.fa {
            float: right;
            padding-top: 3px;
            opacity: 0.66;
        }

        .accordion dt a:hover span:last-child.fa {
            opacity: 1;
        }

        .accordion dt:last-of-type {
            margin-bottom: 0;
        }

    .accordion dd {
        display: none;
        margin-bottom: 15px;
        padding: 20px;
        background-color: #f2f2f2;
    }

        .accordion dd:last-of-type {
            margin-top: 15px;
            margin-bottom: 0;
        }
/* footer */
footer {
    padding-bottom: 33px;
}

    footer .social-media {
        display: flex;
        margin: 35px 0 16px;
        justify-content: center;
    }

        footer .social-media ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            footer .social-media ul li {
                width: 42px;
                height: 42px;
                margin-right: 8px;
                float: left;
                text-align: center;
            }

                footer .social-media ul li:last-child {
                    margin-right: 0;
                }

                footer .social-media ul li a {
                    display: block;
                    font-size: 20px;
                    line-height: 40px;
                    color: #7f7f7f;
                    text-decoration: none;
                    border: 1px #7f7f7f solid;
                    border-radius: 50%;
                }

                    footer .social-media ul li a.fa-google-plus {
                        font-size: 16px;
                    }

                    footer .social-media ul li a:hover.fa-facebook {
                        color: #fff;
                        background-color: #3b5998;
                        border: 1px #3b5998 solid;
                    }

                    footer .social-media ul li a:hover.fa-twitter {
                        color: #fff;
                        background-color: #2aa9e0;
                        border: 1px #2aa9e0 solid;
                    }

                    footer .social-media ul li a:hover.fa-youtube-play {
                        color: #fff;
                        background-color: #cd201f;
                        border: 1px #cd201f solid;
                    }

                    footer .social-media ul li a:hover.fa-instagram {
                        color: #fff;
                        background-color: #3f729b;
                        border: 1px #3f729b solid;
                    }

                    footer .social-media ul li a:hover.fa-pinterest {
                        color: #fff;
                        background-color: #cc2127;
                        border: 1px #cc2127 solid;
                    }

                    footer .social-media ul li a:hover.fa-google-plus {
                        color: #fff;
                        background-color: #d84733;
                        border: 1px #d84733 solid;
                    }

                    footer .social-media ul li a:hover.fa-linkedin {
                        color: #fff;
                        background-color: #007ab4;
                        border: 1px #007ab4 solid;
                    }

    footer .copyright a {
        color: #7f7f7f !important;
    }

        footer .copyright a:hover {
            color: #e91e63 !important;
        }

    footer .separator {
        margin: 0 10px;
        border-left: 1px #7f7f7f solid;
        opacity: 0.66;
    }
/* top of page */
.topofpage {
    display: none;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 32px transparent solid;
    border-right: 32px transparent solid;
    border-bottom: 32px #0187d1 solid;
}

    .topofpage:hover {
        border-bottom-color: #e91e63;
        cursor: pointer;
    }
/* fbox */
.fbox {
    display: none;
    text-align: left;
}

.fbox-header {
    padding: 0 20px;
    background-color: #0187d1;
}

.fbox-title {
    margin: 20px 0;
    padding-bottom: 0;
    font-family: "Oswald Light", sans-serif;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.fbox-content {
    margin: 20px;
    padding: 25px 20px;
    border: 1px #ccc solid;
}

    .fbox-content .compact {
        width: 400px;
        text-align: center;
    }

    .fbox-content .extended {
        width: 640px;
    }

.fbox-buttons {
    padding-bottom: 20px;
    text-align: center;
}

    .fbox-buttons a, .fbox-buttons button {
        display: inline-block;
        margin: 0 5px;
    }
/* form */
form label {
    display: none !important;
}

*[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

*:-ms-input-placeholder {
    color: #333;
}

*:-moz-placeholder {
    color: #333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333;
    opacity: 1;
}

*::-webkit-input-placeholder {
    color: #333;
}
/* input */
form input {
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
}

    form input::-ms-clear {
        display: none;
    }

    form input::-ms-reveal {
        display: none;
    }

form input {
    padding: 0 10px;
    width: 100%;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    border: 1px #0088CC solid;
}

    form input:focus {
        border: 1px #228b22 solid;
    }

form#login input {
    text-align: center;
}
/* select */
form select {
    height: 38px;
    border: none;
}

form select, form .select2 {
    width: 100% !important;
}
/* textarea */
form textarea {
    display: block;
    overflow: auto;
    resize: none;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: normal;
    border: 1px #00af4b solid;
    -webkit-appearance: none;
}

    form textarea:focus {
        border: 1px #e91e63 solid;
    }

form textarea {
    height: 102px;
}
/* button */
form button {
    height: 38px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    /*background-color: #00af4b;*/
    background-color: #005588;
    border: none;
    border-radius: 0 !important;
}

    form button:hover {
        color: #fff !important;
        /*background-color: #228b22;*/
        background-color: #0088CC;
        box-shadow: none !important;
    }

    form button:focus {
        color: #fff !important;
    }

.btn-spacer {
    padding: 0 5px;
}
/* checkboxes */
span.checkbox {
    display: inline-block;
    padding: 2px 15px 0 0;
}

    span.checkbox input[type=checkbox] {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        span.checkbox input[type=checkbox] + label {
            display: inline-block !important;
            height: 17px;
            min-height: 17px !important;
            padding-left: 30px;
            font-weight: 400;
            font-size: 16px;
            line-height: 17px;
            vertical-align: top;
            background-repeat: no-repeat;
            background-position: 0 0;
            cursor: pointer;
        }

        span.checkbox input[type=checkbox]:checked + label {
            background-position: 0 -17px;
        }

    span.checkbox label {
        background-image: url(../img/form-checkbox-tertiary.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    span.checkbox.reset {
        margin: 4px 0 0 0;
    }

        span.checkbox.reset label {
            padding-left: 17px !important;
        }
/* radio */
span.radio {
    display: inline-block;
    padding: 2px 15px 0 0;
}

    span.radio input[type=radio] {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        span.radio input[type=radio] + label {
            display: inline-block !important;
            height: 16px;
            min-height: 16px !important;
            padding-left: 30px;
            font-weight: 300;
            line-height: 15px;
            background-repeat: no-repeat;
            background-position: 0 0;
            cursor: pointer;
        }

        span.radio input[type=radio]:checked + label {
            background-position: 0 -16px;
        }

    span.radio label {
        background-image: url(../img/form-radio-tertiary.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
/* amount-controller ***baþýndaki form tagý kaldýrýlmýþtýr*** */
.amount-controller span a {
    display: inline-block;
    width: 34px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    background-color: #fff;
    border: 1px #ccc solid;
}

.amount-controller span:first-child a {
    border-right: none;
}

.amount-controller span:last-child a {
    border-left: none;
}

.amount-controller span a:hover {
    color: #e91e63;
}

.amount-controller input[type=text] {
    width: 50px;
    height: 38px;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    border: 1px #ccc solid;
    border-radius: 0;
}
.toast-success {
    background-color: #005588 !important;
}

.toast-error {
    background-color: #b30000 !important;
}

.toast-info {
    background-color: #0077aa !important;
}

.toast-warning {
    background-color: #ff8800 !important;
}
.toast-middle-right {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) !important;
    z-index: 999999;
}
/* toastr container */
#toast-container.toast-middle-right {
    top: 50% !important;
    right: 20px !important;
    left: auto !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
}

    /* toast arası boşluk */
    #toast-container.toast-middle-right > div {
        margin-top: 10px;
    }