@import url("../taptake/responsive.css");

@media only screen and (max-width: 1200px) {
	.custom-header-layout .theme-container {
		gap: 16px;
		flex-wrap: nowrap;
	}

	.custom-header-layout .header-tools {
		gap: 12px;
	}
}

@media only screen and (max-width: 979px) {
	.custom-header-layout .theme-container {
		flex-wrap: wrap;
		row-gap: 12px;
	}

	.custom-header-layout .header-brand-area {
		flex: 1 1 auto;
	}

	.custom-header-layout .header-center {
		flex: 1 1 100%;
		justify-content: flex-start;
	}

	.custom-header-layout .header-tools {
		flex: 0 0 auto;
	}

	.custom-header-layout .header-account .account-label {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.custom-header-layout .theme-container {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
	}

	.custom-header-layout .header-brand-area {
		align-items: flex-start;
	}

	.custom-header-layout .header-social {
		margin-top: 10px;
	}

	.custom-header-layout .header-tools {
		display: block;
		height: 42px;
		left: 0;
		overflow: visible;
		position: fixed;
		top: 0;
		width: 42px;
		z-index: 1000000;
	}

	.custom-header-layout .header-tools > :not(.header-language) {
		display: none !important;
	}

	.custom-header-layout .header-tools .header-language {
		display: block !important;
		overflow: visible;
		position: static;
	}

	.custom-header-layout .header-tools .header-language .gt_switcher-popup {
		opacity: 0 !important;
		pointer-events: none;
	}

	.mobile-menu-tools {
		align-items: center;
		border-top: 1px solid rgba(0, 0, 0, .08);
		display: flex;
		gap: 12px;
		justify-content: flex-start;
		margin-top: 16px;
		padding: 18px 0 8px;
	}

	.custom-header-layout .header-cart .cart_inner {
		display: block;
	}

	.custom-header-layout .header-center {
		flex: 0 0 auto;
		justify-content: flex-end;
		margin-top: 0;
	}

	.custom-header-layout .mobile-navigation {
		display: flex;
		justify-content: flex-end;
		margin: 0;
		position: relative;
		width: auto;
	}

	.custom-header-layout .mobile-navigation .menu-toggle {
		align-items: center;
		display: inline-flex;
		font-size: 0;
		height: 34px;
		justify-content: center;
		line-height: 1;
		margin: 0;
		position: relative;
		visibility: visible;
		width: 34px;
	}

	.custom-header-layout .mobile-navigation .menu-toggle::before {
		margin: 0;
	}

	.custom-header-layout .mobile-menu {
		box-sizing: border-box;
		padding-top: 18px;
	}

	.custom-header-layout .mobile-menu .close-menu {
		position: absolute;
		right: 18px;
		top: 18px;
	}
}
