﻿:root {
    --color-brand-gold: #c59d5f;
    --color-white: #ffffff;
    --color-text-primary: #2e3131;
    --color-text-muted: #898989;
    --font-size-sm: 14px;
    --font-size-base: 16px;
    --font-size-md: 18px;
    --space-0: 0;
    --space-10: 10px;
    --space-15: 15px;
    --space-20: 20px;
    --radius-none: 0;
    --radius-round: 50%;
    --shadow-elevated: 0 11px 12px 3px rgba(0, 0, 0, 0.2);
}

/*fonts*/
@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/greatvibes/v19/RWmMoKWR9v4ksMfaWd_JN9XLiaE.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJnedw.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9Z1JlEA.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1JlEA.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmYWRm.ttf) format('truetype');
}

@font-face {
    font-family: "Material Design Icons";
    src: url("fonts/materialdesignicons-webfont.eot");
    src: url("fonts/materialdesignicons-webfont.eot") format("embedded-opentype"), url("fonts/materialdesignicons-webfont.woff2") format("woff2"), url("fonts/materialdesignicons-webfont.woff") format("woff"), url("fonts/materialdesignicons-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.nav-link {
    color: var(--color-brand-gold);
    font-size: var(--font-size-sm);
    font-weight: 700;
    transition: color 200ms linear;
    text-transform: uppercase;
    min-width: 142px;
    text-align: center !important;
}

    .nav-link a:focus,
    .nav-link a:hover,
    .nav-link a:active,
    .nav-link a.selected {
        color: #181a1c;
        font-size: var(--font-size-sm);
        font-weight: 600;
        text-decoration: none;
        transition: color 200ms linear;
    }

.subNav {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: transparent;
    margin: 5px 12px;
    padding: 0px;
}

.sub-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 30px 0 25px 0;
    padding: var(--space-0);
}

    .sub-menu li a {
        display: block;
        padding: 10px 22px;
        color: var(--color-text-primary);
        text-decoration: none;
        font-weight: 500;
        font-size: var(--font-size-md);
        transition: color 200ms linear;
        text-align: center;
        text-transform: uppercase;
    }

        .sub-menu li a:hover {
            color: var(--color-brand-gold);
            transition: color 200ms linear;
        }

    .sub-menu li.nav-item:last-child {
        border-right: none;
    }

    .sub-menu li .active {
        color: var(--color-brand-gold);
    }


.subNav li {
    border: 0 !important;
}

@media (min-width: 768px) {
    .subNav li {
        border-right: solid 1px #c59d5f !important;
    }
}


.subNav li a {
    display: block;
    padding: 10px 22px;
    color: var(--color-text-primary);
    text-decoration: none;
    font-weight: 500;
    font-size: var(--font-size-md);
    transition: color 200ms linear;
    text-align: center;
    text-transform: uppercase;
}

    .subNav li a:hover {
        color: var(--color-brand-gold);
        transition: color 200ms linear;
    }

.subNav li:last-child {
    border-right: none;
}

.subNav li .active {
    color: var(--color-brand-gold);
}


a.corporate-page--title-mid:visited,
a.corporate-page--title-mid:active {
    color: var(--color-brand-gold);
}


    a.corporate-page--title-mid:visited:hover,
    a.corporate-page--title-mid:active:hover {
        color: #000;
        transition: color 200ms linear;
    }



.museum-subpage {
    background-image: url(/media/muze_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin-top: 150px;
    font-size: 15px;
    height: auto;
    margin-bottom: 80px;
}

.gold-border {
    border: solid 1px #c59d5f;
}

.b__contact-page [class^="b__icon-"],
.b__contact-page [class*=" b__icon-"] {
    font-size: 56px;
    color: var(--color-brand-gold);
    display: block;
    margin: 20px;
}



ul.gallery.b__gallery {
    margin: var(--space-0);
    list-style: none;
}


.innerComment div p {
    color: var(--color-text-muted);
    font-size: var(--font-size-base);
}

.innerComment ul li {
    font-family: 'Roboto Slab', serif;
    font-size: var(--font-size-base);
    color: #282828;
}

.second-span {
    margin-top: 20px;
}


.nineth-span {
    margin-top: 240px;
    margin-bottom: 30px;
    padding: 0 40px 0 20px;
}

#return-to-top i {
    color: var(--color-white);
    margin: var(--space-0);
    position: relative;
    left: 13px;
    top: 13px;
    font-size: 24px;
    transition: all 0.3s ease;
}

.submenu--flex p {
    width: 300px;
    text-align: center;
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    border: solid 4px;
    border-color: var(--color-brand-gold);
    box-shadow: 0 0 0 10px #ffffff, 0 0 0 11px #c59d5f;
    transition: border-color 400ms linear;
    margin: 30px auto;
}

    .submenu--flex p:hover {
        border-color: var(--color-brand-gold);
        border: solid 4px;
        transition: border-color 400ms linear;
    }


