
.lqd-visible-mobile {
	display: none !important;
}

.lqd-stack-moving-down .lqd-head-sec-wrap:not(.is-stuck) .header-module .ld-module-trigger, .lqd-stack-moving-down .lqd-head-sec-wrap:not(.is-stuck) .main-nav > li > a, .lqd-stack-moving-down .lqd-head-sec-wrap:not(.is-stuck) .navbar-brand .logo-dark, .lqd-stack-moving-down .lqd-head-sec-wrap:not(.is-stuck) .navbar-brand .logo-light, .lqd-stack-moving-down .lqd-head-sec-wrap:not(.is-stuck) .social-icon a {
	transition-delay: .35s;
}

.lqd-custom-menu .megamenu .nav-item-children {
	left: 100% !important;
	margin-top: -1px;
}

.lqd-custom-menu .megamenu.megamenu-fullwidth .megamenu-container {
	width: 100%;
}

.lqd-custom-menu .megamenu.megamenu-fullwidth .ld-container {
	max-width: none;
}

.lqd-custom-menu .megamenu.megamenu-fullwidth .nav-item-children {
	left: 100%;
	right: auto;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-margin-end: 0;
	margin-inline-end: 0;
}

.lqd-custom-menu .submenu-expander {
	width: auto;
	height: auto;
	background-color: transparent;
	font-size: 13px;
}

.header-side {
	width: 375px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}

.header-side .lqd-head-sec, .header-side .lqd-head-sec-wrap {
	width: 100%;
	height: 100%;
}

.header-side .lqd-head-sec-wrap {
	padding: 12vh 50px;
	overflow: hidden;
	position: relative;
}

.header-side .lqd-head-sec {
	padding: 0;
	overflow: hidden;
	width: calc(100% + 20px);
	margin: 0;
	flex-direction: column;
	justify-content: space-between;
	overflow-x: hidden;
	overflow-y: auto;
}

.header-side .lqd-head-col {
	padding: 0;
	margin: 30px 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	flex: 1 auto;
}

.header-side .lqd-head-col:first-child {
	margin-top: 0;
	justify-content: flex-start;
}

.header-side .lqd-head-col:last-child {
	margin-bottom: 0;
	justify-content: flex-end;
}

.header-side .main-nav > li, .header-side .navbar-header {
	align-items: flex-start;
}

.header-side .navbar-brand {
	padding: 0;
}

.header-side .navbar-collapse {
	width: 100%;
}

.header-side .navbar-collapse.navbar-visible-ontoggle {
	flex-direction: column;
	justify-content: center;
	width: 375px;
	height: 100vh !important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	transform: translateX(-200%);
	background-color: #fdfdfe;
	box-shadow: 0 0 0 #f0f1f6 inset;
	transition: all .45s cubic-bezier(.7, 0, .2, 1);
}

.header-side .navbar-collapse.navbar-visible-ontoggle.is-active {
	transform: translateX(-100%);
	box-shadow: -70px 0 70px #f0f1f6 inset;
}

.header-side .navbar-collapse.navbar-visible-ontoggle .main-nav {
	flex-grow: 0;
}

.header-side .main-nav {
	width: calc(100% + 25px);
	-webkit-padding-end: 25px;
	padding-inline-end: 25px;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}

.header-side .main-nav > li > a {
	display: block;
	width: 100%;
	-webkit-padding-start: 0;
	padding-inline-start: 0;
}

.header-side .main-nav .link-sup {
	top: -1.5em;
	right: -.5em;
}

.header-side .nav-item-children {
	-webkit-padding-end: 15px;
	padding-inline-end: 15px;
}

.header-side .header-module {
	display: block;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-margin-start: 0 !important;
	margin-inline-start: 0 !important;
	flex: 0;
}

.header-side .header-module > h1, .header-side .header-module > h2, .header-side .header-module > h3, .header-side .header-module > h4, .header-side .header-module > h5, .header-side .header-module > h6 {
	margin-top: 0;
	margin-bottom: .25em;
}

