﻿body {
    background-color: #efefef;
    font-family: "sofia-pro",sans-serif;
}

.font-size-13px {
    font-size: 13px !important;
}

.font-size-14px {
    font-size: 14px !important;
}

.font-size-15px {
    font-size: 15px !important;
}

.font-size-16px {
    font-size: 16px !important;
}

.text-underline {
    text-decoration: underline;
}

.menuBg {
    background-color: #424b56 !important;
    padding-bottom: 0 !important;
}

    .menuBg .nav-link {
        color: white !important;
    }

.navbar .dropdown-menu h6 a {
    color: #4285f4 !important;
    padding: 5px !important;
    margin-top: 10px;
    font-weight: bold;
}

.navbar .dropdown-menu a {
    padding: 0 !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
}

.menuMaxWidth {
    max-width: calc(80%) !important;
    margin: auto;
}

@media(max-width: 992px) {
    .menuBg {
        background-color: transparent !important;
    }

        .menuBg .nav-link {
            color: #424b56 !important;
        }

    .navbar .dropdown-menu {
        position: unset !important;
    }
}

@font-face {
    font-family: tk-sofia-pro-n7;
    src: url('https://fonts.typekit.net/af/41cb0f/0000000000000000000157a9/27/l?primer=db43b2cf70ba7f2d8bdd897d0eff6b31c8f2c553356ea590dd96ac135ce0b6b9&fvd=n7') format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: tk-sofia-pro-n3;
    src: url('https://fonts.typekit.net/af/6b18c8/0000000000000000000157ad/27/l?primer=db43b2cf70ba7f2d8bdd897d0eff6b31c8f2c553356ea590dd96ac135ce0b6b9&fvd=n3') format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: tk-sofia-pro-n5;
    src: url('https://fonts.typekit.net/af/419333/0000000000000000000157af/27/l?primer=db43b2cf70ba7f2d8bdd897d0eff6b31c8f2c553356ea590dd96ac135ce0b6b9&fvd=n5') format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: tk-sofia-pro-n4;
    src: url('https://fonts.typekit.net/af/8f10b9/0000000000000000000157b1/27/l?primer=db43b2cf70ba7f2d8bdd897d0eff6b31c8f2c553356ea590dd96ac135ce0b6b9&fvd=n4') format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: tk-sofia-pro-n6;
    src: url('https://fonts.typekit.net/af/316fa8/0000000000000000000157b3/27/l?primer=db43b2cf70ba7f2d8bdd897d0eff6b31c8f2c553356ea590dd96ac135ce0b6b9&fvd=n6') format("woff2");
    font-weight: 600;
    font-style: normal;
}

a {
    outline: none;
}

.border-width-2 {
    border-width: 2px !important;
}

.border-right-sm {
    border-right: 1px solid #cccccc !important;
}

@media(max-width: 767px) {
    .border-right-sm {
        border-right: 0 !important;
    }
}

.carousel-item img {
    /*max-width: 500px !important;*/
}

#productCarousel .carousel-item {
    width: 370px;
    height: 370px;
}

.btn {
    white-space: nowrap;
}

    .btn.btn-sm {
        padding: .5rem 1rem !important;
        font-size: 11px;
    }

.navbar-nav .dropdown:hover .dropdown-menu {
    /*display: block;*/
}

.nav-item-custom {
    margin-right: 10px;
}

    .nav-item-custom:hover, .nav-item-custom:active {
        border-bottom: 2px solid #3f729b;
    }

.checkContainer {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default checkbox */
    .checkContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #bbb;
}

/* On mouse-over, add a grey background color */
.checkContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkContainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    border: none;
}

