.th-admin-edit {
  position: relative;
  z-index: 150;
  display: flex;
  justify-content: end;
}
.th-admin-edit span {
  position: absolute;
}
.th-admin-edit1 {
  display: inline-flex;
  align-items: center;
}
.th-admin-edit1 span {
  margin-left: 5px;
}
.hr-header {
  background-color: rgb(0 0 0 / 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 4px var(--shadow-01), 0 1px 2px var(--shadow-01);
}
.hr-header .hr-announcement-warp {
  background-color: var(--color-2);
}
.hr-header .hr-announcement-warp .hr-announcement-bar {
  padding-bottom: 7px;
  padding-top: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -32px;
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  color: var(--white);
  font-weight: var(--weight-600);
  padding: 0;
  margin-right: 1.5rem;
  font-size: 12px;
  padding-right: 12px;
  font-family: var(--font-02);
}
.hr-header
  .hr-announcement-bar
  .hr-announcement-right
  .nav
  .nav-item
  .nav-link {
  margin-right: 0;
  padding-right: 0;
}
.hr-header
  .hr-announcement-bar
  .hr-announcement-right
  .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-announcement-bar .nav .nav-item .nav-link span {
  font-size: 12px;
  font-weight: var(--weight-500);
  padding-left: 10px;
}
.hr-header
  .hr-announcement-bar
  .nav
  .nav-item
  .nav-link
  .hr-before:first-child:after {
  content: "";
  position: relative;
  right: -280px;
  top: -2px;
  background-color: #fff;
  height: 1px;
  width: 26px;
  display: inline-block;
}
.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 .hr-brand-link {
  display: inline-block;
}
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  width: auto;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 12px;
}
.hr-header .hr-main-header .hr-inner-header .hr-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto !important;
}
.hr-header .hr-header-menu .nav .nav-item {
  margin-right: 25px;
  position: relative !important;
}
.hr-header .hr-header-menu .nav .nav-item:last-child {
  margin-right: 10px;
}
.hr-header .hr-header-menu .nav .nav-item .nav-link {
  padding: 0;
  padding-top: 32px;
  padding-bottom: 27px;
  color: #fff;
  font-size: 16px;
  font-weight: var(--weight-600);
  font-family: var(--font-02);
}
.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(--white);
}
.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;
  box-shadow: 0 10px 30px 0 var(--shadow-02);
  background-color: #23252d;
  min-width: 220px;
  border: 1px solid rgb(0 0 0 / 0.2);
}
.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;
  border-bottom: 1px solid #23282f;
}
.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: var(--white);
  font-size: 14px;
  font-weight: 500;
  padding: 14px 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
}
.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-color: var(--color-10);
  color: var(--color-2);
  text-decoration: none;
  padding-left: 10px;
}
.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: 20px;
}
.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(--white);
}
.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-10);
  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;
  background: 0 0;
  color: #fff;
  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(--color-2);
  width: 300px;
  padding: 50px 30px;
  box-shadow: 0 10px 30px 0 var(--shadow-02);
  height: 100vh;
  z-index: 99;
}
.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(--white);
  border-radius: 50%;
  padding: 0;
  background-color: #fff0;
  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;
}
.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;
}
.hr-header-left {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hr-main-header {
  position: relative;
}
.hr-main-header {
  position: relative;
}
.hr-logo-div {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1201px) and (max-width: 1260px) {
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    height: 50px;
  }
}
@media (max-width: 1400px) {
  .hr-header .hr-header-menu .nav .nav-item {
    margin-right: 10px;
  }
  .hr-header .hr-header-menu {
    margin-right: 0;
  }
}
@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: 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;
    position: absolute;
    top: 20px;
  }
  .hr-header .hr-main-header .hr-inner-header {
    padding: 20px 0;
  }
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    height: 40px;
  }
.hr-header .hr-main-header .hr-inner-header .hr-header-cart {
	margin-right: 65px;
}
.hr-header .hr-main-header .hr-inner-header .hr-header-cart .hr-cart-btn .cart-count {
	top: -6px;
	right: -8px;
}
  .hr-header .hr-main-header .hr-inner-header .hr-header-right {
    justify-content: end;
  }
  .hr-header .hr-header-menu .nav .nav-item .nav-link {
    color: #fff;
  }
  .hr-header .hr-announcement-warp .hr-announcement-bar {
    max-width: 700px;
  }
  .hr-header-left {
    position: fixed;
    left: 0;
    top: 0;
  }
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    margin-top: 0;
  }
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link {
	display: inline-block;
	position: absolute;
	left: 0;
}
}
@media (max-width: 1024px) {
  .hr-footer .hr-footer-top .hr-top-inner {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .hr-header-left {
    width: 160px;
  }
  .hr-header .hr-announcement-warp .hr-announcement-bar {
    max-width: 590px;
  }
}
@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-right {
    display: none;
  }
  .hr-logo-div {
    display: block;
  }
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    margin-top: 0;
  }
  .hr-header .hr-main-header .hr-inner-header .hr-header-cart {
	position: absolute;
	top: 20px;
	right: 35px;
}
.hr-main-header {
	position: relative;
	height: 80px;
}
}
@media screen and (max-width: 540px) {
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    height: 50px;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .hr-header .hr-main-header .hr-inner-header {
    padding: 15px 15px;
  }
 .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
	height: 42px;
	margin-top: 0;
}
  .hr-header .hr-main-header .hr-inner-header .hr-header-right {
    max-width: 100%;
  }
  .hr-header .hr-announcement-warp .hr-announcement-bar {
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .hr-header .hr-main-header .hr-inner-header .hr-header-cart {
    position: absolute;
    top: 20px;
    right: 55px;
  }
  .hr-header .hr-main-header .hr-inner-header .hr-header-cart {
	margin-right: 35px;
}
}
