.th-admin-edit {
	position: absolute;
	right: 0;
	top: 0
}

.hr-header {
	background-color: #fff0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 65px 0 15px
}

.hr-header .hr-announcement-warp {
	background-color: var(--color-3)
}

.hr-header .hr-announcement-warp .hr-announcement-bar {
	padding-bottom: .25rem;
	padding-top: .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: .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: .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: 55px;
	-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: 0;
	display: flex;
	align-items: center;
	column-gap: 30px
}

.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: 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: .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: .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: 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: #fff
}

.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(--white);
	color: var(--color-2)
}

.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: .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: #fff0;
	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
}

.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
}

.nav-item {
	position: relative
}

.submenu-wrapper-in {
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 200px;
	background-color: #444;
	box-shadow: 0 4px 6px rgb(0 0 0 / .1);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out
}

.nav-item:hover>.submenu-wrapper-in {
	opacity: 1;
	visibility: visible
}

.submenu-wrapper-in .hr-inner-dropdown {
	padding: 0 !important
}

.hr-inner-dropdown {
	list-style: none;
	padding: 0;
	margin: 0
}

.hr-inner-dropdown .nav-item {
	width: 100%
}

.has-submenu {
	position: relative
}

.has-submenu .fas {
	margin-left: 8px;
	font-size: 12px
}

.hr-header-auth {
	display: flex;
	align-items: center;
	column-gap: 5px;
	padding: 10px 15px;
}

.hr-main-header .hr-btn {
	padding: 4px 15px;
	display: flex;
	align-items: center;
	column-gap: 10px;
	font-size: 16px;
}

.hr-main-header .hr-btn .hr-btn-text {
	padding: 0 !important;
}

.hr-main-header .hr-btn .hr-btn-icon {
	width: 20px;
}

.hr-main-header .hr-btn .hr-btn-icon svg {
	fill: #fff;
}

.hr-main-header .hr-btn .hr-btn-text span {
	color: #fff;
}
/* Top Bar Background and General Text Settings */
.top-bar {
    background-color: #2392c7;
    color: #fff;
    padding: 10px 0;
    font-size: 0.9rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.top-bar.hide-up {
    transform: translateY(-100%); /* Pushes the bar up out of view */
}
/* Link Styling */
.top-bar a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.top-bar a:hover {
    opacity: 1;
}

/* Contact Information Layout */
.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 35px; /* Vertical gap 15px, Horizontal gap 35px */
    justify-content: center; /* Center on mobile */
}

.contact-item {
    display: flex;
    align-items: center;
}

/* Dark Icons for Contact Info */
.contact-item i {
    margin-right: 10px;
    color: #1a1a1a; /* Dark color for the pin, phone, and envelope */
    font-size: 1.1rem;
}

/* Social Icons Layout */
.social-icons {
    display: flex;
    gap: 12px;
    justify-content: center; /* Center on mobile */
    margin-top: 15px;
}

/* Individual Social Icon Styling */
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #000000;
    color: #ffffff !important;
    border-radius: 50%;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background-color: #a62f75;
}

/* Desktop Adjustments (Screens 992px and larger) */
@media (min-width: 992px) {
    .contact-info {
        justify-content: flex-start; /* Align left on desktop */
    }
    .social-icons {
        justify-content: flex-end; /* Align right on desktop */
        margin-top: 0;
    }
}
@media(max-width:1400px) {
	.hr-header .hr-header-menu {
		column-gap: 14px
	}

	.hr-header .hr-header-menu .nav .nav-item {
		margin-right: 14px;
		position: relative !important
	}

	.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 {
		height: 50px;
	}

	.hr-header .hr-header-menu .hr-btn {
		padding: 5px 15px;
		font-size: 14px;
	}

	.hr-header-auth .hr-btn {
		column-gap: 8px;
		font-size: 14px;
	}
}

@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-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-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
	}

	.hr-header .hr-header-menu .nav .nav-item .nav-link {
		color: #000
	}

	.hr-header {
		padding: 5px 0
	}

	.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
	}

	.nav-item:hover>.submenu-wrapper-in {
		opacity: 1;
		visibility: visible;
		position: relative;
		left: 0;
		top: 0;
		background-color: #fff;
		box-shadow: unset
	}

	.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);
		color: #fff;
	}

	.hr-header .hr-mob-menu-pop .hr-header-menu .nav .nav-item .nav-link {
		padding: 8px 5px;
	}

	.hr-header .hr-mob-menu-pop .hr-header-menu .nav .nav-item .btn-main {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media(max-width:992px) {}

@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
	}
}