/* Show the checkmark when checked */
.checkContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkContainer .checkmark:after {
    left: 9px;
    top: 3px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.customFileInput {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border-bottom: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.customInput {
    content: "Seçim yapın";
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ced4da !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.fa-15x {
    font-size: 1.5em;
}

@media(max-width: 767px) {
    .logoKucukEkran .fa-15x {
        /*font-size: 1em;*/
    }

    .sepetDoluSpan {
        /*font-size: 8px !important;
        top: -7px !important;
        right: 3px !important;*/
    }
}

.marginTop10 {
    margin-top: 10px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginRight10 {
    margin-right: 10px;
}

.md-form {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

    .md-form label {
        color: gray !important;
        font-weight: 400;
    }

.btn-rounded {
    border-radius: 10em;
}

.btnYeni {
    margin: 0 !important;
}

.menu-right {
    right: 0;
    left: auto;
}

@media (max-width:992px) {
    .menu-right {
        right: auto;
    }
}

.carousel .carousel-indicators li {
    width: 20px;
    height: 3px;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}

/*.carousel-control-prev, .carousel-control-next {
    background-color: #cccccc !important;
    font-size: 5em;
    opacity: .3 !important;
}

    .carousel-control-prev:hover, .carousel-control-next:hover {
        opacity: .3 !important;
    }*/

.headerRow {
    font-weight: bold;
    border: 1px solid #000000;
    color: white;
    background-color: #495057;
    margin-top: 10px;
    margin-bottom: 10px;
}

.itemRow {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
}



.dataTables_length label {
    margin-right: 1rem;
    padding-top: 1rem;
}

.dataTables_filter.md-form {
    margin-top: .55rem;
}

    .dataTables_filter.md-form input {
        font-weight: 300;
    }

.dataTables_wrapper .row {
    margin-bottom: 1.5rem;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
    padding-bottom: 1rem;
}

.dataTables_paginate {
    float: right;
}

.dataTables_filter {
    float: right;
}

@media (max-width:400px) {
    table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
        background: none !important;
    }
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.sepetDoluSpan {
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 13px;
    border-radius: 50%;
    background-color: #dc3545;
    padding: 3px 6px 3px 6px;
    color: white;
    font-weight: bold;
}

.slider {
    background-color: white;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
}

.urun {
    /*-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);*/
}

.slider {
    /*border-radius: 10px;*/
}

.urunCard {
    font-size: 14px !important;
    margin-bottom: 5px;
}

.slider div {
    text-align: center;
    /*border-radius: 10px;*/
}

.slider img {
    margin: auto;
}

.saticiFiyat {
    font-weight: bold;
    font-size: 14px;
}

.saticiAdet {
    margin-bottom: 0 !important;
    font-size: 14px;
}

.urunResim {
    padding-top: 10px;
    height: 180px;
    width: 180px;
    margin: auto;
}

.urunResimDetay {
    padding-top: 10px;
    height: 400px;
    width: 400px;
    margin: auto;
    padding-bottom: 10px;
}

.card {
    margin-left: 8px;
    margin-right: 8px;
}

.no-shadow {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 0;
}

.urun .slick-next, .urun .slick-prev {
    top: -25px;
    right: 15px;
    left: unset;
}

.urun .slick-prev {
    margin-right: 35px;
}

.slick-slide img {
    display: unset !important;
}

.slick-slider + .slick-slider {
    margin-top: 10px;
    margin-bottom: 10px;
}

.enDusukFiyatSpan {
    display: inline-block !important;
    color: #0a30ec;
    border: 2px solid #0a30ec;
    font-weight: 700;
    padding: 4px 8px;
}

.miadYakin {
    display: inline-block !important;
    color: #bf303e;
    border: 2px solid #bf303e;
    font-weight: 700;
    padding: 4px 8px;
}

.fiyatSpan {
    border: 2px;
    padding: 4px 8px;
}

.urunHizliFiyat {
    position: absolute;
    right: 0;
    top: 0;
}

.card-title, .card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
}

#productCarousel {
    padding: 10px 10px;
}

.nopadding {
    padding-right: 0;
    padding-left: 0;
}

.fiyatBaslik {
    margin-bottom: 0;
    font-size: 12px;
}

.toplamTutar {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.urunDetayBaslik {
    width: 130px;
    font-size: 13px;
    float: left;
    margin-bottom: 0px !important;
}

.urunDetayDeger {
    margin-bottom: 0px !important;
}

.urunResimDiv {
}

.urunDetayResim {
    width: 100px;
    height: 100px;
    margin: 10px;
}

.kargoBilgi {
    font-size: 11px;
}

.saticiAd {
    font-size: 16px;
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.sellerCaption {
    font-weight: bold;
    font-size: 20px;
}

.sellerCargo {
    position: absolute;
    right: 10px;
    top: 0;
    height: 75px;
    width: 75px;
    background-image: url(/img/cargo.png);
    background-repeat: no-repeat;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.sellerName {
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    color: #ECBE24;
}

.sellerNameYok {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.sellerManufacturer {
    font-size: 14px;
    margin-top: -5px;
}


.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-flex;
    color: #b1b1b1;
    overflow: hidden;
}

.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fde16d;
}

    .empty-stars:before, .full-stars:before {
        content: "\2605\2605\2605\2605\2605";
        font-size: 20pt;
    }

.empty-stars:before {
    -webkit-text-stroke: 1px #848484;
}

.full-stars:before {
    -webkit-text-stroke: 1px orange;
}

.ratingValue {
    font-size: 14pt !important;
    line-height: 20pt !important;
    margin-left: 10px !important;
    color: #848484;
    display: inline-block;
    vertical-align: middle;
}

.taksitTable {
    border: 1px solid #cccccc;
    width: 100%;
    text-align: center;
    font-weight: 500 !important;
    margin-bottom: 10px;
}

    .taksitTable tr:first-child {
        height: 40px;
        text-align: center;
        color: #fff;
    }

    .taksitTable th {
        height: 30px;
        text-align: center;
        color: #fff;
    }

    .taksitTable tr {
        border: 1px solid #cccccc;
    }

    .taksitTable td {
        font-size: 14px;
        border: 1px solid #cccccc;
    }

.bankaAdi {
    font-size: 16px;
    font-weight: bold;
}


.mesajGonder {
    font-size: 13px;
    color: black;
}

.sellerIcon {
    position: absolute;
    right: 0;
    bottom: -20px;
}



.navbar > [data-toggle="collapse"]:after {
    content: "";
}

[data-toggle="collapse"]:after {
    display: inline-block;
    font-family: 'Font Awesome\ 5 Pro';
    font-size: 14px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    transform: rotate(0);
    transition: all linear 0.25s;
    float: right;
    font-weight: 900;
}

.navbar-toggler {
    color: #424b56 !important;
}


[data-toggle="collapse"].collapsed:after {
    transform: rotate(180deg);
}

.loaderDiv {
    display: none;
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .loaderDiv::before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        color: white;
    }

    .loaderDiv:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loaderDiv:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0,white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
            box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
        }

.aramaLoader {
    display: none;
    position: absolute;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .aramaLoader::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        color: white;
    }

    .aramaLoader:not(:required) {
        /* hide "loading..." text */
        width: 100%;
        height: 100%;
        margin: auto;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .aramaLoader:not(:required):after {
            content: '';
            margin: auto;
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: 20%;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0,white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
            box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
        }

.aramaClose {
    position: absolute;
    right: 5px;
    top: 5px;
}

.selectedFilter {
    font-weight: bold;
}

.markaList {
    list-style: none;
    font-size: 14px;
}

    .markaList > input, label {
        cursor: pointer !important;
    }


.filterBar {
    background-color: white;
    padding: 5px;
    margin-bottom: -5px;
    display: inline-block;
    width: 100%;
}

    .filterBar ul {
        margin: 0;
        padding: 0;
        border: 0;
        font: inherit;
        outline: 0;
        list-style: none;
    }

.filteredElement {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
    display: inline-block;
    float: left;
    padding: 4px 4px 4px 6px;
    height: 32px;
    font-size: 13px;
    margin-left: 3px;
    margin-top: 3px;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

    .filteredElementUrunList a i, .filteredElement a i {
        font-size: 20px;
        line-height: 24px;
        float: left;
        color: #c00;
    }

.filteredElementUrunList {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
    display: inline-block;
    padding: 4px 4px 4px 6px;
    height: 32px;
    font-size: 13px;
    margin-left: 3px;
    margin-top: 3px;
    border: 1px solid #cccccc;
    border-radius: 6px;
}


.filteredContent {
    display: inline-block;
    width: auto;
    float: left;
    margin-left: 5px;
}

    .filteredContent .filterName {
        font-size: 11px;
        font-weight: 600;
        color: #999;
    }

    .filteredContent span {
        margin: 0 10px 0 0;
        padding: 0;
        display: block;
        width: 100%;
        height: auto;
        line-height: 24px;
        font-size: 12px;
    }

.filterBarClear {
    font-size: 14px;
    padding: 4px 4px 4px 6px;
    margin-left: 3px;
    margin-top: 5px;
    font-weight: bold;
    z-index: 5;
}

    .filterBarClear:hover, focus {
        color: #337ab7;
    }

.markaSort {
    cursor: pointer;
    font-size: 12px;
}

.menuButtonKucuk, .navbar {
    box-shadow: none !important;
}

.zindex1 {
    z-index: 4;
}

.odemeBlok {
    font-size: 14px;
    top: 15px;
}

    .odemeBlok .table td {
        border: 0 !important;
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: black;
    opacity: 0.3;
    z-index: 3;
    display: none;
}

.maxHeight500 {
    max-height: 500px;
    overflow: auto;
}

    .maxHeight500::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #f5f5f5;
    }

    .maxHeight500::-webkit-scrollbar {
        height: 6px;
        width: 10px;
        background-color: #f5f5f5;
    }

    .maxHeight500::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #ccc;
    }

.maxHeight400 {
    max-height: 400px;
    overflow: auto;
}

    .maxHeight400::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #f5f5f5;
    }

    .maxHeight400::-webkit-scrollbar {
        height: 6px;
        width: 10px;
        background-color: #f5f5f5;
    }

    .maxHeight400::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #ccc;
    }

#aramaSonuc {
    position: absolute;
    z-index: 1010;
    top: 65px;
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #ccc;
    z-index: 1001;
    display: none;
}


.urunAramaAd {
    margin: auto 0;
}

    .urunAramaAd > div {
        font-size: 12px;
        float: right;
    }

.urunAramaAdOneri {
    margin: auto 0;
}


.highlight {
    text-decoration: none;
    color: black;
    background: yellow;
}

.inline-rb input[type="radio"] {
    width: auto;
    margin-right: 3px;
}

.inline-rb label {
    display: inline;
    margin-right: 15px;
}


@media (max-width: 992px) {
    .maxWidth {
        max-width: 992px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .sepet .card {
        padding-left: 0;
        padding-right: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .menuButtonKucuk {
        position: absolute !important;
        left: 0 !important;
        top: 10px !important;
        background-color: transparent !important;
        margin-left: -10px;
        margin-right: 0;
        z-index: 2;
        /*width: 100%;*/
    }

    .navbar-collapse {
        background-color: white !important;
        margin-top: 20px !important;
    }

    .urunAramaAdOneri {
        font-size: 13px;
    }

    .logoKucukEkran {
        /*margin-left: 3rem;*/
    }
}

.toggleYazi {
    display: none;
}

@media(max-width: 767px) {
    .zindex1 {
        z-index: 4;
        margin-bottom: 10px;
    }

    #aramaSonuc {
        top: 125px;
    }

    .urunAramaAd {
        display: block;
    }

    .menuButtonKucuk {
        top: 65px !important;
    }

    .navbar-collapse {
        margin-top: 60px !important;
        margin-left: -5px !important;
    }

    .toggleYazi {
        padding-left: 2rem;
        line-height: 30px;
        font-size: 14px;
        display: flex;
    }
}

@media(max-width: 992px) {
    .logoKucukEkran {
        z-index: 30 !important;
        white-space: nowrap;
    }

    #aramaSonuc {
        z-index: 1001;
    }
}

@media (max-width:576px) {
    .sepetButtonKucuk {
        padding: 10px !important;
    }

    table th, table td {
        font-size: 12px !important;
    }

    .logoKucukEkran img {
        margin-top: 5px;
        width: 150px;
    }

    .navbar-collapse {
        margin-top: 50px !important;
        margin-left: -5px !important;
    }
}

@media(max-width: 350px) {
    .logoKucukEkran img {
        margin-top: 15px;
        width: 120px;
    }
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}

.scrollTop {
    position: fixed;
    right: 55px;
    bottom: 85px;
    opacity: 0;
    width: 50px;
    height: 50px;
    line-height: 65px;
    text-align: center;
    border-radius: 5px;
    z-index: 100000;
    cursor: pointer;
    /*font-size: 35px;*/
}

    .scrollTop a {
        font-size: 18px;
        color: #fff;
    }


footer ul {
    list-style: none;
    padding: 0;
}

.footerKomplika {
    border-top: 1px solid #ccc;
    padding: 10px;
}

.footerClass {
    background: white;
}

.footerText {
    font-size: 14px;
    color: #777777;
}

.footerClass h3 {
    border-top: 4px solid;
    font-size: 20px !important;
    color: #333 !important;
    font-weight: normal !important;
    padding: 15px 0 5px 0;
}


@media (max-width: 992px) {
    .footerLogo {
        text-align: center !important;
    }

    .container {
        max-width: 992px !important;
    }
}

.resizeNone {
    resize: none;
}

.mesajContent {
    height: 435px;
    overflow-y: auto;
}

    .mesajContent ul {
        list-style: none;
        padding: 0 !important;
    }

        .mesajContent ul li {
            display: inline-block;
            clear: both;
            float: left;
            margin: 0 !important;
            width: calc(100% - 25px);
            font-size: 0.9em;
        }

            .mesajContent ul li p {
                display: inline-block;
                padding: 10px 15px;
                border-radius: 20px;
                max-width: calc(100% - 50px);
                line-height: 130%;
                margin-bottom: 5px;
            }

            .mesajContent ul li.sent p {
                background: #f5f5f5;
                float: right;
                margin-right: -25px !important;
            }

            .mesajContent ul li.reply p {
                background: #435f7a;
                color: #f5f5f5;
            }

    .mesajContent::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #f5f5f5;
    }

    .mesajContent::-webkit-scrollbar {
        height: 6px;
        width: 10px;
        background-color: #f5f5f5;
    }

    .mesajContent::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #ccc;
    }

