/* Header Top - Start */
header { 
	position: fixed;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--white);
	width: 100%;
	height: var(--header-height);
	margin: 0;
	padding: 0;
	z-index: 1000;
	border-bottom: 1px solid #efebeb;
}
header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--top-bar-height);
	background: #303030;
}
.header-top {
	height: var(--top-bar-height);
	align-items: center;
	flex-wrap: nowrap!important;
}
.top-bar-contact {
	display: flex;
	gap: 20px;
}
.top-bar-contact * {
	font-size: 12px;
	line-height: 16px;
	color: #c0c0c0;
}
.top-bar-menu {
	margin-left: auto;
}
#top-bar-menu {
	list-style: none;
	display: flex;
	gap: 30px;
	font-size: 12px;
	line-height: 16px;
	color: #c0c0c0;
}
#top-bar-menu a:hover {
	color: var(--primary);
}
.top-bar-phone {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}
.top-bar-phone img {
	filter: brightness(0) invert(1);
}
.top-bar-phone a {
	padding-top: 3px;
	color: var(--white);
}
.top-bar-call-back {
	margin-top: 1px;
}
.top-bar-call-back a {
	color: #a2a2a2;
}
@media (max-width: 1279px) {
	.header-top {
		display: none !important;
	}
	header::before {
		display: none !important;
	}
}
/* Header Top - End */

/* Header Main - Start */
.header-main {
	height: calc(var(--header-height) - var(--top-bar-height));
	align-items: end;
}
.logo-header {
	display: flex;
	align-items: center;
}
.head-line-2 {
	background: var(--light-gray);
}
#menu-item-10894 {
	display: flex;
	gap: 8px;
}
#menu-item-10894:before {
	content: "";
	background: url(/wp-content/themes/shop/img/icons/percent.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	display: flex;
	width: 17px;
	height: 17px;
}
.head-line-2 .side-menu-call {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	height: 49px;
	padding: 0 22px;
	background: var(--primary);
	cursor: pointer;
}
.head-line-2 .side-menu-call .menu-wrapper {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.head-line-2 .side-menu-call .menu-wrapper > .menu-line:nth-child(1) {
	width: 18px;
	height: 2px;
	background: #ffff;
}
.head-line-2 .side-menu-call .menu-wrapper > .menu-line:nth-child(2) {
	width: 31px;
	height: 2px;
	background: #ffff;
}
.head-line-2 .side-menu-call .menu-wrapper > .menu-line:nth-child(3) {
	width: 14px;
	height: 2px;
	background: #ffff;
}
.head-line-2 .side-menu-call span {
	color: #fff;
}
.head-line-2 .side-menu-call .dropdown-icon {
	filter: brightness(0) invert(1);
	opacity: 0;
}
@media (max-width: 1279px) {
	.side-menu-call .menu-wrapper {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 4px;
		width: 30px;
		height: 30px;
		padding: 0 6px;
		cursor: pointer;
		background: var(--primary);
		border-radius: var(--radius-small);
	}
	.side-menu-call .menu-line {
		display: flex;
		width: 18px;
		height: 1px;
		background: var(--white);
		border-radius: 0;
	}
	.side-menu-call .menu-line:nth-child(1) { 
		width: 13px;
	}
	.side-menu-call .menu-line:nth-child(3) { 
		width: 10px;
	}
}
.btn-circle.user-account {
	border: 1px solid var(--border);
	margin-left: 14px;
}

/* Lanuage Switcher - Start */
.language-wrapper {
	position: relative;
}
.change-lang {
	display: flex;
	align-items: center;
	gap: 10px;
}
img.cur-lang-img {
	width: 14px;
	object-fit: contain;
}
img.dropdown-icon {
	transform: rotate(90deg);
	width: 15px;
	height: 15px;
	object-fit: contain;
	filter: var(--primary-filter);
	transition: all 0.3s ease;
}
.language-wrapper.active img.dropdown-icon {
	transform: rotate(-90deg);
}
.language-wrapper .language-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(-68px);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 35px;
	background: var(--light-gray);
	border: 1px solid #25a95e;
	gap: 0;
	z-index: 2;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.language-wrapper.active .language-box {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.language-wrapper .language-box a {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	transition: all 0.5s ease;
}
.language-wrapper .language-box a img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}
/* Lanuage Switcher - End */

/* Header Main - End */

/* Search - Start */
.search-wrapper {
	display: flex;
	flex-grow: 1;
	margin-left: 20px;
	margin-right: 40px;
}
.search-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 1;
}
.search-wrapper.in-search .search-background {
	visibility: visible;
	pointer-events: all;
}
.search-wrapper .search-box .icon {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* Left - Right */
	left: initial;
	right: 14px;
	/* Left - Right */
	width: 17px;
	height: 17px;
	background: url(/wp-content/themes/shop/img/icons/search.svg) no-repeat center center;
	background-size: contain;
	/* filter: url(#primary-color); */
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 2;
}
.search-wrapper.in-search .search-box .icon {
	background: url(/wp-content/themes/shop/img/icons/close.svg) no-repeat center center;
	background-size: contain;
}
.search-wrapper .search-box .input {
	font-family: var(--font-family-1);
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	background: #f9f9f9;
	color: #676767;
	padding: 14px 14px 14px 14px;
	transform: translateY(0px);
}
.search-inline-pc {
	display: none;
}
.search-popup-mob {
	display: none;
}
.search-call-mob {
	display: none;
}
/* Search Result - Start */
#search-results {
	position: fixed;
	top: var(--header-height);
	display: flex;
	flex-direction: column;
	width: 628px;
	height: fit-content;
	min-height: 250px;
	max-height: 50vh;
	padding: 0 15px;
	background: var(--white);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 2;
}
.no-result {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
}
.category-tabs {
	position: sticky;
	top: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
	min-height: calc(30px + 16px);
	padding: 15px 0;
	margin: 0 0 15px 0;
	background: #fff;
	overflow-x: auto;
	overflow-y: hidden;
	z-index: 1;
}
.category-tabs::-webkit-scrollbar {
	height: 6px;
}
.category-tabs a {
	display: flex;
	color: #c7c7c7;
	min-width: max-content;
	font-size: 16px;
	line-height: 16px;
}
.category-tabs a.active,
.category-tabs a:hover {
	color: var(--primary);
}
.view-all-results {
	position: sticky;
	bottom: -1px;
	display: flex;
	padding: 15px 0;
	margin-top: auto;
	background: #fff;
}
.tab-content {
	display: flex;
}
.tab-pane {
	display: none;
	flex-direction: column;
	width: 100%;
}
.tab-pane.active {
	display: flex;
}

