.th-admin-edit {
  position: absolute;
  right: 0;
  top: 0;
}
.hr-header {
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 15px 0px;
}
/*.hr-header::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(var(--HR-sz-5));
  backdrop-filter: blur(30px);
  width: 100%;
  height: 100%;
  z-index: -1;
}*/
.hr-header .hr-announcement-warp {
  background-color: var(--color-3);
}
.hr-header .hr-announcement-warp .hr-announcement-bar {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  color: var(--white);
  font-weight: var(--weight-600);
  text-transform: var(--upper);
  padding: 0;
  margin-right: 1.5rem;
  font-size: 0.75rem;
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link:hover {
  color: var(--white);
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link.email {
  text-transform: var(--lower);
}
.hr-header .hr-announcement-bar .nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link .hr-announcement-icon {
  margin-right: 0.5rem;
}
.hr-header .hr-main-header .hr-inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.hr-header .hr-main-header .hr-inner-header .hr-brand {
  margin-right: 30px;
}
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link {
  display: inline-block;
}
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  width: auto;
  height: 57px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hr-header .hr-main-header .hr-inner-header .hr-header-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.hr-header .hr-header-menu {
	margin-right: 0px;
	display: flex;
	align-items: center;
	column-gap: 60px;
}
.hr-header .hr-header-menu .nav .nav-item {
  margin-right: 30px;
  position: relative !important;
}
.hr-header .hr-header-menu .nav .nav-item:last-child {
  margin-right: 0;
}
.hr-header .hr-header-menu .nav .nav-item .nav-link {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.hr-header .hr-header-menu .nav .nav-item .nav-link span {
  margin-left: 5px;
  position: relative;
  top: 1px;
  font-size: 14px;
}
.hr-header
  .hr-header-menu
  .hr-inner-dropdown
  .hr-sub-inner-dropdown
  .nav-item
  .nav-link:not([href]):hover,
.hr-header
  .hr-header-menu
  .hr-inner-dropdown
  .nav-item
  .nav-link:not([href]):hover,
.hr-header .hr-header-menu .nav .nav-item .nav-link:not([href]):hover {
  color: var(--color-3);
}
.hr-header .hr-header-menu .hr-inner-dropdown,
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown,
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu {
  display: none;
}
.hr-header
  .hr-header-menu
  .nav
  .hr-inner-dropdown
  .nav-item:hover
  .hr-sub-inner-dropdown,
.hr-header .hr-header-menu .nav .nav-item:hover .hr-inner-dropdown {
  display: block !important;
}
.hr-header .hr-header-menu .hr-inner-dropdown, .hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown {
	position: absolute;
	border-radius: 0.5rem;
	box-shadow: 0 10px 30px -25px #000;
	padding: 1rem 0;
	background-color: #121212;
	min-width: 200px;
}
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item,
.hr-header .hr-header-menu .hr-inner-dropdown .nav-item {
  margin: 0;
}
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item .nav-link, .hr-header .hr-header-menu .hr-inner-dropdown .nav-item .nav-link {
	color: #FFF;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 10px 15px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item .nav-link:hover, .hr-header .hr-header-menu .hr-inner-dropdown .nav-item .nav-link:hover {
	background: var(--color-3);
}
.hr-header .hr-header-menu .nav .nav-item .nav-link .hr-inner-dropdown {
  top: 76;
  left: 0;
}
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown {
  top: 0;
  right: calc(100% + 2px);
}
.hr-header .hr-main-header .hr-inner-header .hr-header-cart {
  margin-right: 38px;
}
.hr-header .hr-main-header .hr-inner-header .hr-header-cart .hr-cart-btn {
  position: relative;
}
.hr-header .hr-main-header .hr-inner-header .hr-header-cart .hr-cart-btn .icon {
  font-size: 1rem;
  color: var(--color-2);
}
.hr-header
  .hr-main-header
  .hr-inner-header
  .hr-header-cart
  .hr-cart-btn
  .cart-count {
  position: absolute;
  top: -15px;
  right: -12px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: var(--weight-500);
  border-radius: 50%;
  background-color: var(--color-2);
  color: var(--white);
}
.hr-header
  .hr-main-header
  .hr-inner-header
  .hr-header-cart
  .hr-cart-btn:hover
  .cart-count {
  background-color: var(--color-4);
  color: var(--white);
}
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn {
  font-size: 18px;
  padding: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #fff !important;
  background: 0 0;
  color: #fff !important;
  border-radius: 0.2rem;
}
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn span {
  font-weight: var(--weight-800);
}
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn.active,
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn:hover {
  border: 1px solid var(--color-4);
  background: var(--color-4);
  color: var(--white);
}
.hr-header .hr-mob-menu-pop {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--white);
  width: 300px;
  padding: 50px 30px;
  box-shadow: 0 10px 30px 0 var(--shadow-02);
  height: 100vh;
}
.hr-header .hr-mob-menu-pop .hr-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid var(--color-2);
  border-radius: 50%;
  padding: 0;
  background-color: transparent;
  font-size: 18px;
  color: var(--color-2);
}
.hr-header .hr-mob-menu-pop .hr-close:hover {
  background-color: var(--color-4);
  border: 1px solid var(--color-4);
  color: var(--white);
}
.hr-header .hr-mob-menu-pop .hr-close span {
  margin-top: var(--HR-sz-2);
}
.hr-header .hr-mob-menu-pop .hr-header-menu {
  display: block;
  margin-right: 0;
}
.hr-header .hr-mob-menu-pop .hr-header-menu .nav .nav-item {
  margin-right: 0;
}
.hr-header .hr-mob-menu-pop .hr-header-menu .nav .nav-item .nav-link {
  padding: 8px 0;
  border-bottom: 1px solid var(--border-01);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hr-header
  .hr-mob-menu-pop
  .hr-header-menu
  .nav
  .nav-item:last-child
  .nav-link {
  border-bottom: var(--none);
}
.hr-header .hr-mob-menu-pop .hr-header-menu .nav .nav-item .btn-main {
  display: inline-block;
  margin-top: 25px;
}
.hr-header .hr-mob-menu-pop .hr-header-menu .hr-inner-dropdown,
.hr-header
  .hr-mob-menu-pop
  .hr-header-menu
  .hr-inner-dropdown
  .hr-sub-inner-dropdown {
  box-shadow: var(--none) !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: none;
  width: 100% !important;
  position: var(--none) !important;
}
.hr-header
  .hr-mob-menu-pop
  .hr-header-menu
  .hr-inner-dropdown
  .hr-sub-inner-dropdown
  .nav-item,
.hr-header .hr-mob-menu-pop .hr-header-menu .hr-inner-dropdown .nav-item {
  padding: 0 !important;
  padding-left: 15px !important;
}
/*21/12/2024*/
/*.hr-header .hr-header-menu .nav .nav-item:last-child .nav-link span {
	display: none;
}*/
.hr-header .hr-header-menu > .nav > .nav-item > .nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--color-3);
  transition: .3s ease-in-out;
}
.hr-header .hr-header-menu .nav .nav-item .nav-link:hover:after {
  width: 100%;
  transition: .3s ease-in-out;
}
/* Top-Level Menu */
.nav-item {
    position: relative;
}





