/* TK1 header styles (Elementor-free) */

@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../../../uploads/2022/06/Proxima-Nova-Font-1.ttf') format('truetype');
}

#masthead.tk1-header {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 0;
}

.tk1-header {
	background: #ffffff;
	font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

:root {
	--tk1-content-width: 1200px;
	--tk1-content-pad: 20px;
}

.tk1-header-container {
	/* max-width: var(--tk1-content-width, 1400px); */
	margin: 0 auto;
	padding: 0 var(--tk1-content-pad, 20px);
	width: 100%;
	box-sizing: border-box;
}

.tk1-header-top {
	background: #222223;
	padding: 2px 0;
}

.tk1-header-top .tk1-header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tk1-top-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 18px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
}

.tk1-top-links a {
	color: #ffffff;
	text-decoration: none;
}

.tk1-top-links a:hover {
	color: #cc0b2c;
}

.tk1-social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 14px;
}

.tk1-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
}

.tk1-social a:hover {
	color: #cc082c;
}

.tk1-header-main {
	background: #ffffff;
	box-shadow: 0 0 10px rgba(145, 142, 142, 0.5);
}

.tk1-header-main-grid {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 12px 0;
}

.tk1-header-logo {
	flex: 0 0 auto;
}

.tk1-header-logo a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.tk1-header-logo img {
	display: block;
	height: 54px;
	width: auto;
	max-width: 110px;
}

.tk1-header-nav {
	flex: 1 1 auto;
	min-width: 0;
}

.tk1-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0;
}

.tk1-menu > li {
	position: relative;
	flex: 0 0 auto;
}

.tk1-menu > li > a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 0 13px;
	text-decoration: none;
	color: #000000;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	text-transform: none;
	white-space: nowrap;
	letter-spacing: 0;
}

.tk1-menu > li:first-child > a {
	padding-left: 10px;
}

.tk1-menu > li > a:hover,
.tk1-menu > li.current-menu-item > a,
.tk1-menu > li.current_page_item > a {
	color: #cc082c;
}

.tk1-menu-chevron {
	font-size: 8px;
	line-height: 1;
	color: currentColor;
}

.tk1-menu .sub-menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 220px;
	background: #ffffff;
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 20;
	display: none;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.tk1-menu li:hover > .sub-menu {
	display: block;
}

.tk1-menu .sub-menu a {
	display: block;
	padding: 10px 14px;
	color: #222222;
	text-decoration: none;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 500;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #ececec;
}

.tk1-menu .sub-menu li:last-child a {
	border-bottom: 0;
}

.tk1-menu .sub-menu a:hover {
	background: #222222;
	color: #ffffff;
}

.tk1-header-search {
	flex: 0 0 210px;
}

.tk1-header-search form {
	display: flex;
	align-items: stretch;
	width: 100%;
}

.tk1-header-search input[type="search"] {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	border: 1px solid #646464;
	border-right: 0;
	padding: 10px 14px;
	background: rgba(84, 89, 95, 0.02);
	font-size: 17px;
	font-weight: 300;
	font-family: 'Proxima Nova', Roboto, Arial, sans-serif;
	color: #2a2a2a;
	border-radius: 0;
	box-shadow: none;
	appearance: none;
}

.tk1-header-search input[type="search"]::placeholder {
	color: #9a9a9a;
}

.tk1-header-search input[type="search"]:focus {
	outline: none;
	border-color: #646464;
}

.tk1-header-search button {
	flex: 0 0 auto;
	border: 1px solid #646464;
	border-left: 0;
	padding: 0 14px;
	background: rgba(84, 89, 95, 0.02);
	color: #000000;
	cursor: pointer;
	border-radius: 0;
}

.tk1-header-search button i {
	font-size: 14px;
}

.tk1-header-actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	margin-left: auto;
}

.tk1-account-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: #3c3c3c;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 600;
	font-size: 13px;
	white-space: nowrap;
}

.tk1-account-link:hover {
	color: #cc082c;
}

.tk1-account-link i {
	font-size: 14px;
	color: #383838;
}

.tk1-cart-shortcode {
	position: relative;
}

.tk1-cart-shortcode .xoo-wsc-sc-cont {
	color: #000000;
}

