.header {
	position: relative;
	z-index: 200
}
.company-title{
	font-weight: 600;
	display: flex;
	font-size: 15px;
	width: 45%;
	font-style: italic;
}
.header__help-link a {
	color: #fff;
}
.header__top {
	padding: 5px 0;
	background: #fff;
	color: #333;
	font-weight: 400;
	font-size: 1.3rem
}

.header__top-link {
	/* padding: 0 20px 0 0; */
	color: #333;
	display: block;
}

.header__top-link>span {
	gap: 5px
}

.header__top-link .icon img {
	width: 24px;
	object-fit: contain
}

.header__top-link i {
	font-size: 1.6rem
}

.header__top-user i {
	margin-right: 4px
}

.header__bottom {
	padding: 15px 0 15px;
	background: #e27246;
	transition: all .3s ease-in-out
}
.header__bottom-left {
	width: 300px;
	position: relative
}
.header__bottom-right {
	width: calc(100% - 300px);
}

.header__bottom-button {
	width: calc(100% - 45px);
	font-size: 1.4rem;
	border: 1px solid rgb(224, 224, 224);
	color: #82869e;
	background: #fff;
	font-weight: 500;
	padding: 6px 0px;
	border-radius: 6px
}

.header__bottom-button .icon line {
	stroke: #82869e
}



.header__help {
	gap: 30px;
	display: flex;
	align-items: start;
	justify-content: space-between;
	margin-left: 40px;
}

.header__help-list {
	gap: 10px 15px;
	flex: 1;
	justify-content: right;
}

.header__help-list>li>a {
	font-weight: 700;
	gap: 5px;
	text-transform: uppercase;
	/* background: #f77b13; */
	background-size: 200% auto;
	color: #fff;
	padding: 10px 15px;
	border-radius: 99px;
	white-space: nowrap;
	/* animation: identifierLinear-gradient 3s linear forwards infinite; */
	/* box-shadow: 0 0 2px #0000004d; */
	height: 55px;
	font-size: 16px;
}
.header__help-list .content p {
	font-weight: 500;
	font-size: 15px;
} 
.header__help-list .content h2 {
	font-size: 22px;
	font-family: 600;
}

.header__help-list>li>a .icon svg {
	width: 45px;
	height: 45px;
}

.header__help-list>li>a .icon svg path {
	fill: none;
	stroke: #fff;
}

.header__help-search .ant-input-group>.ant-input:first-child {
	height: 38px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 4px 35px 4px 10px;
	box-shadow: 0 0 3px #0000001a;
	color: #000
}

.header__help-search .ant-input-group>.ant-input:first-child::placeholder {
	color: #504e4e
}

.header__help-search .ant-input-group-addon {
	background: transparent
}

.header__help-search .ant-input-search-button {
	height: 38px;
	display: flex;
	align-items: center;
	background: transparent;
	position: absolute;
	color: var(--color-orange);
	right: 0;
	top: 0;
	box-shadow: none
}

.header__help-search .ant-input-search-button:hover {
	color: var(--color-blue);
	background: transparent
}

.header__help-link {
	font-size: 1.2rem;
	font-weight: 500;
	gap: 5px 10px;
	color: #848788;
	margin-top: 5px;
	overflow-x: auto;
	white-space: nowrap
}

@media screen and (max-width: 1024px) {
	.header__help-link {
		display: none !important
	}
}

.header__cart .icon {
	position: relative
}

.header__cart .icon .counter {
	position: absolute;
	right: -4px;
	top: -5px;
	background: #f97f3a;
	color: #fff;
	border-radius: 50px;
	min-width: 10px;
	text-align: center;
	padding: 1px 5px;
	font-size: 1.2rem
}

.header.is-header-scroll .header__bottom {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 10px #0000001a
}

.header.is-header-scroll .header__bottom-left {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between
}

.header.is-header-scroll .header__bottom-logo {
	line-height: 1
}

.header.is-header-scroll .header__bottom-logo img {
	width: 35px
}


.header__menu-inner {
	background: #fff;
    border-radius: 4px 4px 0 0;
    gap: 0 30px;
    align-items: center;
    height: 45px;
}


.header__menu-left .header__bottom-button {
	white-space: nowrap;
	width: auto;
	background: transparent;
	border: 0;
	color: #333;
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 0px 10px;
	position: relative;
}

.header__menu-left .header__bottom-button .icon line {
	stroke: currentColor
}



.header__menu-center {
	display: flex;
	align-items: center;
	margin-left: auto;
	padding-right: 0;
}

.header__menu-btn {
	background: linear-gradient(to bottom, #ff3838, #a80002);
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	position: relative;
	z-index: 1;
	padding: 4px 15px 8px 41px;
	border: 0;
	color: #ff0;
	border-radius: 0 4px 0 0
}

.header__menu-btn span {
	background: linear-gradient(to right, #ff0 20%, #eaad79 30%, #026ffd 70%, #ff0 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	background-size: 500% auto;
	animation: textShine 5s ease-in-out infinite alternate
}

.header__menu-btn:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 100%;
	background: #0a2080;
	left: -40px;
	bottom: 0;
	z-index: -1;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	z-index: 9;
}

.menu-policy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 20px
}

