@font-face {
    font-family: "Neue-Haas-Grotesk-Text-W02-Medium";
    src: url("../fonts/Neue-Haas-Grotesk-Text-W02-Medium.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Neue-Haas-Grotesk-Display-W02-Reg";
    src: url("../fonts/Neue-Haas-Grotesk-Display-W02-Reg.ttf") format("truetype");
    font-weight: 400;
}

:root {
    --theme_2025_blue: #0000ff;
    --theme_2025_black: #101010;
}

.theme-2025-menu {
    overflow: auto;
    position: fixed;
    background-color: var(--theme_2025_blue);
    right: -800px;
    left: auto !important;
    z-index: 10000;
    transition: right 1s;
    top: 21px;
    bottom: 25px;
    border-radius: 10px;
    width: 600px;
    overflow: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
}

.theme-2025-menu .menu-item.menu-item-has-children .sub-menu>a:hover,
.theme-2025-menu .menu-item:not(.menu-item-has-children)>a:hover {
    color: #565656 !important;
}

.theme-2025-menu>nav {
    /* height: calc(100% - 120px); */
    overflow: auto;
}

.theme-2025-menu.display-flex {
    display: flex !important;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .theme-2025-menu {
        left: 15px;
        width: calc(100% - 30px);
        min-width: auto;
    }
}

@media screen and (max-width: 552px) {
    .theme-2025-menu {
        top: 20px;
    }
}

.theme-2025-menu ul {
    padding: 0px;
    margin: 0;
    list-style: none;
}

.theme-2025-menu #menu-main-menu * {
    text-decoration: none;
    font-family: "Neue-Haas-Grotesk-Text-W02-Medium";
    letter-spacing: 1px;
    margin-bottom: 2px;
    text-align: left;
}

.theme-2025-menu #menu-main-menu a {
    margin-bottom: 8px;
    display: block;
}

.theme-2025-menu #menu-main-menu a:not(:hover) {
    color: #fff !important;
}

.theme-2025-menu #menu-main-menu>li:not(:last-child) {
    margin-bottom: 30px;
}

.theme-2025-menu #menu-main-menu>.menu-item:not(.menu-item-has-children)>a {
    color: #fff;
    text-transform: uppercase;
}

.theme-2025-menu #menu-main-menu .menu-item-has-children>a {
    color: var(--theme_2025_black) !important;
}

.theme-2025-menu #menu-main-menu .sub-menu a {
    padding-left: 15px;
}

.theme-2025-menu #menu-main-menu .sub-menu li:not(:last-child) {
    margin-bottom: 0px;
}

.theme-2025-menu .top-nav *,
.theme-2025-menu .bottom-nav * {
    font-family: "Neue-Haas-Grotesk-Text-W02-Medium";
    width: 130px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
}

.theme-2025-menu .top-nav .btn-menu,
.theme-2025-menu .bottom-nav .btn-menu {
    text-align: right;
}


.theme-2025-menu .top-nav a:hover,
.theme-2025-menu .bottom-nav a:hover {
    color: #565656 !important;
}

.theme-2025-menu .bottom-nav {
    margin-top: auto;
    gap: 20px;
}

.theme-2025-menu .bottom-nav a {
    width: auto;
}

.theme-2025-menu .bottom-nav a:first-child {
    text-align: left;
}

/* .theme-2025-menu .bottom-nav a:nth-child(3) {
    max-width: 50px;
} */

.theme-2025-menu .theme2025-shop-about>a,
.theme-2025-menu .theme2025-social>a {
    display: none;
}

.theme-2025-menu .theme2025-shop-about .sub-menu,
.theme-2025-menu .theme2025-social .sub-menu {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.theme-2025-menu .theme2025-shop-about .sub-menu a,
.theme-2025-menu .theme2025-social .sub-menu a {
    color: var(--theme_2025_blue) !important;
}

.theme-2025-menu .theme2025-social .sub-menu a {
    color: var(--theme_2025_black) !important;
}

.theme-2025-menu nav,
.theme-2025-menu .image-menu {
    padding: 0 20px 0px 20px;
}

.theme-2025-menu .top-nav,
.theme-2025-menu .bottom-nav {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.theme-2025-menu .image-menu img {
    width: 100%;
}

.theme-2025-menu .btn-menu{
    background-color: transparent !important;
    border-color: transparent !important;
    color: white;
    padding: 0 !important;
}

body.body-modal-open .marquee{
    z-index: 0 !important;
}

@media screen and (max-width: 600px) {
    .theme-2025-menu {
        left: 15px;
        width: calc(100% - 30px);
    }

    .theme-2025-menu a {
        font-size: 13px;
        letter-spacing: 0;
    }

    .theme-2025-menu #menu-main-menu>li:not(:last-child) {
        margin-bottom: 20px;
    }

    .theme-2025-menu .top-nav a:first-child {
        text-align: left;
    }

    .theme-2025-menu .top-nav div {
        width: 10px;
    }

    .theme-2025-menu .bottom-nav {
        gap: 12px;
    }
}

body.body-modal-open.modal-menu .theme-2025-menu {
    right: 17px;
}

@media screen and (max-width: 800px) {
    body.body-modal-open.modal-menu .theme-2025-menu {
        right: 17px;
    }
}