.body-scroll-lock {
    overflow: hidden;
    height: 100vh;
}
.side-menu-toggle {
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
}

/* Sidebar Panel */
.auto-side-menu-panel {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: 0.3s;
    overflow-y: auto;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
}

.auto-side-menu-panel.open {
    left: 0;
}

.side-menu-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0px 15px 12px;
}

button#sideMenuClose {
    border: none;
    background: transparent;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
}

/* Overlay */
#sideMenuOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9998;
}

/* Menu List */
.auto-side-menu {
    list-style: none;
    padding: 0;
    margin: 0 1.5rem;
}

.auto-side-menu li {
    border-bottom: 0px solid #eee;
}

.side-menu-logo img {
    max-height: 40px;
    width: auto;
}

.side-menu-logo a {
    display: inline-block;
}

.auto-side-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0px;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.menu-icon {
    width: 16px;
    margin-right: 10px;
}

.menu-title {
    flex: 1;
    margin-left: 0px;
    font-weight: 500;
    font-family: "Open Sans", Sans-serif;
}



/* Divider */
.menu-divider hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 10px 0px;
}

/* Button Style */
.menu-button a {
    background: #ff6600;
    color: #fff !important;
    border-radius: 6px;
    margin: 10px 0px;
    justify-content: center;
    padding: 10px 20px;
}

.menu-panels {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.menu-panel {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.35s ease;
    overflow-y: auto;
}

.menu-panel.active {
    left: 0;
}



.submenu-header {
    display: flex;
    align-items: center;
    padding: 0px 14px 14px 0px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    margin: 0px 15px 12px;
    
}
div#sideMenurightDesktop .submenu-header {
    margin: 0px;
}
.submenu-back {
    background: none;
    border: none;
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
}


/* Root panel fix */
.menu-panel.root-panel {
    left: 0;
}

/* When parent goes left */
/* .menu-panel.shift-left {
    left: -100%;
} */

/* Submenu default hidden */
.menu-panel.submenu-panel {
    left: 100%;
}

/* Active submenu visible */
.menu-panel.submenu-panel.active {
    left: 0;
}

/* Smooth panel animation */
.menu-panel {
    transition: left 0.35s ease;
}

.side-menu-toggle {
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
}

/* Sidebar */
.auto-side-menu-panel {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: 0.3s;
    overflow: hidden;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
}

.auto-side-menu-panel.open {
    left: 0;
}

.side-menu-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-menu-close {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
}

/* Overlay */
#sideMenuOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 9998;
}

/* Panels */
.menu-panels {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.menu-panel {
    position: absolute;
    inset: 0;
    left: 100%;
    background: #fff;
    transition: 0.35s ease;
    overflow-y: auto;
}

.menu-panel.active {
    left: 0;
}

.menu-panel.root-panel {
    left: 0;
}

/* Menu */
.auto-side-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    border-bottom: 0px solid #eee;
}
li.menu-divider {
    padding: 10px 15px;
}

.menu-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.submenu-arrow {
    cursor: pointer;
    font-size: 20px;
    color: #000000;
    font-weight: 300;
    width: 25px;
    text-align: right;
    line-height: .8;
}

/* Submenu header */


.submenu-back {
    background: none;
    border: none;
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
}
.side-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 9998;
}
.side-menu-close {
    border: none;
    background: transparent;
    font-size: 28px;
    color: #000;
    font-weight: 700;
    cursor: pointer;
}
.auto-side-menu-panel {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: 0.3s;
    overflow-y: auto;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
}
.auto-side-menu-panel.open {
    left: 0;
}

.menu-root-desktop { display: none; }
.menu-root-mobile { display: block; }

@media (min-width: 800px) {
    .menu-root-mobile { display: none; }
    .menu-root-desktop { display: block; }
}

.side-menu-right.desktop {
    position: fixed;
    top: 0;
    left: 300px;                 /* left sidebar width */
    width: calc(100% - 300px);
    height: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 9999;
    padding: 30px;
    box-shadow: inset 1px 0 0 #eee;

    /* animation base */
    transform: translateX(100px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s ease;
}

/* OPEN STATE */
.side-menu-right.desktop.open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}


