.header-menu li:not(:last-child)::after, .top-menu li:not(:last-child) a::after {
    content: "";
    position: absolute;
    right: 0;
    margin-right: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 1px
}

.has-dropdown, .header-menu li, .menu-container, .search-container, .top-menu li {
    position: relative
}

.category-dropdown, header {
    position: fixed;
    z-index: 1000
}

.all-category-title, .title-bar button {
    border: none;
    background: 0 0;
    font-size: 16px
}

.category-column a, .header-menu li a, .subheading-left a, .top-menu li a {
    text-decoration: none
}

header {
    width: 100%;
    top: 0
}

body.scroll-locked {
    touch-action: none;
    overscroll-behavior: contain
}

.top-section {
    background: #fc0f1c;
    width: 100%;
    height: 60px
}

.red-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1056px;
    width: auto;
    margin: 0 auto;
    height: 60px
}

.menu-container {
    margin: 0 auto;
    display: grid
}

.all-category-title, .menu-w, .sub-menu, .title-bar {
    display: flex
}

.menu-container h1 a:hover {
    color: #fc0f1c !important;
    cursor: pointer
}

.header-menu, .top-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
    list-style: none;
    padding: 0;
    margin: 0
}

.top-menu {
    min-height: 18px
}

.header-menu {
    gap: 10px
}

.menu-w {
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-height: 32px;
    min-width: 826px;
    gap: 24px
}

.logo-w {
    width: 230px;
    height: 24px
}

.header-menu li, .top-menu li {
    display: inline-block
}

    .top-menu li a {
        color: #fff;
        font-weight: 700;
        font-size: 18px
    }

        .top-menu li a:hover {
            color: #fffc
        }

    .top-menu li:not(:last-child) a::after {
        background: rgb(250 198 191 / .6)
    }

    .header-menu li a, .header-menu li a span {
        color: #202122;
        font-size: 16px
    }

    .header-menu li:not(:last-child)::after {
        background: #d4d4d4
    }

.all-category-title {
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.title-bar {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1056px;
    margin: 0 auto 24px
}

.category-dropdown {
    display: none;
    top: 60px;
    left: 0;
    width: 100vw;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    background: #e8e8e8;
    padding: 10px 0 30px
}

.category-list {
    display: flex;
    justify-content: flex-start;
    max-width: 1056px;
    margin: 0 auto;
    padding: 0
}

.category-column {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 150px;
    padding-right: 40px;
    position: relative
}

    .category-column a {
        color: #333;
        font-size: 14px !important;
        padding: 10px 0;
        font-weight: 700;
        transition: color .2s ease-in-out
    }

.category-dropdown a::after {
    content: none !important
}

.category-column a:hover, .has-dropdown a span:hover, .header-menu li a:hover, .mobile-menu-items a:hover, .new3category-box-container a:hover, button.all-category-title:hover span.font-bold {
    color: #fc0f1c
}

button.all-category-title:hover img {
    content: url(/mstatic/assets/img/headericons/all-red.svg)
}

.category-dropdown.is-open, .desktop-search-container.active {
    display: block
}

.new3category-box-container {
    max-width: 1056px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    align-items: stretch;
    gap: 10px;
    margin: 0 auto 24px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding-bottom: 24px;
    border-bottom: 1px solid #d4d4d4
}

    .new3category-box-container a {
        font-size: 16px;
        padding: 10px 0
    }

.member-login-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    background: #fff;
    border: none;
    color: #fc0f1c;
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0;
    flex-grow: 0;
    width: 124px;
    max-width: 124px;
    min-width: 124px;
    height: 32px;
    padding: 10px
}

    .member-login-button .icon {
        width: 20px;
        height: 20px
    }

        .member-login-button .icon svg {
            width: 20px;
            height: 20px;
            fill: currentColor
        }

.desktop-search-container {
    display: none;
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    background-color: #f7f7f7;
    box-shadow: 0 4px 15px rgb(0 0 0 / .1);
    z-index: 999;
    padding: 20px 0
}

.search-content-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto
}

.bottom-header, .search-bar-desktop.active {
    max-width: 1056px;
    width: 100%
}

.search-input-area {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px
}

.icon-search-glass {
    padding: 0 10px;
    display: flex;
    align-items: center
}

