header .custom-nav .current-menu-item a {
  font-weight: 600 !important;
}
header .custom-nav li a:hover {
  font-weight: 600 !important;
}

header .login-icon {
  height: 24px;
  border-left: 1px solid #ffffff80;
  border-right: 1px solid #ffffff80;
  padding: 0 25px;
}

header .cart-icon .elementor-menu-cart__toggle_button {
  padding-right: 0;
  padding-left: 10px;
}

.open-mega-menu a.hfe-menu-item{
  width: 120%;
}

.open-mega-menu > a.hfe-menu-item::after {
  content: "";
  background-image: url("../assets/arrow-down.png");
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: -20px;
  rotate: 180deg;
  cursor: pointer;
  opacity: 1!important;
}

.open-mega-menu > a.hfe-menu-item:hover::after,
.open-mega-menu.active > a.hfe-menu-item::after{
  rotate: 0deg;
}

.mega-menu {
  position: absolute !important;
  width: 100vw;
  left: -270px;
  top: 68px;
  display: none;
  z-index: 99;
}

.megamenu-box figure{
	height:100px;
}
.megamenu-box figure img{
	height:100px;
	object-fit:contain;
}