/* Reset default styles */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.side-menu-links li.has-dropdown:hover > ul.sub-menu {
    display: block;
}
/* List items spacing */
li {
  margin-bottom: 10px;
  position: relative;
}

/* Links */
a {
  text-decoration: none;
  color: #333;
  /*font-size: 14px;
  font-weight: 500;
 /* padding: 6px 10px;*/
  display: inline-block;
  transition: all 0.3s ease;
}

/* Hover effect */
/*a:hover,
a:focus {
  color: #000;
  background-color: #f0f0f0;
  border-radius: 4px;
}*/
.bottom-nav-container-white {
    display: flex;
    position: relative;
    padding: 18px 4px;
    height: 48px;
    width: 100%;
    border-radius: 6px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background-color: #fff;
    transition: all 0.15s;
    -webkit-box-shadow: 1px 1px 2px 1px rgb(161 161 161 / 8%);
    box-shadow: 1px 1px 2px 1px rgb(161 161 161 / 8%);
    z-index: 10;
}
.bottom-nav-shadow-white {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #1b1b1b1a);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
    display: block;
    right: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.bottom-nav-container {
    display: flex
;
    position: relative;
    padding: 18px 4px;
    height: 48px;
    width: 100%;
    border-radius: 6px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background-color: #fff;
    transition: all 0.15s;
    -webkit-box-shadow: 1px 1px 2px 1px rgb(161 161 161 / 8%);
    box-shadow: 1px 1px 2px 1px rgb(161 161 161 / 8%);
    z-index: 10;
}

.right-nav {
    position: fixed;
    top: 0;
    right: 0;
    padding: 16px 16px 8px 0;
    z-index: 400;
    display: flex;
    flex-direction: column;
    background: transparent !important;
    height: 100vh;
    width: 380px;
}

.right-nav-block,
.right-nav-inner {
    display: flex;
    position: relative;
    width: 100%;
    border-radius: 6px;
    background: #fff;
}

.right-nav-block {
    margin-bottom: 8px;
    z-index: 10;
}

.right-nav-inner {
    height: 44px;
    padding: 0;
    overflow: hidden;
    box-shadow: 1px 1px 6px -1px rgba(228, 228, 228, 0.08);
}

#nav-menu-dots {
    cursor: pointer;
}

.nav-open-menu,
.open-menu-inner {
    display: flex;
    position: relative;
    z-index: 99;
    padding: 0;
    width: 54px;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}

.open-menu-inner {
    height: 14px;
}

.nav-open-menu img {
    max-width: 15px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.right-nav-menu-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    width: calc(100% - 104px);
    height: 44px;
    font-weight: 500;
    font-size: 0.9em;
    flex-wrap: nowrap;
    transition: opacity 0.05s;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    min-width: 33.3%;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 106px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    left: -129px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 12px;
}

#right-nav-sneaktv {
    position: relative;
}

.right-nav-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #142161;
    min-width: 33.3%;
    padding: 8px 0;
}

.nav-sneaktv {
    display: flex;
    align-items: center;
    color: #767676;
    opacity: 1;
    transition: all 0.3s ease;
}

.right-nav-menu-search {
    display: inline-flex;
    position: absolute;
    right: 0;
    width: 48px;
    height: 44px;
    overflow: hidden;
    z-index: 999;
    border-radius: 6px;
    transition: all 0.15s;
}

.search-collection-contain {
    position: relative;
    background: #fff;
    width: 100%;
    height: 44px;
    z-index: 800;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 6px;
}

.fullscreen-button {
    height: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-right: 0px;
    z-index: 800;
    height: 44px;
    cursor: pointer;
}
.fullscreen-button img {
    width: 11px;
}

/* Mobile menu container open */
.nav-menu-open {
  max-height: 1000px; /* allow enough space for full menu */
  opacity: 1;
  display: flex;
  flex-direction: column;
  overflow: visible;
  position: relative;
  margin-bottom: 8px;
  transition: max-height 0.3s ease-in, opacity 0.2s ease-in;
}

/* Hidden by default */
.right-nav-open-contain {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  background: #fff;
  color: #3d3d3d !important;
  margin-bottom: 0;
  border-radius: 6px;
  position: relative;
  flex-direction: column;
  transition: max-height 0.3s ease-out, opacity 0.2s ease-in;
  position: sticky;
}