.search-input {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 16px;
    outline: 0
}

.search-button {
    background-color: red;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 16px
}

.close-button {
    background-color: #fff0;
    border: none;
    font-size: 24px;
    color: #888;
    cursor: pointer;
    padding: 0 15px
}

.mobile-search-button {
    background-color: #fc0f1c;
    border-radius: 4px;
    border: 0;
    color: #fff;
    padding: 6px 12px
}

.bottom-section {
    background: #e8e8e8;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .12);
    width: 100%;
    height: 44px
}

.bottom-header {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0
}

.search-desktop-container {
    display: none;
    width: 100%;
    height: 98px;
    position: fixed;
    justify-content: center;
    gap: 12px;
    top: 8px;
    left: 0;
    background-color: #e8e8e8;
    margin: 52px auto 0;
    padding: 24px 12px;
    box-shadow: 0 5px 21px -7px rgb(0 0 0 / .68);
    z-index: 1000;
    opacity: 0;
    pointer-events: none
}

.search-bar-desktop, .subheading-right {
    align-items: center;
    display: flex;
    box-sizing: border-box
}

.search-desktop-container.active {
    display: flex;
    opacity: 1;
    pointer-events: auto
}

#searchform {
    width: 100%;
    max-width: 1036px
}

.search-bar-desktop {
    height: 50px;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    background: #fff;
    padding: 8px 12px;
    outline: 0
}

    .search-bar-desktop input[type=search] {
        padding: 8px 12px;
        height: 34px;
        background-color: #fff;
        color: #878787;
        font-size: 16px;
        border: none;
        box-sizing: border-box;
        width: 100%;
        display: inline-block;
        outline: 0
    }

.search-input-button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

.subheading-right {
    max-width: 81.25rem;
    width: 100%;
    border-radius: .625rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    justify-content: flex-start
}

.subheading-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 15.625rem;
    height: 2.5rem;
    border-top-left-radius: .625rem;
    border-bottom-left-radius: .625rem;
    padding-left: 89px;
    box-sizing: border-box
}

    .subheading-left a {
        display: block;
        font-size: 1.3125rem;
        line-height: 1.7
    }

.subheading-double {
    padding-top: 30px;
    z-index: 999;
    border-bottom-left-radius: 0
}

.hb-mobile-header {
    display: none
}

@media (max-width:380px) {
    .new3category-box-container {
        grid-template-columns: none !important
    }
}

@media (max-width:767px) {
    .category-list, .new3category-box-container {
        grid-template-columns: repeat(2,1fr)
    }

    .category-list {
        display: grid
    }
}

