.show_sub_menu2 {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -8px;
	top: 9px;
	cursor: pointer;
	font-size: 15px;
	color: #008000;
}
.show_sub_menu { top: 19px;}
.menu-left.kateg ul ul { position: absolute; width: 225px; background: #E4E4E4; z-index: 1000; margin-left: 36px; padding-left: 5px; display: none;}

.menu-left.kateg li ul li::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff8500;
    top: 7px;
    left: 0;
    display: none !important;
}
.menu-left.kateg li ul li { position: static;}
.menu-left.kateg li ul li a { position: relative;}
.menu-left.kateg li ul li a:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff8500;
    top: 13px;
	left: -13px;
}
.menu-left  ul ul ul { margin: -1px 0 0 19px !important;}
.menu-left  ul ul .show_sub_menu2 { right: -4px;}
.menu-left  ul ul li { padding-left: 17px !important;}
.menu-left li ul.open ul.open { padding-left: 5px;}
#sandbox_theme_panel_1054006 { bottom: 0; top: auto !important;}
.show_sub_menu.open { top: 21px;}
.city__text { cursor: pointer;}