.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: var(--color-8);
	border-bottom: 1px solid #eee;
}

.hr-header .hr-announcement-warp .hr-announcement-bar {
	padding-bottom: 12px;
	padding-top: 12px;
	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: #09161d;
	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: #bf9444
}

.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-announcement-bar .nav .nav-item .nav-link .hr-announcement-icon span {
	color: #bf9444;
}
.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: 85px;
	-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: 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: 30px;
	padding-bottom: 30px;
	color: var(--color-2);
	font-size: 18px;
	font-weight: 500
}

.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-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: 0rem;
	box-shadow: 0 10px 30px 0 var(--shadow-02);
	padding: 0 10px;
	background-color: var(--color-8);
	min-width: 220px;
}

.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: 18px 15px;
	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(--white);
	font-size: 16px;
	font-weight: 400;
	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: .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;
	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-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
}
.hr-announcement-left .vector-left {
    position: absolute;
    width: 70px;
    height: 100%;
    left: 90px;
    top: -87px;
    background-color: var(--color-8);
    z-index: 9;
}
.hr-announcement-left .vector-left img {
    position: absolute;
    bottom: -3px;
    left: -35px;
}
.hr-announcement-right .vector-right {
    position: absolute;
    width: 70px;
    height: 100%;
    right: 89px;
    top: -87px;
    width: 50px;
    height: 100%;
    background-color: var(--color-8);
    z-index: 9;
}
.hr-announcement-right .vector-right img {
    position: absolute;
    bottom: -3px;
    right: -35px;
}
.hr-announcement-left .nav {
	padding-left: 100px;
}
.hr-announcement-right .nav {
	padding-right: 100px;
}
.hr-header-right .hr-main-menu-call {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 40px;
    z-index: 2;
}
.hr-header-right .hr-main-menu-call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #09161d;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 50px;
    width: 50px;
    background: var(--color-8);
    border-radius: 50%;
}
.hr-header-right .hr-main-menu-call-icon span{
	color: var(--white);
}
.hr-header-right .hr-call-content {
    margin-left: 10px;
}
.hr-header-right .hr-call-sub-title {
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    color: #09161d;
}
.hr-header-right .hr-call-number {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 7px;
}
.hr-header-right .hr-call-number a {
    color: #09161d;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mobile-order-btn {
	display: none;
}
@media (min-width:1366px) {
	.hr-announcement-left .vector-left{
		left: 50px;
    	top: -91px;
	}
	.hr-announcement-right .vector-right{
		right: 49px;
    	top: -91px;
	}
}
@media (min-width:1517px) {
	.hr-announcement-left .vector-left{
		left: 124px;
    	top: -91px;
	}
	.hr-announcement-right .vector-right{
		right: 125px;
    	top: -91px;
	}
}
@media (min-width:1707px) {
	.hr-announcement-left .vector-left{
		left: 210px;
    	top: -91px;
	}
	.hr-announcement-right .vector-right{
		right: 210px;
    	top: -91px;
	}
}
@media (min-width:1821px) {
	.hr-announcement-left .vector-left{
		left: 210px;
    	top: -91px;
	}
	.hr-announcement-right .vector-right{
		right: 210px;
    	top: -91px;
	}
}
@media (min-width:2049px) {
	.hr-announcement-left .vector-left{
		left: 330px;
    	top: -91px;
	}
	.hr-announcement-right .vector-right{
		right: 330px;
    	top: -91px;
	}
}
@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
	}

	.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
	}
}
@media (min-width:1024px) and (max-width:1366px) and (orientation: portrait){
	.hr-announcement-right .nav {
		padding-right: 0px;
	}
	.hr-announcement-left .nav {
		padding-left: 0px;
	}
	.hr-announcement-right .vector-right {
		display: none;
	}
	.hr-announcement-left .vector-left {
		display: none;
	}
	.hr-announcement-warp .container {
		background: linear-gradient(rgba(9, 22, 29, .85), rgba(9, 22, 29, .85));
	}
	.hr-header .hr-announcement-bar .nav .nav-item .nav-link {
		color: var(--white);
	}
	/*.hr-header-right .hr-main-menu-call {
		display: none;
	}*/
	.mobile-order-btn {
		display: block;
	}
}
@media screen and (max-width:992px) {
	.hr-announcement-right .nav {
		padding-right: 0px;
	}
	.hr-announcement-left .nav {
		padding-left: 0px;
	}
	.hr-announcement-right .vector-right {
		display: none;
	}
	.hr-announcement-left .vector-left {
		display: none;
	}
	.hr-announcement-warp .container {
		background: linear-gradient(rgba(9, 22, 29, .85), rgba(9, 22, 29, .85));
	}
	.hr-header .hr-announcement-bar .nav .nav-item .nav-link {
		color: var(--white);
	}
	.hr-header-right .hr-main-menu-call {
		display: none;
	}
	.mobile-order-btn {
		display: block;
	}
}
@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
	}
}