.mesajDetayBilgi {
    color: #999;
    font-size: 12px;
    margin-bottom: 5px;
}

.mesajDetayBaslik {
    position: sticky;
    top: -0.5rem;
    background-color: #eeeeee;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.mesajTarih {
    color: #848484;
    font-size: 12px;
    float: right;
}

.mesajFontSize {
    font-size: 13px !important;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.selectedMesaj {
    background-color: #eee !important;
}

.kullaniciSonMesaj {
    min-height: 100px;
    height: 100px;
}

@-moz-document url-prefix() { /*dropdown-menu-right de hover pır pırı için*/
    .dropDownActive {
        will-change: unset !important;
        right: 5px !important;
        top: 20px !important;
        left: unset !important;
        transform: unset !important;
    }
}

.dropDownActive > a:hover {
    color: white !important;
    text-decoration: none !important;
    background-color: #16181B !important;
}

.profilPages .nav-link {
    color: #6c757d;
}

.profilPages .active {
    color: #007bff;
}

.iadePages .nav-link {
    color: #6c757d;
}

.iadePages .active {
    color: #007bff;
}

#kargo-tab .custom-checkbox .custom-control-label::before {
    width: 30px !important;
    height: 30px !important;
}

#kargo-tab .custom-control-label::after {
    width: 30px !important;
    height: 30px !important;
}

