/*css*/
.mega-menu {
	width: 100%;
}
.mega-menu .nav-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.menu-item .menu-link {
	position: relative;
	padding: 21px 21px 21px 23px;
}
.menu-link sup {
	position: absolute;
	top: 2px;
	right: 12px;
	line-height: 13px;
	padding: 2px 5px 2px 6px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 9px;
	display: inline-block;
	border-radius: 1px;
	transition: all 0.2s;
	white-space: nowrap;
}
.menu-link sup::before {
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	background: inherit;
	bottom: -2px;
	left: 5px;
	transform: rotate(45deg);
}
.menu-link sup span {
	color: #fff;
}
.menu-item .endropdown {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 999;
	background: #ffffff;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 8px 19px rgba(0, 0, 0, 0.15);
	border-radius: 0 0 5px 5px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	overflow-x: hidden;
}

#megamenu .menu-item .endropdown.dropdown-full {
	right: 0;
	left: 0;
	transform: none;
	width: 100%;
	border-radius: 0;
	background: #f5f5f5;
	overflow: hidden;
}
#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content {
	display: flex;
	min-height: 300px;
	padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .categories-tabs {
	width: 50%;
    text-align: left;
    border-radius: 3px;
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    position: relative;
    background: #f5f5f5;
    background: linear-gradient(90deg,#f5f5f5 0%,#f5f5f5 200px,#fff 200px,#fff 100%);
    padding: 30px 0 0;
    min-height: 350px;
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .categories-tabs > .category-tab {
	margin-bottom: 5px;
    box-sizing: border-box;
    width: 200px;
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .categories-tabs > .category-tab.active > a {
	background: #fff;
    font-weight: bold;
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .categories-tabs > .category-tab > a {
    display: inline-block;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
    text-align: left;
    width: 100%;
	border: none;
	background: transparent;
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .categories-tabs > .category-tab.active > a i {
	color: #1a1a1a;
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .categories-tabs > .category-tab > a i {
    position: absolute;
    right: 10px;
    color: #d6d6d6;
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .categories-tabs > .category-tab.active > .category-content {
	display: flex !important;
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .categories-tabs > .category-tab > .category-content {
	position: absolute;
	height: 100%;
    width: calc(100% - 200px);
    right: 0;
    top: 0;
    text-align: left;
    border-radius: 3px;
    padding: 30px 15px 30px 30px;
    align-content: flex-start;
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .categories-tabs > .category-tab > .category-content > ul {
	overflow: auto;
    height: 100%;
    width: 100%;
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .categories-tabs > .category-tab > .category-content li.nav-title {
	margin-bottom: 10px;
    flex: 0 0 100%;
    text-transform: uppercase;
    font-weight: bold;
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .megamenu-banners {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 50%;
    padding-top: 30px;
	background: #ffffff;
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .megamenu-banners::before {
	content: '';
    display: block;
    position: absolute;
    border-left: 1px dashed #d6d6d6;
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: rgb(214, 214, 214);
    height: calc(100% - 60px);
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .megamenu-banners .menu-banner {
	width: 100%;
    margin-bottom: 10px;
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .megamenu-banners .menu-banner a {
	display: block;
    padding: 15px;
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .megamenu-banners .menu-banner a img {
	max-width: 100%;
    height: auto;
}

#megamenu .menu-item .endropdown.dropdown-full > .dropdown-content > .megamenu-banners .menu-banner a img.border {
	border: 1px solid #dee2e6!important;
}

@media (min-width: 1200px) {
	#megamenu .menu-item .endropdown.dropdown-full .dropdown-content {
		max-width: 1200px;
	}
}
@media (min-width: 768px) {
	.nav-top .menu-item.plex:hover .endropdown {
		visibility: visible;
		opacity: 1;
		transition: all 0.3s;
	}
}
.menu-item {
	line-height: 1;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	position: relative;
}
.nav-top .endropdown .dropdown-bgimage {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	border-radius: 0 0 5px 5px;
}
.endropdown {
	min-width: 200px;
}
.categories-grid ul {
	padding-left: 15px;
}
.categories-grid ul li {
	margin: 10px 0;
}
.dropdown-content .manufacturer-item.brand-base {
	display: inline-block;
}
#header .endropdown .logo {
	max-height: none;
	max-width: none;
}
.dropdown-1 .content-1,
.dropdown-2 .content-2,
.dropdown-3 .content-3,
.dropdown-4 .content-4,
.dropdown-5 .content-5 {
	width: 100%;
}
.dropdown-2 .content-1,
.dropdown-4 .content-2 {
	width: 50%;
}
.dropdown-3 .content-1 {
	width: 33%;
}
.dropdown-4 .content-1 {
	width: 25%;
}
.dropdown-5 .content-1 {
	width: 20%;
}
.dropdown-3 .content-2 {
	width: 66%;
}
.dropdown-5 .content-2 {
	width: 40%;
}
.dropdown-4 .content-3 {
	width: 75%;
}
.dropdown-5 .content-3 {
	width: 60%;
}
.dropdown-5 .content-4 {
	width: 80%;
}
.manufacturer-item img {
	max-width: 100%;
}
.dropdown-mobile .dropdown-content .category-item {
	padding: 10px !important;
}
.categories-grid .category-item {
	padding: 10px !important;
	align-content: flex-start;
}
.category-item p {
	margin: 0;
}
.category-item.level-1,
.manufacturers-grid {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
}
.category-item.level-1 {
	flex-direction: column;
}
.category-item.level-2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.category-item.level-3 {
	padding: 15px 15px 15px 15px;
}
.manufacturer-item a.product-name {
	display: none;
}
.manufacturer-item a.manufacturer-name {
	display: none;
}
.content-1 .category-item.level-1,
.content-2 .category-item.level-1,
.content-1 .category-item.level-2,
.content-2 .category-item.level-2 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.content-1 .category-item.level-3,
.content-2 .category-item.level-3 {
	padding: 0 0 0 15px;
}
.category-item.level-1 {
	padding: 0;
}
.dropdown-content .product-item {
	margin-bottom: 10px;
	max-width: 200px;
	margin: 0 15px;
	max-width: 175px;
}
.dropdown-content .product-price-and-shipping {
	text-align: center;
	font-size: 16px;
}
.nav-top li {
	cursor: pointer;
}

.html-item.typo ul {
	padding: 0;
}
.html-item.typo ul li {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 1px;
}
/*mobile*/
.arrow_up {
	display: none;
}
.arrow_down,
.arrow_up {
	margin-right: 15px;
}
.anav-mobile .menu-item,
.dropdown-mobile .category-item.level-1,
.dropdown-mobile .category-item.level-2 {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.mobile-item-nodropdown,
.mobile_item_wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

#mobile-megamenu .menu-item .dropdown-mobile .category-item ul {
	padding-left: 15px;
}
#mobile-megamenu .menu-item .dropdown-mobile {
	display: none;
}
#mobile-megamenu .menu-item .dropdown-mobile .category-item.level-3 {
	padding: 0 15px;
}
.manufacturer-item .middle-side {
	text-align: center;
}
#mobile-megamenu .menu-item .dropdown-mobile .categories-tabs .category-tab > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 10px 0;
	font-size: 16px;
	font-weight: 500;
}
#mobile-megamenu .menu-item .dropdown-mobile .categories-tabs .category-tab > a i {
	padding: 10px 0 10px 10px;
}
#mobile-megamenu .menu-item .dropdown-mobile .categories-tabs .category-tab > a > .fa-minus {
	display: none;
}
#mobile-megamenu .menu-item .dropdown-mobile .categories-tabs .category-tab > a > .fa-plus {
	display: block;
}
#mobile-megamenu .menu-item .dropdown-mobile .categories-tabs .category-tab.active > a > .fa-minus {
	display: block;
}
#mobile-megamenu .menu-item .dropdown-mobile .categories-tabs .category-tab.active > a > .fa-plus {
	display: none;
}
#mobile-megamenu .menu-item .dropdown-mobile .categories-tabs .category-tab.active .category-content {
	display: block !important;
}
#mobile-megamenu .menu-item .dropdown-mobile .categories-tabs .category-tab.active .category-content > ul > .nav-link.nav-title {
	display: none;
}
#mobile-megamenu .menu-item .dropdown-mobile .categories-tabs .category-tab.active .category-content > ul > .nav-link {
	padding: 0.5em 0;
	margin-bottom: 10px;
}
#mobile-megamenu .menu-item .dropdown-mobile .megamenu-banners .menu-banner {
	padding: 30px 0;
}
/*end mobile*/

