.left-header-menu {
  list-style: none;
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.left-header-menu li {
  position: relative;
}

.left-header-menu li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  padding: 8px 12px 4px 12px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.left-header-menu li a span {
  position: relative;
  display: inline-block;
  padding: 4px 0;
}

.left-header-menu li ul li a::after {
  content: none !important;
}

.left-header-menu li a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}

.left-header-menu li a:hover span::before {
    width: 100%;
}

.left-header-menu li:not(.no-arrow) > a::after {
    content: "\25BE";
    margin-left: 6px;
    font-size: 11px;
    color: #fff;
}

/* ===== SUB MENU ===== */
.left-header-menu li ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #090909;
    min-width: 220px;
    padding: 20px 0 12px;
    margin: 0;
    display: flex;
    flex-direction: column;
    z-index: 999;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.left-header-menu li ul li a {
    padding: 8x 16px;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    white-space: nowrap;
    color: #eee;
    line-height: 22px;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
    border-radius: 4px;
}

.left-header-menu li ul li a:hover {
  color: #b99d75;
}

.left-header-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 768px) {
  .left-header-menu {
    display: none;
  }
}



/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
*/

.cozy_nav_toggle {
  background-color: transparent;
  border: none;
  position: relative;
  padding: 11px 10px;
  margin: 0;
}

.cozy_nav_toggle .cozy-icon-bar {
  display: block;
  width: 30px;
  height: 1px;
  border-radius: 1px;
  background-color: #FFFFFF;
  margin: 5px auto;
}

.cozy_nav_toggle:hover .cozy-icon-bar {
  background-color: #b99d75;
}

.cozy_nav_toggle .cozy-icon-bar + .cozy-icon-bar {
  margin-top: 4px
}

.cozy-navigation-link {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400
}

.cozy-nav-style {
  border-bottom: 1px solid #cccccc;
  padding: 0 15px 20px;
  margin-top: 20px;
}

#cozy_menu_cont {
  width: 100%;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 2000;
  background-color: #FFFFFF;
  padding-top: 10px;
  background-position: center center;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}

.cozy-close-navbar {
  position: relative;
  z-index: 2000;
  font-size: 28px;
  color: #ffffff;
  cursor: pointer;
  background-color: none;
  height: 50px;
  padding: 15px;
  text-align: center;
  width: 50px;
}

.cozy_menu_cont_left {
  overflow-y: scroll;
  transform: translateX(0);
  opacity: 1;
}

.cozy_menu_cont_right {
  transform: translateX(100%);
  opacity: 0;
}

a.cozy-navigation-link:focus {
  outline: none;
}

.cozy-nav-style {
  border-bottom: none !important;
}

.cozy-nav-style li {
  padding: 5px 30px;
}

.cozy-nav-pills > li {
  border-bottom: none;
  width: fit-content;
  height: 100%;
}
.cozy-nav-pills > li > a {
  font-size: 50px;
  font-family: 'Jost', sans-serif;
  color: #fff;
  transition: color 0.3s ease;
}

.cozy-nav-pills > li > a:hover {
  color: #b9b9b9;
}
.cozy-nav-pills > li:hover, .cozy-nav-pills > li:focus {
  border-bottom: none;
}

.cozy-nav > li > a {
  padding: 30px 5px !important;
}

.nav-stacked > li + li {
  margin-top:  0 !important;
}

.cozy-menu-content {
  min-height: 100vh;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center
}
.cozy-menu-content .row1 {
  width: 1300px;
}

.cozy-menu-content .row1 ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.cozy-menu-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2000;
}

#cozy_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

#cozy_menu_overlay.active {
  opacity: 1;
  visibility: visible;
}