.header-side .header-module > h1:only-child, .header-side .header-module > h2:only-child, .header-side .header-module > h3:only-child, .header-side .header-module > h4:only-child, .header-side .header-module > h5:only-child, .header-side .header-module > h6:only-child {
	margin-bottom: 0;
}

.header-side .header-module:not(:only-child):not(:last-child) {
	margin-bottom: 15px;
}

.header-side .ld-dropdown-menu-content, .header-side .ld-module-dropdown {
	background: 0 0;
}

.header-side .ld-dropdown-menu-content {
	margin-top: 1em;
	width: auto;
	padding: 0;
	border: 0;
}

.header-side .ld-module-search .ld-module-trigger {
	transform: translateX(0);
	transition: transform .45s cubic-bezier(.86, 0, .07, 1);
}

.header-side .ld-module-search .ld-module-trigger.collapse {
	transform: translateX(-100%);
}

.header-side .ld-module-search .ld-search-form-container {
	transform: translateX(-100%);
	transition: transform .45s cubic-bezier(.86, 0, .07, 1);
}

.header-side .ld-module-search .ld-module-dropdown {
	width: 250px;
	height: auto !important;
	top: 0;
	left: 0;
	right: auto;
	overflow: hidden;
}

.header-side .ld-module-search .ld-module-dropdown.is-active .ld-search-form-container {
	transform: translateX(0);
}

.header-side .ld-search-form-container {
	width: auto;
	padding: 0;
	border: 0;
}

.header-style-side #lqd-site-content, .header-style-side #wrap > .main-header, .header-style-side .main-footer, .header-style-side .titlebar {
	transition: transform .45s cubic-bezier(.7, 0, .2, 1);
}

.side-nav-showing #lqd-site-content, .side-nav-showing #wrap > .main-header, .side-nav-showing .main-footer, .side-nav-showing .titlebar {
	transform: translateX(375px);
}

.lqd-stack-initiated .header-side {
	width: 200px;
}

.lqd-stack-initiated .header-side .lqd-head-sec-wrap {
	padding: 10vh 45px;
}

.lqd-stack-initiated.header-style-side #wrap {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
}

body:not(.elementor-page) .navbar-fullscreen .main-nav {
	flex-direction: column;
}

body:not(.elementor-page) .navbar-fullscreen .main-nav > li {
	flex-direction: row;
}

body:not(.elementor-page) .navbar-fullscreen .main-nav > li > a {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	-webkit-padding-end: 0;
	padding-inline-end: 0;
}

.navbar-fullscreen {
	display: flex !important;
	width: 100vw;
	height: 100vh !important;
	padding: 150px 0 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	opacity: 0;
	justify-content: flex-end;
	flex-direction: column;
	overflow: hidden;
	visibility: hidden;
	transition: all .15s .8s ease;
	transform: translateZ(0);
}

.navbar-fullscreen .header-modules-container > .container:after, .navbar-fullscreen .header-modules-container > .container:before, .navbar-fullscreen:after, .navbar-fullscreen:before {
	content: none;
}

