:root {
    --menu-bg-light: #ffffff;
    --menu-bg-dark: #0F0F0F;
    --menu-show-more-bg-light:#ffffff;
    --menu-show-more-bg-dark:#1D1D1D;
    --menu-hover-item-bg-light: rgba(0,0,0,0.03);
    --menu-hover-item-bg-dark: #1D1D1D;
    --menu-child-link-color-light: #505966;
    --menu-child-link-color-dark: #B1B1B1;
}
.light-theme {
   --menu-bg-color: var(--menu-bg-light);
   --menu-show-more-bg: var(--menu-show-more-bg-light);
   --menu-hover-bg: var(--menu-hover-item-bg-light);
   --menu-box-shadow: 2px 0px 18px rgba(0, 0, 0, 0.05);
   --menu-child-link-color: var(--menu-child-link-color-light);
}

.dark-theme {
   --menu-bg-color: var(--menu-bg-dark);
   --menu-show-more-bg: var(--menu-show-more-bg-dark);
   --menu-hover-item-bg: var(--menu-hover-item-bg-dark);
   --menu-box-shadow: 0px 0px 0px 1px var(--up-gray-color-1);
   --menu-child-link-color: var(--menu-child-link-color-dark);
}

.box-dopmenu {
	display: none;
}
@media (min-width: 992px) {
	.box-dopmenu {
		display: inline-flex;
	}
	.overflow-hidden {
		overflow: hidden;
	}
	#additional-menu {
		justify-content: space-between;
		max-width: 100vw;
	}
	#additional-menu .nsmenu-type-category-simple .nsmenu-haschild > li > a .arrow {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -4px;
	}
	#additional-menu + #maskMenuDop{
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background:#0b0b0b;
		opacity: 0.6;
		z-index: 1040;
	}
	#additional-menu .cat-label{
		font-size:8px;
		text-transform: uppercase;
		font-weight:500;
		border-radius: 15px;
		line-height: 1;
		padding:5px 10px;
		margin-left: 8px;
		height: 22px;
		display: flex;
		align-items:center;
		justify-content: center;
	}
	#additional-menu .cat-label-label{
		background-color: #1C1A19;
		color: #fff;
	}
	#additional-menu + #maskMenuDop.open{display:block;}
	#additional-menu.open-am {
		z-index:1041;
		border-bottom-left-radius:0px !important;
		border-bottom-right-radius:0px !important;
	}
	#additional-menu .nav-dopmenu {
		max-height: 30px;
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-wrap: nowrap;
	}
	#additional-menu .nav-dopmenu > li > a {
		padding: 0px 11px;
		background-color: transparent;
		font-size:12px;
		font-weight: 400;
    text-transform: uppercase;
		white-space: nowrap;
		height: 18px;
		line-height: 18px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		color: var(--up-text-color);
	}
	#additional-menu .nav-dopmenu .arrow-t path {
		fill: var(--up-text-color);
	}
	.dark-theme #additional-menu .nav-dopmenu > li > a:hover {
		color:#ffffff;
	}
	.dark-theme #additional-menu .nav-dopmenu > li > a:hover .arrow-t path {
		fill: #ffffff;
	}

	#additional-menu .nav-dopmenu > li.open > a .arrow-t,
	#additional-menu .nav-dopmenu > li > a:hover .arrow-t,
	#additional-menu .nav-dopmenu > li.open > a,
	#additional-menu .nav-dopmenu > li > a:hover {
		color: var(--up-text-color);
		z-index:999;
	}
	#additional-menu .nav-dopmenu > li.open > a > .item-name,
	#additional-menu .nav-dopmenu > li > a:hover .item-name {
		text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 500;
	}
	.hmenu_type > div:after {
		content: '';
		display: table;
		clear: both;
		visibility: hidden;
	}
	#additional-menu .nav-dopmenu > li:hover > a .pitem-icon,
	#additional-menu .nav-dopmenu > li > a .hitem-icon{
		display:none
	}
	#additional-menu .nav-dopmenu > li > a .pitem-icon,
	#additional-menu .nav-dopmenu > li:hover > a .hitem-icon{
		display:block
	}
	#additional-menu .dropdown-img{
		display:inline-block;
	}
	#additional-menu .nav-dopmenu > li {
		float: left;
		position: relative;
	}
	#additional-menu .nav-dopmenu > li {
		display: inline-flex;
		position: relative;
		width: 100% !important;
		flex: 0 1;
		flex-grow: 0;
		flex-shrink: 1;
	}

	.dark-theme #additional-menu .nsmenu-thumb {
		filter: invert(75%);
	}
	#additional-menu .nsmenu-thumb {
		max-width: 28px;
		margin-right: 8px;
		color:transparent;
	}
	#additional-menu .nav-dopmenu > li.open > .dropdown-menu {
		z-index:999;
	}
	#additional-menu .dropdown-menu {
		padding-bottom: 0;
	}
	#additional-menu .arrow-t {
		margin-top: 2px;
		margin-left: 5px;
	}
	#additional-menu .hide-border-radius-top-right {
		border-top-right-radius: 0px !important;
	}
	#additional-menu .nsmenu-type-category-simple ul.nsmenu-haschild li {
		position: relative;
	}
	#additional-menu .nsmenu-type-category-simple ul.nsmenu-haschild li ul {display: none !important;}
	#additional-menu .nsmenu-type-category-simple ul.nsmenu-haschild li {list-style: none !important;}
	#additional-menu .nsmenu-type-category-simple ul.nsmenu-haschild li:hover > ul {
		display: block !important;
		position: absolute !important;
		top: 0 !important;
		left:100%;
	}
	#additional-menu .nsmenu-type-category-simple .up-icon-angle-right {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: 1px;
		transform: translateY(-50%);
	}

	#additional-menu .nsmenu-type-information,
	#additional-menu .nsmenu-type-category-simple{
		font-size: 14px;
		min-width: 230px;
		z-index: 1001;
		padding:5px 0px 5px 0px;
		margin-top: 0;
	}

	#additional-menu .nsmenu-type-category-simple .nsmenu-ischild > li > a,
	#additional-menu .nsmenu-type-information .nsmenu-haschild > li > a,
	#additional-menu .nsmenu-type-category-simple .nsmenu-haschild > li > a {
		padding: 10px 20px;
		white-space: normal;
		position: relative;
		display: block;
		color: var(--up-text-color);
	}
	.dark-theme #additional-menu .nsmenu-type-category-simple .nsmenu-ischild > li > a:hover,
	.dark-theme #additional-menu .nsmenu-type-information .nsmenu-haschild > li > a:hover,
	.dark-theme #additional-menu .nsmenu-type-category-simple .nsmenu-haschild > li > a:hover {
		color:#ffffff;
	}
	#additional-menu .nsmenu-type-category-simple .nsmenu-ischild > li > a:hover:before,
	#additional-menu .nsmenu-type-information .nsmenu-haschild > li > a.hover:before,
	#additional-menu .nsmenu-type-information .nsmenu-haschild > li > a:hover:before,
	#additional-menu .nsmenu-type-category-simple .nsmenu-haschild > li > a.hover:before,
	#additional-menu .nsmenu-type-category-simple .nsmenu-haschild > li > a:hover:before {
		position: absolute;
		background: var(--menu-hover-item-bg);
		height: auto;
		content: '';
		z-index: -1;
		left: 8px;
		right: 8px;
		width: auto;
		top: 4px;
		bottom: 4px;
		border-radius: 6px;
	}

	#additional-menu .nsmenu-type-category-simple .nsmenu-ischild > li + li:before,
	#additional-menu .nsmenu-type-information .nsmenu-haschild > li + li:before,
	#additional-menu .nsmenu-type-category-simple .nsmenu-haschild > li + li:before {
		position: absolute;
		content: "";
		width: calc(100% - 30px);
		left: 15px;
		right: 15px;
		border-top: 1px dashed var(--up-gray-color-1);
	}

	#additional-menu .nsmenu-type-category-simple .nsmenu-ischild {
		background-color: var(--up-bg-wd);
		font-size: 14px;
		min-width: 230px;
		border-radius: 0px 8px 8px 8px;
		padding-top:0px;
		z-index: 1001;
		margin-left:0px;
		border:0px;
		margin-top:0px;
		padding:5px 0px 5px 0px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#additional-menu .nsmenu-type-product .nsmenu-parent-block {
		text-align:center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#additional-menu .nsmenu-type-manufacturer .nsmenu-parent-block {
		text-align:center;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#additional-menu .nsmenu-type-manufacturer .name-manuf-a {
		font-size:16px;
		color:#000000;
	}
	#additional-menu .nsmenu-type-manufacturer .manuf-res a {
		display:inline-block;
		font-size:12px;
		color:#000000;
	}
	#additional-menu .nsmenu-type-category-full-image .nsmenu-parent-block {
		margin-bottom: 10px;
	}
	#additional-menu .nsmenu-type-category-full-image .nsmenu-parent-block ul {
		padding-bottom: 5px;
		margin-top: 12px;
	}
	#additional-menu .chm-list-menu-al-links .nsmenu-parent-block:last-child ul{
		padding-bottom: 0;
	}
	#additional-menu .nsmenu-type-category-full-image .nsmenu-parent-title {
		text-align: left;
		display: inline-block;
		color: var(--up-text-wd-color);
		font-weight: 600;
	}
	#additional-menu .nsmenu-type-category-full-image .nsmenu-ischild li {
		display:block;
		position:relative;
		margin-bottom: 5px;
	}
	#additional-menu .nsmenu-type-category-full-image .nsmenu-parent-block .nsmenu-ischild li a {
		font-size: 14px;
		position: relative;
		display: inline-block;
		color: var(--menu-child-link-color);
	}
	#additional-menu .nsmenu-type-product .nsmenu-parent-title {
		display: block;
		margin-bottom: 10px;
		font-size: 14px;
		color: var(--up-text-wd-color);
		margin-top: 10px;
	}
	#additional-menu .nsmenu-type-manufacturer .nsmenu-parent-title {
		display: block;
		padding: 5px;
		text-decoration: none;
		font-size: 14px;
		color: var(--up-text-wd-color);
	}
	#additional-menu .nsmenu-type-manufacturer .nsmenu-parent-img img {
		background: #fff;
	}
	#additional-menu .nsmenu-type-product .nsmenu-parent-img img {
		background: #fff;
	}

	#additional-menu .nsmenu-type-category-full-image .nsmenu-parent-img img {
		background: #fff none repeat scroll 0 0;
		border-radius: 3px;
	}

	#additional-menu .nsmenu-type-manufacturer a.nsmenu-parent-title:hover,
	#additional-menu .nsmenu-type-category-full-image .nsmenu-ischild a:hover{
		text-decoration:underline;
    text-underline-offset: 4px;
		color:#1C1A19 !important;
	}

	#additional-menu .nsmenu-type-manufacturer a.nsmenu-parent-img{
		display: block;
	}
	#additional-menu .nsmenu-type-category-full-image a.nsmenu-parent-img{
		display: block;
		margin-bottom: 10px;
	}
	#additional-menu .nsmenu-type-product a.nsmenu-parent-img,
	#additional-menu .dropdown.open .dropdown-menu,
	#additional-menu .nsmenu-type-category-simple .nsmenu-haschild,
	#additional-menu .nsmenu-type-information .nsmenu-haschild{
		display:block !important;
	}
	#additional-menu .nsmenu-type-category-simple,
	#additional-menu .nsmenu-type-category-full,
	#additional-menu .nsmenu-type-category-full-image,
	#additional-menu .nsmenu-type-manufacturer,
	#additional-menu .nsmenu-type-product,
	#additional-menu .nsmenu-type-information{
		display:none;
		border:0px;
		-webkit-box-shadow: 2px 10px 12px rgba(0, 0, 0, 0.05);
		box-shadow: 2px 10px 12px rgba(0, 0, 0, 0.05);
		border-radius:0px 0px 8px 8px;
		padding-top: 16px;
		background-color: var(--up-bg-wd);
		border-top:1px solid var(--up-gray-color-1);
	}

	#additional-menu .nsmenu-type-category-full,
	#additional-menu .nsmenu-type-category-full-image {
		/* margin-top: 16px; */
		overflow:hidden;
	}
	#additional-menu .chm-list-menu {
		max-height:650px;
		overflow-y:auto;
	}
	#additional-menu .chm-list-menu-al-links {
		border-right: 1px solid var(--up-gray-color-1);
		overflow-y: auto;
		overflow-x: hidden;
		padding:20px 25px 15px 25px;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		align-self: normal;
		scrollbar-color: #DEE2E6 transparent;
		scrollbar-width: thin;
	}
	#additional-menu .chm-list-menu-item-child {
		overflow-y: auto;
		overflow-x: hidden;
		padding:20px 20px 10px 20px;
		scrollbar-color: #DEE2E6 transparent;
		scrollbar-width: thin;
	}
	#additional-menu .nsmenu-type-manufacturer,
	#additional-menu .nsmenu-type-product {
		padding:20px;
		max-height:650px;
		overflow-y:auto;
		pointer-events: auto !important;
	}
	#additional-menu .nsmenu-type-category-full-image .nsmenu-parent-title:hover {
		color:#1C1A19;
    text-decoration:underline;
    text-underline-offset: 4px;
	}
	#additional-menu .nsmenu-type-html{
		padding:5px;
		pointer-events: auto !important;
	}
	#additional-menu .nsmenu-type-product .price{
	 	margin-bottom: 0px;
	 	display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content:center;
		flex-wrap: wrap;
		height: 40px;
		align-items: flex-end;
		margin-top: auto;
	}
	#additional-menu .nsmenu-type-product .price .price-new {
		width: 100%;
	}
	#additional-menu .menu-add-html{
		overflow: hidden;
		position: relative;
		margin-top:10px;
		margin-bottom:10px;
	}
	#additional-menu .menu-add-html img{
		max-width:100%;
	}
	#additional-menu .nsmenu-type-category-full-image .nsmenu-haschild,
	#additional-menu .nsmenu-type-information .nsmenu-haschild{
		display: block;
	}
	#additional-menu .menu-viewed-product {
		margin-left: 25px;
		align-self: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#additional-menu .menu-viewed-product .btn-viewed-desktop {
		font-weight: 600;
		font-size: 14px;
		color: var(--up-text-color);
		white-space: nowrap;
		border:0px;
		background: none !important;
	}
}
.add-hidden {overflow: hidden !important;}
.item_menu_hidden {display: none !important;}
.left-dopmenu {
	width: 100%;
	margin-right: auto;
}
.dop-menu-show-more {
	margin-left: auto;
	position: relative;
	width: 68px;
	min-width: 68px;
	text-align: center;
	font-weight: 500;
	line-height: 40px;
	height: 40px;
	border-radius:50px;
	align-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity .2s ease-in-out;
	color: var(--up-text-color);
	background: var(--menu-show-more-bg);
}
.dop-menu-show-more.off-show-more {
	opacity: 0;
}
.total-sections {
	font-size: 12px;
	font-weight: 500;
	min-width: 16px;
}
.next-m,
.prev-m {
	cursor: pointer;
	width: 18px;
	text-align: center;
	display: inline-block;
}
.prev-m {
	padding-right: 2px;
}
.next-m {
	padding-left: 2px;
}
.next-m i,
.prev-m i{
	width: 5px;
	height: 9px;
	vertical-align: inherit;
}
.next-m.off-next-m,
.prev-m.off-prev-m {
	cursor: unset;
}
.next-m.off-next-m i,
.prev-m.off-prev-m i{
	color: var(--up-text-color);
}