/* Search Result - Start */
@media (min-width: 1280px) {
	.search-inline-pc {
		position: relative;
		display: flex;
		width: 100%;
		z-index: 2;
	}
	.search-wrapper.in-search .search-background {
		visibility: visible;
		pointer-events: all;
	}
}
@media (max-width: 1279px) {
	.search-call-mob {
		display: flex;
		margin-left: auto;
		cursor: pointer;
		width: 26px;
		min-width: 26px;
	}
	.search-wrapper {
		position: fixed;
		display: flex;
		justify-content: center;
		width: 100%;
		z-index: 10;
	}
	.search-background {
		background: #00000000;
		backdrop-filter: blur(2px);
	}
	.search-background.active {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}
	.search-popup-mob {
		position: fixed;
		top: calc(var(--header-height) / 2);
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 60%;
		max-width: 800px;
		padding: 10px;
		border-radius: var(--radius-medium);
		background: #f8f8f8;
		z-index: 2;
		display: flex;
		justify-content: center;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
	.search-popup-mob.active {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}
	.search-popup-mob input {
		background: #fff;
	}
	.search-wrapper .search-box .icon {
		top: calc(14px + 19px);
		right: calc(14px + 10px);
	}
	#search-results {
		top: calc(var(--header-height) / 2 + 61px);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	.search-background {
		background: rgb(0 0 0 / 5%);
		backdrop-filter: blur(0px);
	}
	.search-popup-mob {
		top: var(--header-height);
		width: 100%;
		border-radius: 0px;
	}
	#search-results {
		top: calc(var(--header-height) + 61px);
		width: 100%!important;
		max-height: 70vh;
	}
}
/* Search - End */

/* Shop Functions Group - Start */
.shop-functions-group {
	display: flex;
	align-items: center;
	gap: 10px;
}
.header-shop-button {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 49px;
	height: 49px;
	background: var(--light-gray);
	border-radius: var(--radius-max);
}
.header-shop-button img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.compare-counter, .cart-counter, .wishlist-counter {
	position: absolute;
	top: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	background: var(--primary);
	color: var(--primary-match);
	border-radius: var(--radius-max);
	font-size: 10px;
	line-height: 10px;
	font-weight: 400;
}
.compare-label, 
.cart-label, 
.wishlist-label {
	font-size: 12px;
	color: #A5A5A5;
}
.compare-counter:empty, .cart-counter:empty, .wishlist-counter:empty {
	display: none;
}
.cart-info {
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.cart-total-amount {
	color: var(--primary);
}
.user-account {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: var(--primary);
	margin-left: 15px;
}
.user-account > img {
	filter: brightness(0) invert(1);	
}
.user-welcome-content {
	display: flex;
	flex-direction: column;
}
.user-welcome-wrapper {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	cursor: pointer;
	min-width: 110px;
	transition: all 0.3s ease;
}
.welcome-text {
	font-size: 12px;
}
.user-name {
	color: var(--primary);
}
.account-dropdown {
	top: 100%;
	right: 0;
	left: auto;
	min-width: 150px;
	z-index: 10;
}
.user-account .dropdown-box {
	left: calc(40px + 10px)!important;
}
@media (min-width: 1280px) {
	.header-shop-button.user-account.active + .user-welcome-wrapper {
		min-width: 132px;
	}
}

@media (max-width: 1279px) {
	.head-line-1 {
		height: calc(var(--header-height) - var(--top-bar-height));
	}
	.compare-label, .cart-label, .wishlist-label {
		display: none;
	}
	.compare-counter, .cart-counter, .wishlist-counter {
		top: -1px;
		right: -3px;
		width: 14px;
		height: 14px;
		font-size: 8px;
		line-height: 9px;
		font-weight: 300;
	}
	.logo-header img {
		width: 116px;
	}
	.header-shop-button {
		width: 38px;
		height: 38px;
	}
	.header-shop-button img {
		width: 14px;
		height: 14px;
	}
}
/* Shop Functions Group - End */