.menu-policy__item a {
	color: #333;
	gap: 10px
}

.menu-policy__item a .icon svg,
.menu-policy__item a .icon img {
	width: 21px;
	margin-top: 5px;
}

@keyframes identifierLinear-gradient {
	0% {
		background-position-x: 0
	}

	25% {
		background-position-x: -30%
	}

	50% {
		background-position-x: -70%
	}

	75% {
		background-position-x: -130%
	}

	to {
		background-position-x: -200%
	}
}

@keyframes textShine {
	0% {
		background-position: 0% 50%
	}

	to {
		background-position: 100% 50%
	}
}

.counter-cart {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background: #fff;
	color: #e27246;
	line-height: 20px;
	text-align: center;
	margin-left: 5px
}

.menu-bar {
	position: fixed;
	z-index: 1000;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	height: 56px;
}

.menu-bar__item {
	flex: 1;
	padding: 6px 0;
	text-align: center
}

.menu-bar__item .icon {
	display: block;
	position: relative
}

.menu-bar__item .icon svg {
	width: 24px;
	height: 24px
}

.menu-bar__item .icon .caption {
	position: absolute;
	background: #f3894d;
	color: #fff;
	font-size: 1rem;
	padding: 1px 5px;
	right: 3px;
	top: -1px;
	border-radius: 8px
}

.menu-bar__item .text {
	font-size: 1rem;
	font-weight: 600
}

.menu-bar__item .router-link-active {
	color: #f77b13;
	font-weight: 600
}

.menu-bar__item .router-link-active .icon svg path:not([stroke]) {
	fill: #f77b13;
}

.menu-bar__item .router-link-active .icon svg path[stroke] {
	stroke: var(--color-blue)
}

.menu-mobile {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	bottom: 55px;
	width: 100%;
	height: calc(100% - 55px);
	background: #fff;
	border-bottom: 1px solid #e0e0e0
}

.menu-mobile.active {
	display: block;
}

.menu-mobile__header {
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0
}

.menu-mobile__header-ttl {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500
}

.menu-mobile__header-close {
	position: absolute;
	right: 0;
	top: 0
}

.menu-mobile__header-close button {
	background: transparent;
	padding: 10px;
	border: 0;
	cursor: pointer
}

.menu-mobile__header-close button svg {
	width: 24px;
	height: 24px
}

.menu-mobile__wrapper {
	display: flex;
	height: calc(100% - 44px)
}

.menu-mobile__sidebar {
	width: 90px;
	border-right: 1px solid #e0e0e0;
	overflow: hidden auto;
	height: 100%
}

.menu-mobile__category-item:not(:last-child) {
	border-bottom: 1px solid #e0e0e0
}

.menu-mobile__category-item.is-active a {
	color: var(--color-blue);
	font-weight: 600
}

.menu-mobile__category-item a {
	padding: 8px;
	text-align: center;
	font-size: 1.3rem;
	display: block
}

.menu-mobile__category-item a .icon {
	display: block;
	margin-bottom: 5px
}

.menu-mobile__category-item a .icon svg,
.menu-mobile__category-item a .icon img {
	width: 24px;
	height: 24px;
	object-fit: contain
}

.menu-mobile__category-item a .icon i {
	font-size: 2.4rem;
	color: var(--color-blue)
}

.menu-mobile__content {
	width: calc(100% - 90px);
	overflow: hidden auto
}

.menu-mobile__list__item>li {
	padding: 10px
}

.menu-mobile__list__item>li:not(:last-child) {
	border-bottom: 1px solid #e0e0e0
}

.menu-mobile__list__item>li>a {
	font-weight: 500;
	font-size: 1.5rem;
	display: block;
	margin-bottom: 5px;
	position: relative
}

.menu-mobile__list__item>li>a .icon {
	position: absolute;
	top: 0;
	right: 0
}

.menu-mobile__list__item>li>a .icon svg {
	width: 20px;
	height: 20px
}

.menu-mobile__list__item>li ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px
}

.menu-mobile__list__item>li ul li a {
	font-size: 1.3rem;
	border: 1px solid #e4e5f0;
	height: 100%;
	display: block;
	padding: 5px;
	border-radius: 6px
}
.header__top ul {
    display: flex;
    gap: 0px 10px;
    align-items: center;
    line-height: 0;
    margin-left: 40px;
}

.header__top ul li img {
    width: auto !important;
    height: 25px !important;
    object-fit: contain;
}
ul.media-header-top {
    display: flex;
    gap: 0px 15px;
    align-items: center;
}
ul.header__top-list {
	display: flex;
	width: 55%;
	align-items: center;
	justify-content: right;
	gap: 0 10px;
}

.header__top-user .box-header-top-right {
	gap: 0px 10px;
}

.header__top-user .box-header-top-right a {
	color: #fff;
}

