#leftMenu {
	position: relative;
	z-index: 33;
	margin: 0;
	padding: 12px 0;
	list-style: none;
	background: #2b2b2b;
}

#leftMenu li {
	list-style: none;
}

#leftMenu > li:first-child {
	border: 0;
}

#leftMenu > li {
	display: block;
	background: #2b2b2b;
	transition: all 0.1s ease;
}

#leftMenu > li:hover,
#leftMenu .activeDrop {
	background: #ffffff;
}

#leftMenu > li:hover > a {
	background: #f5f5f5;
}

#leftMenu li:hover .menuLink,
#leftMenu .activeDrop .menuLink {
	color: #000000;
}

#leftMenu li .menuLink {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding-right: 8px;
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

#leftMenu .menuLink img {
	vertical-align: middle;
}

#leftMenu li .tb {
	display: table;
	width: 100%;
}

#leftMenu .pc,
#leftMenu .tx {
	display: table-cell;
	padding: 8px;
	vertical-align: middle;
}

#leftMenu li .pc {
	width: 24px;
	height: 21px;
	padding-left: 18px;
	text-align: center;
	transition: all 0.1s;
}

#leftMenu li .pc.no-image {
	width: 12px;
	height: 0;
	padding-left: 0;
}

#leftMenu .no-image + .tx {
	padding-left: 0;
}

#leftMenu .pc img {
	max-width: 100%;
}

#leftMenu ul {
	margin: 0;
	padding: 0;
}

#leftMenu .drop {
	position: absolute;
	top: 0%;
	left: 100%;

	/* overflow: hidden; */
	z-index: 999999;
	display: none;
	width: 1%;
	min-height: 400px;
	table-layout: fixed;
	background: #ffffff;
	border-collapse: collapse;
	box-shadow: 1px 1px 12px rgb(0 0 0 / 40%);
}

#leftMenu .menuItems {
	display: table-cell;
	width: 245px;
	padding: 12px;
	vertical-align: top;
	background-color: #ffffff;
	border-right: 1px solid #e7e8ea;
}

#leftMenu .menuItems li:first-child {
	margin-top: 0;
}

#leftMenu .menuItems li {
	position: relative;
	margin-top: 12px;
}

#leftMenu .dropdown {
	display: none;
}

#leftMenu .menuItems span {
	color: #444444;
	font-size: 14px;
	font-family: robotobold;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}

#leftMenu .menuItems small {
	position: absolute;
	top: 50%;
	right: 0;
	height: 22px;
	margin-top: -11px;
	color: #888888;
	line-height: 22px;
}

#leftMenu .menuItems a {
	display: block;
	color: #000000;
	line-height: 21px;
	transition: all 0.2s ease-in-out;
}

#leftMenu .menuItems a:hover {
	color: #999999;
}

#leftMenu .menuItems a img {
	transition: all 0.2s ease-in-out;
}

#leftMenu .menuItems a:hover img {
	opacity: 0.8;
}

#leftMenu .menuSlider {
	position: relative;
	display: table-cell !important;
	width: 295px;
	vertical-align: middle;
	background: #ffffff; /* Old browsers */
	background: linear-gradient(top, #ffffff 50%, #f9fafc 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(50%, #ffffff),
		color-stop(100%, #f9fafc)
	); /* Chrome,Safari4+ */

	background: linear-gradient(top, #ffffff 50%, #f9fafc 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #ffffff 50%, #f9fafc 100%); /* Opera 11.10+ */
	background: linear-gradient(top, #ffffff 50%, #f9fafc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 50%, #f9fafc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fafc',GradientType=0 ); /* IE6-9 */
}

#leftMenu .menuSlider > ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftMenu .menuSlider > ul > li {
	position: relative;
	float: left;
}

#leftMenu .menuSlider .slideBtnLeft,
#leftMenu .menuSlider .slideBtnRight {
	position: absolute;
	top: 30%;
	z-index: 99;
	width: 14px;
	height: 16px;
	margin-top: 3px;
	background: url("images/slideArrow.png") 0 0 no-repeat transparent;
	opacity: 0.5;
}

#leftMenu .menuSlider .slideBtnLeft:hover,
#leftMenu .menuSlider .slideBtnRight:hover {
	opacity: 0.8;
}

#leftMenu .menuSlider .slideBtnLeft:active,
#leftMenu .menuSlider .slideBtnRight:active {
	opacity: 1;
}

#leftMenu .menuSlider .slideBtnLeft {
	left: 12px;
}

#leftMenu .menuSlider .slideBtnRight {
	right: 12px;
	background-position: -14px 0;
}

#leftMenu .product {
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	border: 0 !important;
}

#leftMenu .product .tabloid {
	position: static !important;
	height: auto !important;
	background: transparent !important;
	border: 0 !important;
}