.tk1-cart-shortcode .xoo-wsc-cart-trigger {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.tk1-cart-shortcode .xoo-wsc-sc-subt {
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #000000;
	margin: 0;
}

.tk1-cart-shortcode .xoo-wsc-sc-bkcont {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.tk1-cart-shortcode .xoo-wsc-sc-bki {
	font-size: 18px;
	line-height: 1;
	color: #000000;
}

.tk1-cart-shortcode .xoo-wsc-sc-count {
	background: #000000;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	right: -8px;
	top: -6px;
}

.tk1-header-cart {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	color: #3c3c3c;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 600;
	font-size: 13px;
}

.tk1-header-cart i {
	font-size: 16px;
	color: #383838;
}

.tk1-header-cart__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #000000;
	color: #fff;
	font-size: 11px;
	line-height: 1;
}

.tk1-account-text--short {
	display: none;
}

.tk1-menu-toggle,
.tk1-menu-close,
.tk1-submenu-toggle,
.tk1-nav-overlay {
	display: none;
}

@media (max-width: 1024px) {
	.tk1-header-top-right {
		display: none;
	}

	.tk1-header-top .tk1-header-container {
		justify-content: center;
	}

	.tk1-top-links {
		justify-content: center;
		gap: 12px;
		font-size: 11px;
		flex-wrap: wrap;
		padding: 4px 0;
	}

	.tk1-header-main-grid {
		display: grid;
		grid-template-columns: auto 1fr auto;
		grid-template-areas:
			"logo . account"
			"toggle search search";
		align-items: center;
		gap: 10px 12px;
		padding: 10px 0 14px;
	}

	.tk1-header-logo {
		grid-area: logo;
	}

	.tk1-header-logo img {
		height: 42px;
		max-width: 90px;
	}

	.tk1-header-actions {
		grid-area: account;
		margin-left: 0;
		justify-content: flex-end;
	}

	.tk1-cart-shortcode {
		display: none;
	}

	.tk1-account-text--full {
		display: none;
	}

	.tk1-account-text--short {
		display: inline;
	}

	.tk1-account-link {
		gap: 6px;
		font-size: 14px;
		color: #404040;
	}

	.tk1-menu-toggle {
		grid-area: toggle;
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 36px;
		height: 36px;
		padding: 0;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	.tk1-menu-toggle__bar {
		display: block;
		width: 22px;
		height: 2px;
		background: #000000;
	}

	.tk1-header-search {
		grid-area: search;
		flex: none;
		width: 100%;
		display: block;
	}

	.tk1-header-search input[type="search"] {
		padding: 8px 12px;
		font-size: 15px;
	}

	.tk1-nav-overlay {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.45);
		z-index: 9998;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.2s ease, visibility 0.2s ease;
	}

	.tk1-header-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 85%;
		max-width: 360px;
		height: 100vh;
		height: 100dvh;
		background: #ffffff;
		z-index: 9999;
		transform: translateX(-100%);
		transition: transform 0.25s ease;
		overflow-y: auto;
		padding: 12px 0 24px;
		box-shadow: 8px 0 24px rgba(0, 0, 0, 0.12);
	}

	.tk1-menu-close {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		padding: 4px 18px 10px;
		border: 0;
		background: transparent;
		cursor: pointer;
		font-size: 36px;
		line-height: 1;
		font-weight: 700;
		color: #000000;
	}

	.tk1-menu {
		display: block;
		padding: 0;
	}

	.tk1-menu > li {
		display: block;
		position: relative;
	}

	.tk1-menu > li > a {
		display: block;
		padding: 12px 22px;
		font-size: 17px;
		font-weight: 700;
		color: #000000;
		white-space: normal;
	}

	.tk1-menu > li:first-child > a {
		padding-left: 22px;
	}

	.tk1-menu-chevron {
		display: none;
	}

	.tk1-submenu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 8px;
		right: 16px;
		width: 28px;
		height: 28px;
		padding: 0;
		border: 1px solid #cfcfcf;
		border-radius: 6px;
		background: #ffffff;
		color: #000000;
		cursor: pointer;
	}

	.tk1-submenu-toggle i {
		font-size: 11px;
	}

	.tk1-menu .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		background: #f3f3f3;
		box-shadow: none;
		padding: 4px 0 10px;
	}

	.tk1-menu .sub-menu a {
		padding: 10px 22px;
		font-size: 15px;
		font-weight: 500;
		text-transform: none;
		border-bottom: 0;
		color: #000000;
	}

	.tk1-menu li.is-open > a {
		color: #cc082c;
	}

	.tk1-menu li.is-open > .tk1-submenu-toggle {
		border-radius: 50%;
		border-color: #d0d0d0;
	}

	.tk1-menu li.is-open > .sub-menu {
		display: block;
	}

	.tk1-menu li:hover > .sub-menu {
		display: none;
	}

	.tk1-menu li.is-open:hover > .sub-menu {
		display: block;
	}

	body.tk1-nav-open {
		overflow: hidden;
	}

	body.tk1-nav-open .tk1-header-nav {
		transform: translateX(0);
	}

	body.tk1-nav-open .tk1-nav-overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}