/* Show on menu open */
.right-nav-open-contain.nav-menu-open {
  max-height: 1000px;
  opacity: 1;
  overflow: visible;
}

/* Hide on desktop */
.hide-desktop {
  display: none !important;
}

/* Mobile menu button */
.open-menu-inner {
  display: flex;
  position: relative;
  z-index: 99;
  padding: 0;
  width: 54px;
  height: 14px;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}

img {
  max-width: 100%;
  border: 0;
}

/* Title */
.menu-nav-title {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.4px;
  font-weight: 500;
  padding: 24px 16px 4px 24px;
  opacity: 0.6;
}

/* Rows container */
.menu-row-contain {
  display: flex;
  flex-direction: row;
  padding: 6px 24px;
  gap: 16px;
}

/* Each column in menu */
.menu-row {
  display: flex;
  flex-direction: column;
  width: 33.33%;
}

/* List links */
.side-menu-links {
  color: #3d3d3d;
  font-size: 0.92em;
  font-weight: 500;
  padding: 0;
  line-height: 2.1em;
  margin-top: 8px;
  transition: all 0.1s;
  opacity: 0.7;
  list-style-type: none;
}

/* Newsletter section */
.mobile-menu-newsletter {
  padding: 24px;
}

.mobile-menu-newsletter h2 {
  font-size: 1em;
  margin-bottom: 8px;
}

.mobile-menu-newsletter p {
  font-size: 0.85em;
  opacity: 0.8;
  margin-bottom: 16px;
}