#kargo-tab .custom-control-label {
    line-height: 40px !important;
    font-size: 20px;
}


.customMiadsizBtn {
    margin-top: 0;
    margin-left: 0;
    height: 38px;
}


.odemePage .nav-link {
    color: #212121 !important;
}

.odemePage .nav-pills .active {
    color: #007bff !important;
    background-color: transparent !important;
    border-bottom: 2px solid;
    border-radius: 0 !important;
}

.odemePage .custom-checkbox .custom-control-label::before {
    width: 20px !important;
    height: 20px !important;
}

.odemePage .custom-control-label::after {
    width: 20px !important;
    height: 20px !important;
}

.odemePage .custom-control-label span {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
}

.checkbox {
    border: 1px solid #ccc;
    padding: 5px;
    padding-left: 15px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        font-size: 13px;
        color: #777;
        margin: 0;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 4px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"], .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
            font-family: "Font Awesome 5 Pro";
            content: "\f00c";
            font-weight: bold !important;
            font-size: 13px;
            display: flex;
            align-items: center;
        }

.checkbox-custom input[type="checkbox"]:checked + label::before, .checkbox-custom input[type="radio"]:checked + label::before {
    background-color: #17a2b8;
    border-color: #17a2b8 !important;
}

.checkbox-custom input[type="checkbox"]:checked + label::after, .checkbox-custom input[type="radio"]:checked + label::after {
    color: #fff;
}