.navbar-fullscreen .main-nav-trigger {
	position: fixed;
	top: 4em;
	right: 4em;
	z-index: 92;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.navbar-fullscreen .main-nav-trigger .txt {
	display: none;
}

.navbar-fullscreen .navbar-collapse {
	height: auto !important;
	overflow: visible !important;
}

.navbar-fullscreen .nav-item-children {
	box-shadow: none;
}

.navbar-fullscreen .nav-item-children > li > a {
	padding: 0;
}

.header-style-side .main-nav .nav-item-children > li:hover > a, .navbar-fullscreen .nav-item-children > li:hover > a {
	background-color: transparent;
}

.navbar-fullscreen .megamenu .nav-item-children {
	display: none;
	visibility: visible;
	left: auto !important;
	right: auto !important;
}

.navbar-fullscreen .megamenu .ld-container, .navbar-fullscreen .megamenu .megamenu-col, .navbar-fullscreen .megamenu .megamenu-container {
	width: 100% !important;
}

.header-style-side .main-nav .megamenu section.vc_row, .navbar-fullscreen .megamenu section.vc_row {
	padding: 0 !important;
}

.navbar-fullscreen .megamenu .ld-row {
	display: block;
}

.navbar-fullscreen .lqd-fsh-bg, .navbar-fullscreen .lqd-fsh-bg-col, .navbar-fullscreen .lqd-fsh-bg-col span, .navbar-fullscreen .lqd-fsh-bg-container, .navbar-fullscreen .lqd-fsh-bg-row, .navbar-fullscreen .lqd-fsh-bg-side-container, .navbar-fullscreen .lqd-fsh-bg-side-container span {
	height: 100%;
}

.navbar-fullscreen .lqd-fsh-bg-col, .navbar-fullscreen .lqd-fsh-bg-side-container {
	position: relative;
}

.navbar-fullscreen .lqd-fsh-bg-col:before, .navbar-fullscreen .lqd-fsh-bg-side-container:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .1);
	transform: scaleY(0);
	transform-origin: center top;
	transition: transform .75s cubic-bezier(.7, 0, .2, 1);
}

.navbar-fullscreen .lqd-fsh-bg-col span, .navbar-fullscreen .lqd-fsh-bg-side-container span {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .65s .3s cubic-bezier(.7, 0, .2, 1);
}

.navbar-fullscreen .lqd-fsh-bg-container, .navbar-fullscreen .lqd-fsh-bg-side-container {
	flex: 1 auto;
}

.navbar-fullscreen .lqd-fsh-bg-container {
	margin: 0;
}

