.header .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    flex-shrink: 0;
}

.header button {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
}

.header  .btn-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    height: 40px;
    width: 40px;
    padding: 0 !important;
}

.header a {
    color: inherit;
    text-decoration: none;
}

.header a:hover{
    color: inherit;
    text-decoration: none;
}


.header a {
    color: inherit;
    text-decoration: none;
}

.header  img {
    vertical-align: middle;
}

.header blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
    margin: 0;
}

.header button, .header fieldset, .header iframe {
    border: 0;
}

.header fieldset, .header ul, .header ol, .header button, .header menu {
    padding: 0;
}

.header ol, .header ul {
    list-style: none;
}

header td {
    padding: 0;
}


    body.overflow {
        overflow: hidden;
    }

    body.scroll-padding {
        padding-right: 17px;
    }

header.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

    header.header.sticky .mega-menu {
        padding-bottom: unset !important;
    }

.header {
    background-color: #f0f0f0;
    /*background-color: #0e111b;*/
    color: #000;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: var(--header-height);
    position: relative;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    border-bottom: 1px solid #e4e3e3;
    /*&-switch {
        padding: 0 !important;
        width: $finger-size - 5px;
        height: $finger-size - 5px !important;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        z-index: 2;

        div {
            height: 2px;
            width: 100%;
            background-color: #fff;
            transition: all .2s;
            pointer-events: none;
        }

        &.active {
            div {
                background-color: #000;
            }

            div:nth-child(1) {
                transform: translateY(9px) rotate(45deg);
            }

            div:nth-child(2) {
                opacity: 0;
            }

            div:nth-child(3) {
                transform: translateY(-9px) rotate(-45deg);
            }
        }

        @include mq('desktop') {
            display: none !important;
        }
    }*/
}

@media (min-width: 1195px) {
    .header {
        color: #000;
        -webkit-box-pack: stretch;
        justify-content: stretch;
    }
}

.header.hover {
    background-color: #fff;
    color: #0e111b;
}

.header > a {
    height: var(--header-height);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.header .mega-menu {
    position: absolute;
    background-color: #fff;
    color: #000;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - var(--header-height));
    top: 50px;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 1;
    overflow: auto;
    padding-bottom: 40px;
}

@media (min-width: 1195px) {
    .header .mega-menu {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        z-index: 2;
        padding-bottom: unset;
    }
}

.header .mega-menu.hide {
    opacity: 0;
    visibility: hidden;
    left: -100px;
    overflow: hidden;
}

.header .mega-menu a {
    min-height: 50px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: .25em 1em;
    font-size: 16px;
}

    .header .mega-menu a > span:first-child {
        flex-grow: 1;
    }

    .header .mega-menu a > svg {
        flex-shrink: 0;
    }

@media (min-width: 1195px) {
    .header .mega-menu a {
        border-color: #0e111b;
        min-height: 40px;
        background-color: inherit;
        padding-left: 0;
        padding-right: 0;
        font-size: 1em;
    }
}

.header .mega-menu > a:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background-color: #0e111b;
    color: #fff;
}

    .header .mega-menu > a:first-child span {
        pointer-events: none;
    }

        .header .mega-menu > a:first-child span:last-child {
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
        }

            .header .mega-menu > a:first-child span:last-child .icon {
                margin-right: 8px;
            }

