/*LEFTMENU*/
.left-menu-block {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 6px 4px #e9e9e9;
    background: #ffffff;
    color: #000000;
}

.leftmenu {
    width: 100%;
    display: inline-block;
}

.left_menu_head {
    font-size: 0.875rem;
    text-align: justify;
    display: flex;
    padding: 20px 16px;
    border-bottom: 1px solid #D6D6D6;
    font-weight: bold;
}

.left_menu_head.hot_offers_2_header {
    background: var(--ifc-blue-300);
}

.left_menu_head span {
    margin-top: auto;
    margin-bottom: auto;
}

.leftmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.leftmenu li {
    padding: 0;
    position: relative;
    list-style: none;
}

body[dir=rtl] .leftmenu li {
    float: left;
    width: 100%;
}

.leftmenu ul li div {
    min-height: 35px;
}

.leftmenu li div {
    position: relative;
}

.leftmenu ul li:not(.have_children) div {
    display: table;
    width: 100%;
}

.leftmenu > ul > li.manual_right_child > div:hover {
    background: rgba(20, 115, 230, 0.05);
}

.leftmenu > ul > .left_menu_li_active.have_children.manual_right_parent > ul > li > ul > li > div:hover,
.leftmenu > ul > .have_children.manual_right_parent > ul > li.have_children.manual_right_parent.manual_right_child > ul > li > div:hover {
    background: rgba(0, 0, 0, 0.05);
}

.manual_right_child.active {
    color: var(--ifc-green-600);
    text-decoration: none;
    border-left: 3px solid var(--ifc-green-600);
    outline: none;
}

.manual_right_child.active > div > a {
    color: var(--ifc-green-600);
}

body[dir=rtl] .leftmenu ul li div:hover a {
    padding-left: 0;
    padding-right: 8px;
}

.leftmenu ul li .nav-element {
    color: currentColor;
    padding-left: 15px;
    text-align: left;
    width: 100%;
    display: table-cell;
    height: 35px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 0.875rem;
    font-weight: 400;
}

body[dir=rtl] .leftmenu ul li .nav-element {
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
}

.leftmenu ul li .nav-element:hover {
    text-decoration: none
}

.leftmenu .arrow_right {
    display: none;
}

.leftmenu ul li ul li .selected_parent .nav-element,
.leftmenu ul li .selected_parent .nav-element {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

body[dir=rtl] .leftmenu ul li ul li .selected_parent .nav-element,
body[dir=rtl] .leftmenu ul li .selected_parent .nav-element {
    text-align: right;
}

.leftmenu ul li ul ul .manual_right_child .nav-element {
    padding-left: 40px;
}

.leftmenu ul .children_icon {
    right: 5%;
    position: absolute;
    top: 14px;
    border: solid currentColor;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 8px;
    float: right;
    transform: rotate(-45deg);
    transition: 0.4s;
}

body[dir=rtl] .leftmenu ul .children_icon {
    left: 5%;
    right: initial;
    border-width: 1px 0 0 1px;
    margin-right: 8px;
    margin-left: 0;
    float: left;
}

.leftmenu ul .children_icon.right_menu_up_inactive,
.leftmenu ul .children_icon.right_menu_up {
    transform: rotate(45deg);
    top: 12px;
}

body[dir=rtl] .leftmenu ul .children_icon.right_menu_up_inactive {
    transform: rotate(-135deg);
}

.leftmenu ul li ul .children_icon.right_menu_down:before,
.leftmenu ul li ul .children_icon.right_menu_down:after {
    background: var(--ifc-gray-900);
}

.leftmenu .left_menu_li_active {
    border-bottom: none !important;
}


.leftmenu > ul > li.have_children.manual_right_parent > ul > li {
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #ffffff;
}

.leftmenu > ul > li.have_children.manual_right_parent > ul > li:last-of-type,
.leftmenu > ul > .have_children.manual_right_parent > ul > li.have_children.manual_right_parent.manual_right_child > ul > li:last-of-type {
    border-bottom: none;
}

.leftmenu > ul > .have_children.manual_right_parent > ul > li.have_children.manual_right_parent.manual_right_child > ul > li {
    background: rgba(20, 115, 230, 0.05);
    border-bottom: 1px solid #ffffff;
}

.leftmenu ul li ul .manual_right_child .selected_child,
.leftmenu > ul > li.have_children > ul > li.manual_right_child > div:hover{
    background: rgba(20, 115, 230, 0.05);
}

.leftmenu > ul > li > ul > .have_children.manual_right_parent.manual_right_child > ul > .manual_right_child {
    border: none;
    border-bottom: none;
}

.leftmenu ul li ul li div {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}

.leftmenu ul li ul .manual_right_child .nav-element {
    padding-bottom: 5px;
    padding-left: 30px;
    padding-top: 5px;
    text-transform: none;
}

body[dir=rtl] .leftmenu ul li ul .manual_right_child .nav-element {
    padding-left: 0;
    padding-right: 18px;
}

body[dir=rtl] .leftmenu ul li ul .manual_right_child .nav-element:hover {
    padding-right: 18px;
}

.leftmenu  li > div.selected_parent,
.leftmenu  li  div:hover {
    color: var(--ifc-green-400);
    border-left: 3px solid var(--ifc-green-400);
}

body[dir="rtl"] .leftmenu  li > div.selected_parent,
body[dir="rtl"] .leftmenu  li  div:hover {
    border-left: 0;
    border-right: 3px solid var(--ifc-green-400);
    background-color: var(--ifc-gray-100);
}

.left_menu_li_active.manual_right_child {
    border-bottom: none;
}

.leftmenu > ul > li > .selected_parent > .nav-element + .children_icon {
    border-width: 0 2px 2px 0;
}

.leftmenu ul li ul .manual_right_child .selected:hover {
    cursor: pointer;
}

/*END LEFTMENU*/