.row-masonry {
	display: block;
}
.mm-column-2 {
	column-count: 2;
}
.mm-column-3 {
	column-count: 3;
}
.mm-column-4 {
	column-count: 4;
}
.mm-column-5 {
	column-count: 5;
}
[class*="mm-column-"] {
	column-gap: 0;
}
[class*="mm-column-"] > [class*="col-"] {
	float:none;
	page-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	width: 100%;
}

#menu-vertical-list .nsmenu-thumb {
	max-width: 25px;
	margin-right: 12px;
}
.dark-theme #menu-vertical-list .nsmenu-thumb {
	filter: invert(75%);
}
#menu-vertical #menu-vertical-list .item-dop-info.himg {
	width: 100%;
}
#menu-vertical #menu-vertical-list .item-dop-info {
	font-size: 11px;
	color: var(--menu-child-link-color);
}
#menu-vertical #menu-vertical-list > li:hover > a .pitem-icon,
#menu-vertical #menu-vertical-list > li > a .hitem-icon{
 display:none
}
#menu-vertical #menu-vertical-list > li > a .pitem-icon,
#menu-vertical #menu-vertical-list > li:hover > a .hitem-icon{
 display:block
}
#menu-vertical .dropdown-menu li > a:hover {
	text-decoration: none;
	color: var(--up-text-wd-color);
	background: transparent;
}
#menu-vertical .dropdown-menu li > a:focus {
 background: transparent;
}
#menu-vertical #menu-vertical-list .ns-dd.open {
	display:block;
}
#menu-vertical .dropdown-menu li > a:hover .cat-label{
	opacity:0;
	-webkit-transition: transform 0.2s ease 0s;
	-moz-transition: transform 0.2s ease 0s;
	-ms-transition: transform 0.2s ease 0s;
	-o-transition: transform 0.2s ease 0s;
	transition: transform 0.2s ease 0s;
}
#menu-vertical .cat-label {
	right: 30px;
	top: 2px;
	z-index: 1;
	position: absolute;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 15px;
	line-height: 1;
	padding: 5px 10px;
	margin-left: 8px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu-vertical .cat-label-label{
	background-color: #0cc485;
	color: #fff;
}
#menu-vertical {
	border-radius: 8px;
	z-index: 100;
}
#menu-vertical a{
	text-decoration: none;
	color: var(--up-text-color);
	font-size:14px;
}
#menu-vertical .btn {
	color: #fff;
	text-align: left;
	border-radius: 8px;
	padding: 8px 20px;
	z-index: 886;
	font-size: 14px !important;
	border:0px;
	font-weight: 600;
	height: 40px;
	line-height: 1;
}
#menu-vertical .btn .text-category{
	padding-right: 10px;
	vertical-align: middle;
}
#menu-vertical.open-mob .btn,
#menu-vertical.open .btn,
#menu-vertical.openm .btn{
	border-radius: 8px 8px 0px 0px;
}
@media (min-width: 992px) {
	#menu-vertical:hover .btn{
		border-radius: 8px 8px 0px 0px;
	}
}
#menu-vertical #menu-vertical-list {
	width: 100%;
	border-radius: 0px 0px 8px 8px;
	padding: 0;
	margin: 0px;
	box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.05);
	border: 0px;
}

.menu-header-box.type-menu-h-1 {
	display: none;
}
.menu-header-box.type-menu-h-1.active-m {
	display: block;
	position: relative;
	z-index: 1007;
}
.menu-header-box.type-menu-h-1.active-m.m-sticky {
	position: sticky;
	margin-top: 0px;
}
.m_type_header_1 {
	position: absolute;
	left:10px;
	right: 10px;
	background: var(--up-bg-wd);
	z-index: 999;
	border-radius: 0px 0px 8px 8px;
	box-shadow:2px 10px 12px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	display: none;
	height: 60vh;
	min-height: 285px;
}
.dark-theme .m_type_header_1 {
	box-shadow: 0px 0px 0px 1px var(--up-gray-color-1);
}
.menu-header-box.type-menu-h-1.active-m.m-sticky .m_type_header_1 {
	top:0px;
}
.menu-header-box.type-menu-h-1.active-m .m_type_header_1 {
	display: block;
}
.menu-header-box.type-menu-h-2 {
	display: none;
	position: fixed;
	left:-100%;
	z-index: 1050;
	top: 0px;
	transition:all .2s ease-in-out;
	bottom: 0px;
	height: 100%;
}
.menu-header-box.type-menu-h-2.left-open {
	left:0px;
}
.menu-header-box.type-menu-h-2.active-m {
	display: block;
}
.m_type_header_2 {
	background: transparent;
	z-index: 999;
	border-radius: 0px 0px 8px 8px;
	box-shadow:2px 10px 12px rgba(0, 0, 0, 0.05);
}
.menu-header-box.type-menu-h-2 .container.pos-r,
.menu-header-box.type-menu-h-2 .row.dflex {
	height: 100%;
	width: auto;
}
.m_type_header_2 #menu-vertical {
	width: 320px;
}
.m_type_header_2 #menu-vertical,
.m_type_header_1 #menu-vertical {
	padding-left: 0px;
	padding-right: 0px;
	height: 100%
}
.m_type_header_2 #menu-vertical #menu-vertical-list {
	padding-top: 10px;
	padding-left: 5px
}
.m_type_header_2 #menu-vertical #menu-vertical-list,
.m_type_header_1 #menu-vertical #menu-vertical-list {
	border-radius:0;
	box-shadow:5px -8px 13px rgba(0, 0, 0, 0.05);
	margin-left: 0px !important;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: unset;
	background-color: var(--up-bg-wd);
}
.dark-theme .m_type_header_1 #menu-vertical #menu-vertical-list,
.dark-theme .m_type_header_2 #menu-vertical #menu-vertical-list {
	border-right: 1px solid var(--up-gray-color-1);
}
.m_type_header_2 #menu-vertical #menu-vertical-list::-webkit-scrollbar,
.m_type_header_1 #menu-vertical #menu-vertical-list::-webkit-scrollbar {
	width: 4px;
}
.m_type_header_2 #menu-vertical #menu-vertical-list::-webkit-scrollbar-track,
.m_type_header_1 #menu-vertical #menu-vertical-list::-webkit-scrollbar-track {
	background: transparent;
}
.m_type_header_2 #menu-vertical #menu-vertical-list::-webkit-scrollbar-thumb,
.m_type_header_1 #menu-vertical #menu-vertical-list::-webkit-scrollbar-thumb {
	background-color: #B1B1B1;
	border-radius: 12px;
	border: transparent;
}