.header .mega-menu p.title {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    height: 50px;
    padding: .25em 1em;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

    .header .mega-menu p.title ~ a {
        padding-left: 2em;
    }

@media (min-width: 1195px) {
    .header .mega-menu p.title ~ a {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1195px) {
    .header .mega-menu p.title {
        font-size: 1em;
        padding-left: 0;
        padding-right: 0;
        background-color: inherit;
        height: auto;
        border-bottom: none;
    }
}

@media (min-width: 1195px) {
    .header .mega-menu {
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: space-evenly;
        justify-content: space-evenly;
    }

        .header .mega-menu [data-toggle='mega-menu-slide'] {
            display: none;
        }

        .header .mega-menu > div {
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
        }
}

.header .mega-menu:not(.header-menu-bakan) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media (min-width: 1195px) {
    .header .mega-menu:not(.header-menu-bakan) > div {
        width: 25%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .header .mega-menu:not(.header-menu-bakan) > div > p {
            margin-bottom: 20px;
            color: #0e111b;
        }

        .header .mega-menu:not(.header-menu-bakan) > div a {
            position: relative;
            border-bottom: none;
        }

            .header .mega-menu:not(.header-menu-bakan) > div a + a {
                margin-top: calc(20px / 2);
            }

            .header .mega-menu:not(.header-menu-bakan) > div a::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                height: 1px;
                width: 100%;
                background-image: -webkit-gradient(linear, left top, right top, from(#0e111b), to(white));
                background-image: linear-gradient(to right, #0e111b, white);
                -webkit-transition: all .5s;
                transition: all .5s;
            }

            .header .mega-menu:not(.header-menu-bakan) > div a:hover {
                color: #0e111b;
            }

                .header .mega-menu:not(.header-menu-bakan) > div a:hover::after {
                    width: 50%;
                }
}

.header-menu {
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    left: -100px;
    width: 100%;
    height: calc(100vh);
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: auto;
    padding: 25px 0;
}

@media (max-width: 1199px) {
    .header-menu {
        font-size: 13px;
        padding:0;
    }
}

@media (max-width: 1195px) {
    .header-menu {
        background-color: #fff;
    }
}

@media (min-width: 1195px) {
    .header-menu {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
        position: unset;
        height: var(--header-height);
        width: auto;
        opacity: 1;
        visibility: visible;
        overflow: unset;
    }
}

.header-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    left: 0;
    z-index: 2;
}

.header-menu > a {
    height: 50px;
    background-color: #eee;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: .25em 1em;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 1195px) {
    .header-menu > a {
        font-size: 1em;
        height: 40px;
        background-color: inherit;
        padding-left: 1em;
        padding-right: 1em;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        border-bottom: none;
    }
}

.header-menu > a:first-child {
    background-color: #fff;
}

.header-menu > a[data-toggle="mega-menu"] {
    position: relative;
}

    .header-menu > a[data-toggle="mega-menu"]::before {
        content: "";
        position: absolute;
        height: 2px;
        bottom: 0;
        background-color: #0e111b;
        left: 50%;
        right: 50%;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

.header-menu > a.active::before {
    left: 1em;
    right: 1em;
}

.header-menu-title {
    height: var(--header-height) !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

@media (min-width: 1195px) {
    .header-menu-title {
        display: none !important;
    }

}

.header-menu-title > a {
    height: 100%;
}

.header-menu-title picture {
    height: 100%;
}

.header-menu-title img {
    height: 100%;
}

.header-menu-title .btn-icon {
    color: #000;
    margin-left: 1em;
    margin-right: 1em;
}

.header-menu-bakan-img, .header-menu-bakan-info, .header-menu-bakan-yardimcilari-title {
    display: none;
}

@media (min-width: 1195px) {
    .header-menu-bakan {
        font-size: 13px;
        display: grid !important;
        grid-template-columns: 260px 1fr 360px;
        grid-template-rows: 90px 1fr;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 8px;
    }

    .header-menu-bakan-img {
        grid-column: 1/2;
        grid-row: 1/3;
        display: block;
    }

        .header-menu-bakan-img img {
            margin: 20px;
        }

    .header-menu-bakan-title {
        grid-column: 2/3;
        grid-row: 1/2;
        color: #0e111b;
        border-bottom: 2px solid #0e111b;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: end;
        justify-content: flex-end;
        padding-bottom: 8px;
    }

        .header-menu-bakan-title > p:first-child {
            font-size: 20px;
        }

    .header-menu-bakan-info {
        grid-column: 2/3;
        grid-row: 2/3;
        display: block;
    }

        .header-menu-bakan-info > a {
            border: none !important;
            color: #0e111b;
        }

    .header-menu-bakan-yardimcilari {
        grid-column: 3/4;
        grid-row: 1/3;
        background: #d66f6f;
        background: -webkit-gradient(linear, left top, right top, from(#bdc3c7), to(#bdc3c7));
        background: linear-gradient(90deg, #bdc3c7 0%, #bdc3c7 100%);
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

        .header-menu-bakan-yardimcilari > a {
            border-color: #000 !important;
            margin-top: 20px;
            padding-bottom: 8px;
            padding-right: 12px;
        }

            .header-menu-bakan-yardimcilari > a > p:last-child {
                display: none;
            }

    .header-menu-bakan-yardimcilari-title {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: end;
        justify-content: flex-end;
        font-size: 20px;
        height: 90px;
        border-bottom: 1px solid #0e111b;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
}

@media (min-width: 1200px) {
    .header-menu-bakan {
        font-size: 1em;
    }
}


@media (min-width: 1195px) {
    .header-menu-birimler > div:nth-child(2) {
        max-width: 250px;
    }
}

@media (min-width: 1195px) {
    .header-menu-birimler > div:last-child {
        display: -webkit-box;
        display: flex;
        width: 70% !important;
    }

        .header-menu-birimler > div:last-child > div {
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: justify;
            justify-content: space-between;
        }

            .header-menu-birimler > div:last-child > div > div {
                display: -webkit-box;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column;
            }

                .header-menu-birimler > div:last-child > div > div + div {
                    margin-left: 20px;
                }

                .header-menu-birimler > div:last-child > div > div:last-child a {
                    color: #000099;
                }
}

.header-menu-hizmetler {
    font-size: .9rem;
}

@media (min-width: 1195px) {
    .header-menu-hizmetler > div {
        width: 20% !important;
    }
}

.header-logo {
    padding-left: 1em;
    padding-right: 1em;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 1195px) {
    .header-logo {
        position: unset;
        -webkit-transform: unset;
        transform: unset;
        padding-left: 1em;
        padding-right: 0;
        margin-right: 40px;
    }
}

.header-logo picture {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.header-logo img {
    height: 90%;
}

@media (min-width: 1195px) {
    .header-logo img {
        height: 80%;
    }
}

@media (min-width: 1200px) {
    .header-logo img {
        height: 90%;
    }
}

.header-action {
    padding-left: 1em;
    padding-right: 1em;
    display: -webkit-box;
    display: flex;
    color: #515154;
}

@media (min-width: 1195px) {
    .header-action {
        display: none;
    }
    .mobil-home-button{
        display:none !important;
    }
}

.header-action > * + * {
    margin-left: 1em;
}

.header-action > .btn-icon { /*menu yazısı için*/
    width: auto;
}

.header-search {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 50%;
    right: 50%;
    background-color: #fff;
    z-index: 3;
}

    .header-search.show {
        visibility: visible;
        opacity: 1;
        left: 0;
        right: 0;
    }

    .header-search input, .header-search button {
        border: none;
        outline: none;
        min-width: 40px;
    }

    .header-search input {
        height: 100%;
        padding-left: 1em;
        padding-right: 1em;
        -webkit-box-flex: 1;
        flex: 1;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }

    .header-search button {
        color: #000;
        flex-shrink: 0;
        height: 40px;
        margin-left: 8px;
        margin-right: 8px;
    }

.header [data-toggle='header-search'].hide {
    display: none;
}

.header .btn-icon .icon {
    pointer-events: none;
    width: 40px;
    height: 40px;
}

.header-atam {
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

@media (min-width: 1195px) {
    .header-atam {
        margin-left: auto;
        -webkit-box-ordinal-group: unset;
        order: unset;
    }
}

.header-atam img {
    margin-top: auto;
    height: 70%;
}

@media (min-width: 1195px) {
    .header-atam img {
        height: 70%;
    }
}

@media (min-width: 1200px) {
    .header-atam img {
        height: 80%;
    }
}

.header-atam > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header .social-media {
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media (min-width: 1195px) {
    .header .social-media {
        display: none;
    }
}

.header .social-media .btn-icon {
    width: 40px;
}

    .header .social-media .btn-icon .icon {
        width: 32px;
    }

    .header .social-media .btn-icon + .btn-icon {
        margin-left: .5em;
    }

#header-logo-link:hover {
    text-decoration: none;
}

#header-logo-text {
    width: 120px;
    font-size: 15px;
    font-weight: bold;
    color: inherit;
    text-decoration: inherit;
    text-align: center;
    color: #d9534f;
}


@media (max-width: 620px) { /*Change*/
    .header-logo-element {
        display: none;
    }
}

.new-menu-style {
    padding: 0 15px;
}

.new-hidden-menu-object {
    padding: 0px 10px;
}
@media (max-width: 1195px) {
    .header-atam {
        width:78px;
    }
        .header-atam img, .header-atam a {
            height: auto !important;
        }
    .header-atam img{
        margin-bottom:20px;
    }
}
@media (max-width: 500px) {
    .small-device-pad {
        padding:0 !important;
    }
}
@media (max-width: 545px) {
    .baglanti-resim-link img {
        height:50px !important;
    }
    .nav-social-text{
        display:none !important;
    }
    .nav-social-link-right {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}
.menu-button {
    height: 100%;
    width: 90%;
    text-align: left;
    display: inline-block !important;
}
.new-hidden-menu-object a {
    justify-content: flex-start !important;
}
.info-menu-btn{
    margin-left:15px;
    font-size:22px;
    opacity:0.5;
    transition: opacity 1s;
}
.info-menu-btn:hover{
    opacity:1;
}