@media(max-width: 1200px) {
    .checkbox img {
        width: 100px !important;
    }
}

.notifyMessage {
}

.notifyMaxHeight {
    max-height: 350px;
    width: 350px !important;
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
    padding: 0 !important;
}

    .notifyMaxHeight::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #f5f5f5;
    }

    .notifyMaxHeight::-webkit-scrollbar {
        height: 6px;
        width: 10px;
        background-color: #f5f5f5;
    }

    .notifyMaxHeight::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #ccc;
    }

.notifyBody {
    width: 330px !important;
    overflow: hidden;
    white-space: normal;
    font-size: 14px;
    color: black;
}



.notifyMessage:hover {
    background-color: #efefef !important;
    cursor: pointer;
}

.notifyMessage .text-right {
    font-size: 12px;
    color: #999999;
}

.allNotifies {
    position: sticky;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #cccccc;
    color: black !important;
    font-size: 14px;
}

.siparisProgress {
    border-bottom: 3px solid #777777;
    color: #777777;
    font-weight: bold;
    margin-bottom: 20px;
}

.statusOk {
    border-color: #00c851 !important;
    color: #00c851;
}


.siparisProgressCheck {
    position: absolute;
    right: 0;
    bottom: -12px;
    background-color: white;
}

.YorumStar {
    color: #ffc107 !important;
}