/* RESPONSIVE */
@media (max-width: 1024px) {
	.category-item.level-1 {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.menu-item .menu-link {
		padding: 20px 15px;
	}
}

@media (min-width: 768px) {
	.dropdown-1 {
		width: calc((768px * 0.2) - 30px);
	}
	.dropdown-2 {
		width: calc((768px * 0.4) - 30px);
	}
	.dropdown-3 {
		width: calc((768px * 0.6) - 30px);
	}
	.dropdown-4 {
		width: calc((768px * 0.8) - 30px);
	}
	.dropdown-5 {
		width: 90%;
		/* width: 738px; */
	}
}

@media (max-width: 767px) {
	.category-item.level-1 {
		margin-bottom: 20px;
		margin-right: 66px;
	}
	.dropdown-content {
		padding: 15px 0;
	}
	/* .manufacturers-grid {
		justify-content: space-between;
	} */
	/* .menu-item .menu-link {
		padding: 13px 25px 25px 20px;
	} */
	.menu-link sup {
		top: -4px;
	}
}

@media (min-width: 992px) {
	.dropdown-1 {
		width: calc((930px * 0.2));
	}
	.dropdown-2 {
		width: calc((930px * 0.4));
	}
	.dropdown-3 {
		/* width: calc((930px * 0.6)); */
		width: calc((930px * 0.8));
	}
	.dropdown-4 {
		width: calc((930px * 0.8));
	}
	.dropdown-5 {
		width: 90%;
		/* width: 930px; */
	}
}

@media (min-width: 1200px) {
	.dropdown-1 {
		width: calc((1110px * 0.2));
	}
	.dropdown-2 {
		width: calc((1110px * 0.4));
	}
	.dropdown-3 {
		/* width: calc((1110px * 0.7)); */
		width: calc((1110px * 0.9));
	}
	.dropdown-4 {
		width: calc((1110px * 0.8));
	}
	.dropdown-5 {
		width: 90%;
		/* width: 1110px; */
	}
}

.dropdown-1 .content-1 .category-item.level-1 {
	flex: 100%;
}
.dropdown-2 .content-2 .category-item.level-1 {
	flex: 50%;
}
.dropdown-3 .content-3 .category-item.level-1 {
	flex: 33.3%;
}
.dropdown-4 .content-4 .category-item.level-1 {
	flex: 25%;
}
.dropdown-5 .content-5 .category-item.level-1 {
	flex: 20%;
}

.dropdown-content .product-thumbnail img {
	max-width: 100%;
}
.content-3 .categories-grid {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.html-item.typo img {
	width: 100%;
	height: auto;
}
.level-1 a {
	color: #000;
}
.nav-top {
	margin: 0;
}
.categories-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	cursor: default;
}
.content-1 .categories-grid {
	flex-direction: column;
}
.category-item.level-2 a {
	font-size: 14px;
	font-weight: normal;
}
.category-item.level-1 {
	margin-bottom: 0;
	/* margin-right: 66px; */
}
.category-item.level-2 h5 {
	margin-bottom: 0;
}
.products-grid {
	background: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px -15px 0 -15px;
}
/* .manufacturer-item .logo {
	margin-bottom: 15px;
} */
.product-information-dropdown a {
	font-weight: 500;
}
.dropdown-content .product-item {
	margin-bottom: 15px;
}
/* .dropdown-content {
	padding: 5px;
} */
.category-item.level-1 > h5 a {
	font-weight: 500;
}
.html-item.typo h3 {
	font-weight: 400;
	color: #000;
}
.fixed-menu .nav-top {
	padding-top: 2px;
	justify-content: center;
}
.fixed-menu .menu-item .menu-link {
	padding: 22px 25px 20px;
}
.fixed-menu .menu-link sup {
	position: absolute;
	top: 0;
}

.megamenu_mobile-cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 1000;
}
.megamenu_mobile-modal {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: left;
	z-index: 1500;
	width: 100%;
	max-width: 300px;
	background-color: #fff;
	transform: translateX(-300px);
	transition: all 0.3s ease-in-out;
}
.megamenu_mobile-modal.open {
	transform: translateX(0);
}
#mobile_top_menu_wrapper {
	font-size: 15px;
	max-width: 300px;
	width: 100%;
	min-width: 200px;
	position: relative;
	background-color: #fff;
	z-index: 1500;
	min-height: 100vh;
	margin: 0;
}
.megamenu_mobile-btn-back,
.megamenu_mobile-btn-close {
	display: inline-block;
	cursor: pointer;
	height: 19px;
}
.megamenu_mobile-btn-back svg {
	margin: 0 0 1px -1px;
}
.megamenu_mobile-btn-back:hover svg path,
.megamenu_mobile-btn-close:hover svg path {
	fill: #989898;
}