/*Menu open home page*/
@media (min-width: 1200px) {
	.home-page-content-top {
		margin-left: 25%;
		width: 75%;
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) {
		display: block;
		z-index: 1007;
		position: relative;
		overflow: visible;
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) .menu-box {
		background: var(--up-bg-wd);
		box-shadow: none;
		right: auto;
		top: 30px;
		width: calc(25% - 20px);
		border-radius: 20px;
		display: block;
		overflow: unset;
		height: auto;
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical {
		overflow: hidden;
		border-radius: 20px;
		position: unset;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 100%;
		box-shadow: 0px 0px 0px 1px var(--up-gray-color-1);
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical-list {
		display: block;
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple,
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple,
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level,
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple .child_4level_simple {
		z-index: 10;
		width: calc(100% + 10px);
		height: 100%;
		border-radius: 0px 10px 10px 0px;
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple .child_4level_simple {
		box-shadow: 2px 0px 18px rgba(0, 0, 0, 0.05);
	}
	.light-theme .menu-header-box.mm_open_hp:not(.m-sticky) .menu_mask #menu-vertical.open {
		box-shadow: none !important;
	}

	.menu-header-box.mm_open_hp:not(.m-sticky) .border-radius-right-off {
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
		/*box-shadow: none !important;*/
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple > ul,
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple > ul,
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level > ul{
		border-radius:0px 8px 8px 8px;
		height: 100%;
	}
	.menu-header-box.mm_open_hp:not(.m-sticky) #menu-vertical #menu-vertical-list {
		padding-top: 5px;
		padding-bottom: 5px;
	}

}
/*End menu open home page*/


.up-bg-viewed,
.ch-bg-search,
.ch-bg-mob,
.ch-bg {
	background:#0b0b0b;
	opacity: 0.6;
	overflow: hidden;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.ch-bg.bg-transp {
	background: transparent;
}
.ch-bg-mob {
	z-index: 1008;
}
.ch-bg-search,
.ch-bg.z-v3 {
	z-index: 1006;
}
.ch-bg.z-v4,
.up-bg-viewed {
	z-index: 1042
}
.ch-bg-search.active,
.ch-bg-mob.active,
.up-bg-viewed.active,
.ch-bg.active {
	display: block;
}
.no-scroll {
	overflow: hidden;
}

#menu-vertical #menu-vertical-list > li,
#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-haschild > li,
#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple > ul > li,
#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .child_4level_simple > ul > li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 48px
}
#menu-vertical #menu-vertical-list li.dropdown {
	position:unset;
}

#menu-vertical #menu-vertical-list > li > a{
	padding: 5px 15px 5px 15px;
	white-space: normal;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	height: 100%;
	flex: 1;
}

#menu-vertical #menu-vertical-list:hover{
	display: block;
}

@media (min-width: 992px) {
	#menu-vertical #menu-vertical-list .hide-border-radius-top-right {
		border-top-right-radius: 0px !important;
	}

	#menu-vertical #menu-vertical-list > li + li,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-information .nsmenu-haschild > li + li,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-haschild > li + li,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple > ul > li + li,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .child_4level_simple > ul > li + li{
		border-top: 1px dashed var(--up-border-color);
	}
	#menu-vertical #menu-vertical-list > li.have-icon + li > a:before{
		left:10px !important;
	}
	.nsmenu-html-block {padding: 15px;}
	.nsmenu-block{display:block;}
	#menu-vertical #menu-vertical-list > li.menu-open > .ns-dd,
	.menu-open-2level > .nsmenu-ischild.nsmenu-full3level,
	.menu-open-2level > .nsmenu-ischild.nsmenu-ischild-simple {
		display: block !important;
	}
	.menu-open-4level > .child_4level_simple {display: block !important;}
	#menu-vertical:hover #menu-vertical-list {display:block;}
	#menu-vertical #menu-vertical-list > li .toggle-child{display:none;}
	#menu-vertical #menu-vertical-list > li .parent-link {clear: none;margin-right: 0px;}
	#menu-vertical:hover + #maskMenuHC{display: block;		}
	#menu-vertical:hover{z-index: 1039;}
	#menu-vertical + #maskMenuHC{
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background:#0b0b0b;
		opacity: 0.6;
		z-index: 1038;
	}
	#menu-vertical.open + #maskMenuHC{display: block;	}
	#menu-vertical.open{z-index: 1039;}

	#menu-vertical #menu-vertical-list .up-icon-angle-right {
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
	}
	#menu-vertical #menu-vertical-list > li > a {
		z-index: 1;
	}

	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .child_4level_simple{
		display: none;
		background: var(--up-bg-wd);
		position: absolute;
		left:100%;
		top: 0;
		bottom:0px;
		min-height: 100%;
		border: 0px;
		padding: 0;
		margin-left: 0px;
		box-sizing: border-box;
		z-index: -1;
		width:100%;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple > ul,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple > ul,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level > ul{
		box-shadow: var(--menu-box-shadow);
		background: var(--up-bg-wd);
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level {
		z-index: -2;
	}
	#menu-vertical #menu-vertical-list > li.menu-open > .ns-dd.dropdown-menu-manufacturer,
	#menu-vertical #menu-vertical-list > li.menu-open > .ns-dd.dropdown-menu-simple,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .menu-open-2level .nsmenu-ischild-simple,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-issubchild:hover > .nsmenu-ischild-simple,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-issubchild:hover > .nsmenu-full3level,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple > li:hover > .child_4level_simple,
	#menu-vertical #menu-vertical-list > li.menu-open > .ns-dd{
		display: block;
	}
	.m_type_header_2 #menu-vertical #menu-vertical-list .dropdown-menu-simple,
	.m_type_header_2 #menu-vertical #menu-vertical-list .dropdown-menu-simple .nsmenu-ischild-simple,
	.m_type_header_2 #menu-vertical #menu-vertical-list .dropdown-menu-simple .nsmenu-full3level,
	.m_type_header_2 #menu-vertical #menu-vertical-list .dropdown-menu-simple .child_4level_simple {
		height: 100%;
		border-radius:0px;
	}

	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul,
	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul::-webkit-scrollbar,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul::-webkit-scrollbar,
	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul::-webkit-scrollbar,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul::-webkit-scrollbar {
		width: 4px;
	}
	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul::-webkit-scrollbar-track,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul::-webkit-scrollbar-track,
	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul::-webkit-scrollbar-track,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul::-webkit-scrollbar-track {
		background: transparent;
	}
	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul::-webkit-scrollbar-thumb,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-simple ul::-webkit-scrollbar-thumb,
	.m_type_header_2 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul::-webkit-scrollbar-thumb,
	.m_type_header_1 #menu-vertical #menu-vertical-list > li.menu-open-2level > .nsmenu-ischild-simple ul::-webkit-scrollbar-thumb {
		background-color: #B1B1B1;
		border-radius: 12px;
		border: transparent;
	}

	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-haschild > li > a,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple > ul > li > a,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .child_4level_simple > ul > li > a{
		padding: 10px 18px 10px 15px;
		position: relative;
		white-space: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		height: 100%;
		flex: 1;
		z-index: 1;
	}
	#menu-vertical #menu-vertical-list > li.menu-open > a:after,
	#menu-vertical #menu-vertical-list > li > a:hover:after,
	#menu-vertical #menu-vertical-list > li > a.parent-link:hover:after,
	#menu-vertical #menu-vertical-list > li > a.parent-link.hover:after,

	#menu-vertical #menu-vertical-list > li .dropdown-menu-information .nsmenu-haschild li > a:hover:after,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-information .nsmenu-haschild li > a.hover:after,

	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-haschild > li > a:hover:after,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-haschild > li > a.hover:after,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple ul > li > a:hover:after,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-ischild-simple ul > li > a.hover:after,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .child_4level_simple ul > li > a:hover:after{
		position: absolute;
		background: var(--up-dd-menu-bg-hover);
		height: auto;
		content: '';
		z-index: -1;
		left: 8px;
		right: 8px;
		width: auto;
		top: 4px;
		bottom: 4px;
		border-radius: 6px;
	}

	#menu-vertical #menu-vertical-list > li .dropdown-menu-product,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-information,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-html-block,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer{
		display: none;
		background: var(--up-bg-wd);
		position: absolute;
		left:100%;
		top: 0;
		min-height: 100%;
		border: 0px;
		padding: 0;
		margin-top: 0px;
		box-sizing: content-box;
		margin-left: 0px;
		max-height: 650px;
		overflow-y: auto;
		min-width: 100%;
		border-radius: 0px 8px 8px 0px;
		box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.05);
		z-index: -1;
		width: 300%;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-information {
		width: 100%;
	}
	#menu-vertical #menu-vertical-list .chm-list-menu {
		align-items: flex-start;
	}
	#menu-vertical #menu-vertical-list .chm-list-menu-al-links {
		border-right: 1px solid var(--up-border-color);
		overflow-y: auto;
		overflow-x: hidden;
		padding:20px 25px;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		align-self: normal;
		scrollbar-color: #e9e9e9 transparent;
		scrollbar-width: thin;
	}

	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-product,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-html-block,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-html-block,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer{
		bottom:0px;
		overflow-y: auto;
		scrollbar-color: #e9e9e9 transparent;
		scrollbar-width: thin;
		border-radius:0px;
	}

	#menu-vertical #menu-vertical-list > li .dropdown-menu-product > .nsmenu-haschild{
		padding: 15px 10px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer > .nsmenu-haschild{
		padding: 15px 20px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level{
		padding:20px 15px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .chm-list-menu-item-child {
		height: 100%;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .chm-list-menu-item-child > div{
		padding:20px 15px;
		overflow-x: hidden;
		overflow-y: auto;
		max-height: 100%;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .chm-list-menu-item-child > div.row-masonry{
		max-height: inherit;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .row-masonry .nsmenu-parent-block {
		margin-bottom: 20px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level .nsmenu-parent-title,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-title {
		display: inline-block;
		position: relative;
		text-align: left;
		color: var(--up-text-wd-color);
		font-weight: 600;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level .nsmenu-parent-title:hover,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-title:hover {
		color: #1C1A19;
		text-decoration:underline;
    text-underline-offset: 4px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level .nsmenu-parent-block ul,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-block ul {
		padding-bottom: 5px;
		margin-top: 12px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .chm-list-menu-al-links .nsmenu-parent-block:last-child ul {
		padding-bottom: 0px;
	}
	#menu-vertical #menu-vertical-list .al_3lv {
		padding-bottom: 5px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-img {
		display:block;
		text-align:left;
		margin-bottom: 10px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-img img {
		border-radius: 8px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-block {
		margin-bottom: 10px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-parent-block + .nsmenu-parent-block .nsmenu-parent-img {
		margin-top: 10px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level .level4_full li a,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-ischild li a {
		display: block;
		position: relative;
		margin-bottom: 5px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level .level4_full li a,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-ischild li a {
		font-size:14px;
		color: var(--menu-child-link-color);
		position:relative;
		display:inline-block;
	}

	#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level .level4_full li a:hover,
	#menu-vertical #menu-vertical-list > li .dropdown-menu-full-image .nsmenu-ischild li a:hover {
		text-decoration:underline;
    text-underline-offset: 4px;
		color: #1C1A19;
	}
	#menu-vertical #menu-vertical-list > li .menu-add-html {
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		position: relative;
	}
	#menu-vertical #menu-vertical-list > li .menu-add-html img {
		max-width:100%;
	}

	#menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-manufacturer{
		display:block;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer .nsmenu-parent-block {
		margin-bottom: 0px;
		margin-top: 10px;
		text-align: center;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer .name-manuf-a {
		font-size:16px;
		color:#000000;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer .manuf-res a {
		font-size:12px;
		color:#000000;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer a.nsmenu-parent-img {
		padding: 0 !important;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer .nsmenu-parent-title {
		display: block;
		font-size: 14px;
		padding: 5px;
		text-decoration: none;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-manufacturer .nsmenu-parent-title:hover {
		text-decoration: underline;
    text-underline-offset: 4px;
	}
	#menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-information{
		display:block;
	}

	#menu-vertical #menu-vertical-list > li .dropdown-menu-information .nsmenu-haschild li > a{
		padding: 10px 18px;
		position: relative;
		white-space: normal;
		display:block;
	}

	#menu-vertical #menu-vertical-list > li.menu-open > .dropdown-menu-product{
		display: block;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-product .nsmenu-parent-block {
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-product a.nsmenu-parent-img {
		display: block;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-product .nsmenu-parent-title {
		display: block;
		margin-bottom: 10px;
		font-size: 14px;
		color: #000;
		margin-top: 10px;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-product .price {
		margin-bottom: 0px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		height: 40px;
		align-items: flex-end;
		margin-top: auto;
	}
	#menu-vertical #menu-vertical-list > li .dropdown-menu-product .price .price-new {
		width: 100%;
	}

	.block-opacity {
		opacity:0;
	}
	.block-opacity.active {
		opacity:1;
		transition:all 350ms;
	}
		/*--- END RODUCTS BLOCK ---*/
}

#menu-vertical #menu-vertical-list > li .dropdown-menu-simple .nsmenu-full3level {
	width: 200%;
}
@media (min-width: 768px) {
	.tooltip-manufacturer-inner {
	 max-width: 200px;
	 padding: 3px 3px;
	 color: #fff;
	 text-align: center;
	 text-decoration: none;
	 background-color: #ffffff;
	 border-radius: 100%;
	 border:1px solid #e2e2e2;
	 overflow:hidden;
	 top:-1550px
}
	.tooltip-manufacturer.in {
	 opacity: 1;
	}
}
@media (max-width: 768px) {
.tooltip.tooltip-manufacturer {
	display: none !important;
}
}
.d-none {display: none;}


.m-mm-list {
	padding: 0;
	margin: 0;
}
.m-mm-list .m-mm-list-item {
	height: 50px;
	padding-left: 0px;
	padding-right: 2px;
}
.m-mm-list .m-mm-list-item a.mm-a {
	height: 100%;
	flex:1;
}
.m-mm-list .m-mm-list-item a.mm-a span:not(.cat-label) {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	margin-right: 5px;
}
.m-mm-list .m-mm-list-item a.mm-a,
.m-mm-list .m-mm-list-item a.mm-a:hover,
.m-mm-list .m-mm-list-item a.mm-a:focus {
	font-size: 14px;
	color: var(--up-text-color);
	text-decoration: none;
	outline: none;
 	outline-offset: -2px;
 	position: relative;
}
.m-mm-list .m-mm-list-item:not(:first-child) {
	border-top: 1px dashed var(--up-border-color);
}
.m-mm-list .mobile-menu-icon{
	margin-right: 12px;
	max-width: 26px;
}
.dark-theme .m-mm-list .mobile-menu-icon {
	filter: invert(75%);
}
.m-mm-list .cat-label {
	font-size: 8px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 15px;
	line-height: 1;
	padding: 5px 10px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}
.m-mm-list .show-sc-mobile {
	flex: 0 0 40px;
	width: 40px;
	height: 50px;
	border: 0px;
	background: transparent;
	padding: 0px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: var(--up-text-color);
}
.m-mm-list .mob-second-level,
.m-mm-list .mob-third-level {
	background: var(--up-bg-wd);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 100%;
}
.m-mm-list .mob-second-level .m-mm-list,
.m-mm-list .mob-second-level .mob-html-block,
.m-mm-list .mob-third-level .m-mm-list {
	height: calc(100% - 54px);
	overflow: visible;
	overflow-y: auto;
	padding: 0px 15px;
}
.m-mm-list .mob-second-level .mob-html-block {
	padding: 15px;
}
.m-mm-list > li:hover > a .pitem-icon,
.m-mm-list > li > a .hitem-icon{
	display:none
}
.m-mm-list > li > a .pitem-icon,
.m-mm-list > li:hover > a .hitem-icon{
	display:block
}
.m-mm-html {
	padding: 15px;
}

.mob-menu-info-fixed-left {
	background: var(--up-modal-bg);
	z-index:1040;
	box-shadow:0px 2px 3px rgba(0,0,0,0.15);
	position: fixed;
	top: 0;
	bottom: 0;
  width: 100%;
	/* width: 330px;
	left: -330px; */
	overflow:hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0px;
}
.dark-theme .mob-menu-info-fixed-left {
	border-right:1px solid var(--up-border-color);
}
.mob-menu-info-fixed-left.active{left: 0px;}

#mobm-left-content .header-nav-links {
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	box-shadow: none;
	border: 0px;
	padding: 0px;
	left: 0px;
}
#mobm-left-content .header-nav-links > li + li {
	border-top:1px dashed var(--up-border-color);
}
#mobm-left-content .header-nav-links > li > button {
	font-size: 14px !important;
	padding: 10px 0px !important;
	width: 100%;
	text-align: left;
	color: var(--up-text-color);
}
#mobm-left-content .links-mob {
	margin-top: auto;
	border-top:1px dashed var(--up-border-color);
}
#mobm-left-content .desc_info_mob {
	margin-top: auto;
	color: var(--up-text-wd-color);
	padding: 15px;
	background: var(--up-bg-main);
	margin-left: -15px;
	margin-right: -15px;
}
#mobm-left-content .desc_info_mob p{
	margin-bottom: 0;
}
#mobm-left-content .links-mob + .desc_info_mob {
	margin-top: 5px;
}
#mobm-left-content .dropdown-menu.ch-dropdown li + li {
	border-top: 1px dashed #f8f8f8;
}
.mob-first-menu {
	display: flex;
	flex-direction: column;
	height: 100%;
	-webkit-transform: translateX(0px);-ms-transform: translateX(0px);transform: translateX(0px);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out,
	-webkit-transform .3s ease-in-out;
}

#mob-catalog-left .mobm-top{
	z-index: 10;
}

#mobm-left-content .mobm-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-basis:0;
	/* padding: 0px 16px; */
}
#mobm-left-content .mobm-body{
	height: calc(100% - 54px);
	overflow-x: hidden;
	overflow-y: auto;
	max-width: 100%;
}
#mob-catalog-left .mobm-body{
	padding: 0;
	overflow: unset !important;
}
.mobm-top {
	background: var(--up-modal-bg);
	position: relative;
	min-height: 54px;
	padding: 0px 54px 0px 15px;
	border-radius: 0px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-bottom: 1px solid var(--up-border-color);
}
.mobm-top .mobile-first-tel {
	margin-left: auto;
	text-align: right;
	padding-top: 2px;
}
.mobm-top .mobile-first-tel a,
.mobm-top .mobile-first-tel span {
	font-size: 16px;
	font-weight: 600;
	color: var(--up-text-wd-color);
	margin-bottom: 2px;
}
.mobm-top .text-after-phone {
	color:#8D8D8D;
	font-size: 12px;
	font-weight: 500;
}

