.header__top-wraper {
	/* background-color: #fff; */
}

.header__top-wraper .ctnr {
	position: relative;
}
.header__top-innrer-right ul{
	display: flex;
	align-items: center;

	justify-content: right;
}
.header__top-innrer-right ul li:not(:last-child)::after{
	content: "|";
	margin: 0 5px;
}
.header__top-innrer-right ul li a{
	color: inherit;
}
.header__top-wraper .ctnr::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100vw;
	/* background-color: #598e21; */
	border-radius: 0 0 60px 0;
	right: 1%;
	top: 0;
	z-index: 0;
}

.header__top-wraper-inner {
	display: flex;
	justify-content: right;
	align-items: center;
	padding: 6px 0px;
	position: relative;
	z-index: 1;
	color: var(--color-main2);
	font-size: 14px;
	/* gap: 20px; */
}

.header__top-social ul {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: right;
}

.header__top-social ul li a {
	display: flex;
}

header {
	background-color: #598e21;
	background-color: white;
	position: relative;
}

header.is-scroll {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.149);
}

.header-main {
	padding: 10px 0;
	position: relative;
	z-index: 1;
}

.logo img {
	max-width: 180px;
}

header .ctnr {
	position: relative;
}

header .ctnr::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100vw;
	background-color: #fff;
	border-radius: 60px 0 0;
	left: -6vw;
	top: 0;
}

.header__top-list {
	color:var(--color-main2)
}

.header__top-list li:not(:last-child)::after {
	content: "|";
	margin: 0 5px;
}
.header__top-list a{
	color: inherit;
}
.header__top-list a:hover {
	color: var(--color-main);
}

.header-main {
	padding: 10px 0;
	position: relative;
}

.header-menu ul li {
	position: relative;
}

.header-menu-list {
	gap: 10px;
}

.header-menu ul li svg {
	width: 20px;
	height: 23px;
}



.header-links svg {
	width: 24px;
	height: 24px;
}

.header-search {
	position: absolute;
	top: calc(100% + 30px);
	left: 50%;
	width: 100%;
	max-width: 1230px;
	transform: translateX(-50%);
	z-index: 1001;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: .3s all;
}