a.header__help-btn {
	display: flex;
	align-items: center;
}

form.search-desck {
	height: 38px;
	border-radius: 5px;
	background: #fff;
	border: 0;
	padding: 4px 35px 4px 10px;
	color: #000;
	position: relative;
}

button.searhc-icon-desck {
	right: 0;
	position: absolute;
	padding: unset;
	border: unset;
	background: unset;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}

button.searhc-icon-desck svg path {}

button.searhc-icon-desck svg {
	fill: #f58f4e;
	width: 20px;
	height: 20px;
	margin-top: 5px;
}

a.header__help-btn .icon {
	margin-top: 4px;
}

li.menu-policy__item .text {
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 0px 5px;
}

button.header__bottom-button .icon svg {
	width: 25px;
	height: 25px;
	margin-top: 5px;
}

.header__menu-left:hover .header__bottom-category {
	display: block;
}

.header__menu-left .header__bottom-category {
	display: none;
}

.header__bottom-category {
	left: 0;
	position: absolute !important;
}

.category {
	background: #fff;
	width: 100%;
	box-shadow: 0 0 3px #0000002b;
	border-radius: 0 0 5px 5px;
	position: relative;
	z-index: 10;
}

.category__item {
	position: unset;
}

.category__item>a {
	gap: 5px 0;
	padding: 5px 15px 6px 10px;
	border-radius: 5px;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	gap: 5px;
	color: #333;
}
.category__item>a:hover {
	color: #e27246;
}

.category__item>a i {
	color: #adadad;
}

.category__item>a i,
.category__item>a img {
	width: 25px;
}

.category__item>a i,
.category__item>a img {
	width: 25px;
}

.header__menu-left {
	position: relative;
}

.category__item:hover .category__sub {display: block;}
li.category__sub-item:hover a span{
    color: #000;
    transition:0.5s ease;
}

.category__sub {
	position: absolute;
	top: 0;
	left: 100%;
	background: #f7f7f7;
	padding: 10px;
	flex-wrap: wrap;
	height: 100%;
	overflow: hidden auto;
	display: none;
	width: 200px;
	border-radius: 5px;
}

.category__sub-item {margin-bottom: 13px;}

.category__sub-item>a:not(:last-child) {
	margin-bottom: 10px;
}

.category__sub-item>a {
	font-weight: 600;
	color: #333 !important;
	/* text-transform: uppercase; */
	font-size: 1.6rem;
}

.category__sub-item a {
	font-size: 1.3rem;
	color: #000;
}
ul.header__top-list li:hover {
    color: #fff;
}
.menu-mobile a {
	color: #111;
}
form.search-desck input {
    height: 100%;
	width: 100%;
}

form.search-desck input:focus-visible {
    outline: none;
}.header__top-link:hover {
    color: #e27246;
}
.menu-mobile__list {
    width: 100%;
}
.header__menu {
    border-bottom: 1px solid #E0E0E0;
}
.header__bottom-logo a {
	display: flex;
}
.header__bottom-logo img {
	margin-top: 3px;
}








@media screen and (min-width: 1025px) {
	.menu-bar {
		display: none !important
	}
}

@media screen and (max-width: 1024px) {

	.menu-bar__item .icon .caption{
		right: 23px;
	}
	.menu-mobile a svg {
		width: 15px;
		height: 15px;
		margin-bottom: -4px;
	}
	
	.menu-mobile__list__item ul li {
		padding: 10px 10px 10px 10px;
	}
	
	.menu-mobile__list__item ul li a {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.header__top {
		display: none
	}
}

@media screen and (max-width: 1024px) {
	.header__bottom {
		padding: 10px 0
	}
}



@media screen and (max-width: 1024px) {
	.header__bottom-left {
		width: 175px;
	}
}

@media screen and (min-width: 1025px) {
	.header__bottom-left.is-not-home {
		display: flex;
		flex-wrap: wrap;
		align-items: start;
		justify-content: space-between
	}

	.header__bottom-left.is-not-home .header__bottom-logo img {
		width: 35px
	}
}

@media screen and (max-width: 1024px) {
	.header__bottom-right {
		width: calc(100% - 135px)
	}
}

@media screen and (max-width: 1024px) {
	.header__bottom-wrapper {
		align-items: center
	}
}

@media screen and (max-width: 1024px) {
	.header__bottom-button {
		display: none
	}
}

@media screen and (max-width: 1200px) {
	.header__help-list {
		gap: 10px 20px
	}
}

@media screen and (max-width: 1024px) {
	.header__help-list {
		display: none !important
	}
}

@media screen and (min-width: 1025px) {
	.header__help-search {
		        width: calc(100% - 440px);
	}
}

@media screen and (max-width: 1024px) {
	.header__help-search {
		width: 100%
	}
}
@media screen and (max-width: 1024px) {
	.header.is-header-scroll .header__bottom-logo img {
		width: 110px
	}
}

@media screen and (max-width: 1024px) {
	.header__menu-inner {
		display: none !important
	}
}