.mm-icon-come-back {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: 5px;
	margin-top: 2px;
}
.mm-icon-come-back i {
	font-size: 22px;
}
.mobm-top .mobm-title{
	font-size: 16px;
	color: var(--up-text-wd-color);
	font-weight: 600;
}

.mobm-header-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--up-border-color);
	padding: 12px 0px 14px 0px;
	position: relative;
}

.mh-left-b #language .btn-language-top,
.mh-right-b #currency .btn-currency-top {
	display: none;
}

.mh-left-b #language {
	margin-right: 15px;
	position: relative;
}
.mob-theme-mode + .mh-left-b.mob-language {
	margin-left: auto;
}
.mob-theme-mode + .mh-left-b.mob-language #language {
	margin-right: 0;
}
.mh-left-b.mob-theme-mode,
.mh-left-b #language,
.mh-right-b #currency {
	width: auto;
	justify-content: space-between;
	flex-direction: column;
	display: flex;
}
.mh-right-b > div {
	margin-left: 10px;
}

.mh-left-b .mob-text-theme-mode,
.mh-left-b .mob-text-language,
.mh-right-b .mob-text-currency{
	font-size: 11px;
	color: var(--up-text-wd-color);
	font-weight: 600;
	line-height: 1;
	display: block;
	margin-bottom: 8px;
}
.mh-left-b .mob-text-language {
	text-align: left;
	padding-left: 3px;
}
.mh-right-b .mob-text-currency {
	text-align: right;
	padding-right: 3px;
}
.mh-left-b .up-compact-dropdown,
.mh-right-b .up-compact-dropdown {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: none;
	top:0;
	padding: 4px;
	min-width: auto;
	width: auto;
	height: 30px;
	margin-top: 0;
}
.light-theme .mh-left-b .up-compact-dropdown,
.light-theme .mh-right-b .up-compact-dropdown {
	border: 1px dashed #e3e3e3;
}
.dark-theme .mh-left-b .up-compact-dropdown,
.dark-theme .mh-right-b .up-compact-dropdown {
	border: 1px dashed #2F2F2F;
	background: transparent;
}
.mh-left-b .dropdown-menu.up-compact-dropdown > li > button,
.mh-right-b .dropdown-menu.up-compact-dropdown > li > button {
	padding: 3px 6px !important;
	line-height: 14px;
	font-weight: 500;
	font-size: 11px !important;
}
.mh-left-b .dropdown-menu.up-compact-dropdown > li > button {
	text-transform: uppercase;
}
.mh-left-b .dropdown-menu.up-compact-dropdown > li.active > button {
	padding: 3px 8px !important;
}
.mh-right-b .dropdown-menu.up-compact-dropdown > li.active > button {
	padding: 3px 8px !important;
}

.mobm-top .mobm-close-menu {
	font-size: 0px;
	height: 26px;
	outline: none;
	position: absolute;
	right: 15px;
	top: 14px;
	width: 26px;
	z-index: 1060;
	text-align: center;
	line-height: 25px;
	border-radius: 6px;
	opacity: 1;
	border: 1px solid var(--up-gray-color-1);
	background-color: var(--up-bg-wd);
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-sidebar-viewed__close,
.mobile-sidebar-phones__close,
.mobile-sidebar-search__close {
	width: 24px;
	height: 24px;
	border: 1px solid var(--up-gray-color-1);
	background-color: var(--up-bg-wd);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
}
.dark-theme .mobm-top .mobm-close-menu i,
.dark-theme .mobile-sidebar-viewed__close i,
.dark-theme .mobile-sidebar-phones__close i,
.dark-theme .mobile-sidebar-search__close i {
	color: #ffffff;
}
.mobile-sidebar-search__close {
	right: 0px;
}
.mobile-sidebar-phones__close,
.mobile-sidebar-viewed__close {
	right: 20px;
}
.mobm-top .mobm-close-menu .up-icon-close,
.mobile-sidebar-phones__close .up-icon-close,
.mobile-sidebar-viewed__close .up-icon-close,
.mobile-sidebar-search__close .up-icon-close {
	margin-top: 1px;
	font-size: 10px;
}

.box-flex-fix {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	height: 54px;
}
#fm-fixed-mobile-bottom.mob-fix-panel .mob-m-i {
	display: inline-block;
	width: 42px;
	min-width: 42px;
	text-align: center;
	position: relative;
}
.mob-fix-panel .fm-right-block .mob-m-i + div.mob-m-i {
	margin-left: 4px;
}
.mob-fix-panel .fm-right-block {margin-left: 10px;}