#leftMenu .product:hover .tabloid {
	box-shadow: none;
}

#leftMenu .oSkuDropdownList {
	position: relative;
	top: 0;
	display: none;
	border-top: 1px solid #e7e8ea;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

#leftMenu .oSkuDropdownList.opened {
	display: block;
}

@media screen and (max-width: 1200px) {
	#leftMenu .no-image + .tx {
		padding-left: 24px;
	}
}

@media screen and (max-width: 1024px) {
	#leftMenu {
		padding-top: 0;
		padding-bottom: 0;
	}

	#main.color_black #leftMenu > li:hover {
		background: transparent;
	}

	#main.color_black #leftMenu > li:hover > a {
		color: #ffffff;
	}

	#main.color_black #leftMenu .drop {
		background: #2b2b2b;
	}

	#leftMenu .drop {
		position: static;
		width: 100%;
		min-height: unset;
		border-top: 1px solid rgb(136 136 136 / 10%);
	}

	#leftMenu .opened .drop {
		display: block;
		box-shadow: none;
	}

	#leftMenu .menuSlider {
		display: none !important;
	}

	#main.color_black #leftMenu .menuItems {
		background: #2b2b2b;
	}

	#leftMenu .menuItems {
		display: block;
		box-sizing: border-box;
		width: auto;
		padding: 6px 0 6px 24px;
		border-right: 0;
	}

	#leftMenu .menuItems + .menuItems {
		margin-top: -12px;
	}

	#leftMenu .menuDropItems {
		display: none;
		padding-left: 24px;
	}

	#main.color_black #leftMenu .menuItems span {
		color: #ffffff;
	}

	#leftMenu .menuItems span {
		font-size: 13px;
		font-family: "roboto_ltregular";
		text-transform: none;
	}

	#leftMenu .menuItems small {
		display: none;
	}

	#leftMenu .menuItems li {
		margin: 0;
	}

	#main.color_black .menuItems li a {
		color: #ffffff;
	}

	#leftMenu .menuItems li a {
		padding: 6px 0;
	}

	#leftMenu .menuItems a.menuLink {
		padding-right: 50px;
	}

	#leftMenu > li {
		box-sizing: border-box;
		border-top: 1px solid rgb(136 136 136 / 10%);
	}

	#leftMenu li a {
		position: relative;
		transition: none;
	}

	#leftMenu > li:hover > a {
		background: transparent;
	}

	#leftMenu > li.opened > a {
		font-family: robotomedium;
	}

	#leftMenu li .menuLink {
		padding-right: 50px;
		font-size: 13px;
	}

	#leftMenu li .pictureLink {
		display: none;
	}

	#leftMenu .tb .tx {
		padding: 14px 0;
	}

	#leftMenu .tb .pc {
		position: relative;
		padding: 14px 12px;
	}

	#leftMenu li .pc.no-image {
		width: 0;
		height: 0;
		padding-left: 0;
	}

	#leftMenu .no-image + .tx {
		padding-left: 14px;
	}

	#leftMenu > li.opened .pc img {
		display: none;
	}

	#leftMenu > li.opened .pc.no-image {
		width: 24px;
		height: 21px;
		padding-left: 12px;
	}

	#leftMenu > li.opened .no-image + .tx {
		padding-left: 0;
	}

	#main.color_black #leftMenu > li.opened .pc .back {
		background: url("images/arrow-back-menu-white.svg") 50% 50% no-repeat transparent;
	}

	#leftMenu > li.opened .pc .back {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url("images/arrow-back-menu-black.svg") 50% 50% no-repeat transparent;
		content: "";
	}

	#leftMenu .allow-dropdown .dropdown {
		position: absolute;
		top: 50%;
		right: 12px;
		display: block;
		width: 30px;
		min-width: unset;
		height: 30px;
		margin-top: -15px;
		padding: 0;
		line-height: normal;
		background-image: url("images/arrow-dropdown-white.svg");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		border-radius: 15px;
		transition: transform 0.15s ease-in-out;
		pointer-events: none;
	}

	#main.color_black #leftMenu li:not(.opened) .dropdown {
		background-image: url("images/arrow-dropdown-white.svg");
	}

	#leftMenu li:not(.opened) .dropdown {
		background-color: transparent;
		background-image: url("images/arrow-dropdown-black.svg");
		border: 0;
	}

	#leftMenu li.opened > a .dropdown {
		width: 24px;
		transform: rotate(-90deg);
	}

	#leftMenu li li.opened + .allow-dropdown,
	#leftMenu li li.opened + .allow-dropdown .menuDropItems {
		display: block;
	}

	#leftMenu li li + .allow-dropdown {
		display: none;
	}
}
