/*
Theme Name: Reflector
Theme URI: https://reflector.foxthemes.me/
Author: FOXTHEMES
Author URI: https://themeforest.net/user/fox-themes
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Version: 1.3.8
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-menu, post-formats, sticky-post
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reflector
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

:root {
	--brand-orange: rgba(255, 125, 41, 1);
	--brand-orange-hover: rgba(232, 110, 31, 1);
	--header-divider: #ececec;
	--header-font: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	--header-text-dark: #2c2c2c;
	--header-text-light: #ffffff;
	--header-text-muted: rgba(255, 255, 255, 0.85);
}

.header_top_bg.header_trans-fixed {
	background-color: transparent !important;
	box-shadow: none;
	transition: background-color .3s ease, box-shadow .3s ease,
		-webkit-backdrop-filter .3s ease, backdrop-filter .3s ease;
}

.header_top_bg.header_trans-fixed.bg-fixed-color {
	background-color: rgba(255, 255, 255, 0.8) !important;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.06),
		0 8px 24px rgba(0, 0, 0, 0.10);
}

@media (min-width: 1025px) {
	.header_top_bg.header_trans-fixed.bg-fixed-color {
		box-shadow:
			0 1px 3px rgba(0, 0, 0, 0.08),
			0 12px 32px rgba(0, 0, 0, 0.12);
	}
}

.header_top_bg.is-open {
	background-color: #fff !important;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	z-index: 9999;
}

.right-menu.simple .logo {
	position: relative;
	display: inline-block;
}

.right-menu.simple .logo .main-logo,
.right-menu.simple .logo .logo-hover {
	transition: opacity .3s ease;
}

.right-menu.simple .logo .logo-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

.header_top_bg.header_trans-fixed.is-scrolled .logo .main-logo {
	opacity: 0;
}

.header_top_bg.header_trans-fixed.is-scrolled .logo .logo-hover {
	opacity: 1;
}

.header_top_bg.is-open .logo .main-logo {
	opacity: 0;
}

.header_top_bg.is-open .logo .logo-hover {
	opacity: 1;
}

.header_top_bg #topmenu .menu > li > a,
.header_top_bg.menu_light_text #topmenu .menu > li > a,
.header_top_bg.header_trans-fixed.menu_light_text #topmenu .menu > li > a,
.header_top_bg.header_trans-fixed.bg-fixed-color.menu_light_text #topmenu .menu > li > a {
	font-family: var(--header-font) !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	opacity: 1 !important;
	transition: color .25s ease;
}

.header_top_bg {
	--menu-color: var(--header-text-dark);
	--icon-color: var(--header-text-dark);
}

.header_top_bg.header_trans-fixed:not(.bg-fixed-color):not(.is-open) {
	--menu-color: var(--header-text-light);
	--icon-color: var(--header-text-light);
}

@media (min-width: 1025px) {
	.header_top_bg #topmenu .menu > li > a {
		color: var(--menu-color) !important;
	}

	.header_top_bg #topmenu .menu > li:hover > a,
	.header_top_bg #topmenu .menu > li.current-menu-item > a,
	.header_top_bg #topmenu .menu > li.current-menu-parent > a,
	.header_top_bg #topmenu .menu > li.current-menu-ancestor > a,
	.header_top_bg #topmenu .menu > li.active > a {
		color: var(--brand-orange) !important;
	}

	.header_top_bg #topmenu .menu > li.menu-item-has-children > a {
		position: relative;
		padding-right: 18px;
	}

	.header_top_bg #topmenu .menu > li.menu-item-has-children > a::after {
		content: "";
		display: inline-block;
		width: 7px;
		height: 7px;
		margin-left: 8px;
		vertical-align: middle;
		border-right: 1.5px solid currentColor;
		border-bottom: 1.5px solid currentColor;
		transform: rotate(45deg) translateY(-2px);
		transition: transform .25s ease;
	}

	.header_top_bg #topmenu .menu > li.menu-item-has-children:hover > a::after,
	.header_top_bg #topmenu .menu > li.menu-item-has-children.is-open > a::after {
		transform: rotate(225deg) translateY(-2px);
	}

	.header_top_bg #topmenu .menu > li.menu-item-has-children > i.fa-angle-down {
		display: none;
	}

	.header_top_bg #topmenu .open-search {
		color: var(--icon-color);
	}

	.header_top_bg .logo span {
		color: var(--menu-color);
	}

	.header_top_bg #topmenu .menu .sub-menu {
		background: #ffffff;
		border: 1px solid rgba(0, 0, 0, 0.05);
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
		padding: 12px 0;
		min-width: 240px;
		border-radius: 4px;
		margin-top: 8px;
	}

	.header_top_bg #topmenu .menu .sub-menu li {
		padding: 0;
		margin: 0;
	}

	.header_top_bg #topmenu .menu .sub-menu li a {
		display: block;
		padding: 10px 22px !important;
		font-family: var(--header-font) !important;
		font-weight: 400 !important;
		font-size: 14px !important;
		line-height: 1.4 !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
		color: var(--header-text-dark) !important;
		opacity: 1 !important;
		transform: none !important;
		-webkit-transform: none !important;
		transition: color .2s ease, background-color .2s ease;
		white-space: nowrap;
	}

	.header_top_bg #topmenu .menu .sub-menu li:hover > a,
	.header_top_bg #topmenu .menu .sub-menu li.current-menu-item > a,
	.header_top_bg #topmenu .menu .sub-menu li.current-menu-ancestor > a,
	.header_top_bg #topmenu .menu .sub-menu li.active > a {
		color: var(--brand-orange) !important;
		background-color: transparent;
	}

	.header_top_bg #topmenu .menu .sub-menu .sub-menu {
		margin-top: 0;
	}

	#topmenu .menu > li {
		margin: 0 15px;
		padding: 0;
	}
}

a.header-cta,
a.header-cta--full,
a.header-cta--icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	font-family: var(--header-font) !important;
	font-style: normal !important;
	font-weight: 500 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

a.header-cta i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
}

a.header-cta--full {
	background-color: var(--brand-orange) !important;
	color: #fff !important;
	padding: 12px 22px !important;
	border-radius: 6px !important;
	gap: 10px;
	font-size: 15px !important;
	line-height: 1 !important;
	border: none;
	white-space: nowrap;
}

a.header-cta--full:hover,
a.header-cta--full:focus,
a.header-cta--full:active {
	background-color: var(--brand-orange-hover) !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(255, 125, 41, 0.25);
	text-decoration: none !important;
}

a.header-cta--full i {
	font-size: 14px !important;
	color: #fff !important;
}

a.header-cta--icon {
	width: 44px;
	height: 44px;
	background-color: var(--brand-orange) !important;
	color: #fff !important;
	border-radius: 6px !important;
	font-size: 16px !important;
	line-height: 1 !important;
	padding: 0 !important;
	flex: 0 0 auto;
}

a.header-cta--icon:hover,
a.header-cta--icon:focus,
a.header-cta--icon:active {
	background-color: var(--brand-orange-hover) !important;
	color: #fff !important;
	text-decoration: none !important;
}

a.header-cta--icon i {
	color: #fff !important;
	font-size: 16px !important;
}

@media (min-width: 1025px) {
	.right-menu.simple > .header-cta--icon {
		display: none;
	}

	.header_top_bg .menu-wrapper .header-cta--full {
		margin-left: 18px;
		align-self: center;
	}
}

@media (max-width: 1024px) {
	.right-menu.simple {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 64px;
		padding: 0 16px;
	}

	.right-menu.simple .mob-nav {
		order: 1;
		flex: 0 0 auto;
	}

	.right-menu.simple .logo-mobile {
		order: 2;
		flex: 1 1 auto;
		text-align: center;
		display: flex;
		justify-content: center;
	}

	.right-menu.simple .logo-mobile .logo {
		display: inline-flex;
		align-items: center;
	}

	.right-menu.simple > .header-cta--icon {
		order: 3;
		flex: 0 0 auto;
		display: inline-flex;
	}

	.right-menu.simple > .header-cta--full {
		display: none;
	}
}

@media (max-width: 1024px) {
	#topmenu {
		position: fixed;
		top: 0;
		left: 0;
		width: min(290px, 85vw);
		height: 100vh;
		max-height: 100vh;
		background: #fff;
		box-shadow: 4px 0 24px rgba(0, 0, 0, 0.08);
		transform: translateX(-100%);
		transition: transform .3s ease;
		display: flex;
		flex-direction: column;
		padding: 0;
		overflow-y: auto;
		z-index: 10000;
	}

	html.sidebar-open #topmenu {
		transform: translateX(0);
        overflow-x: hidden !important;
	}

	#topmenu > .logo {
		display: none;
	}

	#topmenu .mob-nav-close {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-decoration: none;
		border-bottom: 1px solid #f1f2f3;
		padding: 20px 0;
		color: var(--dark-color);
	}

	#topmenu .mob-nav-close:hover {
		text-decoration: none;
		color: var(--dark-color);
	}

	#topmenu .mob-nav-close > span {
		display: none;
	}

	#topmenu .mob-nav-close .hamburger {
		padding: 0 15px 10px 0px;
	}

	#topmenu .mob-nav-close .hamburger .line {
		display: block;
		width: 22px;
		height: 2px;
		opacity: 0.8;
		background-color: var(--dark-color, #2c2c2c);
	}

	#topmenu .mob-nav-close .hamburger .line:nth-child(1) {
		-webkit-transform: rotate(45deg) translateY(2px);
		-ms-transform: rotate(45deg) translateY(2px);
		transform: rotate(45deg) translateY(2px);
	}

	#topmenu .mob-nav-close .hamburger .line:nth-child(2) {
		-webkit-transform: rotate(-45deg) translateY(-1px);
		-ms-transform: rotate(-45deg) translateY(-1px);
		transform: rotate(-45deg) translateY(-1px);
	}

	#topmenu .menu-wrapper {
		display: flex;
		flex-direction: column;
		flex: 1 1 auto;
		padding: 0;
	}

	#topmenu .menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#topmenu .menu > li {
		border-bottom: 1px solid var(--header-divider);
		position: relative;
	}

	#topmenu .menu > li > a {
		display: block;
		padding: 14px 24px;
		color: var(--header-text-dark) !important;
		font-family: var(--header-font) !important;
		font-weight: 500 !important;
		font-size: 15px !important;
		line-height: 1.35 !important;
		text-transform: none !important;
		letter-spacing: 0 !important;
		text-decoration: none;
	}

	#topmenu .menu > li.current-menu-item > a,
	#topmenu .menu > li.current-menu-parent > a,
	#topmenu .menu > li.current-menu-ancestor > a,
	#topmenu .menu > li.is-open > a {
		color: var(--brand-orange) !important;
		font-weight: 600 !important;
	}

	#topmenu .menu .menu-item-has-children > i.fa-angle-down {
		position: absolute;
		top: 0;
		right: 8px;
		width: 44px;
		height: 44px;
		font-size: 0;
		color: var(--dark-color, #2c2c2c);
		cursor: pointer;
		transition: color .25s ease;
		padding: 0;
	}

	#topmenu .menu .menu-item-has-children > i.fa-angle-down::before {
		content: "";
		position: absolute;
		top: 17px;
		left: 17px;
		width: 9px;
		height: 9px;
		border-right: 1.5px solid currentColor;
		border-bottom: 1.5px solid currentColor;
		transform: rotate(45deg);
		transition: transform .25s ease;
	}

	#topmenu .menu .menu-item-has-children.is-open > i.fa-angle-down,
	#topmenu .menu .menu-item-has-children > i.fa-angle-down:not(.hide-drop) {
		color: var(--brand-orange);
	}

	#topmenu .menu .menu-item-has-children.is-open > i.fa-angle-down::before,
	#topmenu .menu .menu-item-has-children > i.fa-angle-down:not(.hide-drop)::before {
		transform: rotate(225deg);
	}

	#topmenu .sub-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: none;
		background: #fafafa;
	}

	#topmenu .sub-menu li {
		border-top: 1px solid var(--header-divider);
	}

	#topmenu .sub-menu li:first-child {
		border-top: none;
	}

	#topmenu .sub-menu li a {
		display: block;
		padding: 12px 24px 12px 40px;
		color: var(--header-text-dark) !important;
		font-family: var(--header-font) !important;
		font-weight: 500 !important;
		font-size: 15px !important;
		line-height: 1.35 !important;
		text-transform: none !important;
		letter-spacing: 0 !important;
		text-decoration: none;
	}

	#topmenu .sub-menu li.current-menu-item > a,
	#topmenu .sub-menu li.current-menu-parent > a,
	#topmenu .sub-menu li.current-menu-ancestor > a,
	#topmenu .sub-menu li a:hover,
	#topmenu .sub-menu li a:focus {
		color: var(--brand-orange) !important;
	}

	#topmenu .menu-wrapper .header-cta--full {
		display: inline-flex;
		margin: auto 16px 24px;
		padding: 14px 22px;
		width: calc(100% - 32px);
		justify-content: center;
		font-size: 15px;
	}

	#topmenu .menu-wrapper .search-icon-wrapper,
	#topmenu .menu-wrapper .mini-cart-wrapper {
		display: none;
	}
}

.mob-nav-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease;
	z-index: 9998;
}

.mob-nav-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}

@media (min-width: 1025px) {
	.mob-nav-overlay {
		display: none !important;
	}
    #topmenu .menu>li {
        margin: 0 15px;
        padding: 0px 0 !important;
    }
}

html.no-scroll {
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .header_top_bg .menu-wrapper {
        overflow-y: auto !important;
    }
}