/* Mobile me hide */
.menu-root-mobile .side-menu-right {
    display: none;
}

/* Visibility */
.desktop-only { display: block; }
.mobile-only { display: none; }

@media (max-width: 800px) {
    .desktop-only { display: none; }
    .mobile-only { display: block; }
    .mega-grid-wrapper.desktop-only {
    display: none;
}
}

/* Mega Header */
.mega-header {
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
}

.mega-view-all {
    font-size: 14px;
    font-weight: 500;
    color: #030303;
    text-decoration: none;
}

div#sideMenurightDesktop .mega-grid-wrapper.desktop-only {
    padding: 15px 0px;
    -moz-columns: 4;
    column-count: 4;
}

div#sideMenurightDesktop .mega-grid-wrapper > li.menu-item {
    break-inside: avoid;
}

/* ≤ 1280px */
@media (max-width: 1280px) {
    div#sideMenurightDesktop .mega-grid-wrapper.desktop-only {
        -moz-columns: 3;
        column-count: 3;
    }
}

/* ≤ 1024px */
@media (max-width: 1024px) {
    div#sideMenurightDesktop .mega-grid-wrapper.desktop-only {
        -moz-columns: 2;
        column-count: 2;
    }
}
li.menu-item.level-3 a {
    padding: 0px;
}

/* Column */
.mega-column h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mega-list {
    list-style: none;
    padding: 0;
}

.mega-list li {
    padding: 6px 0;
}
div#sideMenurightDesktop .submenu-header.desktop-only button.submenu-back {
    display: none;
}
div#sideMenurightDesktop .submenu-header.desktop-only{
    position: relative;
}

div#sideMenurightDesktop .submenu-header.desktop-only a.mega-view-all{
    width: fit-content;
    position: relative;
        color: #ff6600;
}
div#sideMenurightDesktop .submenu-header.desktop-only a.mega-view-all:after {
    content: "";
    display: inline-block !important;
    width: 0;
    height: 0;
    border-left: 8px solid #ff6600;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    vertical-align: middle;
    margin-left: 27px;

}

div#sideMenurightDesktop .submenu-header.desktop-only a.mega-view-all:before {
    width: 23px;
    height: 2px;
    background: #ff6600;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 3px;
    top: 2px;
    bottom: 0px;
    margin: auto;
}
li.menu-item {
    /* color: #000000; */
    list-style: none;
}
div#sideMenurightDesktop .menu-row {
    padding: 5px 0px !important;
}
div#sideMenurightDesktop li.menu-item.level-2>.menu-row a  span.menu-title{
    font-weight: 700;
}

div#sideMenurightDesktop .submenu-header.desktop-only {
    padding-left: 0px;
}
ul.auto-side-menu.mobile-only li.menu-item.level-2>.menu-row a  span.menu-title{
    font-weight: 700;
}

.link-side-menu-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}
.link-side-menu-wrapper-after-four, .link-side-menu-wrapper-before-four{
    display: flex;
    align-items: center;
    gap: 40px;
}
/* base */
.link-side-menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 3px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
a.link-side-menu-item.is-button {
   padding: 7px 7px; 
}
/* button style */
.link-side-menu-item.is-button.side-menu-open-trigger{
  padding: 7px 7px;
}

/* icon */
.link-side-menu-item .menu-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* divider */
.link-side-menu-divider {
    width: 1px;
    height: 24px;
    background: #ddd;
}

/* hover */
.link-side-menu-item:hover {
    opacity: 0.9;
}
.link-side-menu-item.is-button span.menu-title {
    color: #fff !important;
    font-weight: 600;
}

.menu-link.side-menu-open-trigger {
    color: #222222;
    font-weight: 600;
}
.link-side-menu-item.side-menu-open-trigger span.menu-title {
    font-weight: 700;
}
.menu-title:hover {
    color: #ff6600;
}