.urunCevap, .miadCevap, .kargoCevap {
    cursor: pointer;
    color: #dc3545;
}

.cevapOk {
    color: #00c851 !important;
}

.soruBaslik {
    vertical-align: middle !important;
    font-size: 16px;
    font-weight: bold;
}

.siparisIslem {
    width: 100%;
    cursor: pointer;
}

.topluIslem {
    float: right;
    cursor: pointer;
}

.iadeIslem {
    width: 100%;
    cursor: pointer;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 5px;
}

    .iadeIslem:hover {
        webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
        box-shadow: 0 0 8px rgba(0,0,0,.2);
    }

.mypagination {
    list-style: none;
    display: inline-block;
    padding-left: 0;
    text-align: center;
    margin: 8px 0 !important;
}

    .mypagination li {
        display: inline;
    }

        .mypagination li > a {
            position: relative;
            float: left;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            padding: 5px 10px;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

    .mypagination > li > a:hover {
        z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }

    .mypagination li:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .mypagination li:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.markalarDiv {
    /*float: left;*/
    font-size: 10px;
    /*text-align: center;*/
}

.markalarTumButton {
    text-decoration: none;
    text-align: center;
    padding: 0 !important;
    width: 130px;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .markalarTumButton:hover {
        background: #63a83c;
        color: #FFF !important;
        cursor: pointer;
        text-decoration: none;
    }

.tableEkstraButtons {
    position: sticky;
    top: 15%;
    margin: auto;
    width: 250px;
    z-index: 100;
}


/* Webkit-text-stroke is not supported on firefox or IE */

/* Firefox */
/*@-moz-document url-prefix() {
    .full-stars {
        color: #ECBE24;
    }
}
/* IE */
/*<!-- [if IE] > .full-stars {
    color: #ECBE24;
}

<!--[endif] -->*/