.mobile-menu-newsletter input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.button-subscribe {
  background: #000;
  color: #fff;
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Footer section */
.right-nav-currency {
  width: 100%;
  position: relative;
  padding: 16px;
  margin-top: 20px;
}

.copyright {
  border: 1px solid #f0eeed;
  font-size: 0.8em;
  padding: 3px 10px;
  border-radius: 6px;
  font-weight: 500;
  display:inline-block;
  color: #3d3d3d80;
  margin-bottom: 12px;
}

.menu-currency-select {
  position: absolute;
  right: 0;
  display: flex;
  background: transparent;
}

.region-contain {
  background: transparent;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 0.85em;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  width: 100%;
}

.region-flags {
  display: flex;
  gap: 8px;
}

.region-flags .flag {
  display: inline-block;
  cursor: pointer;
}

.region-flags img {
  width: 28px;
  height: auto;
  border-radius: 4px;
}

.flag.selected-icon {
  outline: 2px solid #000;
  border-radius: 4px;
}
.bottom-contain {
    position: fixed;
    width: 100%;
    display: flex;
    z-index: 200;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 8px;
    bottom: 0;
}

.bottom-nav-shadow {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
    height: 160px !important;
    position: absolute !important;
    opacity: 1;
    width: 100%;
    bottom: 100%;
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

.bottom-nav-container {
    display: flex;
    position: relative;
    padding: 10px 0;
    height: 56px;
    width: 100%;
    border-radius: 0;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    background-color: transparent;
    transition: all 0.15s;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.bottom-nav-container-white li {
    
    background: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 0px;
    border-radius: 0;
    height: 100%;
    width: 20%;
    justify-content: center;
    line-height: 1em;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.6;
    margin-bottom: 0 !important;

}
.livetag {
    color: #fff !important;
    background: #ba2223 ! Important;
    padding-left: 19px !important;
    margin-right: 4px !important;
}
.live-tags-placement {
    width: 100%;
    position: relative;
    margin-bottom: 8px;
    display: block;
}
a.product-tags {
    position: relative;
    display: inline-block;
    padding: 5px 11px 5px 11px;
    border-radius: 4px;
    background-color: #dcdcdc;
    text-transform: uppercase;
    color: #555;
    letter-spacing: 0.06em;
    font-size: 0.7em;
    margin-right: 4px;
    left: 0px;
    transition: 0.2s;
    scroll-snap-align: start;
    font-weight: 500;
}
a.stream-tags {
    font-weight: 500;
}
.stream-tags {
    position: relative;
    display: inline-block;
    padding: 5px 11px 5px 11px;
    border-radius: 4px;
    background-color: #9e9e9ec2;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 0.06em;
    font-size: 0.7em;
    margin-right: 4px;
    left: 0px;
    transition: 0.2s;
}
.viewers-button {
    position: relative;
    display: inline-flex
;
    padding: 5px 8px 5px 8px;
    border-radius: 4px;
    background-color: #ffffffa3;
    color: #000 !important;
    letter-spacing: 0em;
    font-size: 0.75em;
    float: right;
    transition: 0.2s;
    height: 23px;
    font-weight: 500;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.viewers-button img {
    margin-right: 4px;
}
img {
    max-width: 100%;
    border: 0;
}
.livetag:before {
    content: "\2022";
    font-size: 26px;
    position: absolute;
    top: 60%;
    left: 6px;
    transform: translateY(-54%);
    color: white;
}

.bottom-nav-item.active,
.bottom-nav-item:hover {
    opacity: 1;
}
.bottom-nav-item i {
    width: 16px;
object-fit: contain;
    height: 16px;
    object-fit: contain;
    transition: filter 0.2s ease;
}
.menu li.menu-item-has-children {
    position: relative;
}

.submenu-container {
    display: none;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #fff; /* solid black */
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); /* optional */
    color: #fff; /* make text visible on dark background */
}

.menu-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.menu-arrow.rotate {
    transform: rotate(180deg);
}
/* Active state when submenu is open */
.menu-item-has-children.active .menu-arrow {
    transform: rotate(180deg); /* rotate arrow up */
}

.submenu-container .sub-menu li a {
    font-size: 12px;
    padding: 10px 15px;
    display: block;
    color: #333;
    text-decoration: none;
}
.submenu-container .sub-menu li{
  margin-bottom: 0px;
}
.dropdown-toggle{
  display: flex;
    /* vertical-align: top; */
    align-items: start;
  
}
.dropdown-toggle span{
 font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .bottom-nav-container .bottom-nav-item i {
        filter: invert(100%) brightness(1.5);
    }
    /*.right-nav {
        display: none;
    }*/
    .hide-mobile{
      display: none;
    }
    .right-nav {
        background-color: transparent !important;
        padding: 0 !important;
        width:100%;
        height: auto;
    }
    .right-nav-block {
        padding: 8px 8px 0;
        background: transparent !important;
    }
   .submenu-container {
    left:50%;
   }
       .nav-menu-open {
        opacity: 1;
        visibility: visible;
        height: 100vh !important;
        max-height: 100vh !important;
        position: fixed !important;
        height: 100vh !important;
        width: 100vw !important;
        top: 0 !important;
        margin-top: 0 !important;
        background: rgb(165 165 165 / 60%) !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        padding: 8px !important;
    }
        .right-nav-open-contain {
        position: fixed;
        width: 100%vw !Important;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out !important;
        z-index: 9999;
        top: 0 !Important;
    }
     
    .right-nav-open-contain {
        margin-top: 16px;
    }
    .background-blur {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        height: 100vh;
        width: 100vw;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }
    .nav-mobile-contain {
        display: flex;
        height: 100%;
        width: 100%;
        background: #fff;
        border-radius: 6px;
        overflow: hidden;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 240px;
        padding-top: 80px;
    }
    .nav-menu-open {
        opacity: 1;
        visibility: visible;
        height: 100vh !important;
        max-height: 100vh !important;
        position: fixed !important;
        height: 100vh !important;
        width: 100vw !important;
        top: 0 !important;
        margin-top: 0 !important;
        background: rgb(165 165 165 / 60%) !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        padding: 8px !important;
    }

    .mobile-nav-open-menu {
        display: flex;
        position: absolute;
        top: 8px;
        z-index: 99;
        padding: 0;
        width: 54px;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        opacity: 0.3;
    }
    .hide-desktop {
        display: flex ! Important;
    }
    .menu-nav-title {
        display: none !important;
    }
    .menu-row-contain {
        display: flex ! Important;
        opacity: 1;
        flex-direction: column ! Important;
        padding: 24px ! Important;
        align-content: center ! Important;
        align-items: center ! Important;
        gap: 0;
    }
    .menu-row {
        padding: 0 !Important;
        text-align: center;
    }
    .dropdown-toggle{
      display: inline-block;
    }

    .menu-currency {
        position: fixed ! Important;
        bottom: 16px ! Important;
        left: 0;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 24px !important;
    }
    .mobile-nav-open-menu img {
        max-width: 15px;
    }
}

@media only screen and (min-width: 769px) {
    .bottom-contain {
        display: none; /* Hide on tablets/desktops */
    }
}