@media (max-width: 992px) {
	#fm-fixed-mobile .btn.btn-menu-mobile {
		padding: 0px;
		background: transparent;
		border: 0px;
		border-radius: 0px;
		box-shadow: none;
		text-align: center;
		width: 42px;
		height: 42px;
		border-radius: 8px;
	}
	.show-title .text-a-icon {
		font-size: 7px;
		font-weight: 600;
		line-height: 1;
		position: absolute;
		bottom: 3px;
		left: 0;
		right: 0;
		display: block;
	}
	.mobile-sidebar-search .header-search {
		margin-bottom: 0px;
		position: unset;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	}
  .mobile-sidebar-search .header-search .form-control {
    flex: 1 1 auto;
    border-radius: 8px 0 0 8px;
    border-right: none;
  }
  .mobile-sidebar-search .header-search .button_search {
    flex: 0 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 50px;
    background: #1C1A19;
    border: none;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
  }
  .mobile-sidebar-search .header-search .button_search .btn-search {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-sidebar-search .header-search .button_search svg path {
    stroke: #fff;
  }

	.mob-fix-panel .mobile-sidebar-phones,
	.mob-fix-panel .mobile-sidebar-viewed,
	.mob-fix-panel .mobile-sidebar-search.shtop {
		opacity: 0;
		z-index: 1042;
		background: var(--up-modal-bg);
		padding-top: 6px;
		padding-bottom: 6px;
		margin-top: 0px;
		margin-bottom: 0px;
		transition: all .3s ease-out;
		position: fixed;
		top: 52px;
		right: 0;
		left: 0;
		bottom: 0px;
		width: 100%;
		-webkit-transform: translateY(100%);
	  -ms-transform: translateY(100%);
	  transform: translateY(100%);
	  border-radius: 4px 4px 0px 0px;
	}
	.mob-fix-panel .mobile-sidebar-phones,
	.mob-fix-panel .mobile-sidebar-viewed,
	.mob-fix-panel .mobile-sidebar-search.shtop {
		outline: 1px solid var(--up-border-color);
	}

	.mob-fix-panel .mobile-sidebar-phones.open-phones,
	.mob-fix-panel .mobile-sidebar-viewed.open-viewed,
	.mob-fix-panel .mobile-sidebar-search.shtop.open-search {
		opacity: 1;
		bottom:0px !important;
		-webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
	  transform: translateY(0);
	}

	.mobile-sidebar-search__top {
		position: relative;
		height: 54px;
		display: flex;
		align-items: center;
		margin-left: 20px;
		margin-right: 20px;
		border-bottom: 1px solid var(--up-border-color);
	}
	.mobile-sidebar-phones__top,
	.mobile-sidebar-viewed__top {
		position: relative;
		height: 54px;
		display: flex;
		align-items: center;
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobile-sidebar-phones__top.no-shadow:after,
	.mobile-sidebar-viewed__top.no-shadow:after {
		width: calc(100% - 40px);
		left: 20px;
		right: 20px;
		border-bottom: 1px solid var(--up-border-color);
		position: absolute;
		content:"";
		bottom: 0px;
	}
	.mobile-sidebar-phones__title,
	.mobile-sidebar-viewed__title,
	.mobile-sidebar-search__title {
		font-size: 16px;
		color: var(--up-text-wd-color);
		font-weight: 600;
	}
	.mobile-sidebar-search__content {
		padding: 20px;
	}
	.mobile-sidebar-phones__content,
	.mobile-sidebar-viewed__content {
		height: calc(100% - 28px);
		padding: 0px 0px 20px 20px;
	}
	.mobile-sidebar-phones__content .mobile-sidebar-phones__inner,
	.mobile-sidebar-viewed__content .container-module-viewed {
		overflow-y: auto;
		overflow-x: hidden;
		scrollbar-color: #e3e3e3 transparent;
		scrollbar-width: thin;
		max-height: 100%;
		padding-right: 15px;
		margin-right: 5px;
	}
	.mobile-sidebar-search__content .search_autocomplete {
		margin-top: 0px !important;
		padding: 0;
		display: block !important;
		top: 148px !important;
		bottom:0px;
		background: var(--up-modal-bg);
	}
	.mobile-sidebar-search__content.active-shadow:after {
		position: absolute;
		width: 100%;
		height: 14px;
		z-index: 10000;
		content: '';
		left: 0;
		box-shadow: rgba(0, 0, 0, 0.06) 0px 8px 12px -4px
	}
	.mobile-sidebar-search__content .header-search .search_autocomplete .autocomplete-wrapper {
		padding: 0px 10px 15px 20px;
		margin-right: 10px;
		max-height: 100%;
		height: 100%;
	}

	.mobile-sidebar-phones__items {
		display: flex;
		flex-direction: column;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.mobile-sidebar-phones__item {
		font-size: 14px;
		font-weight: 600;
		display: flex;
		align-items: center;
		font-size: 16px;
		font-weight: 600;
	}
	.mobile-sidebar-phones__item,
	.mobile-sidebar-phones__item a,
	.mobile-sidebar-phones__dropdown li a {
		color: var(--up-text-wd-color);
	}
	.mobile-sidebar-phones__item + .mobile-sidebar-phones__item {
		margin-top: 2px;
	}
	.mobile-sidebar-phones__text-af {
		color:#8D8D8D;
		font-size:12px;
		font-weight: 400;
		line-height: 16px;
	}
	.mobile-sidebar-phones__dropdown li {
		padding-top: 7px;
		padding-bottom: 7px;
		min-height: 40px;
		display: flex;
		align-items: center;
		color: var(--up-text-color);
	}
	.mobile-sidebar-phones__dropdown,
	.mobile-sidebar-phones__dropdown li + li {
		border-top: 1px dashed var(--up-border-color);
	}
	.mobile-sidebar-phones__dropdown li > a,
	.mobile-sidebar-phones__dropdown li > div {
		display: inline-flex;
		align-items: center;
	}

	.logo-mr-auto {
		margin-right: auto;
	}

	#fm-fixed-mobile-bottom.fm_type_design_bottom_1 {
		left: 0;
		margin: 0;
		padding: 0px;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 1007;
		background: #0A0A0A;
		height: 54px;
		box-shadow: 0 0 15px -7px rgba(0,0,0,0.4);
		border-top:1px solid #1B1B1B;
	}
	#fm-fixed-mobile-bottom:not(.z-index-low) {
		z-index: 1006;
	}
	.no-scroll #fm-fixed-mobile-bottom:not(.z-index-low) {
		z-index: 1009;
	}
	#fm-fixed-mobile-bottom .container {
		width: 100%;
	}
	#fm-fixed-mobile-bottom .btn-fm-bottom {
		padding: 0px;
		background: transparent;
		border: 0px;
		border-radius: 0px;
		box-shadow: none;
		text-align: center;
		width: 42px;
		height: 42px;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .btn-fm-bottom:not(.btn-go-home) {
		border-radius: 40px;
		background: #202020;
	}
	#fm-fixed-mobile-bottom .icon-chats,
	#fm-fixed-mobile-bottom .icon-close-chats {
		color:#B1B1B1;
	}
	#fm-fixed-mobile-bottom .btn-fm-bottom [class^="up-icon-"] {
		overflow: hidden;
		color:#B1B1B1;
	}
	#fm-fixed-mobile-bottom:not(.fm_type_design_bottom_3) .show-title .icon-chats,
	#fm-fixed-mobile-bottom:not(.fm_type_design_bottom_3) .show-title .icon-close-chats,
	#fm-fixed-mobile-bottom:not(.fm_type_design_bottom_3) .show-title [class^="up-icon-"] {
		margin-bottom: 6px;
	}
	#fm-fixed-mobile-bottom .text-a-icon {
		color:#B1B1B1;
	}
	.fm_type_design_bottom_3 .text-a-icon {
		display: none;
	}

	#fm-fixed-mobile-bottom:not(.fm_type_design_bottom_3) .btn-go-home .up-icon-home {
		color: #1C1A19;
	}
	#fm-fixed-mobile-bottom:not(.fm_type_design_bottom_3) .btn-go-home .text-a-icon {
		color: #1C1A19;
		display: block;
	}
	.mob-fix-panel .btn-go-home {
		padding: 0px;
		background: transparent;
		border: 0px;
		border-radius: 0px;
		box-shadow: none;
		text-align: center;
		width: 42px;
		height: 42px;
		border-radius: 8px;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .btn-go-home {
		display: flex;
		align-items: center;
		background: #fff;
		gap:8px;
		width: auto;
		padding-left: 12px;
		padding-right: 12px;
		border-radius: 40px;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .mob-m-i__home {
		width: auto;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .btn-go-home .up-icon-home {
		color:#000;
		display: block;
		position: relative;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .btn-go-home .text-a-icon {
		display: none;
		color:#000;
		position: relative;
	}

	#fm-fixed-mobile-bottom.fm_type_design_bottom_2,
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 {
		border-radius: 50px;
		position: fixed;
		bottom: 10px;
		z-index: 1007;
		background: #0A0A0A;
		height: 54px;
		left: 50%;
		transform: translateX(-50%);
		width: auto;
		max-width: 100%;
		transition: all .3s ease-out;
	}
	.dark-theme #fm-fixed-mobile-bottom.fm_type_design_bottom_2,
	.dark-theme #fm-fixed-mobile-bottom.fm_type_design_bottom_3 {
		outline: 1px solid #1d1d1d;
	}


	#fm-fixed-mobile-bottom.fm_type_design_bottom_2.show-back-top,
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3.show-back-top {
		left: 10px;
		transform: translateX(0px);
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_2.show-add-to-cart,
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3.show-add-to-cart {
		bottom:68px;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_2.over-footer,
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3.over-footer {
		background: #fff;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3.over-footer .btn-fm-bottom {
		background: #f8f8f8;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_2.over-footer .btn-fm-bottom .text-a-icon,
	#fm-fixed-mobile-bottom.fm_type_design_bottom_2.over-footer .btn-fm-bottom [class^="up-icon-"] {
		color:#0A0A0A;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3.over-footer .btn-fm-bottom .icon-chats,
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3.over-footer .btn-fm-bottom .icon-close-chats,
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3.over-footer .btn-fm-bottom [class^="up-icon-"] {
		color:#0A0A0A;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_2 {
		padding: 0px 5px;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 {
		padding: 0px;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .container {
		padding-left: 6px;
		padding-right: 6px;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .box-flex-fix {
		gap:6px;
	}
	#fm-fixed-mobile-bottom.fm_type_design_bottom_2 .box-flex-fix {
		gap:3px;
	}

	.mobile-widget-block {
		position: absolute;
		max-height: 0;
		bottom: 21px;
		transition: 0.5s;
		width: 42px;
		left: 0px;
		right: 0px;
		padding-bottom: 36px;
		overflow: hidden;
		text-align: center;
		display: flex;
		flex-direction: column;
		z-index: -1;
		opacity: 0;
	}
	.mobile-widget-block.show-m-block {
		max-height: 410px;
		opacity: 1;
	}
	.mobile-widget-block__item + .mobile-widget-block__item {
		margin-top: 8px;
	}
	.btn-open-chats.show-icon-close .icon-chats {
		display: none;
	}
	.btn-open-chats:not(.show-icon-close) .icon-close-chats {
		display: none;
	}
	.mobile-widget-block__text {
		display: none;
	}
}

@media (min-width: 360px) {
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 .btn-go-home .text-a-icon {
		position: relative;
		font-size: 11px;
		bottom:0;
		top:0;
		display: block !important;
	}
}
@media (min-width: 992px) {
	#fm-fixed-mobile {
		display: none;
	}
}

@media (min-width: 992px) {
    #additional-menu .dropdown-menu.nsmenu-bigblock-additional,
    #additional-menu .dropdown-menu.nsmenu-type-category-full-image {
        position: fixed !important;
        top: var(--total-header-height, 54px) !important;
        left: 0 !important;
        right: auto !important;
        bottom: 0 !important;
        width: auto !important;
        max-width: none !important;
        height: calc(100vh - var(--total-header-height, 54px)) !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: #fff;
        display: none;
        flex-direction: row;
        z-index: 1050;
        box-shadow: none;
        border: none;
    }
    
    #additional-menu li.dropdown.open .dropdown-menu.nsmenu-bigblock-additional,
    #additional-menu li.dropdown.open .dropdown-menu.nsmenu-type-category-full-image {
        display: flex !important;
    }
    
    #additional-menu .dropdown-menu .chm-list-menu {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        width: 223px !important;
        min-width: 223px !important;
        max-width: 223px !important;
        height: 100%;
        overflow-y: auto;
        background: #fff;
        border-right: 1px solid #EBEBEB;
        padding: 20px 0;
    }
    
    #additional-menu .dropdown-menu .chm-list-menu .nsmenu-parent-block,
    #additional-menu .dropdown-menu .chm-list-menu-item-child .nsmenu-parent-block {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    #additional-menu .dropdown-menu .nsmenu-parent-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.06px;
        text-transform: uppercase;
        color: #1C1A19;
        text-decoration: none;
        white-space: normal;
    }
    
/*     #additional-menu .dropdown-menu .nsmenu-parent-title:hover {
        background-color: #F9F9F9;
        text-decoration: none;
    } */
    
    #additional-menu .dropdown-menu .nsmenu-ischild {
        display: none;
    }
    
    #additional-menu .dropdown-menu .right-submenu-panel {
        width: 394px;
        min-width: 394px;
        padding: 30px;
        border-right: 1px solid #EBEBEB;
        box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.08);
        background: #fff;
        overflow-y: auto;
        height: 100%;
        display: none;
    }
    
    #additional-menu .dropdown-menu .right-submenu-panel.is-visible {
        display: block;
    }
    
    #additional-menu .dropdown-menu .nsmenu-issubchild .nsmenu-parent-title::after {
        content: '';
        display: inline-block;
        width: 5px;
        height: 9px;
        margin-left: auto;
        flex-shrink: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M0.5 0.5L4.5 4.5L0.5 8.5' stroke='%231C1A19' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }
    
    /* HTML контент */
    #additional-menu .dropdown-menu .menu-add-html {
        width: 394px;
        min-width: 394px;
        padding: 30px;
        border-right: 1px solid #EBEBEB;
        box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.08);
        background: #fff;
        overflow-y: auto;
        height: 100%;
    }
    
    #additional-menu .dropdown-menu .nsmenu-parent-img {
        display: none;
    }
    
    #additional-menu .dropdown-menu .right-submenu-panel .nsmenu-ischild {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    #additional-menu .dropdown-menu .right-submenu-panel .nsmenu-ischild li {
        margin-bottom: 12px;
    }
    
    #additional-menu .dropdown-menu .right-submenu-panel .nsmenu-ischild li a {
        font-size: 14px;
        line-height: 20px;
        color: #1C1A19;
        text-decoration: none;
    }
    
    #additional-menu .dropdown-menu .right-submenu-panel .nsmenu-ischild li a:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
    }
}
/* ============================================
   FULLSCREEN DROPDOWN MENU STYLES
   ============================================ */

