/* Responsive Mobile Menu CSS Start */
a:hover,
a:focus,
.f-anchor:hover,
.f-anchor:focus {
	color: #f68b1c;
}

.mob-side-menu {
	font-size: 1.5rem !important;
}

/* Hide popup and overlay by default */
#responsiveMenu,
#popupBox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

/* Overlay to darken background */
#responsiveMenu {
	background: rgba(0, 0, 0, 0.7);
}

/* Popup Box */
#popupBox {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Popup Content */
.popup-content {
	background: white;
	padding: 20px;
	border-radius: 8px;
	position: relative;
	max-width: 400px;
	text-align: center;
}

/* Close Button */
.close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
	height: 52px;
}

.mobileHeaderMenuList {
	flex: 1 1 auto;
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
}

.mobileMenuIconList {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f68b1c;
}

.mobileHeaderMenu {
	line-height: 38px;
}

/* Hide black submenu on mobile screens */
@media (max-width: 767.98px) {
	#black-submenu {
		display: none !important;
	}
}

/* Hamburger menu styles */
.chzbrgr-header {
	cursor: pointer;
	z-index: 100;
	position: relative;
	padding: 10px;
	max-width: 44px;
	display: block;
	margin: 0;
}

.chzbrgr-header .chzbrgr-header-layer {
	display: block;
	width: 22px;
	height: 3px;
	border-radius: 1px;
	background-color: #222222;
	transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}

.chzbrgr-header .chzbrgr-header-layer+.chzbrgr-header-layer {
	margin-top: 3px;
}

.chzbrgr-header.orange .chzbrgr-header-layer {
	background-color: #222;
}

.chzbrgr-header .chzbrgr-header-layer:last-child {
	width: 16px;
}

.chzbrgr-header:not(.collapsed) .chzbrgr-header-layer:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.chzbrgr-header:not(.collapsed) .chzbrgr-header-layer:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.chzbrgr-header:not(.collapsed) .chzbrgr-header-layer:nth-child(2) {
	opacity: 0;
}

.chzbrgr-header:not(.collapsed) .chzbrgr-header-layer:nth-child(4) {
	opacity: 0;
}

.icon-box {
    height: 20px;
    width: 22px;
    display: inline-block;
}
/* Responsive Mobile Menu CSS End */