@media (min-width: 992px) {
	.megamenu_mobile-cover,
	.megamenu_mobile-modal {
		display: none !important;
	}
}

.mobile-mega-menu .menu-item {
	position: static;
}
#mobile_top_menu_wrapper .dropdown-mobile {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 1;
	width: 100%;
	height: 90vh;
}
.mobile-mega-menu .menu-item .dropdown-content {
	padding: 0;
}
.mobile-mega-menu .menu-item .dropdown-content > div {
	padding: 8px 30px;
}
.mobile-menu-header {
	display: flex;
	padding: 15px 25px;
	border-bottom: 1px solid #e3e3e3;
    background-color: #ffffff;
}
.mobile-menu-fixed {
	position: relative;
}
#mobile_top_menu_wrapper .mobile-item-nodropdown,
#mobile_top_menu_wrapper .mobile_item_wrapper {
	padding: 0 29px;
}

#mobile-megamenu .menu-link sup {
	display: none;
}
#mobile-megamenu .menu-item {
	cursor: default;
	border-bottom: 1px solid #e3e3e3;
}
.mobile-toggler {
	display: flex;
	cursor: pointer;
	padding: 10px;
}
.mobile-toggler:hover {
	opacity: 0.3;
}

#mobile_top_menu_wrapper .dropdown-mobile {
	transition: transform 0.3s;
}
#mobile_top_menu_wrapper .mobile_item_wrapper + .dropdown-mobile {
	transform: translateX(100%);
}
#mobile_top_menu_wrapper .mobile_item_wrapper.open + .dropdown-mobile {
	display: block;
}
#mobile_top_menu_wrapper
	.mobile_item_wrapper.open
	+ .dropdown-mobile.menu-active {
	transform: translateX(0);
}
.megamenu_mobile-btn-close svg {
	margin-left: 1px;
}
#mobile_top_menu_wrapper[data-level="0"] .megamenu_mobile-btn-close,
#mobile_top_menu_wrapper .megamenu_mobile-btn-back {
	display: inline-block;
}
#mobile_top_menu_wrapper .megamenu_mobile-btn-close,
#mobile_top_menu_wrapper[data-level="0"] .megamenu_mobile-btn-back {
	display: none;
}