.navbar-fullscreen .lqd-fsh-bg {
	display: flex;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.navbar-fullscreen .header-modules-container {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: clip-path .8s 0s cubic-bezier(.4, 0, .2, 1);
	transition: clip-path .8s 0s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .8s 0s cubic-bezier(.4, 0, .2, 1);
}

.navbar-fullscreen .header-modules-container > .container {
	display: flex;
	flex-direction: column;
	padding: 0;
	flex-grow: 1;
}

.navbar-fullscreen .header-modules-container > .container > .row, .navbar-fullscreen .vc_row {
	flex-grow: 1;
}

.navbar-fullscreen .header-modules-container > .container > .row {
	display: flex;
	flex-direction: column;
}

.navbar-fullscreen .module-primary-nav {
	min-height: calc(100vh - 250px);
}

.navbar-fullscreen .module-primary-nav:only-child {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.navbar-fullscreen .module-primary-nav:only-child .navbar-collapse {
	flex-grow: 1;
	width: 100%;
}

.navbar-fullscreen .main-nav > li > a {
	align-items: stretch;
}

.navbar-fullscreen .module-primary-nav, .navbar-fullscreen .navbar-collapse {
	width: 100%;
}

.navbar-fullscreen .justify-content-lg-end .main-nav .link-sup {
	right: auto;
	left: -1em;
}

.navbar-fullscreen.is-active {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.navbar-fullscreen.is-active .main-nav-trigger {
	opacity: 1;
	visibility: visible;
	transition-delay: .6s;
}

.navbar-fullscreen.is-active .lqd-fsh-bg-col:before, .navbar-fullscreen.is-active .lqd-fsh-bg-side-container:before {
	transform: scaleY(1);
	transition-delay: .25s;
}

.navbar-fullscreen.is-active .lqd-fsh-bg-col > span, .navbar-fullscreen.is-active .lqd-fsh-bg-side-container > span {
	transform: scaleX(1);
	transition-delay: .05s;
}

.navbar-fullscreen.is-active .header-modules-container {
	transition-duration: 2s;
	transition-delay: .15s;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.lqd-stickybar-wrap .navbar-fullscreen, .lqd-stickybar-wrap .navbar-fullscreen .header-module {
	writing-mode: horizontal-tb;
}

.elementor-page .navbar-fullscreen .main-nav > li, .elementor-page .navbar-fullscreen .module-primary-nav, .elementor-page .navbar-fullscreen .navbar-collapse {
	width: auto;
}

.elementor-page .navbar-fullscreen .module-primary-nav {
	min-height: 0;
}

.elementor-page .navbar-fullscreen .main-nav {
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	flex-grow: 1;
	justify-content: unset;
}

.navbar-collapse ~ .header-module {
	-webkit-margin-start: 25px;
	margin-inline-start: 25px;
}

.navbar-collapse:not(.navbar-fullscreen) .header-module {
	display: none;
}

.ld-search-form .input-icon {
	pointer-events: none;
}

.module-product-search .ld-module-trigger {
	display: none;
}

.module-product-search .ld-module-dropdown {
	display: flex;
	height: auto !important;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	background: 0 0;
	z-index: auto;
	text-align: inherit;
}

.lqd-megamenu-rows-wrap {
	background-color: #fff;
	box-shadow: 0 16px 50px rgba(0, 0, 0, .07);
}

.megamenu {
	position: static !important;
}

.main-nav body:not(.header-style-side) .megamenu:not(.position-applied) .nav-item-children {
	display: block !important;
	visibility: hidden;
}

.main-nav:after, .main-nav:before, .megamenu .megamenu-container:after, .megamenu .megamenu-container:before, .megamenu .megamenu-row.vc_row:after, .megamenu .megamenu-row:after, .megamenu .megamenu-row:before, .navbar-collapse:after, .navbar-collapse:before {
	content: none;
}

.megamenu .megamenu-container.container {
	padding: 0;
}

.megamenu .megamenu-container .container {
	width: 100%;
}

.megamenu .nav-item-children {
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.megamenu .nav-item-children:before {
	background-color: transparent !important;
	box-shadow: none;
}

.megamenu .megamenu-row.vc_row {
	flex-flow: row wrap;
}

.megamenu .megamenu-row.vc_row-has-bg:before {
	background-color: inherit;
}

.megamenu .flickity-viewport {
	width: 100%;
}

.megamenu[data-megamenu-bg-scheme=transparent] .megamenu-row {
	box-shadow: none;
}

.megamenu.megamenu-content-stretch .nav-item-children {
	left: 0;
	right: 0;
}

.megamenu.megamenu-fullwidth .nav-item-children {
	width: 100vw;
	left: 50%;
	right: 50%;
	-webkit-margin-start: -50vw;
	margin-inline-start: -50vw;
	-webkit-margin-end: -50vw;
	margin-inline-end: -50vw;
}

.megamenu.megamenu-fullwidth .megamenu-container {
	width: 100%;
	max-width: none;
}

.megamenu.position-applied .megamenu-row {
	display: flex;
	flex-wrap: wrap;
}

.megamenu.position-applied .megamenu-col {
	flex: 1 0 auto;
}

.megamenu.position-applied .megamenu-col:only-of-type {
	width: 100%;
}

.lqd-submenu-dark .megamenu .megamenu-row {
	background-color: #030516;
}

.main-header[data-react-to-megamenu=true]:not(.is-stuck) .megamenu-hover-bg {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: var(--lqd-megamenu-background-color, #fff);
	transition: opacity .3s cubic-bezier(.02, .01, .47, 1), background .3s;
}

.main-header[data-react-to-megamenu=true]:not(.is-stuck).megamenu-item-active .megamenu-hover-bg {
	opacity: 1;
}

.navbar-header {
	flex-basis: auto;
}

.navbar-header .header-module, .navbar-header .mobile-logo-default {
	display: none;
}

.main-nav .submenu-expander, .navbar-collapse > .nav-trigger, .navbar-header.hidden-lg {
	display: none !important;
}

.navbar-collapse {
	display: inline-flex !important;
	flex-direction: column;
	align-items: stretch;
	height: auto !important;
	flex-basis: 0;
}

.main-nav {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
}

.main-nav > li, .main-nav > li > a {
	align-items: center;
}

.main-nav > li:first-child {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
}

.main-nav > li:last-child {
	-webkit-padding-end: 0;
	padding-inline-end: 0;
}

.main-nav > li.nav-item-cloned {
	display: none;
}

.main-nav > li > a {
	position: relative;
}

.navbar-fullscreen .main-nav.justify-content-lg-start {
	align-items: flex-start !important;
}

.navbar-fullscreen .main-nav.justify-content-lg-center {
	align-items: center !important;
}

.navbar-fullscreen .main-nav.justify-content-lg-end {
	align-items: flex-end !important;
}

.lqd-submenu-cover .main-nav > .menu-item-has-children:not(.megamenu) .nav-item-children {
	min-width: 120px;
	box-shadow: 0 10px 35px -5px rgba(0, 0, 0, .05);
	border-radius: 15px;
}

.lqd-submenu-cover .main-nav > .menu-item-has-children:not(.megamenu) > .nav-item-children, .lqd-submenu-cover .main-nav > .menu-item-has-children:not(.megamenu) > .nav-item-children > li {
	transform: translateY(15px);
}

.lqd-submenu-cover .main-nav > .menu-item-has-children:not(.megamenu) > a {
	z-index: 1;
}

.lqd-submenu-cover .main-nav > .menu-item-has-children:not(.megamenu) > .nav-item-children {
	padding-top: calc(var(--item-height, 100%) - var(--lqd-menu-items-top-padding, 10px));
	top: 0;
	z-index: 3;
	white-space: nowrap;
}

.lqd-submenu-cover .main-nav > .menu-item-has-children:not(.megamenu) > .nav-item-children:before {
	top: var(--lqd-menu-items-top-padding, 10px);
	left: clamp(-5px, var(--lqd-menu-items-left-padding, 15px) * -1, -20px);
	right: clamp(var(--lqd-menu-items-right-padding, 15px) * -1, var(--lqd-menu-items-right-padding, 15px) / 2 * -1, var(--lqd-menu-items-right-padding, 15px) * -1);
}

.lqd-submenu-cover .main-nav > .menu-item-has-children:not(.megamenu) > .nav-item-children > li {
	opacity: 0;
	transition: all .5s cubic-bezier(.17, .84, .44, 1);
	transition-property: transform, opacity;
}

.lqd-submenu-cover .main-nav > .menu-item-has-children:not(.megamenu) > .nav-item-children > li > a {
	padding: .5em var(--lqd-menu-items-right-padding, 15px) .5em var(--lqd-menu-items-left-padding, 15px);
}

.lqd-submenu-cover .main-nav > .menu-item-has-children:not(.megamenu):hover > .nav-item-children, .lqd-submenu-cover .main-nav > .menu-item-has-children:not(.megamenu):hover > .nav-item-children > li {
	opacity: 1;
	transform: translateY(0);
}

.lqd-submenu-cover .main-nav > .menu-item-has-children:not(.megamenu):hover > a {
	z-index: 4;
	transition: color .3s, background .3s, border .3s, z-index .05s step-start;
}

.lqd-submenu-dark .nav-item-children:before {
	background-color: #424040;
}

.lqd-submenu-dark .nav-item-children > li > a {
	color: rgba(255, 255, 255, .8);
}

.lqd-submenu-dark .nav-item-children > li > a:hover {
	color: #fff;
}

.lqd-submenu-dark.lqd-submenu-cover .main-nav > .menu-item-has-children:not(.megamenu):after, .lqd-submenu-dark.lqd-submenu-cover .main-nav > .menu-item-has-children:not(.megamenu):before {
	background-color: #424040;
}

.main-nav-hover-fade-inactive:hover > li > a {
	opacity: .35;
}

.main-nav-hover-fade-inactive:hover > li:hover > a {
	opacity: 1;
}

.main-nav-hover-fill > li > a:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(var(--lqd-menu-items-top-padding) - .25em);
	left: calc(var(--lqd-menu-items-left-padding) - .85em);
	bottom: calc(var(--lqd-menu-items-bottom-padding) - .25em);
	right: calc(var(--lqd-menu-items-right-padding) - .85em);
	z-index: -1;
	background: rgba(0, 0, 0, .07);
	border-radius: 4px;
	opacity: 0;
	transform: scale(.85);
	transition: opacity .35s, transform .35s;
	transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.main-nav-hover-fill > li.current-menu-ancestor > a:before, .main-nav-hover-fill > li.current-menu-item > a:before, .main-nav-hover-fill > li.is-ative > a:before, .main-nav-hover-fill > li > a:hover:before {
	opacity: 1;
	transform: scale(1);
}

.navbar-visible-ontoggle {
	-webkit-padding-end: 5px;
	padding-inline-end: 5px;
	-webkit-padding-start: 5px;
	padding-inline-start: 5px;
}

.navbar-visible-ontoggle .main-nav > li {
	opacity: 0;
	visibility: hidden;
	transform: translateX(5px);
	transition: all .3s ease;
}

.navbar-visible-ontoggle .main-nav > li:nth-child(1), .navbar-visible-ontoggle.is-active .main-nav > li:nth-child(10) {
	transition-delay: .05s;
}

.navbar-visible-ontoggle .main-nav > li:nth-child(2), .navbar-visible-ontoggle.is-active .main-nav > li:nth-child(9) {
	transition-delay: .1s;
}

.navbar-visible-ontoggle .main-nav > li:nth-child(3), .navbar-visible-ontoggle.is-active .main-nav > li:nth-child(8) {
	transition-delay: .15s;
}

.navbar-visible-ontoggle .main-nav > li:nth-child(4), .navbar-visible-ontoggle.is-active .main-nav > li:nth-child(7) {
	transition-delay: .2s;
}

.navbar-visible-ontoggle .main-nav > li:nth-child(5), .navbar-visible-ontoggle.is-active .main-nav > li:nth-child(6) {
	transition-delay: .25s;
}

.navbar-visible-ontoggle .main-nav > li:nth-child(6), .navbar-visible-ontoggle.is-active .main-nav > li:nth-child(5) {
	transition-delay: .3s;
}

.navbar-visible-ontoggle .main-nav > li:nth-child(7), .navbar-visible-ontoggle.is-active .main-nav > li:nth-child(4) {
	transition-delay: .35s;
}

.navbar-visible-ontoggle .main-nav > li:nth-child(8), .navbar-visible-ontoggle.is-active .main-nav > li:nth-child(3) {
	transition-delay: .4s;
}

.navbar-visible-ontoggle .main-nav > li:nth-child(9), .navbar-visible-ontoggle.is-active .main-nav > li:nth-child(2) {
	transition-delay: .45s;
}

.navbar-visible-ontoggle .main-nav > li:nth-child(10), .navbar-visible-ontoggle.is-active .main-nav > li:nth-child(1) {
	transition-delay: .5s;
}

.navbar-visible-ontoggle.is-active .main-nav > li {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.navbar-visible-ontoggle[aria-expanded=false].collapsing .main-nav > li {
	transform: translateX(-5px);
}

.header-style-side .main-nav {
	overflow-x: hidden;
	overflow-y: auto;
}

.header-style-side .main-nav > li, .header-style-side .main-nav > li:first-child, .header-style-side .main-nav > li:last-child {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	-webkit-padding-end: 0;
	padding-inline-end: 0;
}

.header-style-side .main-nav .nav-item-children {
	display: none;
	width: 100%;
	padding: .625em 0;
	border-radius: 0;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	background-color: transparent;
	box-shadow: none;
	font-size: 16px;
	line-height: 1.5em;
	overflow-x: hidden;
	overflow-y: auto;
}

.header-style-side .main-nav .nav-item-children > li {
	display: block;
	width: 100%;
	font-size: 1em;
	font-weight: 400;
}

.header-style-side .main-nav .nav-item-children > li > a {
	padding: .75em 1.25em;
}

.header-style-side .main-nav .nav-item-children .nav-item-children {
	-webkit-padding-start: 1.25em;
	padding-inline-start: 1.25em;
}

.header-style-side .main-nav .megamenu .nav-item-children {
	display: none;
	-webkit-padding-start: 1.25em;
	padding-inline-start: 1.25em;
	width: auto !important;
	left: auto !important;
	right: auto !important;
	-webkit-margin-start: 0 !important;
	margin-inline-start: 0 !important;
	-webkit-margin-end: 0 !important;
	margin-inline-end: 0 !important;
	visibility: visible;
}

.header-style-side .main-nav .megamenu .ld-container {
	width: 100% !important;
	padding: 0;
}

.header-style-side .main-nav .megamenu .megamenu-col {
	width: 100% !important;
}

.header-style-side .main-nav .megamenu .megamenu-container {
	width: 100% !important;
	padding: 0;
}

.header-style-side .main-nav .megamenu .megamenu-col, .header-style-side .main-nav .megamenu .vc_column-inner, .header-style-side .main-nav .megamenu .vc_row {
	background: 0 0 !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
}

.header-style-side .main-nav .megamenu .ld-row {
	display: block;
	margin: 0;
}

.header-style-side .main-nav .megamenu .megamenu-row:before {
	content: none !important;
}

.header-style-side .navbar-visible-ontoggle .main-nav > li, .header-style-side .navbar-visible-ontoggle .main-nav > li:first-child, .header-style-side .navbar-visible-ontoggle .main-nav > li:last-child {
	-webkit-padding-start: 1.666em;
	padding-inline-start: 1.666em;
	-webkit-padding-end: 1.666em;
	padding-inline-end: 1.666em;
}

.navbar-fullscreen .main-nav {
	width: auto;
	position: relative;
	flex-grow: 0;
}

.navbar-fullscreen .main-nav > li {
	width: 100%;
	-webkit-padding-start: 0 !important;
	padding-inline-start: 0 !important;
	-webkit-padding-end: 0 !important;
	padding-inline-end: 0 !important;
	align-items: inherit;
	justify-content: inherit;
	position: static;
}

.navbar-fullscreen .main-nav > li:after {
	content: "";
	display: inline-block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	visibility: hidden;
}

.navbar-fullscreen .main-nav > li > a {
	width: 100%;
	flex-grow: 0;
	font-size: 4.5vw;
	line-height: 1.1em;
	font-weight: 700;
}

.navbar-fullscreen .main-nav > li > a .txt {
	display: flex;
	position: relative;
}

.navbar-fullscreen .main-nav > li.is-active:after {
	visibility: visible;
}

.navbar-fullscreen .main-nav > li.is-active .nav-item-children {
	transform: translateX(0);
}

.navbar-fullscreen .main-nav .link-sup {
	top: 0;
	right: 0;
}

.navbar-fullscreen .main-nav .nav-item-children {
	width: calc(100% + 7px);
	left: 110%;
	top: 0;
	padding: .625em 0 0;
	background-color: transparent;
	visibility: visible;
	font-size: 16px;
	line-height: 1.5em;
	overflow-x: hidden;
	overflow-y: auto;
	transform: translateX(-10px);
}

.navbar-fullscreen .main-nav .nav-item-children:before {
	background: 0 0;
	box-shadow: none;
}

.navbar-fullscreen .main-nav .nav-item-children > li {
	display: block;
	width: 100%;
	padding: .75em 1.25em;
	font-size: 1em;
	font-weight: 400;
}

.navbar-fullscreen .main-nav .nav-item-children .nav-item-children {
	width: 100%;
}

.main-nav-ver {
	flex-direction: column;
	align-items: flex-end;
}

.is-stuck .lqd-stickybar-wrap.lqd-hide-onstuck, .lqd-stickybar-wrap.lqd-show-onstuck {
	display: flex;
}

.is-stuck {
	box-shadow: -2px 3px 90px -20px rgba(0, 0, 0, .25);
}

.is-stuck .lqd-hide-onstuck, .lqd-mobile-sec, .lqd-show-onstuck {
	display: none;
}

.is-stuck .lqd-show-onstuck {
	display: flex;
}

.is-stuck.sticky-header-noshadow {
	box-shadow: none;
}