@media (min-width: 992px) {
    /* Fullscreen dropdown container */
    #additional-menu .dropdown-menu.nsmenu-bigblock-additional,
    #additional-menu .dropdown-menu.nsmenu-type-category-full-image {
        position: fixed !important;
        top: var(--total-header-height, 54px) !important;
        left: 0 !important;
        right: auto !important;
        bottom: 0 !important;
        width: auto !important;
        max-width: none !important;
        height: calc(100vh - var(--total-header-height, 54px)) !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: #fff;
        display: none;
        flex-direction: row;
        z-index: 1050;
        box-shadow: none;
        border: none;
    }
    
    #additional-menu li.dropdown.open .dropdown-menu.nsmenu-bigblock-additional,
    #additional-menu li.dropdown.open .dropdown-menu.nsmenu-type-category-full-image {
        display: flex !important;
    }
    
    /* Left column - menu items list */
    #additional-menu .dropdown-menu .chm-list-menu {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        width: 223px !important;
        min-width: 223px !important;
        max-width: 223px !important;
        height: 100%;
        overflow-y: auto;
        background: #fff;
        border-right: 1px solid #EBEBEB;
        padding: 20px 0;
    }
    
    #additional-menu .dropdown-menu .chm-list-menu-item-child {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        width: 223px !important;
        min-width: 223px !important;
        padding: 0 !important;
    }
    
    #additional-menu .dropdown-menu .chm-list-menu-item-child > .w-100 {
        flex-direction: column !important;
        width: 100% !important;
    }
    
    /* Menu items in left column */
    #additional-menu .dropdown-menu .nsmenu-parent-block {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    #additional-menu .dropdown-menu .nsmenu-parent-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.06px;
        text-transform: uppercase;
        color: #1C1A19;
        text-decoration: none;
        white-space: normal;
    }
/*     
    #additional-menu .dropdown-menu .nsmenu-parent-title:hover {
        background-color: #F9F9F9;
        text-decoration: none;
    } */
    
    /* Hide submenu initially in left column */
    #additional-menu .dropdown-menu .chm-list-menu-item-child .nsmenu-ischild {
        display: none;
        position: fixed;
        left: 223px;
        top: 50px;
        width: 394px;
        height: calc(100vh - 50px);
        padding: 30px;
        background: #fff;
        border-right: 1px solid #EBEBEB;
        box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.08);
        overflow-y: auto;
        z-index: 1051;
        list-style: none;
        margin: 0;
    }
    
    #additional-menu .dropdown-menu .nsmenu-parent-block:hover .nsmenu-ischild {
        display: block;
    }
    
    /* Arrow icon for items with children */
    #additional-menu .dropdown-menu .nsmenu-issubchild .nsmenu-parent-title::after {
        content: '';
        display: inline-block;
        width: 5px;
        height: 9px;
        margin-left: auto;
        flex-shrink: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M0.5 0.5L4.5 4.5L0.5 8.5' stroke='%231C1A19' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }
    
    /* Hide images in left column */
    #additional-menu .dropdown-menu .nsmenu-parent-img {
        display: none;
    }
    
    /* Submenu items styling */
    #additional-menu .dropdown-menu .nsmenu-ischild li {
        margin-bottom: 12px;
    }
    
    #additional-menu .dropdown-menu .nsmenu-ischild li a {
        font-size: 14px;
        line-height: 20px;
        color: #1C1A19;
        text-decoration: none;
    }
    
    #additional-menu .dropdown-menu .nsmenu-ischild li a:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
    }
    
    /* HTML content block */
    #additional-menu .dropdown-menu .menu-add-html {
        width: 394px;
        min-width: 394px;
        padding: 30px;
        border-right: 1px solid #EBEBEB;
        box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.08);
        background: #fff;
        overflow-y: auto;
        height: 100%;
        position: relative;
    }
    
    /* Arbitrary links styling */
    #additional-menu .dropdown-menu .chm-list-menu-al-links {
        width: 223px;
        padding: 0;
    }
    
    #additional-menu .dropdown-menu .chm-list-menu-al-links .nsmenu-parent-block {
        width: 100%;
    }
}

/* Fix dropdown hover gap - bridge between menu item and dropdown */
@media (min-width: 992px) {
    /* Extend hover area of menu items */
    #additional-menu .nav-dopmenu > li.dropdown {
        position: relative;
    }
    
    /* Create invisible bridge to dropdown */
    #additional-menu .nav-dopmenu > li.dropdown::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 20px; /* Bridge height */
        background: transparent;
    }
    
    /* Ensure dropdown connects to bridge */
    #additional-menu .dropdown-menu.nsmenu-bigblock-additional,
    #additional-menu .dropdown-menu.nsmenu-type-category-full-image {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Keep dropdown visible when hovering the bridge */
    #additional-menu .nav-dopmenu > li.dropdown:hover .dropdown-menu,
    #additional-menu .nav-dopmenu > li.dropdown.open .dropdown-menu {
        display: flex !important;
    }
}

/* ============================================
   THREE-COLUMN DROPDOWN MENU
   ============================================ */

@media (min-width: 992px) {
    /* Main dropdown container */
    #additional-menu .dropdown-menu.nsmenu-bigblock-additional .chm-list-menu,
    #additional-menu .dropdown-menu.nsmenu-type-category-full-image .chm-list-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        max-width: none;
        height: 100%;
    }
    
    /* Column 1: Parent categories */
    .dropdown-menu .menu-column-1 {
        width: 223px;
        min-width: 223px;
        max-width: 223px;
        height: 100%;
        overflow-y: auto;
        background: #fff;
        border-right: 1px solid #EBEBEB;
        padding: 20px 0;
        flex-shrink: 0;
    }
    
    .dropdown-menu .menu-column-1 .parent-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.06px;
        text-transform: uppercase;
        color: #1C1A19;
        text-decoration: none;
        cursor: pointer;
    }
    .dropdown-menu .menu-column-1 .parent-item:first {
      padding-top: 0;
    } 
    
    .dropdown-menu .menu-column-1 .parent-item.has-children::after {
        content: '';
        display: inline-block;
        width: 5px;
        height: 9px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M0.5 0.5L4.5 4.5L0.5 8.5' stroke='%231C1A19' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        flex-shrink: 0;
    }
    
    /* Column 2: Subcategories level 2 or HTML */
    .dropdown-menu .menu-column-2 {
        width: 394px;
        min-width: 394px;
        padding: 30px;
        border-right: 1px solid #EBEBEB;
        box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.08);
        background: #fff;
        overflow-y: auto;
        height: 100%;
        flex-shrink: 0;
    }
    
    .dropdown-menu .menu-column-2 .subcategory-panel {
        display: none;
    }
    
    .dropdown-menu .menu-column-2 .subcategory-panel.is-active {
        display: block;
    }
    
    .dropdown-menu .menu-column-2 .default-html-panel {
        display: block;
        scrollbar-width: none;
    }
    
    .dropdown-menu .menu-column-2 .default-html-panel.is-hidden {
        display: none;
    }
    
    .dropdown-menu .menu-column-2 .child-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 0;
        font-size: 14px;
        line-height: 20px;
        color: #1C1A19;
        text-decoration: none;
        cursor: pointer;
    }
    .dropdown-menu .menu-column-2 .child-item:first {
      padding-top: 0;
    } 
    
    .dropdown-menu .menu-column-2 .child-item:hover,
    .dropdown-menu .menu-column-2 .child-item.active {
        text-decoration: underline;
        text-underline-offset: 4px;
    }
    
    .dropdown-menu .menu-column-2 .child-item.has-children::after {
        content: '';
        display: inline-block;
        width: 5px;
        height: 9px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M0.5 0.5L4.5 4.5L0.5 8.5' stroke='%231C1A19' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        flex-shrink: 0;
        margin-left: 10px;
    }
    
    /* Column 3: Subcategories level 3 */
    .dropdown-menu .menu-column-3 {
        width: 394px;
        min-width: 394px;
        padding: 30px;
        border-right: 1px solid #EBEBEB;
        box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.08);
        background: #fff;
        overflow-y: auto;
        height: 100%;
        display: none;
        flex-shrink: 0;
    }
    
    .dropdown-menu .menu-column-3.is-visible {
        display: block;
    }
    
    .dropdown-menu .menu-column-3 .subchild-panel {
        display: none;
    }
    
    .dropdown-menu .menu-column-3 .subchild-panel.is-active {
        display: block;
    }
    
    .dropdown-menu .menu-column-3 .subchild-item {
        display: block;
        padding: 8px 0;
        font-size: 14px;
        line-height: 20px;
        color: #1C1A19;
        text-decoration: none;
    }
    
    .dropdown-menu .menu-column-3 .subchild-item:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
    }
}

/* ============================================
   FIXED THREE-COLUMN DROPDOWN MENU v2
   ============================================ */

