@media (min-width : 768px) { /* DESKTOP */

	.header-mobile,
	.header-logo {
		display: none !important;
	}
	.header-desktop {
		position: relative;
		top: 0;
		width: 100%;
		z-index: 10;
		background-color: #82afce;
	}
	.header-desktop.menu-open,
	.scrolled .header-desktop {
	}
	.header-logo a {
		display: inline-block;
		padding-top: 10px;
	}
	.header-logo img {
		height: 60px;
	}
	.header-nav ul li {
	  display: inline-block;
	}
	.header-nav ul li a {
		display: inline-block;
		text-decoration: none;
		letter-spacing: 1px;
		white-space: nowrap;
		padding: 0 20px;
		line-height: 80px;
		font-weight: 400;
		text-transform: uppercase;
		color: #FFF;
	}
	.header-nav ul li a:hover,
	.header-nav ul li.current-menu-item a,
	.header-nav ul li.current_page_item a,
	.header-nav ul li.current_page_ancestor a,
	.header-nav ul li a.sub-active {
		color: #456687;
		font-weight: bold;
		text-decoration: none;
	}

	/* DROPDOWN */
	.header-nav > ul > li > ul {
		position: absolute;
		display: none;
		font-size: initial;
		top: 80px;
		z-index: 20;
		background-color: #eee;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
		border-radius: 3px;

		-ms-flex-direction: column;
    	flex-direction: column;
	}
	.header-nav ul ul:before {
		content: "";
		border-style: solid;
		border-width: 0 9px 9px 9px;
		border-color: transparent transparent #eee transparent;
		height: 0;
		position: absolute;
		left: 25px;
		top: -9px;
		width: 0;
		cursor: pointer;
	}
	.header-nav ul ul li {
		display: block;
	}
	.header-nav ul ul li a {
		display: block;
		margin: 0;
		padding: 10px 20px;
		line-height: 120%;
	}
	.header-nav ul ul li a:hover,
	.header-nav ul ul li.current-menu-item a {
		background-color: rgba(0,0,0,0.05);
	}

	/* MEGAMENU */
	.header-nav li.megamenu {}
	.header-nav li.megamenu ul.sub-menu{
		padding-top: 60px;
		padding-bottom: 60px;
		left: 0;
	    width: 100%;

	    -ms-flex-direction: row;
	    flex-direction: row;
	}
	.header-nav li.megamenu ul.sub-menu ul.sub-menu {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.header-nav li.megamenu li.megasub {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.header-nav li.megamenu li.megasub a {
		height: auto;
		line-height: 1.4;
		padding: 5px 20px;
		background-color: unset;
		font-weight: normal;
		text-transform: initial;
	}
	.header-nav li.megamenu li.megasub > a {
		height: auto;
		line-height: 1.4;
		color: #888;
		font-weight: bold;
		text-transform: uppercase;
	}
	.header-nav li.megamenu li.megasub li {
		display: block;
	}
	.header-nav li.megamenu li.megamore a {
		color: #888;
		margin-top: 15px;
	}

}

@media (max-width : 992px) and (min-width: 767px) {
}

@media (max-width: 767px) { /* MOBILE */

	.header-logo {
		height: 70px;
		margin: 1rem;

		background-image: url(../img/logo.svg);
		background-position: center left;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.header-mobile {
		position: absolute;
		top: 0;
		height: 54px;
		width: 100%;
		max-width: initial;
		overflow: hidden;
		z-index: 99;
	}
	.header-mobile-logo img {
		display: block;
		height: 54px;
		object-position: left;
		object-fit: contain;
	}
	.header-nav {
	    margin: 0;
	    max-width: 100%;
	}

	/* PANEL LEFT */
	.header-desktop {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -300px;
		width: 300px;
		z-index: 1050;
		background-color: #fff;
		box-shadow: 1px 0px 3px rgb(0 0 0 / 30%);
	    overflow: auto;

	    -ms-flex-direction: column;
	  	flex-direction: column;

		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);

		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		transition-property: transform;

		-webkit-transition-duration: .4s;
		-moz-transition-duration: .4s;
		transition-duration: .4s;

		will-change: transform;
		-webkit-overflow-scrolling: touch;
	}
	.nav-left .header-desktop {
		-webkit-transform: translateX(300px);
		-moz-transform: translateX(300px);
		transform: translateX(300px);
	}
	.header-desktop::-webkit-scrollbar {
		display: none;
	}
	.header-desktop .wrap {
		padding-right: 0;
		padding-left: 0;
	}

	/* MENU */
	.header-logo a {
		display: block;
		height: 54px;
		padding: 0 1rem;
		background-color: #eee;
	}
	.header-logo img {
		height: 100%;
		object-position: left;
		object-fit: contain;
	}
	.header-nav ul li a {
		text-align: left;
		display: block;
		text-decoration: none;
		padding: .7rem 1rem;
	}
	.header-nav li a:hover,
	.header-nav a.sub-active,
	.header-nav ul li.current-menu-item a,
	.header-nav .current_page_item > a,
	.header-nav .current-menu-ancestor > a {
		text-decoration: none;
		font-weight: bold;
		color: #456687;
	}

	/* SUBMENU */
	.header-nav ul ul.sub-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 300px;
		z-index: 1060;
		overflow-y: auto;
		background-color: #FFF;

		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		transform: translateX(-100%);

		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		transition-property: transform;

		-webkit-transition-duration: .2s;
		-moz-transition-duration: .2s;
		transition-duration: .2s;
	}
	.header-nav ul ul.sub-opened {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	/* SUBMENU ARROW */
	.header-nav .menu-item-has-children > a::after {
		content:'';
		width: 20px;
		height: 26px;
		float:right;
		background: url(../icons/arrow-right.svg) no-repeat center center;
	}
	.header-nav li.sub-back::after {
		content:'';
		width: 20px;
		height: 26px;
		margin-right: 10px;
		float: left;
		background: url(../icons/arrow-left.svg) no-repeat center center;
	}
	.header-nav li.sub-back {
		background-color: #eee;
		font-weight: bold;
		padding: .7rem 1rem;
		margin-bottom: 1rem;
	}
	.header-nav ul ul {
		float: left;
		width: 100%;

		-webkit-transition: max-height 1s linear;
		-moz-transition: max-height 1s linear;
		transition: max-height 1s linear;
	}

	/* ANIMATION */
	.header-nav li {
		opacity: 0;
		-webkit-transition: opacity .5s linear;
		-moz-transition: opacity .5s linear;
		transition: opacity .5s linear;
	}
	.nav-left .header-nav li {
		opacity: 1;
	}
	.nav-left .header-nav li:nth-child(1) { transition-delay: .3s; }
	.nav-left .header-nav li:nth-child(2) { transition-delay: .4s; }
	.nav-left .header-nav li:nth-child(3) { transition-delay: .5s; }
	.nav-left .header-nav li:nth-child(4) { transition-delay: .6s; }
	.nav-left .header-nav li:nth-child(5) { transition-delay: .7s; }
	.nav-left .header-nav li:nth-child(6) { transition-delay: .8s; }
	.nav-left .header-nav li:nth-child(7) { transition-delay: .9s; }
	.nav-left .header-nav li:nth-child(8) { transition-delay: 1s; }
	.nav-left .header-nav li:nth-child(9) { transition-delay: 1.1s; }
	.nav-left .header-nav li:nth-child(10) { transition-delay: 1.2s; }
	.nav-left .header-nav li:nth-child(11) { transition-delay: 1.3s; }
	.nav-left .header-nav li:nth-child(12) { transition-delay: 1.4s; }

} /* FINE MOBILE */


/* OVERLAY MENU */
.overlay {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgb(69 102 133 / 80%);
	opacity: 0;
	z-index: -1;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
body.nav-left .overlay,
body.nav-right-filter .overlay,
body.nav-right-cart .overlay {
	opacity: 1;
	z-index: 1003;
}

#nav-icon {
	position: relative;
	top: 14px;
	right: 0;
	width: 26px;
	height: 26px;
	z-index: 20;
	cursor: pointer;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	opacity: 1;
	left: 1px;
	right: 1px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#nav-icon span:nth-child(1) {
	top: 7px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon span:nth-child(2) {
	top: 13px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon span:nth-child(3) {
	top: 19px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.nav-left #nav-icon span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 5px;
	left: 5px;
}
.nav-left #nav-icon span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
.nav-left #nav-icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 5px;
	left: 5px;
}



/* PANEL RIGHT FILTER */
@media (max-width: 767px) {
	.btn-right-filter {
		position: fixed;
		top: 7px;
		right: 100px;
		width: 40px;
		height: 40px;
		z-index: 20;
		cursor: pointer;
		z-index: 99;
		background: url(../icons/filter.svg) no-repeat center center;
		display: none;
	}
	#nav-right-filter {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -300px;
		width: 300px;
		z-index: 1050;
		background-color: #fff;
		box-shadow: -1px 0px 3px rgb(0 0 0 / 30%);
		overflow: auto;
		display: flex;

		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);

		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		transition-property: transform;

		-webkit-transition-duration: .4s;
		-moz-transition-duration: .4s;
		transition-duration: .4s;

		will-change: transform;
		-webkit-overflow-scrolling: touch;
	}
	#nav-right-filter::-webkit-scrollbar {
		display: none;
	}
	body.nav-right-filter #nav-right-filter {
		-webkit-transform: translateX(-300px);
		-moz-transform: translateX(-300px);
		transform: translateX(-300px);
	}
	
}


/* PANEL RIGHT CART */
.btn-right-cart {
	position: fixed;
	top: 7px;
	right: 60px;
	width: 40px;
	height: 40px;
	z-index: 20;
	cursor: pointer;
	z-index: 99;
	background: url(../icons/cart.svg) no-repeat center center;
	display: none;
}
#nav-right-cart {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -300px;
	width: 300px;
	z-index: 1050;
	background-color: #fff;
	box-shadow: -1px 0px 3px rgb(0 0 0 / 30%);
	overflow: auto;
	display: flex;

	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);

	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;

	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	transition-duration: .4s;

	will-change: transform;
	-webkit-overflow-scrolling: touch;
}
#nav-right-cart::-webkit-scrollbar {
	display: none;
}
body.nav-right-cart #nav-right-cart {
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	transform: translateX(-300px);
}
	