@media (max-width:1024px) {
    .nav-menu, header {
        height: 52px
    }

    #mobile-header #mobile-menu-toggle, #mobile-header #mobile-search-button {
        top: 12px;
        text-align: center;
        border: none;
        background: 0 0;
        position: fixed;
        display: block
    }

    .nav-menu, .overlay {
        left: 0;
        top: 0;
        width: 100%
    }

    .hb-mobile-header {
        display: block
    }

    .nav-menu {
        position: fixed;
        right: 0;
        z-index: 3;
        background: #fe0000
    }

    #mobile-header #mobile-menu-toggle {
        width: 24px;
        height: 24px;
        left: 16px
    }

    #mobile-header .logo {
        position: fixed;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3
    }

    .bottom-section, .mobile-menu-items a.active::after, .mobile-menu-items a.no-separator::after, .search-bar-desktop, .search-container.hidden, .top-section {
        display: none
    }

    #mobile-header #mobile-search-button {
        right: 16px
    }

    #mobile-header #mobile-menu-toggle i {
        font-size: 40px;
        color: #fff
    }

    #mobile-menu {
        position: fixed;
        top: 52px;
        left: -314px;
        right: auto;
        width: 100%;
        max-width: 314px;
        height: calc(100% - 50px);
        bottom: 0;
        z-index: 10;
        overflow-y: auto;
        background-color: #fff;
        transition: transform .34s,opacity .34s;
        opacity: 0
    }

        #mobile-menu.active {
            transform: translateX(314px);
            opacity: 1
        }

    .sidebar-menu {
        list-style: none;
        margin: 0;
        padding: 0 0 24px
    }

        .sidebar-menu li {
            background: #fff;
            border-bottom: 1px solid #efefef
        }

            .sidebar-menu li:first-child a {
                border-top: none
            }

            .sidebar-menu li a {
                padding: 10px 16px;
                display: block;
                color: #000;
                text-decoration: none;
                font-size: 18px;
                font-weight: 600
            }

                .sidebar-menu li a img {
                    padding-right: 10px;
                    vertical-align: middle;
                    width: 30px;
                    height: 30px
                }

    .uye-girisi a {
        background-color: #3fc277 !important
    }

    .arrow {
        font-size: 27px;
        line-height: 0;
        position: relative;
        display: inline-block;
        margin-left: 2px;
        transform: translateY(3px);
        font-weight: 300;
        color: #fff
    }

    .app-logo, .social-logo {
        display: grid;
        text-align: center
    }

    .social-logo {
        grid-template-columns: repeat(4,1fr);
        margin-bottom: 24px
    }

        .social-logo a img {
            width: 48px;
            height: 48px
        }

    .app-logo {
        grid-template-columns: repeat(3,1fr);
        margin: 10px auto;
        padding: 0 5px
    }

        .app-logo a img {
            width: 80px;
            height: 26px
        }

    .overlay {
        visibility: hidden;
        position: fixed;
        height: 100%;
        background-color: rgb(0 0 0 / .5);
        z-index: 2;
        -webkit-transition: opacity .34s;
        transition: opacity .34s
    }

        .overlay.active {
            visibility: visible;
            opacity: 1;
            transition-delay: 0s
        }

    .search-container {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #f6f6f6;
        margin: 52px auto 0;
        padding: 16px 12px 24px;
        box-shadow: 0 5px 21px -7px rgb(0 0 0 / .68);
        transition: transform .34s,opacity .34s;
        transform: translateY(0);
        opacity: 1;
        z-index: 1000
    }

    .mobile-search, .search-input {
        padding: 8px 12px;
        background-color: #fff
    }

    .search-close {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        margin-bottom: 8px
    }

    .search-input {
        border: 1px solid #d1d1d1;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px
    }

    .mobile-search, .mobile-search:focus {
        outline: 0;
        border: none
    }

    .mobile-search {
        height: 34px;
        color: #878787;
        font-size: 16px;
        box-sizing: border-box;
        width: 100%;
        display: inline-block
    }

    .mobile-menu-container {
        display: flex;
        align-items: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        padding: 12px 16px;
        background-color: #e5e5e6;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -.08px;
        margin-top: 52px
    }

    .mobile-menu-items a {
        display: inline-block;
        position: relative;
        padding: 0 15px;
        color: #000;
        text-decoration: none;
        font-weight: 700;
        transition: background-color .3s
    }

        .mobile-menu-items a:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            height: 24px;
            width: .031rem;
            background-color: #3c3c435c
        }

        .mobile-menu-items a:first-child {
            padding-left: 0
        }

        .mobile-menu-items a.active {
            border-radius: 6px;
            border: .5px solid rgb(0 0 0 / .04);
            box-shadow: 0 3px 8px 0 rgb(0 0 0 / .12),0 3px 1px 0 rgb(0 0 0 / .04);
            background-color: #fff;
            padding: 8px 12px;
            font-weight: 600
        }

    .topBar {
        top: 41px;
        z-index: 399;
        margin-bottom: 0;
        position: fixed
    }

    .hbFinanceTopBar {
        width: calc(100% + 30px);
        margin: 52px -15px 0;
        padding-bottom: 5px !important;
        display: flex;
        align-items: center;
        overflow: auto;
        background: #fff
    }

    .topBar .hbFinanceTopBar span {
        color: #000;
        margin-bottom: 3px;
        font-size: 13px;
        white-space: nowrap
    }
}

@media (min-width:1025px) and (max-width:1080px) {
    .has-dropdown span, .header-menu li a {
        font-size: 14px
    }

    .menu-container, .red-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (min-width:1085px) and (max-width:1269px) {
    .header {
        font-size: 1rem
    }

    .top-menu {
        margin: 0
    }

    .bottom-header, .subheading-right {
        font-size: .8rem
    }
}
