.th-admin-edit {
  position: relative; 
  z-index: 150;
  display: flex;
  justify-content: end;
/*  align-items: center;*/
}
.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: var(--white);
  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: #fff;
  padding: 6px 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: none;
}
.hr-header .hr-announcement-warp.scrolled {
  padding: 0px;
}
.hr-header .hr-announcement-warp .hr-announcement-bar {
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*margin-left: 115px;
  padding-right: 150px;*/
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: var(--weight-400);
  padding: 0;
  margin-right: 31px;
  font-size: 15px;
  position: relative;
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link:hover {
  color: var(--color-3);
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link.email {
  text-transform: var(--lower);
  font-weight: 400;
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link.hr-phone {
  font-weight: 400;
}
.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 .hr-announcement-icon span{
  font-size: 14px;
}
.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;
  margin-left: -35px;
}
.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::before{
  content: "";
  position: absolute;
  top: -60px;
  left: -180px;
  width: 450px;
  height: 167px;
  background-image: url("https://jackspancakefactory.itsprowebsite.com/public/JAPCKFTRY/themeaB9xY12z/assets/images/backgrounds/logo-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}*/
.hr-header .logo-shape {
  display: inline-block;
  height: 100%;
  width: 22%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-2);
  background-size: auto;
  background-repeat: repeat;
  -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 100px) 0%, 60% 100%, 0% 100%);
  z-index: 0;
}
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  width: 230px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: -60px;
    transition: .3s ease-in-out;
}
.hr-announcement-right{
  display: flex;
  align-items: center;
}
.hr-announcement-right .nav .nav-item .nav-link:after{
  content: "";
  position: absolute;
  width: 1px;
  height: 19px;
  right: -18px;
  top: 55%;
  transform: translateY(-50%);
  background-color: rgba(169, 169, 169, 0.22);
}
.hr-announcement-right .nav .nav-item:last-child .nav-link:after{
  display: none;
}
.hr-header .hr-main-header .hr-inner-header .hr-header-right {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 20px;
}
.hr-header .hr-header-menu {
  margin-right: 0px;
}
.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 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 40px 0px;
  text-transform: uppercase;
}
.hr-main-header{
  background-color: var(--color-3);
}
.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.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: var(--color-2);
  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-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 var(--color-2);
  background: 0 0;
  color: var(--color-2);
  border-radius: 0.2rem;
}
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn span {
  font-weight: var(--weight-800);
  color: var(--color-6);
}
.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(--black);
  width: 330px;
  padding: 50px 30px;
  box-shadow: 0 10px 30px 0 var(--shadow-02);
  height: 480px;
  z-index: 1;
}
.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-3);
  border-radius: 50%;
  padding: 0;
  background-color: transparent;
  font-size: 24px;
  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;
}

.search-catalog {
  position: relative;
}
.search-icon {
  position: absolute;
  right: 5px;
  top: 7px;
}
.search-icon i {
  color: var(--color-1) !important;
}
.hr-main-header {
  background-color: var(--color-1);
}
.hr-header.scrolled .hr-brand-link img {
  width: 170px !important;
  top: 12px;
  transition: .3s ease-in-out;
}
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  width: 210px;
  left: -50px;
  bottom: 6px;
}
@media (min-width: 1707px) {
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
      width: 175px;
      left: -165px;
      bottom: 15px;
  }
}
@media (min-width: 1821px) {
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
      width: 175px;
      left: -215px;
      bottom: 15px;
  }
}
@media (min-width: 2049px) {
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
      width: 175px;
      left: -310px;
      bottom: 15px;
  }
}
@media (max-width: 1700px) {
    .hr-header .hr-announcement-warp .hr-announcement-bar {
        /* padding: 0 45px; */
        padding-top: 12px;
        padding-bottom: 12px;
        /*margin-left: 385px;
        padding-left: 0px;
        padding-right: 25px;*/
    }
.hr-header .logo-shape {
  width: 30%;
  background-repeat: no-repeat;
  background-size: cover;
}
}
@media (max-width: 1500px) {
  .hr-header .hr-announcement-warp .hr-announcement-bar {
      /* padding: 0 50px; */
      padding-top: 12px;
      padding-bottom: 12px;
      /*margin-left: 145px;
      padding-left: 50px;
      padding-right: 25px;*/
  }
}
@media(max-width:1400px){
	.hr-header .hr-header-menu .nav .nav-item {
  	margin-right: 30px;
  }
  .hr-header .hr-main-header .hr-inner-header .hr-header-cart {
  	margin-right: 8px;
  }
 .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  left: -45px;
}
.hr-header .logo-shape {
  width: 35%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /*.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link::before {
    width: 185px;
    height: 167px;
    top: -60px;
    left: -118px;
  }*/
}
@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: 0;
}
  .hr-header .hr-main-header .hr-inner-header .hr-header-auth
  {
    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-main-header .hr-inner-header .hr-header-cart {
    margin-right: 35px;
  }
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  width: 160px;
  left: -20px;
}

.search-catalog {
  max-width: 180px;
}
.hr-header .hr-header-menu .nav .nav-item .nav-link {
  font-size: 14px;
}
.hr-header .hr-header-menu .nav .nav-item {
  margin-right: 15px;
}
}
@media all and (min-width: 1024px) and (max-width: 1366px) and (orientation:portrait) {
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img{
    bottom: 11px;
  }
  .hr-header .hr-announcement-warp .hr-announcement-bar{
    margin-left: 190px;
  }
}
@media(max-width:1024px){
  
  .hr-header .hr-announcement-warp .hr-announcement-bar{
    margin-left: 125px;
  }
}
@media(max-width:991px){
   .hr-header .hr-main-header .hr-inner-header .hr-header-auth
  {
    display: block;
  }
  .hr-header .hr-header-menu {
  display: none;
}
.hr-header .hr-main-header .hr-inner-header {
  padding: 20px 0px;
}
.search-catalog {
  max-width: 100%;
}
.hr-header.scrolled .hr-brand-link img {
  width: 140px !important;
  top: 12px;
  transition: .3s ease-in-out;
}
.hr-header .logo-shape {
  width: 45%;
}
.search-catalog.desktop-search {
  display: none;
}
}
@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;
  }     
.hr-header .logo-shape {
  width: 395px;
}
  .hr-header .hr-announcement-warp{
    z-index: 1;
  }
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  position: relative;
  z-index: 1;
  bottom: -2px;
  left: 10px;
}
  .hr-header .hr-announcement-warp .hr-announcement-bar{
    margin-left: 0px;
  }
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  width: 140px;
}
.hr-header.scrolled .hr-brand-link img {
  width: 150px !important;
  top: 3px;
  transition: .3s ease-in-out;
}
}
@media(max-width:576px){
  .hr-announcement-right {
  flex-direction: column;
  align-items: center;
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link {
  margin-right: 10px;
}
.hr-header .hr-announcement-warp .hr-announcement-bar {
  padding-top: 2px;
  padding-bottom: 2px;
}
.hr-header.scrolled .hr-brand-link img {
  width: 120px !important;
  top: 3px;
  transition: .3s ease-in-out;
}
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
  width: 140px;
  left: 30px;
}
}
@media screen and (max-width: 540px) {
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    height: auto;
    width: 105px;
  }
  .hr-header .logo-shape {
      width: 250px;
  }
  .search-catalog .hr-btn {
  padding: 10.5px 10px 10.5px 10px;
  font-size: 11px;
}
.hr-header .hr-main-header .hr-inner-header .hr-header-right {
  column-gap: 0px;
}
}
