
.hr-main-header {
  background-color: transparent;
  transition: background-color 0.3s ease;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3;
  padding: 8.5px;
  color: white;
  text-align: center;
}

.nav-link {
  transition: color 0.3s ease;
}
.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: start;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 10px;
  column-gap: 40px;
}
.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: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 250px;
  object-fit: cover;
}
.hr-header .hr-main-header .hr-inner-header .hr-header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  width: 100%;
}
.hr-header .hr-header-menu {
  margin-right: 0px;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.hr-header .hr-header-menu .nav .nav-item {
  margin-right: 20px;
  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: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.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 .nav .active .nav-link, .hr-header .hr-header-menu .nav .nav-item .nav-link:hover {
  color: var(--color-2);
}
.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 0 var(--shadow-02);
  padding: 1rem 0;
  background-color: var(--white);
  min-width: 150px;
}
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item,
.hr-header .hr-header-menu .hr-inner-dropdown .nav-item {
  padding: 0.5rem 1rem;
  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: #000;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0;
  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 {
  color: var(--color-1);
}
.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: 10px;
}
.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;
  background: 0 0;
  color: var(--color-3);
  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;
}
/*17/12/2024*/

.hr-header-cover {
	width: 100%;
	height: auto;
}

.help-icon {
  font-size: 23px;
  color: var(--color-2);
  transform: rotatey(180deg);
  line-height: 0;
}
.help-number h3 {
  transition: color 0.3s ease;
}
.hr-header-help {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.help-number h3 {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #fff;
  margin: 0;
  position: relative;
}
.help-number h3 span a {
  display: block;
  font-size: 15px;
  color: var(--white);
}
.black-logo {
  display: none;
}
.white-logo, .black-logo {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn {
  font-size: 24px;
  padding: 0;
  width: 35px;
  height: 35px;
  background: 0 0;
  color: var(--color-2);
  border-radius: .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 {
  opacity: 0;
}

.hr-header .hr-mob-menu-pop {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000;
  width: 300px;
  padding: 50px 30px;
  box-shadow: 0 10px 30px 0 var(--shadow-02);
  height: 100vh;
  z-index: 4;
}
.btn.hr-menu-btn.active {
  opacity: 0;
}

.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: none;
  border-radius: 50%;
  padding: 0;
  background-color: transparent;
  font-size: 18px;
  color: var(--white)
}

.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;
  color: #fff !important;
}

.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;
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: center;
}

.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
}
.hr-header-auth .btn-auth {
  color: var(--white);
  padding: 0;
  font-size: 16px;
  margin-left: 10px;
}
.nav-item {
  position: relative;
}
.icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.hr-header-auth .fa-sign-out {
  font-weight: normal !important;
}
.btn.btn-auth.logout-btn {
  background: var(--white);
  color: var(--color-1);
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
}
.logout-btn {
  padding: 5px 20px;
  background: var(--white);
  border-radius: 20px;
  color: var(--color-1);
  font-weight: 600;
}
@media(max-width:1400px){
.hr-header .hr-header-menu .nav .nav-item {
  margin-right: 13px;
}
.hr-header .hr-header-menu {
  column-gap: 8px;
}
.hr-header .hr-main-header .hr-inner-header {
  column-gap: 10px;
}
.hr-header .hr-main-header .hr-inner-header .hr-header-right {
  column-gap: 20px;
}
}
@media screen and (max-width: 1200px) {
 
  .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; column-gap: 0px;
      max-width: 100%;
  }
.hr-header .hr-main-header .hr-inner-header .hr-header-cart {
  margin-right: 10px;
}
  .hr-main-header {
    padding: 0;
  }
  .hr-header .hr-header-menu {
    margin-right: 0px;
  }

  .help-icon {
    font-size: 20px;
  }
  .help-number h3 {
    font-size: 11.5px;
  }
  .help-number h3 span {
    font-size: 13px;
  }
.hr-header .hr-header-menu .nav .nav-item {
  margin-right: 10px;
}
.hr-header .hr-header-menu {
  margin-right: 0px;
  column-gap: 2px;
}
  .hr-header .hr-main-header .hr-inner-header .hr-brand {
    margin-right: 20px; column-gap: 19px;
  }
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  max-width: 220px;
}
  .hr-header-help {
    column-gap: 1px;
  }
 .hr-header .hr-main-header .hr-inner-header .hr-header-right {
  column-gap: 0px;
}
.help-number h3 span a {
  font-size: 13px;
}
.hr-header-auth .btn-main {
  padding: 4px 10px;
  width: max-content;
}
.logout-btn {
  padding: 5px 15px;
}
}

@media(max-width:992px){
  .hr-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-main-header{
    background-color: var(--color-1);
  }
  .hr-dashboard-left{
    margin-top: 0px;
  }
  .hr-header-auth .btn-main {
  background: #fff;
  color: var(--color-1);
}
.hr-header .hr-main-header .hr-inner-header .hr-header-right {
  justify-content: end;
  column-gap: 40px;
  width: 100%;
}
}
@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: auto;
  max-width: 160px;
  width: 134px;
}
.hr-header-auth .btn-main {
  padding: 3px 8px;
  width: max-content;
  line-height: 26px;
}
.hr-header .hr-main-header .hr-inner-header .hr-brand {
  margin-right: 5px;
  column-gap: 19px;
}
.hr-header .hr-main-header .hr-inner-header .hr-header-right {
  column-gap: 5px;
}
}

@media(max-width:450px){
  .hr-header .hr-main-header .hr-inner-header {
  column-gap: 0px;
}
.hr-header .hr-main-header .hr-inner-header .hr-header-right {
  column-gap: 0px;
}
.hr-header-auth .btn-auth {
  font-size: 13px;
}
}
@media(max-width:380px){
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  width: 115px;
}
.btn.btn-auth.logout-btn {
  padding: 4px 5px;
  font-size: 12px;
  font-weight: 600;
}
}