@media (min-width: 992px) {
    /* Main dropdown - full width */
    #additional-menu .dropdown-menu.nsmenu-bigblock-additional,
    #additional-menu .dropdown-menu.nsmenu-type-category-full-image {
        position: fixed !important;
        top: var(--total-header-height, 54px) !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: calc(100vh - var(--total-header-height, 54px)) !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: #fff;
        display: none;
        z-index: 1050;
        box-shadow: none;
        border: none;
    }
    
    #additional-menu li.dropdown.open .dropdown-menu.nsmenu-bigblock-additional,
    #additional-menu li.dropdown.open .dropdown-menu.nsmenu-type-category-full-image {
        display: flex !important;
        flex-direction: row !important;
    }
    
    /* chm-list-menu should be flex row container */
    #additional-menu .dropdown-menu .chm-list-menu {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        overflow: visible !important;
    }
    
    /* Column 1: Parent categories - fixed width */
    #additional-menu .dropdown-menu .menu-column-1 {
        width: 150px !important;
        min-width: 150px !important;
        max-width: 150px !important;
        height: 100% !important;
        overflow-y: auto;
        background: #fff;
        border-right: 1px solid #EBEBEB;
        padding: 30px 0!important;
        flex-shrink: 0 !important;
    }
    
    #additional-menu .dropdown-menu .menu-column-1 .parent-item {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 10px 30px !important;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0.06px;
        text-transform: uppercase;
        color: #737373;
        text-decoration: none !important;
        cursor: pointer;
        white-space: nowrap;
    }
    
    #additional-menu .dropdown-menu .menu-column-1 .parent-item:hover,
    #additional-menu .dropdown-menu .menu-column-1 .parent-item.active {
      color: #1C1A19 !important;
      text-decoration: underline !important;
      text-underline-offset: 4px;
    }
    
    #additional-menu .dropdown-menu .menu-column-1 .parent-item.has-children::after {
        content: '';
        display: inline-block;
        width: 5px;
        height: 9px;
        margin-left: 10px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M0.5 0.5L4.5 4.5L0.5 8.5' stroke='%231C1A19' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        flex-shrink: 0;
    }
    
    /* Column 2: Subcategories or HTML */
    #additional-menu .dropdown-menu .menu-column-2 {
        width: 200px !important;
        min-width: 200px !important;
        max-width: 200px !important;
        padding: 20px !important;
        border-right: 1px solid #EBEBEB;
        background: #fff;
        overflow-y: auto;
        height: 100% !important;
        flex-shrink: 0 !important;
        display: block !important;
    }
    
    #additional-menu .dropdown-menu .menu-column-2 .subcategory-panel {
        display: none;
    }
    
    #additional-menu .dropdown-menu .menu-column-2 .subcategory-panel.is-active {
        display: block !important;
    }
    
    #additional-menu .dropdown-menu .menu-column-2 .default-html-panel {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    #additional-menu .dropdown-menu .menu-column-2 .default-html-panel.is-hidden {
        display: none !important;
    }
    
    #additional-menu .dropdown-menu .menu-column-2 .default-html-panel img {
        width: 100%;
        height: auto;
        object-fit: contain;
        max-height: 724px;
    }
    
    #additional-menu .dropdown-menu .menu-column-2 .child-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.06px;
        text-transform: uppercase;
        color: #1C1A19;
        text-decoration: none;
        cursor: pointer;
    }
    
    #additional-menu .dropdown-menu .menu-column-2 .child-item:hover,
    #additional-menu .dropdown-menu .menu-column-2 .child-item.active {
        text-decoration: underline;
        text-underline-offset: 4px;
    }
    
    #additional-menu .dropdown-menu .menu-column-2 .child-item.has-children::after {
        content: '';
        display: inline-block;
        width: 5px;
        height: 9px;
        margin-left: 10px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M0.5 0.5L4.5 4.5L0.5 8.5' stroke='%231C1A19' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        flex-shrink: 0;
    }
    
    /* Column 3: Subcategories level 3 */
    #additional-menu .dropdown-menu .menu-column-3 {
        width: 200px !important;
        min-width: 200px !important;
        max-width: 200px !important;
        padding: 20px !important;
        border-right: 1px solid #EBEBEB;
        background: #fff;
        overflow-y: auto;
        height: 100% !important;
        display: none !important;
        flex-shrink: 0 !important;
    }
    
    #additional-menu .dropdown-menu .menu-column-3.is-visible {
        display: block !important;
    }
    
    #additional-menu .dropdown-menu .menu-column-3 .subchild-panel {
        display: none;
    }
    
    #additional-menu .dropdown-menu .menu-column-3 .subchild-panel.is-active {
        display: block !important;
    }
    
    #additional-menu .dropdown-menu .menu-column-3 .subchild-item {
        display: block;
        padding: 8px 0;
        font-size: 12px;
        line-height: 20px;
        color: #1C1A19;
        text-decoration: none;
        text-transform: uppercase;
    }
    #additional-menu .dropdown-menu .menu-column-3 .subchild-item:first-of-type {
      padding-top: 0;
    }
    
    #additional-menu .dropdown-menu .menu-column-3 .subchild-item:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
    }
}

/* ============================================
   FIXED COLUMN SIZES + RIGHT OVERLAY
   ============================================ */

@media (min-width: 992px) {
    /* Override column 1 width */
    #additional-menu .dropdown-menu .menu-column-1 {
        width: 223px !important;
        min-width: 223px !important;
        max-width: 223px !important;
    }
    
    /* Override column 2 width */
    #additional-menu .dropdown-menu .menu-column-2 {
        width: 394px !important;
        min-width: 394px !important;
        max-width: 394px !important;
        padding: 30px !important;
    }

    #additional-menu .dropdown-menu .menu-column-2.is-brands-active {
        width: 223px !important;
        min-width: 223px !important;
        max-width: 223px !important;
        padding: 20px 0 !important;
    }

    #additional-menu .dropdown-menu .menu-column-2.is-brands-active .child-item {
         padding: 8px 30px !important;
         display: flex;
         align-items: center;
         justify-content: space-between;
    }
    #additional-menu .dropdown-menu .menu-column-2.is-brands-active .child-item:first {
      padding-top: 0;
    }
    
    /* Override column 3 width */
    #additional-menu .dropdown-menu .menu-column-3 {
        width: 394px !important;
        min-width: 394px !important;
        max-width: 394px !important;
        padding: 30px !important;
    }
    
    /* Right overlay area - takes remaining space */
    #additional-menu .dropdown-menu .chm-list-menu::after {
        content: '';
        flex: 1;
        min-width: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(1.75px);
        -webkit-backdrop-filter: blur(1.75px);
    }
    
    /* Remove horizontal scroll */
    #additional-menu .dropdown-menu.nsmenu-bigblock-additional,
    #additional-menu .dropdown-menu.nsmenu-type-category-full-image {
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }
    
    #additional-menu .dropdown-menu .chm-list-menu {
        overflow: hidden !important;
    }
}

/* FIX: Column 3 visibility */
@media (min-width: 992px) {
    #additional-menu .dropdown-menu .menu-column-3 {
        display: none !important;
    }
    
    #additional-menu .dropdown-menu .menu-column-3.is-visible {
        display: block !important;
    }
    
    #additional-menu .dropdown-menu .menu-column-3 .subchild-panel {
        display: none !important;
    }
    
    #additional-menu .dropdown-menu .menu-column-3 .subchild-panel.is-active {
        display: block !important;
    }
}

/* FIX: Transparent background under blur */
@media (min-width: 992px) {
    #additional-menu .dropdown-menu .chm-list-menu::after {
        background: transparent !important;
        backdrop-filter: blur(1.75px) !important;
        -webkit-backdrop-filter: blur(1.75px) !important;
    }
    
    /* Make dropdown background transparent on right side */
    #additional-menu .dropdown-menu.nsmenu-bigblock-additional,
    #additional-menu .dropdown-menu.nsmenu-type-category-full-image {
        background: transparent !important;
    }
}

/* FIX: Dropdown takes only column width, not full screen */
@media (min-width: 992px) {
    /* Dropdown should not be full width - only columns width */
    #additional-menu .dropdown-menu.nsmenu-bigblock-additional,
    #additional-menu .dropdown-menu.nsmenu-type-category-full-image {
        width: auto !important;
        right: auto !important;
        background: transparent !important;
    }
    
    /* chm-list-menu takes only needed width */
    #additional-menu .dropdown-menu .chm-list-menu {
        width: auto !important;
        max-width: none !important;
        background: transparent !important;
    }
    
    /* Remove the ::after pseudo-element - we'll use mask instead */
    #additional-menu .dropdown-menu .chm-list-menu::after {
        display: none !important;
    }
    
    /* Columns get white background */
    #additional-menu .dropdown-menu .menu-column-1,
    #additional-menu .dropdown-menu .menu-column-2,
    #additional-menu .dropdown-menu .menu-column-3 {
        background: #fff !important;
    }
}

/* Backdrop blur mask - separate element */
#maskMenuDop.open {
    display: block !important;
    position: fixed !important;
    top: 50px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.05) !important;
    backdrop-filter: blur(1.75px) !important;
    -webkit-backdrop-filter: blur(1.75px) !important;
    z-index: 1040 !important;
}

/* FIX: Full height dropdown and columns */
@media (min-width: 992px) {
    #additional-menu .dropdown-menu.nsmenu-bigblock-additional,
    #additional-menu .dropdown-menu.nsmenu-type-category-full-image {
        height: calc(100vh - var(--total-header-height, 54px)) !important;
        min-height: calc(100vh - var(--total-header-height, 54px)) !important;
    }
    
    #additional-menu .dropdown-menu .chm-list-menu {
        height: 100% !important;
        min-height: 100% !important;
    }
    
    #additional-menu .dropdown-menu .menu-column-1,
    #additional-menu .dropdown-menu .menu-column-2,
    #additional-menu .dropdown-menu .menu-column-3 {
        height: 100% !important;
        min-height: 100% !important;
    }
}

/* Hide column 2 by default when no HTML content */
@media (min-width: 992px) {
    #additional-menu .dropdown-menu .menu-column-2.no-default-content {
        display: none !important;
    }
    
    #additional-menu .dropdown-menu .menu-column-2.no-default-content.is-visible {
        display: block !important;
    }
}

/* FIX: Override old mask styles with blur */
@media (min-width: 992px) {
    #additional-menu + #maskMenuDop,
    #maskMenuDop {
        background: transparent !important;
        opacity: 1 !important;
    }
    
    #additional-menu + #maskMenuDop.open,
    #maskMenuDop.open {
        display: block !important;
        position: fixed !important;
        top: var(--total-header-height, 54px) !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: calc(100vh - var(--total-header-height, 54px)) !important;
        background: rgba(0, 0, 0, 0.05) !important;
        backdrop-filter: blur(1.75px) !important;
        -webkit-backdrop-filter: blur(1.75px) !important;
        opacity: 1 !important;
        z-index: 1040 !important;
    }
}

/* FIX: Blur overlay using dropdown pseudo-element */
@media (min-width: 992px) {
    /* Make dropdown full width for blur overlay */
    #additional-menu .dropdown-menu.nsmenu-bigblock-additional,
    #additional-menu .dropdown-menu.nsmenu-type-category-full-image {
        right: 0 !important;
        width: 100% !important;
        background: transparent !important;
        pointer-events: none !important;
    }
    
    /* Create blur overlay on the right side */
    #additional-menu .dropdown-menu.nsmenu-bigblock-additional::before,
    #additional-menu .dropdown-menu.nsmenu-type-category-full-image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(1.75px);
        -webkit-backdrop-filter: blur(1.75px);
        z-index: -1;
        pointer-events: none;
    }
    
    /* Columns should be above the blur overlay */
    #additional-menu .dropdown-menu .chm-list-menu {
        position: relative;
        z-index: 1;
        pointer-events: auto !important;
    }
}