@media only screen and (min-width: 1200px) {
    .navbar-collapse.collapse {
        display: flex !important;
        justify-content: space-around;
        align-items: center;
        position: relative;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .corporate-page--title {
        font-size: 50px;
        line-height: normal;
    }

    .history-subpage {
        background-position-x: -70px !important;
    }

    .sixth-span {
        margin-top: 50px;
        padding: 0px 20px 360px 20px;
    }

    .fifth-span {
        margin-top: 220px;
        padding: 0px 40px 30px 0;
    }



    .tenth-span {
        margin-top: 40px;
        margin-bottom: 365px;
    }

    .twelfth-span {
        margin-top: 400px;
        margin-bottom: 25px;
    }

    .eleventh-span {
        margin-top: 290px;
        padding: 0px 20px 30px 0;
    }
}

@media only screen and (max-width: 1200px) {

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-collapse {
        border: none !important;
        box-shadow: var(--shadow-elevated);
        background-color: var(--color-white);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }


    .navbar-collapse {
        border: none !important;
    }


    .navbar-nav > li {
        float: left;
        text-align: center;
        padding: var(--space-0);
    }

    .tiny {
        height: 45px;
    }

        .tiny img {
            height: auto;
            margin-top: 0;
        }

    .top-icons.hidden-lg .top-favorite-items {
        position: absolute;
        top: 125px;
        right: 110px;
    }



    body {
        overflow-x: auto;
    }


    .navbar-toggle {
        position: absolute;
        float: right;
        padding: var(--space-0);
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        border-radius: var(--radius-none);
        left: 10px;
        top: 4px;
        display: block;
    }

    button.navbar-toggle.collapsed {
        min-width: 39px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        width: 100%;
    }

        .navbar-nav > li {
            float: none;
            width: 100%;
        }

    .collapse.in {
        display: block !important;
        position: relative;
        z-index: 667;
        top: 0;
    }

    section.corporate.main-online .main-content-wrapper {
        width: 80% !important;
    }

    section.corporate.main-shops .teaser-content-corporate-mid-content {
        font-size: 30px !important;
        padding: 45px;
    }

    .teaser-content-corporate {
        padding: 35px;
    }

    section.corporate {
        padding: 50px 0 0 0;
    }

    .museum-page--container img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .history-subpage {
        background-image: none;
    }

    .main-categories-content {
        top: 15px;
        left: 15px;
        padding: var(--space-20);
    }

    .main-categories-text,
    .main-categories-text-min {
        font-size: var(--font-size-md) !important;
    }

    .main-categories img {
        width: 100%;
    }

    .kategori-image-container img {
        max-width: 250%;
        margin-left: -200px;
    }

    body {
        padding-top: 100px;
    }

    h2.cart-title {
        font-size: 20px;
    }

    input.b__promo--input {
        height: 45px;
    }

    .main-categories-header-min {
        font-size: 26px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main-content-inline span {
        padding: 5px !important;
    }

    .main-content-inline {
        line-height: normal;
    }

    .spinner button.btn.btn-default {
        display: none;
    }

    .corporate-page--title {
        font-size: 50px !important;
        line-height: normal;
    }

    .corporate-page--about {
        padding: var(--space-0) !important;
    }

    section.main-newsletter .text-wrapper .big-title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    section.corporate.main-about {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 960px) {


    span.b__icon-menu-bar {
        font-size: 35px;
        line-height: 0.7;
    }

    .b__navbar--brand {
        margin-top: 4px;
        margin-left: 10px;
    }

        .b__navbar--brand > img {
            height: 90px;
        }

    .icons {
        position: fixed !important;
        top: 60px !important;
        right: 40px !important;
        z-index: 1234123123;
    }



    .top-icons.hidden-lg .top-favorite-items {
        top: 125px;
        right: 110px;
    }

    .b__navbar--header {
        float: left;
    }

    .navbar-nav > li {
        float: left;
        text-align: center;
        flex: 1;
    }

    .b__mobil--mini {
        font-size: 12px;
    }

    section.corporate.museum-subpage {
        padding-top: 110px;
        padding-bottom: 40px;
    }


    .b__mobile-margin-top25 {
        margin-top: 25px;
    }

    .b__mobile-margin-top50 {
        margin-top: 50px;
    }
}


@media only screen and (max-width: 820px) {
    html,
    body {
        height: auto;
        min-height: inherit;
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    .modal-dialog {
        margin: auto;
    }

    .b__error--page p {
        font-size: var(--font-size-sm);
    }
}

@media only screen and (max-width: 769px) {
    .b__snackbar {
        bottom: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        border-radius: var(--radius-none) !important;
        flex-wrap: wrap;
        bottom: 0;
        transform: none !important;
        left: 0 !important;
        min-width: 100% !important;
    }

    owl-carousel .text {
        font-size: var(--font-size-sm);
        line-height: 1.3;
        display: block;
        font-size: var(--font-size-base);
    }

    .owl-carousel .title {
        font-size: 35px;
    }

    .owl-carousel .link {
        display: block;
        margin-top: 7px;
    }

    section.teaser-container {
        margin-top: -10px !important;
    }


    .corporate-page--title {
        font-size: 40px !important;
        line-height: 55px;
        padding: 10px 0;
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .link--corporate .b__btn {
        height: 40px;
        border: solid 1px transparent;
        line-height: 40px;
    }

    .input-group-btn > button.b__btn.b__btn--rounded.b__btn--rounded-gold {
        left: -30px;
        z-index: 55;
        min-width: 100px !important;
        max-width: 100px !important;
    }

    .b__row.b__flex > [class*='b__'] {
        margin: 10px;
    }

    section.corporate {
        padding: 5px 0;
        margin: 10px 0 !important;
    }

        section.corporate.teaser-container {
            margin-top: 10px !important;
        }

        section.corporate.main-about {
            margin-top: 10px;
        }

    .history-subpage {
        background-image: none;
    }

        .history-subpage span {
            padding: 10px 0;
            text-align: center !important;
            margin: var(--space-0);
        }

    .main-content-inline {
        padding: 10px !important;
        height: 100% !important;
        line-height: normal !important;
        margin-top: 10px;
    }

    .b__header {
        height: 40px;
    }

    .b__search--box {
        position: fixed;
        z-index: 55555;
        width: 100%;
        right: 0;
    }

    .navbar-nav {
        margin-top: 0;
        width: auto;
        display: block;
    }

        .navbar-nav > li {
            float: left;
            width: 100%;
            text-align: left;
        }

    .museum-page--container img {
        display: inline-block !important;
    }

    section.corporate .subNav li {
        border-right: none;
    }

        section.corporate .subNav li a {
            padding: 10px 13px;
        }

    section.corporate .subNav {
        flex-direction: column;
    }

    .corporate-page--title-fabric {
        font-size: 35px;
    }

    .b__row.b__flex.b__reverse-column {
        flex-direction: column-reverse;
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    ul.gallery.b__gallery {
        margin: var(--space-0);
    }

        ul.gallery.b__gallery > li {
            border: solid 1px #d5d5d5;
            margin-bottom: 25px;
        }

        ul.gallery.b__gallery li > ul > li > div.image-comment p {
            color: #181a1c;
            text-align: center !important;
            padding: 5px;
            height: auto;
        }

    img.img-responsive.lazy {
        border: none;
        margin: 10px 0;
    }

    .comment-popup .b__form--group {
        padding: 15px 0;
    }

    input[type="text"],
    input[type="password"],
    textarea {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .comment {
        float: left;
        background: white;
        margin: 3%;
        box-shadow: 0 0 0 15px #f4f4f4;
        padding: 5px;
    }

    .innerComment {
        padding: 10px;
        text-align: center;
    }

        .innerComment div p {
            font-size: var(--font-size-base);
            text-align: center;
        }

    section.corporate.main-vision {
        height: auto !important;
    }


    .about--kaiite-text {
        line-height: normal;
    }

    .shops-page--container-other {
        flex-direction: column;
        text-align: center;
    }

        .shops-page--container-other div div {
            margin: 20px 0;
        }

    .shops-page--container-other-last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .corporate-page--title-mini {
        font-size: 30px;
        line-height: normal;
    }


    .teaser-content-corporate {
        position: absolute;
        margin: 0 auto;
        max-width: 95%;
        top: auto;
    }

    .teaser-content-corporate-top {
        position: relative;
        width: 100%;
        float: left;
        background: transparent;
    }

    .teaser-content-corporate-top-left,
    .teaser-content-corporate-top-right {
        display: none;
    }



    .teaser-content-corporate-top-header .b__text__color--gold {
        font-size: 50px;
        margin: auto;
    }

    .teaser-content-corporate-mid-content {
        width: 100%;
        float: left;
        position: relative;
        border-left: none;
        border-right: none;
        height: auto;
        font-size: 30px !important;
        padding: 5px 0 !important;
    }

    section.corporate.main-online .main-content-wrapper {
        height: auto;
    }

    .pp_content {
        padding: 20px 0 0 0;
    }

    div.ppt {
        margin: 10px 0;
        line-height: 15px;
        text-align: center;
    }

    section.corporate > div {
        /*padding: 0 15px;*/
    }

    .b__flexable,
    .b__row.b__flex {
        padding: 0 15px;
    }

    .pp_details {
        padding-bottom: 30px;
    }

    .b__middle--info-bar {
        display: flex;
        height: auto;
        align-items: center;
        justify-content: center;
        flex: 1 50%;
        flex-wrap: wrap;
        padding: 30px 0;
        font-size: var(--font-size-sm);
    }

        .b__middle--info-bar > div {
            border-right: none;
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 0 47%;
            padding: 10px 0;
        }

    section.main-newsletter .text-wrapper {
        left: 50%;
        width: 100%;
    }

        section.main-newsletter .text-wrapper .big-title {
            font-size: 25px;
        }

    section.login-register {
        padding: 60px 0;
    }

        section.login-register .b__panel b__panel--no-shadow .b__register--info {
            margin-top: 25px;
        }

    .b__100PercentMobil {
        width: 100% !important;
    }



    input[type="text"],
    input[type="password"],
    textarea {
        margin-bottom: 0;
    }


    section.corporate.main-online {
        height: 450px;
    }

        section.corporate.main-online .main-content-wrapper {
            width: 90% !important;
        }

        section.corporate.main-online .main-content-inline .corporate-page--title {
            line-height: 30px !important;
        }

        section.corporate.main-online .main-content-inline .corporate-page--sub-title {
            font-size: 15px;
        }

    section.corporate.main-shops .teaser-content-corporate-top-header .b__text__color--white {
        font-size: 30px;
        padding: var(--space-15);
    }

    .main-categories-header {
        font-size: 20px !important;
    }

    .main-categories-text,
    .main-categories-text-min {
        font-size: 15px !important;
    }

    .no-mobile-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .owl-carousel .owl-item img {
        width: 270% !important;
    }

    .img-mobil-height {
        max-width: max-content;
        height: 70vh;
    }

    .b__btn,
    button,
    a.b__btn {
        max-width: 100% !important;
        float: left;
    }


    section.corporate.main-museum img {
        width: 100vw;
    }

    .container:has(.submenu--flex) {
        grid-template-columns: repeat(1, 1fr) !important;
    }



    .xxx {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

a.b__navbar--brand {
    margin-top: -40px;
}

.b__mini-chart-img {
    width: 60px !important;
    height: 60px !important;
    border: solid 1px #d6d6d6;
    margin-top: 0 !important;
}


a.main-category.selected {
    font-weight: 500;
}

span.filter-option {
    line-height: 2.4;
}

@media only screen and (min-width: 1201px) and (max-width: 1279px) {
    .top-icons {
        position: absolute;
        z-index: 565656;
        float: right;
        right: -7px;
        top: 23%;
    }

    .tiny .top-icons {
        top: 43%;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1580px) {
    .top-icons {
        position: absolute;
        z-index: 565656;
        float: right;
        right: 0;
        top: 47%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .top-icons {
        right: 0;
    }
}


@media only screen and (max-width: 1200px) {
    button.navbar-toggle.collapsed {
        min-width: 50px !important;
    }

    .w-100-mobil {
        width: 100% !important;
    }


    .b-nav-fixed {
        height: 70px !important;
        top: 0;
    }

        .b-nav-fixed .logo_top {
            height: 60px !important;
            margin: -10px 0 0 0px !important;
        }

    .offcanvas-body {
        padding: var(--space-0);
    }

    li.nav-item:has(.logo-hide) {
        display: none;
    }


    .main_title-wrapper {
        /* display: block !important; */
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0 !important;
        margin: var(--space-0) !important;
        /* position: relative !important; */
        top: 0;
        left: auto;
        bottom: auto;
        right: auto !important;
        text-align: center;
        max-height: 80%;
    }
}



/*colors*/
/*corporate colors*/
/*helpers*/
div.g-recaptcha {
    margin: 0 auto;
    width: 304px;
}

div#navbar {
    z-index: 667;
}

.b__100Percent {
    width: 100% !important;
}

.b__responsive-image {
    width: 100%;
}

.b__float-none {
    float: none !important;
}

.b__border-top-none {
    border-top: none !important;
}

.b__margin--top-25 {
    margin-top: 30px !important;
}

.b__form--bordertop {
    border-top: solid 1px #cccccc;
    padding: 20px 0 5px 0;
}

.b__padding-15 {
    padding: var(--space-15) !important;
}

.b__margin--padding-15 {
    padding: var(--space-15) !important;
    margin: 15px !important;
}

.b__text--right {
    text-align: right !important;
}

.b__text--left {
    text-align: left !important;
}

.b__text--center {
    text-align: center !important;
}

.b__text--justify {
    text-align: justify !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.b__no--padding {
    padding: var(--space-0);
}

.b__padding-bottom {
    padding-bottom: 15px !important;
}

.b__text--color-red {
    color: #d72638 !important;
}

.b__text--color-antrasit {
    color: var(--color-text-primary) !important;
}

a.b__link-small {
    font-size: var(--font-size-sm);
    font-weight: 500;
}

.hiding {
    display: none;
}

.b__bg--color-red {
    background-color: #d72638 !important;
}

.b__bg--color-lightGrey {
    background-color: #f2f2f2 !important;
}

.b__bg--color-gold {
    background-color: var(--color-brand-gold) !important;
}

.b__text__color--gold {
    color: var(--color-brand-gold) !important;
}


.b__flex-self-center-vertical {
    display: flex;
    align-self: center;
}

a {
    font-size: var(--font-size-base);
    color: var(--color-text-primary);
    transition: color 200ms linear;
    text-decoration: none;
}

    a:hover,
    a:active,
    a:focus {
        color: #d72638;
        transition: color 200ms linear;
    }


/**** Statik Sayfalar*/
.b__cookie-page,
.b__static--content {
    text-align: left;
    font-size: var(--font-size-sm);
}

    .b__cookie-page h3,
    .b__static--content h3 {
        font-size: 17px;
    }

    .b__cookie-page p,
    .b__static--content p {
        font-size: var(--font-size-sm);
    }

    .b__cookie-page h2,
    .b__static--content h2 {
        font-size: 19px;
        line-height: normal;
    }

    .b__cookie-page h5,
    .b__static--content h5 {
        font-weight: bold;
        font-size: var(--font-size-base);
    }

    .b__cookie-page h1,
    .b__static--content h1 {
        font-size: 19px;
        color: #d72638;
        line-height: 45px;
    }

.cookie-info {
    z-index: 999;
    width: 100%;
    min-height: 20px;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    background: #d72638;
    overflow: hidden;
    position: fixed;
    bottom: 1px;
    right: 1px;
    display: none;
    border-radius: 3px;
    text-align: center;
    opacity: 0.8 !important;
    color: var(--color-white);
    font-size: 13px;
    letter-spacing: 1.1px;
}

    .cookie-info a {
        color: var(--color-white);
        font-weight: bold;
        font-size: var(--font-size-sm);
    }

.cookie-close {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: var(--color-white);
    font-size: var(--font-size-base);
    font-weight: 700;
    box-sizing: border-box;
    transition: background 0.3s;
    float: right;
    width: 16px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

.b__error--page {
    text-align: center;
    padding-top: 80px;
    min-height: calc(100vh - 477px);
}

    .b__error--page p {
        font-weight: 500;
        font-size: 19px;
    }



/*main navigation*/

.b__navbar--fixed--top {
    top: 40px;
    background-color: var(--color-white);
    height: 135px;
    box-shadow: var(--shadow-elevated);
    display: flex;
    align-items: center;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
}



.b__navbar--brand {
    height: auto;
    line-height: initial;
    margin-left: auto;
    padding: initial;
    margin-top: 60px;
}

    .b__navbar--brand > img {
        display: block;
        max-height: initial;
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
        border-radius: 100px;
        height: 170px;
        transition: 0.3s ease-out;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
    }

.b__nav--corporate li a {
    color: var(--color-brand-gold);
    font-size: var(--font-size-sm);
    font-weight: 600;
    transition: color 200ms linear;
    text-transform: uppercase;
    min-width: 142px;
    text-align: center;
}

    .b__nav--corporate li a:focus,
    .b__nav--corporate li a:hover,
    .b__nav--corporate li a:active,
    .b__nav--corporate li a.selected {
        color: #181a1c;
        font-size: var(--font-size-sm);
        font-weight: 600;
        text-decoration: none;
        transition: color 200ms linear;
    }

section.corporate {
    padding: 50px 0 0 0;
    float: left;
    width: 100%;
}

    section.corporate.main-online {
        background: url(/media/dukkan_main.jpg) no-repeat center;
        width: 100%;
        height: 765px;
        float: left;
        position: relative;
        text-align: center;
        background-size: cover;
        margin: 50px 0;
    }

        section.corporate.main-online .main-content-wrapper {
            background-color: transparent;
            display: block;
            float: left;
            position: relative;
            display: flex;
            flex-direction: column;
            height: 500px;
            border: solid 1px #ffffff;
            padding: var(--space-20);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 50%;
        }

        section.corporate.main-online .main-content-inline {
            background-color: var(--color-white);
            height: 500px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            section.corporate.main-online .main-content-inline span {
                display: block;
                width: 100%;
                padding: 5px 7%;
            }

    section.corporate.main-vision {
        background: url(/media/hakkimizda_content-bg.jpg) no-repeat center;
        width: 100%;
        height: 680px;
        float: left;
        position: relative;
        text-align: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    section.corporate.main-awards {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        text-align: center;
        background-size: cover;
        background-color: #535353;
    }

        section.corporate.main-awards .image-comment p {
            color: var(--color-white) !important;
        }

        section.corporate.main-awards ul.gallery.b__gallery {
            border: none;
        }

    section.corporate.main-brands {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        text-align: center;
        background-size: cover;
        background-color: #535353;
    }

        section.corporate.main-brands .image-comment p {
            color: var(--color-white) !important;
        }

        section.corporate.main-brands ul.gallery.b__gallery {
            border: none;
        }

    section.corporate.main-sertifika ul.gallery.b__gallery {
        border: none;
    }

    section.corporate.main-museum {
        margin: 50px 0;
    }

        section.corporate.main-museum img {
            padding: 10px;
        }

    section.corporate.main-about {
        margin: 80px 0;
    }

    section.corporate.main-shops {
        margin: var(--space-0);
    }

        section.corporate.main-shops .teaser-content-corporate-top-header .b__text__color--white {
            font-weight: bold;
            font-size: 50px;
            font-family: 'Poppins', sans-serif;
            color: var(--color-white);
            display: block;
            margin: -6% 0;
        }

        section.corporate.main-shops .teaser-content-corporate-mid-content {
            font-weight: 300;
            font-size: 80px;
            font-family: 'Great Vibes', cursive;
            color: var(--color-brand-gold);
            display: block;
            padding: var(--space-15);
        }

    section.corporate.main-subscribe {
        padding: var(--space-0);
        margin-bottom: 30px;
    }

section .subNav {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: transparent;
    margin: 5px 12px;
    padding: 0px;
}

    section .subNav li {
        border-right: solid 1px #c59d5f;
    }

        section .subNav li a {
            display: block;
            padding: 10px 22px;
            color: var(--color-text-primary);
            text-decoration: none;
            font-weight: 500;
            font-size: var(--font-size-md);
            transition: color 200ms linear;
            text-align: center;
            text-transform: uppercase;
        }

            section .subNav li a:hover {
                color: var(--color-brand-gold);
                transition: color 200ms linear;
            }

        section .subNav li:last-child {
            border-right: none;
        }

        section .subNav li .active {
            color: var(--color-brand-gold);
        }

.main-special-days-content {
    margin: var(--space-0);
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(215, 38, 56, 0.5);
    padding: var(--space-20);
    color: var(--color-white);
    font-size: var(--font-size-md);
}

.main-categories img {
    margin: 16px 0;
}

section.corporate.main-online .main-content-inline {
    height: 500px;
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin: 5px 0;
    cursor: pointer;
    font-size: 15px;
    color: #aaa;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    width: 100%;
}

    .custom-checkbox:hover {
        color: var(--color-text-primary);
    }

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .custom-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: var(--color-white);
        border: solid 1px #acacad;
        transition: border-color 150ms;
    }

    .custom-checkbox:hover input ~ .checkmark {
        background-color: var(--color-white);
        border-color: #cccccc;
        transition: border-color 150ms;
    }

    .custom-checkbox input:checked ~ .checkmark {
        background-color: var(--color-white);
    }

    .custom-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .custom-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    .custom-checkbox .checkmark:after {
        left: 7px;
        top: 1px;
        width: 6px;
        height: 13px;
        border: solid #2e3131;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/* footer menu*/
.b__footer {
    font-size: var(--font-size-sm);
}

    .b__footer a {
        font-size: var(--font-size-sm);
        color: var(--color-text-primary);
        transition: color 200ms linear;
    }

        .b__footer a:hover {
            color: #d72638;
            transition: color 200ms linear;
        }

    .b__footer ul li {
        padding: 5px;
        border: none;
    }

.b__footer--title {
    font-weight: 700;
}

.b__footer--social li {
    display: block;
    float: left;
    padding: 0 5px 0 0;
}

    .b__footer--social li.b__footer--title {
        width: 100%;
    }

.b__footer .subNav {
    list-style: none;
    display: block !important;
    flex-direction: row;
    justify-content: center;
    margin: var(--space-0);
    padding: var(--space-0);
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    background-color: transparent;
}

    .b__footer .subNav li a {
        display: block;
        padding: var(--space-0);
        color: var(--color-text-primary) !important;
        text-decoration: none;
        font-weight: normal;
        font-size: var(--font-size-md);
        transition: color 200ms linear;
        text-align: left;
        font-size: var(--font-size-sm) !important;
    }

.b__snackbar {
    padding: var(--space-20);
}

    .b__snackbar.active {
        bottom: 10px;
        transition: visibility 0.2s, opacity 0.2s linear;
    }

.b__snackbar--close {
    align-items: center;
    border: none;
    display: inline-flex;
    justify-content: center;
    outline: none;
    z-index: 0;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
}




/*forms*/
.b__input,
input {
    height: 45px;
    border: 1px solid #acacad;
    padding: 6px 18px;
}

.b__promo--input {
    float: left;
}
/* custom checkbox */
.b__custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    color: #aaa;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .b__custom-checkbox:hover {
        color: var(--color-text-primary);
    }

    .b__custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .b__custom-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: var(--color-white);
        border: solid 1px #acacad;
        transition: border-color 150ms;
    }

    .b__custom-checkbox:hover input ~ .checkmark {
        background-color: var(--color-white);
        border-color: #cccccc;
        transition: border-color 150ms;
    }

    .b__custom-checkbox input:checked ~ .checkmark {
        background-color: var(--color-white);
    }

    .b__custom-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .b__custom-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    .b__custom-checkbox .checkmark:after {
        left: 7px;
        top: 1px;
        width: 6px;
        height: 13px;
        border: solid #2e3131;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

select.b__select--custom {
    border-color: #acacad;
    height: 37px;
    color: #acacad;
}

.b__border--top {
    border-top: solid 1px #cccccc;
}

.spinner .input-group-btn-vertical {
    float: left;
    position: relative;
    background: transparent;
    width: 30px;
    left: -22px;
    border: none;
    height: 40px;
}

.spinner button.btn.btn-default {
    min-width: 25px !important;
    float: left;
    height: 20px;
    border: none;
    background: transparent;
    padding: var(--space-0);
}

.input-group.spinner.detail input {
    width: 80px;
    float: left;
    height: 40px;
}

.input-group .glyphicon {
    font-size: 10px;
    margin-bottom: 0;
}

.unit {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.b__price--label-big {
    font-family: 'Roboto Slab', serif;
    font-size: var(--font-size-md);
}

.tooltip {
    position: relative;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        background-color: var(--color-text-primary);
        color: var(--color-white);
        text-align: center;
        padding: 6px 0;
        position: absolute;
        z-index: 1;
        width: 115px;
        bottom: 40px;
        left: 29%;
        margin-left: -50px;
        font-size: 11px;
        letter-spacing: 0.6px;
        transition: visibility 100ms;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        transition: visibility 100ms;
    }

.mini-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5.5px 0 5.5px;
    position: absolute;
    left: 44%;
    top: 26px;
    border-color: #2e3131 transparent transparent transparent;
}

ul.thumbnails {
    float: left;
    margin-top: 30px;
    position: relative;
    display: flex;
    width: 100%;
}

    ul.thumbnails li {
        /* padding: 12px; */
        /* margin: 5px 3px; */
        /* position: relative; */
        /* float: left; */
        width: 29%;
        min-height: 1px;
        /* padding-left: 0; */
        /* padding-right: 15px; */
        z-index: 5;
        margin-right: 4%;
    }

form {
    float: none;
    clear: both;
}

.field-validation-error {
    font-weight: 500;
    font-size: 13px;
    float: left;
    line-height: 2;
}

.close {
    opacity: 1;
    font-size: 40px;
}

.b__row.b__flexable {
    display: flex;
    align-items: center;
}

.order-summary {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

    .order-summary .b__row > div {
        margin: 10px 0px;
    }



/* BS HACKS*/
.modal-header {
    float: left;
    width: 100%;
    /* border-bottom: 0 !important; */
    padding: 0 15px 15px 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 13px;
}

    .modal-header .close {
        font-weight: normal;
        text-shadow: none;
        min-width: 40px;
        height: 40px;
        border-radius: var(--radius-round);
        transition: background-color 200ms linear;
    }

        .modal-header .close:hover,
        .modal-header .close :focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
            opacity: 1;
            background: #ececec;
            min-width: 40px;
            height: 40px;
            border-radius: var(--radius-round);
            transition: background-color 200ms linear;
        }

    .modal-header > h2 {
        color: var(--color-text-primary);
        font-size: var(--font-size-md);
        float: left;
        line-height: normal;
    }

.modal-body {
    padding: 10px;
    float: left;
    width: 100%;
}

    .modal-body p {
        margin: 10px 0 20px 0;
    }

.modal-footer {
    border-top: 0 !important;
}

.modal-content {
    border: 0 !important;
    padding: 20px 0;
    max-height: 90vh;
    overflow: auto;
}

.b__small-input {
    height: 36px;
}

.modal-body textarea {
    height: 100px;
    line-height: 20px;
    padding: 10px;
}

textarea {
    height: 200px;
    line-height: 20px;
    padding: 10px;
}

.address-popup {
    font-size: var(--font-size-sm);
}

    .address-popup input {
        font-size: var(--font-size-sm);
    }

.b__pk--link a {
    font-size: 12px;
    color: #d72638;
}

.btn-group,
.btn-group-vertical {
    display: block;
}

    .btn-group > .btn:first-child {
        margin-left: auto;
    }

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    display: block !important;
}

.b__form--caption {
    width: 100%;
    background: #f2f2f2;
    padding: 10px 5px;
    font-weight: bold;
    display: block;
}

input[type="radio"],
input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 2px 10px 0;
    float: left;
    cursor: pointer;
}

.b__payment-select-top {
    border-bottom: dotted 1px #dadada;
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
}

section.payment .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-text-primary);
}

.purchase-agreement {
    padding: 5px 0 25px 0;
}

    .purchase-agreement a {
        color: #d72638;
    }

.b__payment--eft span {
    color: #000;
    font-weight: 500;
    padding-right: 10px;
}

.b__notification {
    font-size: 15px;
}

section.payment.order-confirm {
    text-align: center;
    padding-top: 70px;
}

    section.payment.order-confirm i {
        font-size: 90px;
    }

    section.payment.order-confirm > div > div > div {
        padding: 25px 0;
    }

.order-confirm-ok {
    font-size: 36px;
    color: #d72638;
    font-weight: 500;
}

.order-confirm a {
    color: #d72638;
}

    .order-confirm a:hover {
        color: #000;
    }


.corporate-page--about {
    text-align: center;
    padding: var(--space-15);
}

    .corporate-page--about > div {
        padding: 5px 0;
    }

.corporate-page--title {
    font-family: 'Great Vibes', cursive;
    color: var(--color-brand-gold);
    font-size: 70px;
    line-height: normal;
}

.corporate-page--sub-title {
    font-family: 'Roboto Slab', serif;
    color: #181a1c;
    font-size: var(--font-size-md);
}

.corporate-page--content {
    font-family: 'Poppins', sans-serif;
    color: var(--color-text-muted);
}

.corporate-page--online-title {
    font-size: 50px;
    font-weight: 600;
    color: #464646;
}

input.form-control.b__rounded-input {
    border-radius: 50px;
    border-color: var(--color-brand-gold);
    height: 46px;
}

.input-group-btn > button.b__btn.b__btn--rounded.b__btn--rounded-gold {
    left: -50px;
    z-index: 55;
}

.input-group-margin-top {
    margin-top: 70px;
}

.corporate-page--title-mini {
    font-size: 36px;
    font-family: 'Great Vibes', cursive;
    color: var(--color-brand-gold);
}

a.corporate-page--title-mid {
    font-size: 48px;
    font-family: 'Great Vibes', cursive;
    color: var(--color-brand-gold);
    width: 100%;
    float: left;
    padding: var(--space-20);
    text-align: center;
}

    a.corporate-page--title-mid:hover {
        color: #000;
        transition: color 200ms linear;
    }


.corporate-page--title-mid {
    font-size: 48px;
    font-family: 'Great Vibes', cursive;
    color: var(--color-brand-gold);
    width: 100%;
    float: left;
    padding: var(--space-20);
    text-align: center;
}

.museum-subpage {
    background-image: url(/media/muze_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin-top: 150px;
    font-size: 15px;
    height: auto;
    margin-bottom: 150px;
}

.b__panel--inline-block {
    display: inline-block;
    margin-top: -120px;
    margin-bottom: -70px;
}

.museum-page--container {
    text-align: center;
    padding: var(--space-20);
}

.shops-page--container {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 90%;
    justify-content: center;
    border: solid 1px tan;
    padding: 30px;
    border: solid 1px #c7a165;
    width: 100%;
}

.gold-border {
    border: solid 1px #c59d5f;
    display: flex;
    align-items: center;
}


.history-subpage {
    background-image: url(/media/historyBgBig2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    height: auto;
    color: var(--color-text-muted);
    background-position-x: 0;
    background-position-y: 0;
    margin-top: 25px;
}

    .history-subpage span {
        color: var(--color-text-muted);
        display: block;
    }

        .history-subpage span.right-align {
            text-align: right;
        }

        .history-subpage span.left-align {
            text-align: left;
        }

    .history-subpage.hidden-lg.b__no--margin-padding img {
        margin-top: 20px;
    }

.b__history--title {
    color: var(--color-brand-gold) !important;
    font-size: 60px;
    text-align: center;
    font-family: 'Great Vibes', cursive;
}

.main-content-inline {
    background: var(--color-white);
    text-align: center;
    padding: var(--space-20);
    height: 400px;
}

    .main-content-inline span {
        display: block;
        padding: 25px;
    }

.about--kaiite-text {
    line-height: 45px;
}

.image-comment p {
    color: #181a1c;
}

img.img-responsive.lazy {
    border: solid 1px #898989;
    margin: 15px 0;
}

.b__lang--change a {
    color: white;
    text-decoration: none;
}

    .b__lang--change a:hover {
        text-decoration: none;
    }

.langugage-corporate--mobile .b__lang--change a {
    color: var(--color-brand-gold);
    font-weight: 600;
    letter-spacing: 2px;
    font-size: var(--font-size-sm);
}

.langugage-corporate > .b__lang--change {
    position: absolute;
    top: 5px;
    right: 65px;
}

    .langugage-corporate > .b__lang--change a {
        font-weight: bold;
        font-size: var(--font-size-sm);
        letter-spacing: 1.2px;
    }

.langugage-shop--mobile .b__lang--change a {
    color: #d72638;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: var(--font-size-sm);
}

.langugage-shop > .b__lang--change {
    position: absolute;
    top: 5px;
    right: 50px;
}

    .langugage-shop > .b__lang--change a {
        font-weight: bold;
    }

.b__panel-bg {
    border: dotted 1px #c3c3c3;
    border-top: 0;
    border-bottom: 0;
}

.panel-collapse.b__panel-bg.collapse.in {
    top: auto;
    z-index: auto;
}

.b__order--chart {
    font-size: var(--font-size-sm);
}

    .b__order--chart a {
        font-size: 12px;
    }

    .b__order--chart img {
        padding: var(--space-15);
    }

    .b__order--chart .b__row.b__flex > [class*='b__'] {
        justify-content: flex-start;
    }

.all-addresses {
    margin: 15px 0;
}

    .all-addresses .panel-title a {
        font-size: var(--font-size-base);
        color: #d72638;
        font-weight: 500;
    }

.b__delete-favorite {
    position: absolute;
    top: -15px;
    left: 4px;
    font-size: 35px;
    z-index: 150;
}

    .b__delete-favorite i {
        font-size: 22px;
    }

.top-favorite-items {
    position: absolute;
    top: 100px;
    right: 40px;
}



.b__flex--evenly {
    justify-content: space-evenly;
}

.b__no--margin-padding {
    margin: var(--space-0);
    padding: var(--space-0);
}

.shops-page--container-other {
    text-align: left;
    border: 1px solid #c59d5f;
    padding: var(--space-20);
    margin: 15px 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.other-shops-wrapper .gold-border {
    margin-bottom: 40px;
}

ul.gallery.b__gallery {
    margin: var(--space-0);
}

    ul.gallery.b__gallery li > ul > li > div.image-comment p {
        color: #181a1c;
        text-align: center !important;
        padding: 5px;
        height: 65px;
    }


.innerComment .comment-date {
    font-family: 'Great Vibes', cursive;
    color: #282828;
    font-size: 32px;
    border-bottom: dotted 1px #c59d5f;
}

.innerComment div p {
    color: var(--color-text-muted);
    font-size: 20px;
}

.innerComment ul li {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #282828;
}


.pagination > li > a,
.pagination > li > span {
    color: var(--color-white);
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #181a1c;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: var(--color-white);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: var(--color-white);
    cursor: default;
    background-color: #181a1c;
    border-color: #181a1c;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    background: #181a1c;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    background: #181a1c;
}

.comment-popup .b__form--group {
    padding: 15px 0;
}

.page-content.popup {
    padding: 25px;
}

.corporate-top-social {
    position: absolute;
    top: -15px;
    right: -30px;
    color: var(--color-brand-gold);
}

    .corporate-top-social a {
        color: var(--color-brand-gold);
    }

    .corporate-top-social i {
        font-size: 15px;
    }

.mobil-icons .corporate-top-social {
    top: 40px;
    right: 40px;
}
/* History */
.first-span {
    margin-top: 110px;
    padding: 90px 60px 30px 0;
}



.third-span {
    margin-top: 230px;
    margin-bottom: 20px;
}

.fourth-span {
    margin-top: 70px;
    padding: 0px 40px 30px 0;
}


.sixth-span {
    margin-top: 50px;
    padding: 0px 20px 310px 20px;
}

.seventh-span {
    margin-top: 260px;
    padding: 0px 60px 30px 0;
}

.eight-span {
    margin-top: 60px;
    padding: 0px 20px 300px 20px;
}

.nineth-span {
    margin-top: 360px;
    margin-bottom: 30px;
    padding: 0 40px 0 20px;
}

.tenth-span {
    margin-top: 40px;
    margin-bottom: 315px;
}

.eleventh-span {
    margin-top: 290px;
    padding: 0px 60px 30px 0;
}

.twelfth-span {
    margin-top: 220px;
    margin-bottom: 25px;
}

section.main-footer.main-footer--corporate {
    background-color: #181a1c;
    color: var(--color-text-muted);
    font-size: var(--font-size-sm);
    margin-top: 35px;
}


    section.main-footer.main-footer--corporate .b__footer a {
        color: var(--color-text-muted);
    }

    section.main-footer.main-footer--corporate .b__footer--title {
        color: var(--color-white);
    }

    section.main-footer.main-footer--corporate .main-copyright {
        background-color: #181a1c;
    }

    section.main-footer.main-footer--corporate ul {
        list-style: none;
    }


.news-gallery ul li {
    margin: 15px 0;
    text-align: center;
}


.b__navbar--fixed--top-corporate .top-icons.hidden-md.hidden-xs.hidden-sm {
    position: absolute;
    right: -70px;
    width: 200px;
}

.top-icons.hidden-md.hidden-xs.hidden-sm {
    position: absolute;
    right: 20px;
    width: 200px;
}

.teaser-content-corporate-top-header {
    height: 15px;
    width: 50%;
    float: left;
    background: transparent;
}

    .teaser-content-corporate-top-header .b__text__color--gold {
        font-weight: 300;
        font-size: 80px;
        font-family: 'Great Vibes', cursive;
        color: var(--color-white);
        display: block;
        margin: -11% 0;
    }

.teaser-content-corporate-mid-content span.description {
    line-height: 1.3;
    display: inline-block;
    font-size: var(--font-size-md);
    color: var(--color-white);
    width: 80%;
    padding: 0 0 60px 0;
    font-family: 'Roboto Slab', serif;
}


.teaser-content-corporate .b__btn--rounded-transparent,
.teaser-content-corporate button--rounded-transparent,
.teaser-content-corporate a.b__btn--rounded-transparent {
    background-color: transparent;
    border: solid 2px #ffffff;
    color: var(--color-white);
    height: 50px;
    font-size: var(--font-size-sm);
    font-weight: normal;
    margin-top: -45px;
}

li.social-mobile {
    text-align: center;
    display: flex;
    justify-content: center;
}

    li.social-mobile a {
        min-width: initial;
        text-align: center;
        padding: 10px 0 !important;
        margin: var(--space-0) !important;
    }

#return-to-top i {
    color: var(--color-white);
    margin: var(--space-0);
    position: relative;
    left: 13px;
    top: 13px;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

    #return-to-top:hover i {
        color: var(--color-white);
        top: 5px;
    }

.form-field {
    float: left;
    width: 100%;
    display: block;
}

.submenu--flex p {
    width: 300px;
    text-align: center;
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    border: solid 4px #c59d5f;
    box-shadow: 0 0 0 10px #ffffff, 0 0 0 11px #c59d5f;
    margin: 30px auto;
}

.close-mobile-nav a {
    color: var(--color-white);
    font-size: var(--font-size-sm);
}

.navbar-collapse.in {
    overflow-x: hidden;
    overflow-y: auto;
}



@media only screen and (min-width: 1200px) {
    .navbar-collapse.collapse {
        display: flex !important;
        justify-content: space-around;
        align-items: center;
        position: relative;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .corporate-page--title {
        font-size: 50px;
        line-height: normal;
    }

    .history-subpage {
        background-position-x: -70px !important;
    }

    .sixth-span {
        margin-top: 50px;
        padding: 0px 20px 360px 20px;
    }

    .fifth-span {
        margin-top: 220px;
        padding: 0px 40px 30px 0;
    }

    .seventh-span {
        margin-top: 220px;
        padding: 0px 10px 30px 0;
    }

    .tenth-span {
        margin-top: 40px;
        margin-bottom: 365px;
    }

    .twelfth-span {
        margin-top: 400px;
        margin-bottom: 25px;
    }

    .eleventh-span {
        margin-top: 290px;
        padding: 0px 20px 30px 0;
    }
}

@media only screen and (max-width: 1200px) {


    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-collapse {
        border: none !important;
        box-shadow: var(--shadow-elevated);
        background-color: var(--color-white);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-nav > li {
        float: none;
    }

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
            background-color: var(--color-white);
        }

    ul.b__nav--shop li {
        border-bottom: solid 1px #d5d6d6;
    }

        ul.b__nav--shop li > a {
            padding-top: 10px;
            padding-bottom: 10px;
            background-color: var(--color-white);
            color: #24262a;
            font-weight: 400;
            font-size: var(--font-size-sm);
            padding-left: 30px !important;
            margin: var(--space-0) !important;
            text-align: left;
        }


    .nav-link > img {
        display: none;
    }

    ul.b__nav--shop li > a.selected {
        color: #d72638 !important;
    }

    ul.b__nav--shop li > a:hover {
        font-weight: 500;
        color: var(--color-brand-gold);
    }

    ul.b__nav--shop li.close-mobile-nav {
        border: none;
    }

        ul.b__nav--shop li.close-mobile-nav a {
            background-color: #d72638 !important;
            color: var(--color-white);
            border: none;
        }

            ul.b__nav--shop li.close-mobile-nav a i {
                font-size: 30px;
                line-height: 18px;
                margin: 0 5px 0 -8px;
                text-align: left;
                float: left;
            }

    ul.b__nav--shop li i.b__icon-chevron-right {
        float: right;
        position: absolute;
        right: 20px;
        top: 16px;
        font-size: 25px;
    }

    ul.b__nav--corporate li {
        border-bottom: solid 1px #d5d6d6;
    }

        ul.b__nav--corporate li > a {
            padding-top: 10px;
            padding-bottom: 10px;
            background-color: var(--color-white);
            color: #24262a;
            font-weight: 400;
            font-size: var(--font-size-sm);
            padding-left: 30px !important;
            margin: var(--space-0) !important;
            text-align: left;
        }

            ul.b__nav--corporate li > a:hover {
                font-weight: 500;
                color: var(--color-brand-gold);
            }

        ul.b__nav--corporate li.close-mobile-nav {
            border: none;
        }

            ul.b__nav--corporate li.close-mobile-nav a {
                background-color: var(--color-brand-gold) !important;
                color: var(--color-white);
                border: none;
            }

                ul.b__nav--corporate li.close-mobile-nav a i {
                    font-size: 30px;
                    line-height: 18px;
                    margin: 0 5px 0 -8px;
                    text-align: left;
                    float: left;
                }

        ul.b__nav--corporate li i.b__icon-chevron-right {
            float: right;
            position: absolute;
            right: 20px;
            top: 16px;
            font-size: 25px;
        }

    .navbar-collapse {
        border: none !important;
    }

    .b__navbar--fixed--top {
        height: 40px;
        display: block !important;
    }

    .navbar-nav > li {
        float: left;
        text-align: center;
        padding: var(--space-0);
        border-top: solid 1px #d5d6d6;
    }

        .navbar-nav > li:last-child {
            border-bottom: solid 1px #d5d6d6;
        }

    .tiny {
        height: 45px;
    }

        .tiny img {
            height: auto;
            margin-top: 0;
        }

    .top-icons.hidden-lg .top-favorite-items {
        position: absolute;
        top: 125px;
        right: 110px;
    }



    body {
        overflow-x: auto;
    }

    .b__mobil-logo {
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
        z-index: 666;
    }

        .b__mobil-logo a img {
            width: 80px;
            height: 80px;
        }

    .b__navbar--header {
        position: absolute;
        left: 0;
    }

    .navbar-toggle {
        position: absolute;
        float: right;
        padding: var(--space-0);
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        border-radius: var(--radius-none);
        left: 10px;
        top: 4px;
        display: block;
    }

    button.navbar-toggle.collapsed {
        min-width: 39px;
    }

    .b__mobil-logo {
        padding-top: 10px;
    }

    .corporate-body span.b__icon-menu-bar {
        font-size: 30px !important;
        color: var(--color-brand-gold);
    }
    /******/
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        width: 100%;
    }

        .navbar-nav > li {
            float: none;
            width: 100%;
        }

    .collapse.in {
        display: block !important;
        position: relative;
        z-index: 667;
        top: 0;
    }

    section.corporate.main-online .main-content-wrapper {
        width: 80% !important;
    }

    section.corporate.main-shops .teaser-content-corporate-mid-content {
        font-size: 30px !important;
        padding: 45px;
    }

    .teaser-content-corporate {
        padding: 35px;
    }

    section.corporate {
        padding: 50px 0 0 0;
    }

    .museum-page--container img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .history-subpage {
        background-image: none;
    }

    .b__header {
        z-index: 555;
    }

    .b__mobile--search-container .b__search--box {
        display: block;
        position: relative;
        box-shadow: none;
        border: none;
        padding: 0 15px;
        right: 0;
    }

    .main-categories-content {
        top: 15px;
        left: 15px;
        padding: var(--space-20);
    }

    .main-categories-text,
    .main-categories-text-min {
        font-size: var(--font-size-md) !important;
    }

    .main-categories img {
        width: 100%;
    }

    .kategori-image-container img {
        max-width: 250%;
        margin-left: -200px;
    }

    body {
        padding-top: 100px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main-content-inline span {
        padding: 5px !important;
    }

    .main-content-inline {
        line-height: normal;
    }


    .b__100PercentTablet {
        width: 100% !important;
    }

    .corporate-page--title {
        font-size: 50px !important;
        line-height: normal;
    }

    .corporate-page--about {
        padding: var(--space-0) !important;
    }

    section.main-newsletter .text-wrapper .big-title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    section.corporate.main-about {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 960px) {
    .b__navbar--brand img {
        height: 90px;
        box-shadow: none;
    }

    span.b__icon-menu-bar {
        font-size: 35px;
        line-height: 0.7;
    }

    .b__navbar--brand {
        margin-top: 4px;
        margin-left: 10px;
    }

        .b__navbar--brand > img {
            height: 90px;
        }

    .icons {
        position: fixed !important;
        top: 60px !important;
        right: 40px !important;
        z-index: 1234123123;
    }

    .b__navbar--header {
        float: left;
    }

    .navbar-nav > li {
        float: left;
        text-align: center;
        flex: 1;
    }

    .b__mobil--mini {
        font-size: 12px;
    }

    section.corporate.museum-subpage {
        padding-top: 110px;
        padding-bottom: 40px;
    }



    .b__mobile-margin-top25 {
        margin-top: 25px;
    }

    .b__mobile-margin-top50 {
        margin-top: 50px;
    }
}


@media only screen and (max-width: 820px) {
    html,
    body {
        height: auto;
        min-height: inherit;
        overflow-x: hidden;
    }
}


@media only screen and (max-width: 769px) {

    section.teaser-container {
        margin-top: -10px !important;
    }

    .swiper-slide .text-wrapper {
        top: 30%;
    }

    .swiper-slide .title {
        font-size: 40px;
    }

    .swiper-slide .text {
        font-size: var(--font-size-sm);
    }

    .swiper-slide .text--corporate {
        font-size: 12px;
        color: var(--color-white);
        width: auto;
    }

    .swiper-slide .link--corporate {
        margin-top: 6px;
    }

    .corporate-page--title {
        font-size: 40px !important;
        line-height: 55px;
        padding: 10px 0;
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .link--corporate .b__btn {
        height: 40px;
        border: solid 1px transparent;
        line-height: 40px;
    }

    .input-group-btn > button.b__btn.b__btn--rounded.b__btn--rounded-gold {
        left: -30px;
        z-index: 55;
        min-width: 100px !important;
        max-width: 100px !important;
    }

    .b__row.b__flex > [class*='b__'] {
        margin: 10px;
    }

    section.corporate {
        padding: 5px 0;
        margin: 10px 0 !important;
    }

        section.corporate.teaser-container {
            margin-top: 10px !important;
        }

        section.corporate.main-about {
            margin-top: 10px;
        }

    .history-subpage {
        background-image: none;
    }

        .history-subpage span {
            padding: 10px 0;
            text-align: center !important;
            margin: var(--space-0);
        }

    .main-content-inline {
        padding: 10px !important;
        height: 100% !important;
        line-height: normal !important;
        margin-top: 10px;
        width: 100%;
    }

    .b__header {
        height: 40px;
    }

    .b__search--box {
        position: fixed;
        z-index: 55555;
        width: 100%;
        right: 0;
    }


    .navbar-nav {
        margin-top: 0;
        width: auto;
        display: block;
    }

        .navbar-nav > li {
            float: left;
            width: 100%;
            text-align: left;
        }

    .museum-page--container img {
        display: inline-block !important;
    }

    section.corporate .subNav li {
        border-right: none;
    }

        section.corporate .subNav li a {
            padding: 10px 13px;
        }

    section.corporate .subNav {
        flex-direction: column;
    }

    .corporate-page--title-fabric {
        font-size: 35px;
    }

    .b__row.b__flex.b__reverse-column {
        flex-direction: column-reverse;
        width: 100%;
    }

    .shops-page--container {
        border: none;
    }

    section.myAccount {
        padding-top: 80px;
    }

    .b__register--info ul li {
        padding: 15px 10px;
        border-top: solid 1px #cccccc;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        .b__register--info ul li img {
            margin-right: 0;
        }

    .b__register--info h2 {
        font-size: 35px;
        text-align: center;
        border: none;
        float: left;
        line-height: 1;
        width: 100%;
        color: var(--color-text-primary);
        padding-bottom: 20px;
    }

    .account-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    ul.gallery.b__gallery {
        margin: var(--space-0);
    }

        ul.gallery.b__gallery > li {
            border: solid 1px #d5d5d5;
            margin-bottom: 25px;
        }

        ul.gallery.b__gallery li > ul > li > div.image-comment p {
            color: #181a1c;
            text-align: center !important;
            padding: 5px;
            height: auto;
        }

    img.img-responsive.lazy {
        border: none;
        margin: 10px 0;
    }

    .comment-popup .b__form--group {
        padding: 15px 0;
    }

    input[type="text"],
    input[type="password"],
    textarea {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .comment {
        float: left;
        background: white;
        margin: 3%;
        box-shadow: 0 0 0 15px #f4f4f4;
        padding: 5px;
    }

    .innerComment {
        padding: 10px;
        text-align: center;
    }

        .innerComment div p {
            font-size: var(--font-size-base);
            text-align: center;
        }

    section.corporate.main-vision {
        height: auto !important;
    }



    .shops-page--container-other div div {
        margin: 20px 0;
    }

    .shops-page--container-other-last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .corporate-page--title-mini {
        font-size: 30px;
        line-height: normal;
    }

    .b__container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .spinner .input-group-btn-vertical {
        left: auto;
        position: absolute;
        right: 0;
    }

    .swiper-slide .text-wrapper {
        top: 20%;
        width: 80%;
    }

    .swiper-slide .text--corporate {
        font-size: var(--font-size-sm);
    }

    .teaser-content-corporate {
        position: absolute;
        margin: 0 auto;
        max-width: 95%;
        top: auto;
    }

    .teaser-content-corporate-top {
        position: relative;
        width: 100%;
        float: left;
        background: transparent;
    }

    .teaser-content-corporate-top-left,
    .teaser-content-corporate-top-right {
        display: none;
    }

    .teaser-content-corporate-top-header {
        height: auto;
        width: 100%;
        float: left;
        background: transparent;
        top: auto;
        line-height: normal;
    }

        .teaser-content-corporate-top-header .b__text__color--gold {
            font-size: 50px;
            margin: auto;
        }

    .teaser-content-corporate-mid-content {
        width: 100%;
        float: left;
        position: relative;
        border-left: none;
        border-right: none;
        height: auto;
        font-size: 30px !important;
        padding: 5px 0 !important;
    }

        .teaser-content-corporate-mid-content .swiper-slide .text {
            font-size: var(--font-size-md);
        }

        .teaser-content-corporate-mid-content span.description {
            line-height: 1.2;
            font-size: 12px;
            width: auto;
            margin-top: 10px;
        }

    .teaser-content-corporate-bot-left,
    .teaser-content-corporate-bot-right {
        display: none;
    }

    .teaser-content-corporate-bot-footer {
        height: 15px;
        width: 100%;
        float: left;
        background: transparent;
        margin: 35px 0;
        padding-top: 15px;
    }

    section.corporate.main-online .main-content-wrapper {
        height: auto;
    }

    .pp_content {
        padding: 20px 0 0 0;
    }

    div.ppt {
        margin: 10px 0;
        line-height: 15px;
        text-align: center;
    }

    section.corporate > div {
        padding: 0 15px;
    }

    .b__flexable,
    .b__row.b__flex {
        padding: 0 15px;
    }

    .pp_details {
        padding-bottom: 30px;
    }

    .b__middle--info-bar {
        display: flex;
        height: auto;
        align-items: center;
        justify-content: center;
        flex: 1 50%;
        flex-wrap: wrap;
        padding: 30px 0;
        font-size: var(--font-size-sm);
    }

        .b__middle--info-bar > div {
            border-right: none;
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 0 100%;
            padding: 10px 0;
            border-bottom: solid 1px #cccccc;
        }

    section.main-newsletter .text-wrapper {
        left: 50%;
        width: 100%;
    }

        section.main-newsletter .text-wrapper .big-title {
            font-size: 25px;
        }

    section.login-register {
        padding: 60px 0;
    }

        section.login-register .b__panel b__panel--no-shadow .b__register--info {
            margin-top: 25px;
        }

    .b__100PercentMobil {
        width: 100% !important;
    }

    section.myAccount {
        padding-top: 80px;
    }

    input[type="text"],
    input[type="password"],
    textarea {
        margin-bottom: 0;
    }



    section.corporate.main-online {
        height: 450px;
    }

        section.corporate.main-online .main-content-wrapper {
            width: 90% !important;
        }

        section.corporate.main-online .main-content-inline .corporate-page--title {
            line-height: 30px !important;
        }

        section.corporate.main-online .main-content-inline .corporate-page--sub-title {
            font-size: 15px;
        }

    section.corporate.main-shops .teaser-content-corporate-top-header .b__text__color--white {
        font-size: 30px;
        padding: var(--space-15);
    }

    .main-categories-header {
        font-size: 20px !important;
    }

    .main-categories-text,
    .main-categories-text-min {
        font-size: 15px !important;
    }

    .no-mobile-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .owl-carousel .owl-item img {
        width: 270% !important;
    }

    .img-mobil-height {
        width: auto !important;
    }

    .b__btn,
    button,
    a.b__btn {
        max-width: 100% !important;
        float: left;
    }

    .main_title-wrapper span.description {
        padding: var(--space-0);
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1279px) {
    .top-icons {
        position: absolute;
        z-index: 565656;
        float: right;
        right: -7px;
        top: 23%;
    }

    .tiny .top-icons {
        top: 43%;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1580px) {
    .top-icons {
        position: absolute;
        z-index: 565656;
        float: right;
        right: 0;
        top: 47%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .top-icons {
        right: 0;
    }

    .ImageHeader > img {
        width: 100vw;
        margin-top: 0;
        height: 40vh;
        max-width: max-content;
        margin-top: -30px !important;
    }
}

input.input-validation-error {
    border: solid 1px red;
}

.modal-header {
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px 5px;
    border-bottom: 1px solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-color: #d2cece;
    flex-direction: row-reverse;
}

.modal-content {
    border: 0;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 0.3rem;
    outline: 0;
    background-color: var(--color-white);
    border-color: rgba(0, 0, 21, 0.2);
    font-size: var(--font-size-base);
    line-height: 28px;
}

.modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.b__panel-220 {
    height: 220px !important;
}


input#IsGift {
    margin-left: 0;
}

.b__panel.b__panel--no-shadow.eq-height {
    min-height: 280px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.address-popup .b__label,
.address-popup label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


@media only screen and (max-width: 1200px) {
    button.navbar-toggle.collapsed {
        min-width: 50px !important;
    }
}

.p-relative {
    position: relative;
}

.b__icon-eye {
    position: absolute;
    top: 17px;
    right: 11px;
    cursor: pointer;
}

.p-0 {
    padding: var(--space-0) !important;
}

.d-flex {
    display: flex !important;
}

img.img-responsive.lazy {
    border: solid 1px #898989;
    margin: 15px 0;
    width: 264px;
    height: 264px;
}

/* kaldÄ±rÄ±lacak */
.top-icons.hidden-md.hidden-xs.hidden-sm {
    display: none;
}

.main_logo {
    max-width: none;
    display: block;
    max-height: initial;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    border-radius: 100px;
    height: 170px;
    transition: 0.3s ease-out;
    margin-top: 55px;
}

.navbar-nav {
    height: 135px;
}


.swiper-container {
    width: 100%;
    height: 100%;
}


.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-slide {
    text-align: center;
    font-size: var(--font-size-md);
    background: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



section.corporate.teaser-container img {
    position: relative;
    float: left;
    width: 100vw;
}


.main_title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 45px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}


    .main_title-wrapper .slider-bold-text {
        font-weight: 500;
    }

    .main_title-wrapper .text {
        font-size: var(--font-size-sm);
        line-height: 1.3;
        display: block;
        font-size: 48px;
        color: var(--color-white);
    }

    .main_title-wrapper span.description {
        line-height: 1.3;
        display: inline-block;
        font-size: var(--font-size-md);
        color: var(--color-white);
        width: 80%;
        padding: 0 0 60px 0;
        font-family: 'Roboto Slab', serif;
    }


.sub_title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}


    .sub_title-wrapper .slider-bold-text {
        font-weight: 500;
    }

    .sub_title-wrapper .text {
        font-size: var(--font-size-sm);
        line-height: 1.3;
        display: block;
        font-size: 48px;
        color: var(--color-white);
    }

    .sub_title-wrapper span.description {
        line-height: 1.3;
        display: inline-block;
        font-size: var(--font-size-md);
        color: var(--color-white);
        width: 80%;
        padding: 0 0 60px 0;
        font-family: 'Roboto Slab', serif;
    }


.b-btn-transparent {
    border-radius: 25px;
    line-height: 35px;
    background-color: transparent;
    border: solid 2px #ffffff;
    color: var(--color-white);
    height: 50px;
    font-size: var(--font-size-sm);
    font-weight: normal;
    margin-top: -45px;
    border-radius: 25px;
    letter-spacing: normal;
    font-family: 'Poppins', sans-serif;
    min-width: 185px;
}

.btn-gold:hover {
    background-color: var(--color-brand-gold) !important;
    border: solid 2px #c59d5f !important;
    transition: background-color 200ms linear;
}


body.corporate-body {
    overflow: auto;
    overflow-x: hidden;
}


section.corporate.main-shops {
    position: relative;
}


.btn-gold-inverted {
    background-color: #b58c4b !important;
    border: solid 2px #b58c4b !important;
    transition: background-color 200ms linear;
}

    .btn-gold-inverted:hover {
        background-color: var(--color-brand-gold) !important;
        border: solid 2px #c59d5f !important;
        transition: background-color 200ms linear;
    }



.main-footer a {
    color: var(--color-text-muted);
    text-decoration: none;
    transition: color 400ms linear;
}

    .main-footer a:hover {
        color: var(--color-brand-gold);
        text-decoration: underline;
        transition: color 400ms linear;
    }

/*
ul.new-gallery {
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-10);
    list-style: none;
    padding: var(--space-0);
}
*/

.container:has(.submenu--flex) {
    display: grid;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-10);
    list-style: none;
    padding: var(--space-0);
}

.gallery-content:has(.new-gallery) {
    justify-content: space-between;
    display: block;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-10);
    list-style: none;
    padding: var(--space-0);
}

ul.new-gallery li {
    text-align: center;
}


.new-gallery {
    text-align: center;
}



ul.gallery.b__gallery:has:not(li.group-gallery) {
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-10);
    list-style: none;
    padding: var(--space-0);
    width: 100%;
}


article.content {
    float: left;
    background: white;
    margin: 25px;
    box-shadow: 0 0 0 15px #f4f4f4;
    padding: 35px;
    border: solid 1px #c7a165;
    gap: var(--space-10);
    display: flex;
    flex-direction: column;
    width: 90%;
}


    article.content a {
        color: var(--color-text-muted);
        font-size: 20px;
        text-decoration: none;
        pointer-events: none;
    }

.field-name-sizden-gelenler-item-tarih {
    font-family: 'Great Vibes', cursive;
    color: #282828;
    font-size: 32px;
    border-bottom: dotted 1px #c59d5f;
}

.field-name-sizden-gelenler-item-gonderen {
    color: var(--color-text-muted);
    font-size: 20px;
    text-decoration: none;
    pointer-events: none;
}

nav.new-pager {
    position: relative;
    float: right;
}


.b__panel {
    padding: var(--space-15);
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    background-color: var(--color-white);
    color: var(--color-text-primary);
    height: 100%;
    min-height: 100%;
    border-radius: 4px 4px 0 0;
    transition: box-shadow 150ms linear;
}

    .b__panel:hover {
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    }


.form-control {
    border: 1px solid #acacad;
    padding: 6px 18px;
    background-color: var(--color-white);
    color: #666666;
    font-size: var(--font-size-base);
    border-radius: var(--radius-none);
}


::placeholder {
    color: #828383;
    font-size: 11px;
}


.fifth-span {
    margin-top: 370px;
    padding: 0px 70px 30px 0;
}



.nineth-span {
    margin-top: 290px;
    margin-bottom: 30px;
    padding: 0 40px 0 20px;
}

.twelfth-span {
    margin-top: 360px;
    margin-bottom: 25px;
}


.xxx {
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-10);
    list-style: none;
    padding: var(--space-0);
    width: 100%;
}



.ImageHeader > img {
    width: 100vw;
    margin-top: 135px;
}


.lang-bar {
    position: absolute;
    right: 30px;
    top: -80px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

    .lang-bar a {
        color: var(--color-brand-gold);
        text-decoration: none;
        font-weight: 500;
        font-size: var(--font-size-base);
        display: flex;
        flex-direction: column;
        align-self: center;
    }


#UnreadNotificationBadge {
    top: 5px;
}

.notification-navbar {
    max-width: 20rem;
}

    .notification-navbar .notification-is-unread {
        font-weight: 600 !important;
    }

.dropdown-menu.scrollable {
    overflow-y: auto;
    max-height: var(--oc-height-dropdown, 250px);
    scrollbar-width: thin;
}

.mt-25 {
    margin-top: 25px;
}

.main-copyright {
    background-color: var(--color-text-primary);
}

.text-small {
    font-size: var(--font-size-sm);
}


.tiny {
    height: 70px !important;
}

    .tiny li.langugage-corporate {
        top: 10px;
    }

.tiny-logo {
    height: 120px !important;
    transition: 0.3s ease-out !important;
    margin-top: 65px;
}

.b-nav-fixed {
    position: fixed;
    z-index: 6565;
    text-align: center;
    width: 100%;
    background-color: var(--color-white);
    height: 135px;
    box-shadow: var(--shadow-elevated);
    display: flex;
    align-items: center;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}

button.g-recaptcha {
    background-color: #b58c4b !important;
    border: solid 2px #b58c4b !important;
    transition: background-color 200ms linear;
    border-radius: 25px;
    line-height: 35px;
    background-color: transparent;
    border: solid 2px #c59d5f !important;
    color: var(--color-white);
    height: 50px;
    font-size: var(--font-size-sm);
    font-weight: bold;
    margin-top: 25px;
    border-radius: 25px;
    letter-spacing: normal;
    font-family: 'Poppins', sans-serif;
    min-width: 185px;
}

    button.g-recaptcha:hover {
        background-color: var(--color-brand-gold) !important;
        border: solid 2px #c59d5f !important;
        transition: background-color 200ms linear;
    }

.alert-dismissible {
    padding-right: 3rem;
    position: absolute;
    z-index: 25000;
    width: 97vw;
    margin: 1vw;
}



.pagination > li > a, .pagination > li > span {
    color: #292929;
}

.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span {
    background: #d9d9d9;
}