/* Submenu Container */
.submenu-wrapper-in {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    background-color: #444;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Show submenu on hover */
.nav-item:hover > .submenu-wrapper-in {
    opacity: 1;
    visibility: visible;
}
.submenu-wrapper-in .hr-inner-dropdown {
  padding: 0 !important;
}

/* Submenu Items */
.hr-inner-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hr-inner-dropdown .nav-item {
    width: 100%;
}




/* Arrow Icon for Dropdown */
.has-submenu {
    position: relative;
}

.has-submenu .fas {
    margin-left: 8px;
    font-size: 12px;
}
@media(max-width:1400px){
  .hr-header .hr-header-menu {
  column-gap: 20px;
}
.hr-header .hr-header-menu .nav .nav-item {
  margin-right: 20px;
  position: relative !important;
}
}
@media screen and (max-width: 1200px) {
  .hr-header .hr-main-header .hr-inner-header .hr-header-auth,
  .hr-header .hr-main-header .hr-inner-header .hr-header-menu {
    display: flex;
  }
  .hr-header .hr-main-header .hr-inner-header .hr-mob-menu,
  .hr-header .hr-main-header .hr-inner-header .hr-mob-menu-pop {
    display: none;
  }
  .hr-header .hr-main-header .hr-inner-header {
    padding: 13.9px 0;
  }
  .hr-header .hr-main-header .hr-inner-header .hr-header-cart {
    margin-right: 35px;
  }
  .hr-header .hr-header-menu {
  column-gap: 10px;
}
.hr-header .hr-header-menu .nav .nav-item {
  margin-right: 15px;
}
.hr-header .hr-header-menu .nav .nav-item .nav-link {
  font-size: 14px;  
  column-gap: 3px;
}
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  width: auto;
  height: 47px;
}
}
@media(max-width:992px){
  .hr-header .hr-main-header .hr-inner-header .hr-header-auth, .hr-header .hr-main-header .hr-inner-header .hr-header-menu {
  display: none;
}
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu, .hr-header .hr-main-header .hr-inner-header .hr-mob-menu-pop {
  display: block;
}
.hr-header .hr-header-menu .nav .nav-item .nav-link {
  color: #000;
}
.hr-header {
  padding: 5px 0px;
}
.hr-header .hr-mob-menu-pop .hr-header-menu > .nav {
  display: block;
}
.hr-header .hr-header-menu .hr-inner-dropdown, .hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown {
  background-color: #fff;
}
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item .nav-link:hover, .hr-header .hr-header-menu .hr-inner-dropdown .nav-item .nav-link:hover {
  background: transparent;
}
.nav-item:hover > .submenu-wrapper-in {
  opacity: 1;
  visibility: visible;
  position: relative;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: unset;
}
}
@media screen and (max-width: 768px) {
  .hr-header .hr-announcement-warp .hr-announcement-bar {
    justify-content: center;
  }
  .hr-header .hr-announcement-warp .hr-announcement-bar .hr-announcement-left {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    height: 42px;
  }
  .hr-hero-banner {
  height: 100%;
  padding-top: 100px;
}
}