/* Product items list in dropdown menu */
@media (min-width: 992px) {
    #additional-menu .dropdown-menu .product-items-list {
        margin-top: 20px;
        overflow-y: auto;
    }
    
    #additional-menu .dropdown-menu .product-list-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px 20px;
        font-size: 12px;
        line-height: 16px;
        color: #1C1A19;
        text-decoration: none;
    }
    
/*     #additional-menu .dropdown-menu .product-list-item:hover {
        background-color: #F9F9F9;
    } */
    
/*     #additional-menu .dropdown-menu .product-list-item img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 4px;
        flex-shrink: 0;
    } */
    
    #additional-menu .dropdown-menu .product-list-item .product-name {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    #additional-menu .dropdown-menu .product-list-item .product-price {
        font-weight: 500;
        color: #1C1A19;
    }
    
    #additional-menu .dropdown-menu .product-list-item .product-price.special {
        color: #E53935;
    }
}
#additional-menu .product-grid .product-thumb:not(.bg_image):before {
  background-color: transparent !important;
}
#additional-menu .product-thumb .image {
  margin-bottom: 0 !important;
}
#additional-menu .product-thumb .caption {
    text-align: center;
    min-height: 0 !important;
    padding: 6px 10px;
}
#additional-menu .product-thumb .product-name {
  margin-bottom: 0 !important;
  min-height: 30px;
}
#additional-menu .product-thumb .product-name a {
  color: #1C1A19 !important;
  -webkit-line-clamp: 2;
  overflow: clip;
  padding: 0;
}

@media (min-width: 992px) {
    #additional-menu .menu-column-1 {
        display: flex;
        flex-direction: column;
    }
    #additional-menu .product-items-list {
        margin-top: 30px;
        width: 100%;
        flex-grow: 1;
        overflow-y: auto;
        height: 0;
        min-height: 0;
        scrollbar-width: none;  /* Firefox */
        -ms-overflow-style: none;  /* IE and Edge */
    }
    #additional-menu .product-items-list::-webkit-scrollbar {
        display: none;
    }
    #additional-menu .product-items-list .product-grid {
        width: 100%;
        padding: 0;
        /* margin-bottom: 20px; */
    }
    #additional-menu .product-items-list .product-grid .product-thumb,
    #additional-menu .product-items-list .product-grid .product-thumb:hover {
        margin-bottom: 0px;
        border: none !important;
        padding: 0 !important;
        transition: none !important;
        transform: none !important;
        box-shadow: none !important;
        top: auto !important;
        background: transparent !important;
        filter: none !important;
    }
    #additional-menu .product-items-list .product-grid .image {
        margin-bottom: 0;
        position: relative;
        overflow: hidden;
    }
    #additional-menu .product-items-list .product-grid .image img {
        max-width: 222px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    #additional-menu .product-items-list .product-grid .caption {
        text-align: center;
        min-height: 0 !important;
        padding: 6px 10px;
    }
}
/* Position menu UNDER the header (54px) */
/* Position menu UNDER the header (54px) */
#fm-fixed-mobile.active-under-header,
.mob-fix-panel.active-under-header {
    top: 54px !important;
    margin-top: 0 !important;
    height: calc(100vh - 54px) !important;
    z-index: 9000 !important; /* High, but below header */
    position: fixed !important;
    display: block !important; /* Ensure it is visible */
}


.up-header, header.up-header {
    z-index: 99999 !important; /* Extremely high */
    position: relative !important; /* Default */
    background: #fff;
    height: 54px; 
}

/* Fix header when menu is open so it doesn't disappear on scroll/overflow hidden */
body.mobile-menu-open-custom .up-header, 
body.mobile-menu-open-custom header.up-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

/* Hide the internal menu header since we used the main header */
#fm-fixed-mobile.active-under-header .mobm-top {
    display: none !important;
}

#fm-fixed-mobile.active-under-header .mobm-header-block {
    display: none !important; /* Hide original placement to use footer if needed */
}

/* Button Animation */
.id-menu-trigger .icon-bar,
.id-menu-trigger .icon-close {
    transition: all 0.3s ease;
}

.id-menu-trigger.active-menu-btn .icon-bar {
    display: none;
    opacity: 0;
}
.id-menu-trigger.active-menu-btn .icon-close {
    display: block !important;
    opacity: 1 !important;
}

/* Fullscreen Wrapper inside the fixed panel */
.mobile-menu-fullscreen {
    display: flex;
    flex-direction: column;
    height: 100% !important; /* Fill parent, not viewport */
    width: 100% !important;
    background: #fff;
    position: relative; /* Changed from absolute to flow correctly */
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 100;
    margin: 0 !important;
    padding: 0 !important;
}

/* 1. Header Tabs */
.mm-tabs-head {
    flex: 0 0 auto;
    border-bottom: 1px solid #ebebeb;
    border-top: none !important; /* Remove top border if sticking to header */
    background: #fff;
    z-index: 10;
    padding-top: 0 !important;
}
.mm-tabs-list {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    list-style: none;
    scrollbar-width: none;
    gap: 20px;
    padding: 16px;
}
.mm-tabs-list::-webkit-scrollbar { display: none; }

.mm-tab-item {
    flex: 0 0 auto;
    transition: all 0.2s;
}
.mm-tab-item.active {
    text-decoration: underline;
    text-underline-offset: 5px;
}
.mm-tab-link {
    display: flex;
    align-items: center;
    gap: 5px;
    /* padding: 8px 12px; */
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
a.mm-tab-link ,
a.mm-tab-link:hover,
a.mm-tab-link:focus,
a.mm-product-link,
a.mm-product-link:hover,
a.mm-product-link:focus,
a.mm-back-btn,
a.mm-back-btn:hover,
a.mm-back-btn:focus {
  color: #1C1A19;
}
.mm-tab-icon {
    object-fit: contain;
}

/* 2. Content Body */
.mm-tabs-body {
    flex: 1 1 auto;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
}
.mm-tab-pane {
    display: none;
    height: auto;
    min-height: 100%;
    flex-direction: column;
}
.mm-tab-pane.active {
    display: flex;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Sub-lists Vertical */
.mm-sub-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    flex: 1 0 auto; /* Grow to push products down */
}
.mm-sub-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 16px;
}
.mm-sub-link {
    display: block;
    /* padding: 12px 0; */
    font-size: 13px;
    color: #1C1A19;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
.mm-sub-list-lvl3 {
    list-style: none;
    padding-left: 15px;
    padding-bottom: 10px;
    display: none; 
    display: block; /* Always show lvl 3 for now */
}
.mm-sub-list-lvl3 li a {
    font-size: 13px;
    color: #666;
    padding: 5px 0;
    display: block;
    text-decoration: none;
}

/* Products (Horizontal Bottom) */
.mm-products-container {
    margin-top: 16px;
    margin-left: 16px;
    flex-shrink: 0;
    width: 100%;
}
.mm-products-scroll {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.mm-products-scroll::-webkit-scrollbar { display: none; }

.mm-product-card {
    flex: 0 0 254px;
    width: 254px;
}
.mm-product-link {
    display: block;
    text-decoration: none;
}
.mm-product-img {
    position: relative;
    margin-bottom: 8px;
    overflow: hidden;
}
.mm-product-img img {
    width: 100%;
    height: auto;
    display: block;
}
.mm-product-name {
    font-size: 11px;
    line-height: 1.3;
    max-height: 2.6em;
    overflow: clip;
}

/* Stickers minimal style */
.mm-stickers { position: absolute; top: 5px; left: 5px; display: flex; flex-direction: column; gap: 2px; }
.mm-sticker span { font-size: 9px; padding: 2px 4px; border-radius: 2px; background: rgba(255,255,255,0.9); font-weight: bold; }
.mm-sticker img { width: auto; max-width: 30px; }


/* 3. Footer */
.mm-fixed-footer {
    flex: 0 0 auto;
    border-top: 1px solid #eee;
    background: #fafafa;
    padding: 10px 15px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    z-index: 20;
    min-height: 50px;
}


/* Shift the internal container down properly */
body.mobile-menu-open-custom .mob-menu-info-fixed-left {
    top: 53px !important;
   /*  height: calc(100vh - 54px) !important; */
}

/* Remove default backdrop when our custom menu is open */
body.mobile-menu-open-custom .ch-bg-mob {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}


/* Mobile Menu Drill Down Styles */
.mm-view-sub {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 50;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.mm-view-sub.is-open {
    transform: translateX(-100%);
}

.mm-sub-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
    flex: 0 0 auto;
}

.mm-back-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1C1A19;
    text-transform: uppercase;
    text-decoration: none;
}

.mm-view-all {
    font-size: 13px;
    color: #1C1A19;
    text-decoration: underline;
    text-underline-offset: 4px;
}


/* Mobile Menu Footer Redesign */
.mm-fixed-footer {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 150;
}

/* Add padding to body content so it doesn't hide behind footer */
.mm-tabs-body {
    padding-bottom: 100px;
}

.mm-footer-langs {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

.mm-footer-langs .language-select {
    display: block;
    width: 100%;
}

.mm-footer-langs #form-language {
    display: flex;
    width: 100%;
    margin: 0;
}

.mm-footer-langs .btn-group {
    display: flex;
    width: 100%;
}

.mm-footer-langs button.dropdown-toggle {
    display: none !important; /* Hide the dropdown button if using standard OC */
}

.mm-footer-langs ul.dropdown-menu {
    position: relative;
    display: flex !important;
    flex-direction: row;
    width: 100%;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    float: none;
    top: auto;
    left: auto;
    background: transparent;
}

.mm-footer-langs li {
    flex: 1;
    text-align: center;
    border-right: 1px solid #ebebeb;
}
.mm-footer-langs li:last-child {
    border-right: none;
}

.mm-footer-langs button.language-select {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 10px;
    background: #fff;
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: #1c1a19;
    text-transform: uppercase;
}
.mm-footer-langs button.language-select:hover,
.mm-footer-langs button.language-select:focus {
    background: #fbfbfb;
}
.mm-footer-langs button.language-select img {
    margin-right: 5px;
}


/* Footer Links */
.mm-footer-links {
    display: flex;
    width: 100%;
}
.mm-footer-link {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #1c1a19;
    text-transform: uppercase;
    text-decoration: none;
    border-right: 1px solid #ebebeb;
    background-color: #fbfbfb;
}
.mm-footer-link:last-child {
    border-right: none;
}
.mm-footer-link:hover {
    background: #fbfbfb;
}


/* Mobile Menu Footer Language Switcher Overrides */
.mm-fixed-footer .box-language {
    display: block !important; /* Override hidden-xs hidden-sm */
    width: 100%;
}

.mm-fixed-footer .box-language .mob-text-language {
    display: none;
}

.mm-fixed-footer .box-language .btn-language-top {
    display: flex;
    width: 100%;
}

.mm-fixed-footer .box-language .lang-select {
    display: block;
    flex: 1;
    text-align: center;
    border-right: 1px solid #ebebeb;
}
.mm-fixed-footer .box-language .lang-select:last-child {
    border-right: none;
}

.mm-fixed-footer .box-language .btn-lang-select {
    width: 100%;
    padding: 12px 16px;
    background: #fbfbfb;
    border: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #C6C6C5;
}

.mm-fixed-footer .box-language .lang-select.active .btn-lang-select {
    color: #1c1a19;
    font-weight: 500;
}

/* .mm-fixed-footer .box-language .lang-select:hover .btn-lang-select {
    color: #000;
    background-color: #f9f9f9;
} */