#mobile_top_menu_wrapper #mobile-amegamenu iframe {
	height: auto;
}

#mobile-megamenu .dropdown-content .product-item {
	margin: 0 0 30px;
}

#mobile-megamenu .category-item.level-1 {
	margin: 0 !important;
	padding: 20px 25px !important;
    border-bottom: 1px solid #e3e3e3;
}

#mobile-megamenu .category-item.level-1 > h5 a {
	font-weight: 700;
	font-size: 16px;
}
#mobile-megamenu .category-item.level-2 > h5 a,
#mobile-megamenu .category-item.level-3 > h5 a {
	font-size: 14px;
	line-height: 24px;
}

#mobile-megamenu .category-item.level-3 {
	padding: 0 0 0 15px;
}
#mobile-megamenu .category-item.level-4 > h5 {
	margin-bottom: 5px;
}
#mobile-megamenu .category-item.level-4 > h5 a {
	font-size: 0.875rem;
	line-height: 1.5;
}
#mobile-megamenu .mobile-mega-menu .dropdown-content {
	margin-bottom: 22px;
}
#mobile-megamenu .menu-item .html-item li {
	line-height: 1;
}
#mobile-megamenu .menu-item .html-item li a {
	line-height: 20px;
	padding: 0;
	margin: 0;
}
#mobile-megamenu .html-item.typo ul li {
	margin: 0;
    padding: 25px 0;
    border-bottom: 1px solid #e3e3e3;
}
#mobile-megamenu .category-item.level-2 a:before,
#mobile-megamenu .menu-item .html-item li a:before {
	display: none;
}
/* #mobile-megamenu .manufacturer-item {
	margin-bottom: 30px;
} */
@media (max-width: 991px) {
	.megamenu_mobile-open {
		overflow: hidden;
	}
}