.header-search.show {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.header-search__box .ctnr {
	max-width: 850px;
}

.header-search__box .search-input {
	height: 42px;
	width: 100%;
	padding: 10px 65px 10px 15px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}

.header-search__form {
	position: relative;
}

.header-search__form .search-btn {
	position: absolute;
	background: transparent;
	padding: 0;
	border: none;
	height: 42px;
	width: 50px;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.header-search__form .search-btn svg {
	width: 25px;
	height: 25px;
}

.header-search__form .search-btn svg path {
	stroke: var(--color-main2);
}

.btn-cart {
	position: relative;
}

.btn-cart::before {
	content: attr(data-cart);
	position: absolute;
	background: #598e21;
	color: white;
	font-size: 10px;
	border-radius: 5px;
	padding: 2px;
	line-height: 1;
	top: -5px;
	right: -2px;
	padding: 2px 3px;
}




.logo{
	line-height: 0;
}




.bar {
	height: 3px;
	width: 30px;
	background-color: #598e21;
	margin: 5px 0px;
	box-shadow: unset;
	border-radius: 5px;
}

.js-handle-show-search {
	padding: 5px;
	/* background: var(--color-main2); */
	/* border-radius: 50%; */
	width: 34px;
	height: 34px;
}

.js-handle-show-search svg path {
	/* stroke: white */
}

.header__action {
	gap: 15px;
}

.btn-animate-y-1 {
	display: block;
	transition: all .37s cubic-bezier(.15, .7, .78, 1), opacity .37s linear;
}

.btn-animate-y-2 {
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	opacity: 0;
	transform: translate(0, 100%);
	transition: all .37s cubic-bezier(.15, .7, .78, 1), opacity .37s linear;
}



li.parent .toggle-childs {
	position: absolute;
	right: 0;
	top: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
}

li.parent li.parent .toggle-childs {
	top: 2px;
}

li.parent>.toggle-childs svg {
	transition: all .3s ease;
}

li.parent.is-open>.toggle-childs svg {
	transform: rotate(180deg);
}
.navbar-collapse__close{
	padding: 0;
}
.navbar-collapse__close svg{
	width: 16px;
	height: 16px;
}
.header-main__heading-logo img{
	max-width: 160px;
}
.link-home svg{
	width: 20px;
	height: 20px;
}
.link-home svg .st0{
	fill: currentColor;
}
@media (min-width: 1200px) {
	
	.header-menu ul li a {
		padding: 6px 3px;
		color: #333;
		display: block;
		font-weight: 700;
		/* text-transform: uppercase; */
	}

	.header-menu li.parent {
		padding-right: 30px;
	}

	.header-menu ul li ul {
		position: absolute;
		top: 100%;
		padding: 0;
		visibility: hidden;
		background: white;
		opacity: 0;
		filter: alpha(opacity=0);
		transform-origin: 15% 15% 0;
		transition: all 0.5s ease 0s;
		filter: alpha(opacity=0);
		transform-origin: center top 0;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
		left: 0px;
		max-width: 300px;
		width: max-content;
		z-index: 99;
		text-align: left;
		right: auto;
		border-top: 2px solid #598e21;
	}

	/* .header-menu>ul>li>a::before {
		content: "::";
		line-height: 1.5;
		opacity: .5;
		margin-right: 3px;
		font-weight: 400;
	} */

	.header-menu ul li a:hover {
		color: #598e21;
	}

	.header-menu ul li>a {
		display: flex;
		gap: 2px;
	}

	.header-menu ul li:hover>ul {
		display: block;

		visibility: visible;
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		visibility: visible;
		filter: alpha(opacity=100);
	}

	.header-menu ul li ul li {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px dotted gray;
		padding: 0 10px;
	}

	.header-menu ul li ul li:hover ul {
		opacity: 1;
		visibility: visible;
	}

	.header-menu ul li ul li a {
		display: block;
		color: #333;
		font-size: 14px;
		padding: 4px 0px;
		text-transform: none;
		font-weight: 400;
	}

	.header-menu ul li ul li ul {
		position: absolute;
		top: -2px;
		left: 100%;
		opacity: 0;
		visibility: hidden;
	}

	.btn-animate-y {
		position: relative;
		display: block;
		overflow: hidden;
	}

	.header-menu>ul>li ul li:hover {
		color: var(--color-main2);
	}

	.header-menu>ul>li ul li:hover>a>.btn-animate-y-1 {
		opacity: 0;
		transform: translate(0, -100%);
	}

	.header-menu>ul>li ul li:hover>a>.btn-animate-y-2 {
		opacity: 1;
		transform: translate(0, 0);
	}

	.header-menu-list>li.parent {
		padding-right: 22px;
	}

	.header-menu-list>li.parent:hover>.toggle-childs svg {
		transform: rotate(180deg);
	}

	.header-menu-list>li.parent li.parent:hover>.toggle-childs svg {
		transform: rotate(-90deg);
	}

	.header-menu-list>li.parent>ul::after {
		content: "";
		width: 15px;
		height: 10px;
		background: white;
		clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
		position: absolute;
		left: 20px;
		bottom: 100%;
	}
	.header__top-wraper{
		position: relative;
		z-index: 2;
	}
	
	.header-main::after {
		content: "";
		position: absolute;
		width: calc(((100vw - 1200px) / 2) + 81.3%);
		height: 100%;
		background: var(--color-main2);
		left: calc((100% / 12) * 2);
		top: 0;
		z-index: -1;
		border-radius: 90px 0 0 0;
	}
	header:not(.is-scroll) .logo{
    	margin-top: -43px;
	}
	header:not(.is-scroll) .header-main{
		height: 70px;
	}
	header.is-scroll .header-main::after{
		height: 100%;
		border-radius: 60px 0 0 0;
		top: 0;
	}
	.header-menu>ul>li>a{
		color: white;
	}
	.header-menu>ul>li>a:hover{
		color: white;
		/* text-decoration: underline; */
	}
	.header-menu>ul>li>.toggle-childs svg path{
		stroke: white;
	}
	.js-handle-show-search svg path {
		stroke: white;
	}
	.header-links .btn-cart svg path{
		stroke: white;
	}
	.btn-cart::before{
		background: #2f753a;
	}
	.header__top-innrer-right{
		color: var(--color-main2);
	}
}
@media (min-width: 1500px) {

}
@media (max-width: 1500px) {
	.header-menu ul li a {
		font-size: 14px;
	}

	.header-menu-list {
		gap: 10px
	}
}

@media (max-width: 1366px) {
	header {
		background: white;
	}
}

@media (max-width: 1200px) {
	.header-main__heading{
		margin-bottom: 10px;
	}
	.header-main__collapse {
		position: fixed;
		left: 0;
		top: 0;
		width: 265px;
		max-width: 100%;
		height: 100%;
		background: #fff;
		z-index: 99;
		padding: 20px;
		visibility: hidden;
		opacity: 0;
		transform: translateX(-100%);
		transition: all .3s ease;
	}

	.header-main__collapse.is-open {
		opacity: 1;
		transform: translateX(0);
		visibility: inherit;
	}

	.header-menu {
		overflow-y: auto;
		height: calc(100% - 80px);
	}

	.header-menu-list {
		flex-direction: column;
		gap: 0;
		align-items: unset;
		justify-content: unset;
	}

	.header-menu-list>li>a {
		display: block;
		font-weight: 700;

	}

	.header-menu-list li {
		position: relative;
	}

	.header-menu-list>li a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	/* .header-menu-list>li:not(:last-child) {
		border-bottom: 1px solid #8bc63e;
	} */

	.header-menu-list>li ul {
		display: none;
		margin-left: 20px
	}

	.header-menu-list>li ul li {
		list-style: disc;
	}

	.header-menu li.parent>a {
		padding-right: 30px;
	}
	.header__top-list{
		color: white;
	}
	.header__top-wraper{
		background: var(--color-main2);
		color: white;
	}
	.header__top-wraper-inner{
		color: white;
		font-size: 13px;
	}
	.header__top-wraper-inner a{
		color: inherit;
	}
}

@media (max-width: 374px) {
	.header__top-wraper-inner{
		font-size: 10px;
	}
}