.leftMenu *, .hamline::before, .hamline::after {
  transition: all 0.2s ease;
}
/*left menu*/

.leftMenu {
  position: fixed;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  padding: 30px;
  cursor: pointer;
}

.leftMenu .hamburger span {
  display: inline-block;
}
.hamtext {
  position: absolute;
  left: 10px;
  bottom: 85px;
  color: var(--bs-white);
}
.hamtext:after, .hamtext:before {
  transform: rotate(-90deg);
  position: absolute;
}
.hamtext::after {
  content: "close";
  opacity: 0;
  left: 2px;
}
.hamtext:before {
  content: "menu";
  opacity: 1;
}
.leftMenu.active .hamtext::after {
  opacity: 1;
}
.leftMenu.active .hamtext::before {
  opacity: 0;
}
.leftMenu .hamburger .hamline {
  width: 10px;
  position: relative;
}

.hamline::before, .hamline::after {
  position: absolute;
  content: "";
  height: 45px;
  background-color: var(--bs-white);
  width: 1px;
}

.hamline:before {
  left: 0;
  opacity:1;
}
.hamline:after {
  right: 0;
}

.leftMenu:hover .hamline:after, .leftMenu.active .hamline:after{
  right: 50%
}
.leftMenu:hover .hamline:before, .leftMenu.active .hamline:before{
  left: 50%;
  opacity:0;
}
.leftMenu:hover .hamtext, .leftMenu.active .hamtext{
  bottom: 90px;
}


/*sosmed*/
.sosmed {
  position: fixed;
  bottom: 30px;
  z-index: 999;
  left: 0;
  right: 0;
}
.sosmed ul {
  margin:0;
  padding: 0;
}
.sosmed ul li {
  display: inline-block;
  position: relative;
}
.sosmed ul li:nth-child(2):after, .sosmed ul li:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  background-color: #fff;
  height: 100%;
  transform: rotate(10deg);
}
.sosmed ul li:nth-child(2):before {
  left: 0;
}
.sosmed ul li:nth-child(2):after{
  right: 0;
}
.sosmed ul li:nth-child(2){
  padding: 0 10px;
  margin:0 10px;
}

.sosmed ul li a {
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}

/*navtop*/

#navTop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
#navTop.bg-nav {
  background-color: rgba(0, 0, 0, 0.6);
}
.negativeColor {
  -webkit-mix-blend-mode: difference;
  -moz-mix-blend-mode: difference;
  -o-mix-blend-mode: difference;
  -ms-mix-blend-mode: difference;
  mix-blend-mode:difference;
}
.topNavLogo a img{
	max-width: 100px;
	display: block;
}

.navCustomMmp {
	padding: 0;
	margin: 0;
}
.navCustomMmp li {
	list-style: none;
	display: inline-block;
}

.navCustomMmp li a {
	color: var(--bs-white);
	padding: 25px 10px;
	font-size: 16px;
	display: block;
	letter-spacing: 0.09rem;
}

/*last nav*/
.last-menu > div {
  display: inline-block;
  padding: 0 5px;
}

.cart-menu {
  background: #fff;
  border-radius: 30px;
  padding: 2px 20px;
  cursor: pointer;
  color:#000;
}

.mmp-bag, .icon-nav {
  position: relative;
  top: 2px;
}

/*nav top*/
.custom-menu {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  z-index: 95;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  right: 0;
  width: 0;
  top:0;
}
.custom-menu .menu-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  overflow: hidden;
  height: 100%;
}
.custom-menu .menu-image .overlay-image {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  background-color: var(--dark-color-main);
  z-index: 5;
}
.custom-menu .menu-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}
.custom-menu .menu-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.custom-menu .menu-container ul {
  position: relative;
  padding:0;
  margin: 0;
}
.custom-menu .menu-container ul:hover li a {
  opacity: .5 !important;
}
.custom-menu .menu-container ul li a:hover {
  opacity: 1 !important;
}
.custom-menu .menu-container ul li a span.total-indicator {
  background: #fff;
  color: #000;
  font-size: 13px;
  font-family: 'poppins';
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  vertical-align: top;
  font-weight: 400;
  line-height: 1.6;
}
.custom-menu .menu-container ul li {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.custom-menu .menu-container ul li.current {
  color: #151515;
}
.custom-menu .menu-container ul li a {
  color: inherit;
  position: relative;
  text-decoration: none;
  display: inline-block;
  opacity: 0;
  font-family: 'mixta';
  text-transform: capitalize;
  font-size: calc(.5rem + 1.5vw);
}
.menu-numbering {
	font-size: 16px;
	vertical-align: super;
}
.menu-container .scnDivider {
	width: 40px;
	background-color: #ffffff21;
	display: inline-block;
	height: 1px;
	vertical-align: super;
}
.custom-menu .menu-container ul li a i {
  position: relative;
}

.globNav {
  position: fixed;
  z-index: 100;
  width: 100%;
  
}
.globNav .fluid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media only screen and (max-width: 540px) {
  .globNav .fluid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.globNav .fluid-container .logo a {
  display: block;
  overflow: hidden;
}
.globNav .fluid-container .logo a img {
  box-sizing: content-box;
  max-height: 6rem;
  display: block;
  padding: 2rem 5px;
  width:100%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 540px) {
  /* line 68, sass/_layout/_header.scss */
  .globNav .fluid-container .logo a img {
    max-height: 4rem;
    padding: 1.5rem 5px;
  }
}
/* line 85, sass/_layout/_header.scss */
.globNav .fluid-container .right-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1rem 0;
}