.category-item-image {
	max-width: 100%;
	margin-bottom: 20px;
}

.menu-item .dropdown {
	padding: 10px;
}
.category-item.level-1 > h5 {
	margin-bottom: 9px;
	margin-top: 3px;
}
.category-item.level-1 > h5 a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.5;
}
.category-item.level-2 > h5 {
	margin-bottom: 1px;
}
.category-item.level-2 > h5 a {
	line-height: 24px;
}
.menu-item iframe {
	max-width: 100%;
}

.html-item.typo h3.html-item-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.5;
	margin: 3px 0 9px;
}

.product-item .product-name {
	text-align: center;
	margin: 14px 0 11px;
}
.product-item .product-thumbnail {
	height: auto !important;
}

#mobile-megamenu .products-grid {
	margin: 15px 0;
}

.dropdown-scroll {
	overflow-y: auto !important;
}

.categories-grid .level-1 p.category-title {
	font-size: 18px !important;
}
.category-item.level-2 a {
    font-size: 15px;
}
.category-item.level-2 a:hover {
    font-weight: 600;
}
#megamenu .mm-2 .categories-grid {
	justify-content: center;
}
#megamenu .mm-5 .categories-grid {
	justify-content: space-between;
}

#mobile_top_menu_wrapper .mobile-menu-bottom {
	display: flex;
	flex-direction: column;
}
#mobile_top_menu_wrapper .mobile-menu-bottom > div {
	border-bottom: 1px solid #e3e3e3;
}
#mobile_top_menu_wrapper .mobile-menu-bottom #_desktop_language_selector,
#mobile_top_menu_wrapper .mobile-menu-bottom #_desktop_currency_selector {
	padding: 0 29px;
}
#mobile_top_menu_wrapper .mobile-menu-bottom .language-selector,
#mobile_top_menu_wrapper .mobile-menu-bottom .currency-selector {
	padding: 20px 15px;
}
#mobile_top_menu_wrapper .mobile-menu-bottom .language-selector .dropdown-menu,
#mobile_top_menu_wrapper .mobile-menu-bottom .currency-selector .dropdown-menu {
	top: 36px;
	left: 4px;
}
#mobile_top_menu_wrapper .mobile-menu-bottom .language-selector .dropdown-menu a,
#mobile_top_menu_wrapper .mobile-menu-bottom .currency-selector .dropdown-menu a {
	padding: 10px;
}

.mobile-menu-content {
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100vh - 50px);
}
