Check Sales Details For All Our Sales Info. | EXTRA 10% OFF SOUVENIRS code JAPAN |
close
Sign In
New Customer?
Create an account with us and you'll be able to:
Checkout faster
Save multiple delivery addresses
Access your order history
Track new orders
Save items to your wish list
=========================================
// MITEGI - MOBILE MENU FIX (CSS ONLY)
// ============================================================
// ============================================================
// MITEGI - MOBILE MENU FIX (FINAL)
// ============================================================
@media (max-width: 1024px) {
// Force menu to show when toggled
.navPages-container.is-open,
.navPages-container.show {
display: block !important;
max-height: 100vh !important;
overflow-y: auto !important;
visibility: visible !important;
opacity: 1 !important;
}
// Force sub-menus to show
.navPage-subMenu.is-open,
.navPage-subMenu.show {
display: block !important;
max-height: 100vh !important;
overflow-y: auto !important;
padding-left: 20px !important;
}
}