#categories_left_menu {
    line-height: normal;
}

#categories_left_menu .alt-menu {
    display: none;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-left: 10px;
}

@media only screen and (max-width: 450px) {
    #categories_left_menu.allow-mobile .alt-menu {
        display: block;
    }
}

#categories_left_menu .category-tree-item > a {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 38px;
    padding: 0 10px;

    background-color: white;
    border-radius: 0;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 3px;
    padding-bottom: 2px;
}

#categories_left_menu .category-tree .category-tree-item:last-child > a {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 0;
}

#categories_left_menu .category-tree-item > a.active {
    text-decoration: underline;
}

#categories_left_menu .category-tree-item > a > img {
    width: 17px;
    filter: grayscale(100%);
    margin-right: 10px;
    flex-shrink: 0;
}

#categories_left_menu .category-tree-item > a > img.default-icon {
    height: 13px;
}

#categories_left_menu .category-tree-item.show-more > a > img {
    height: 13px;
}

#categories_left_menu .category-tree-item > a > span {
    /* category name */
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#categories_left_menu .category-tree-item > ul {
    /* sub-categories */
    margin-left: 15px;
}

#category-menu-panel {
    display: none;
    position: absolute;
    top: -5px;
    left: 183px;
    background-color: white;
    min-height: 442px;
    padding: 23px;
    border-top-right-radius: 4px;
    width: 1041px;
    border-bottom-right-radius: 4px;
    z-index: 1000;
}

#category-menu-panel.-anim-content-shift > * {
    transition: margin-top 0.5s ease, margin-bottom 0.5s ease;
}

#categories_left_menu .category-tree {
    margin-top: 5px;
}

#categories_left_menu .category-tree.panel-visible {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background-color: white;
    top: -10px;
    left: -10px;
    padding-top: 10px;
    padding-left: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#categories_left_menu .category-section {
    margin-bottom: 10px;
    padding: 12px 0;
}

#categories_left_menu .category-section.no-canvas .category-tree-item:hover > a {
    text-decoration: underline;
}

#categories_left_menu.esh1794-var-0 .category-section .category-tree-item:hover > a,
#categories_left_menu.esh1794-var--1 .category-section .category-tree-item:hover > a {
    text-decoration: underline;
}

#categories_left_menu .category-section > .section-title {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 6px;
}

#categories_left_menu .category-section .category-tree-item > a {
    border: none;
    margin: 0;
    padding: 0 10px;
    height: 35px;
}

#categories_left_menu .category-section .category-tree-item > a > span {
    font-weight: normal;
}

#categories_left_menu .category-section.section-highlight-1 {
    background-color: #f5f5f5;
    border-radius: 4px;
}

#categories_left_menu .category-section.section-highlight-2 {
    color: white;
    background-color: #d20c0f;
    border-radius: 4px;
}

#categories_left_menu .category-section.section-highlight .category-tree-item > a {
    background-color: transparent;
}

#categories_left_menu .category-section.section-highlight-2 .category-tree-item > a {
    color: white;
}

#categories_left_menu .category-section.section-highlight-2 .category-tree-item > a > img {
    filter: brightness(0%) invert();
}

body:not(.mobile) #left_column {
    margin-top: 0;
}

body:not(.mobile) #left_column #categories_left_menu > .category-tree {
    margin-top: 0;
}

body:not(.mobile) #left_column #categories_left_menu > .category-tree > .category-section {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

body:not(.mobile) #left_column #categories_left_menu > .category-tree.panel-visible > .category-section {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

body:not(.mobile) #left_column #categories_left_menu > #category-menu-panel {
    top: -10px
}

#categories_left_menu .category-section.section-highlight .category-tree-item > a > span {
    font-weight: normal;
}

#categories_left_menu .category-section .category-tree-item > a > span {
    font-weight: bold;
}

#categories_left_menu .category-section .category-tree-item > a {
    height: 38px;
}

#categories_left_menu .category-section.section-highlight .category-tree-item > a {
    height: 30px;
}

#categories_left_menu .category-section .category-tree-item.show-more > a > span {
    font-weight: bold;
}

#categories_left_menu .category-section.section-highlight .category-tree-item > a > img {
    margin-right: 7px;
}

#categories_left_menu .category-section .category-tree-item > a {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 2px;
    margin-bottom: 3px;
}

#categories_left_menu .category-section .category-tree-item:last-child > a,
#categories_left_menu .category-section.section-highlight .category-tree-item > a {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* mobile layout */

@media screen and (max-width: 450px) {

    #categories_left_menu.allow-mobile .category-tree-item {
        margin: 5px 0;
    }
}

#category-panel-shade {
    /* element created by js */
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 970px;
    height: 100%;
    background-color: #808080b3;
    z-index: 999;
}

#category-menu-panel .content {
    line-height: normal;
    font-size: 15px;
}
#category-menu-panel .loading {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    margin-top: 40px;
}

#category-menu-panel .content-header {
    margin-bottom: 32px;
}

#category-menu-panel .content-header .title-category-name {
    font-size: 29px;
    font-weight: bold;
}

#category-menu-panel .content-header .title-category-link {
    margin-left: 15px;
}

#category-menu-panel .categories {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

#category-menu-panel .categories > .category {
    display: flex;
    width: 282px;
    align-content: flex-start;
    margin: 0 32px;
    margin-bottom: 32px;
}

#category-menu-panel .categories > .category > .category-image {
    width: 53px;
    height: 53px;
    margin-right: 15px;
    align-self: flex-start;
    object-fit: contain;
    object-position: top left;
    flex-shrink: 0;
}

#category-menu-panel .categories > .category > .category-list {
    overflow: hidden;
}

#category-menu-panel .categories > .category > .category-list .show-more {
    display: none;
    background-color: #f2f2f2;
    padding: 2px 5px;
    border-radius: 4px;
    margin-top: 5px;
}

#category-menu-panel .categories > .category > .category-list .show-more img {
    width: 10px;
    margin-bottom: 2px;
    margin-left: 10px;
}

#category-menu-panel .categories > .category .category-name {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 4px;
    display: inline-block;
    padding-right: 5px;
}

#category-menu-panel .categories > .category .subcategories li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#category-menu-panel .categories > .category .subcategories li:nth-child(n + 6) {
    /* change CategoryMenuPanel.MAX_SUB_CATS_BEFORE_COLLAPSE when changing the number of subcats before collapse */
    display: none;
}


#category-menu-panel .categories > .category .subcategories.expanded li {
    display: block;
}

@media screen and (max-width: 1280px) {

    #category-menu-panel {
        width: 744px;
        left: 180px;
    }

    #category-menu-panel .categories > .category {
        width: 308px;
    }

}

#category-menu-panel > .content.desktop .category-list > .subcategories {
    font-size: 14px;
}

#category-menu-panel > .content.desktop .category-list > .subcategories > li > a {
    line-height: 21px;
}

#category-menu-panel > .content.desktop .category-list > .subcategories > li > a:hover {
    color: #D20000;
    text-decoration: underline;
}

#category-menu-panel > .content.desktop .categories > .category .category-name {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
}

#category-menu-panel > .content.desktop .categories > .category > .category-list .show-more {
    background-color: transparent;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    line-height: 21px;
    color: #D20000;
    text-decoration: underline;
}

#category-menu-panel > .content.desktop .categories > .category > .category-list .show-more:hover {
    color: #990000;
    text-decoration: none;
}

#category-menu-panel > .content.desktop .categories > .category > .category-list .show-more > img {
    display: none;
}

#category-menu-panel div.mobile {
    display: none;
}

#category-menu-panel div.mobile .back {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

#category-menu-panel div.mobile .back img {
    transform: scaleX(-1);
    filter: grayscale(100%);
    width: 10px;
    margin-right: 10px;
}

#category-menu-panel div.mobile .back span {
    font-weight: bold;
    font-size: 16px;
}

/* <ESH-3410> */

#category-menu-panel .category-panel-banner {
    width: 100%;
}

#category-menu-panel .m-banner,
#category-menu-panel .interview-banner {
    margin-bottom: 0;
}

#category-menu-panel .category-panel-banner img {
    width: 100%;
    height: 218px;
    object-fit: cover;
    object-position: left;
}

body.mobile #category-menu-panel .category-panel-banner {
    display: none;
}

@media screen and (max-width: 1280px) {
    #category-menu-panel .category-panel-banner img {
        height: 156px;
        object-fit: contain;
    }
}

@media screen and (max-width: 450px) {
    body.mobile #category-menu-panel .category-panel-banner {
        display: block;
    }

    #category-menu-panel .category-panel-banner img {
        height: 191px;
        object-fit: contain;
    }
}

/* </ESH-3410> */


@media screen and (max-width: 450px) {


    #category-menu-panel.allow-mobile div.mobile {
        display: block;
    }

    #category-panel-shade.allow-mobile {
        background-color: white;
        z-index: 0;
        min-width: 0;
    }

    #category-menu-panel.allow-mobile {
        left: 0;
        width: 355px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #category-menu-panel.allow-mobile .content-header .title-category-link {
        display: block;
        margin-left: 2px;
        margin-top: 5px;
    }

    #category-menu-panel.allow-mobile > .content .categories > .category {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    #category-menu-panel.allow-mobile > .content .categories > .category .category-name {
        font-size: 21px;
    }

    #category-menu-panel.allow-mobile > .content .categories > .category > .category-image {
        margin-top: 7px;
    }

    #category-menu-panel.allow-mobile > .content .categories > .category .subcategories {
        font-size: 16px;
        line-height: 34px;
    }

    #category-menu-panel.allow-mobile > .content .categories > .category > .category-list .show-more  {
        font-size: 16px;
        line-height: 34px;
    }

    #categories_left_menu.allow-mobile .category-tree.panel-visible {
        padding-left: 0;
        visibility: hidden;
    }
}

/*--ESH-3311--*/
.hamburger-menu-header {
    display: none;
}

@media screen and (max-width: 450px) {
    #left_column.esh3311-var-1,
    #left_column.esh3311-var-2 {
        width: 318px !important;
        top: 0;
        z-index: 1000 !important;
        height: 100% !important;
    }

    #left_column.esh3311-var-1.esh3384-var-0 .alt-menu,
    #left_column.esh3311-var-2.esh3384-var-0 .alt-menu {
        background: #c8b08e;
    }

    #left_column.esh3311-var-1.esh3384-var-1 .alt-menu,
    #left_column.esh3311-var-2.esh3384-var-1 .alt-menu {
        background: #191717;
    }

    #left_column.esh3311-var-1.esh3384-var-2 .alt-menu,
    #left_column.esh3311-var-2.esh3384-var-2 .alt-menu {
        background: #51200D;
    }

    #left_column.esh3311-var-1.esh3384-var-3 .alt-menu,
    #left_column.esh3311-var-2.esh3384-var-3 .alt-menu {
        background: linear-gradient(90deg, #FF4040 0%, #a23737 100%);
    }


    #left_column.esh3311-var-1 .alt-menu a,
    #left_column.esh3311-var-2 .alt-menu a {
        color: white !important;
        font-size: 15px;
        font-weight: bold;
        line-height: normal;
        padding: 5px 0;
    }

    #left_column.esh3311-var-1 .alt-menu li:first-child a,
    #left_column.esh3311-var-2 .alt-menu li:first-child a{
        padding-top: 10px;
    }

    #left_column.esh3311-var-1 .alt-menu li:last-child a,
    #left_column.esh3311-var-2 .alt-menu li:last-child a{
        padding-bottom: 10px;
    }

    #left_column.esh3311-var-1 .cate,
    #left_column.esh3311-var-2 .alt-menu a {
        color: white !important;
        font-size: 15px;
        font-weight: bold;
    }

    #left_column.esh3311-var-1 .category-tree,
    #left_column.esh3311-var-2 .category-tree {
        margin-top: 0;
        z-index: 1000;
    }

    #left_column.esh3311-var-1 #categories_left_menu,
    #left_column.esh3311-var-2 #categories_left_menu {
        width: 318px;
    }

    #left_column.esh3311-var-1 #category-menu-panel,
    #left_column.esh3311-var-2 #category-menu-panel {
        padding: 0 15px !important;
        width: 288px !important;
        top: 23px !important;
    }

    #left_column.esh3311-var-1 .category-section .category-tree-item a,
    #left_column.esh3311-var-2 .category-section .category-tree-item a {
        padding: 0;
        margin: 0 10px;
    }

    .hamburger-menu-header {
        display: block;
        color: white;
        font-size: 15px;
        font-weight: bold;
    }

    .hamburger-menu-header .menu-items {
        background: rgb(210,12,15);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        padding-left: 0;
    }

    .esh3384-var-3 .hamburger-menu-header .menu-items {
        background: linear-gradient(75deg, #E60000 0%, #624141 100%);
    }


    .esh3311-var-1 .hamburger-menu-header .menu-items {
        padding-right: 5px;
    }

    .hamburger-menu-header .menu-items img{
        width: 50px;
    }

    .hamburger-menu-header .menu-items img::after{
        content: '';
    }

    .hamburger-menu-header .menu-items .small-info {
        font-size: 12px;
        font-weight: normal;
    }

    .hamburger-menu-overlay {
        background-color: rgb(119, 119, 119);
        opacity: 0.7;
        cursor: pointer;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        display: none;
    }

    .hamburger-menu-header .menu-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    .hamburger-menu-close {
        min-width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }

    .hamburger-menu-close::before,
    .hamburger-menu-close::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 3px;
        border-radius: 2px;
        background-color: white;
        transform: rotate(45deg);
        top:8px;
    }

    .hamburger-menu-close::after {
        transform: rotate(-45deg);
    }

    .hamburger-menu-close.black::before,
    .hamburger-menu-close.black::after {
        background-color: black;
    }
        

    .hamburger-profile{
        position: relative;
    }

    .login-status {
        position: absolute;
        bottom: 10px;
        right: 7px;
        width: 14px;
        height: 14px;
        border-radius: 7px;
        background-color: #848484;
    }

    .hamburger-profile.logged .login-status {
        background-color: rgb(61, 171, 15);
    }

    #left_column.esh3311-var-1 .alt-menu a,
    #left_column.esh3311-var-2 .alt-menu a{
        display: block;
    }

    .menu-items a {
        color: white;
    }

    .menu-items .hamburger-menu-close {
        align-self: baseline;
    }

    .menu-top img {
        width: 198px !important;
        height: 25px !important;
    }

    #left_column.esh3311-var-1 .category-section,
    #left_column.esh3311-var-2 .category-section{
        margin-bottom: 0;
        padding: 0;
    }

    #left_column.esh3311-var-1 .category-section.section-highlight-1,
    #left_column.esh3311-var-2 .category-section.section-highlight-1{
        padding: 10px 0;
        border-radius: 0;
    }

    #left_column.esh3311-var-1 .alt-menu,
    #left_column.esh3311-var-2 .alt-menu{
        margin-bottom: 0;
    }

    #left_column.esh3311-var-1 .category-name,
    #left_column.esh3311-var-2 .category-name{
        line-height: normal !important;
    }

    #left_column.esh3311-var-1 .category-name,
    #left_column.esh3311-var-2 .category-name{
        line-height: normal !important;
    }

    #left_column.esh3311-var-1 .category-section.section-highlight-1 .category-tree-item:last-child,
    #left_column.esh3311-var-2 .category-section.section-highlight-1 .category-tree-item:last-child{
        margin-bottom: 0;
    }
}
/*ESH-3311 END*/
/* <ESH-3448> */
#categories_left_menu .section-title.esh3448-var-1 img,
#categories_left_menu .section-title.esh3448-var-2 img {    
    padding-right: 11px;
    width: 19px;
    height: 19px;
}

#categories_left_menu .section-title.esh3448-var-1,
#categories_left_menu .section-title.esh3448-var-2 {
    height: 32px;
    margin-bottom: 0;
    color: #D20C0F;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: center;
}

#categories_left_menu .esh3448-var-1.category-section.section-highlight-1 .category-tree-item,
#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 .category-tree-item {
    position: relative;
    padding-left: 8px;
    border-bottom: 0.5px solid #DAEDEE;
}

#categories_left_menu .esh3448-var-1.category-section.section-highlight-1 ul img,
#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 ul img {
    display: none;
}

#categories_left_menu .esh3448-var-1.category-section.section-highlight-1,
#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 {
    padding-top: 0;
    background-color: white;
}

#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 .category-tree-item:last-child,
#categories_left_menu .esh3448-var-1.category-section.section-highlight-1 .category-tree-item:last-child {
    border-bottom: none;
}

#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 .category-tree-item::before,
#categories_left_menu .esh3448-var-1.category-section.section-highlight-1 .category-tree-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: transparent;
}

#categories_left_menu .category-tree.panel-visible .section-title.esh3448-var-2,
#categories_left_menu .category-tree.panel-visible .section-title.esh3448-var-1 {
    border-radius: 4px 4px 0 0;
}

#categories_left_menu.allow-mobile .esh3448-var-1 .category-tree-item,
#categories_left_menu.allow-mobile .esh3448-var-2 .category-tree-item {
    margin: 0;
}
/* </ESH-3448> */



/* <ESH-3448 VAR 1> */
#categories_left_menu .esh3448-var-1.category-section.section-highlight-1 .category-tree-item:nth-child(5n+1)::before {
    background-color: #DAEDEE;
}

#categories_left_menu .esh3448-var-1.category-section.section-highlight-1 .category-tree-item:nth-child(5n+2)::before {
    background-color: #FFCACA;
}

#categories_left_menu .esh3448-var-1.category-section.section-highlight-1 .category-tree-item:nth-child(5n+3)::before {
    background-color: #CEFFDB;
}

#categories_left_menu .esh3448-var-1.category-section.section-highlight-1 .category-tree-item:nth-child(5n+4)::before {
    background-color: #ECE1B6;
}

#categories_left_menu .esh3448-var-1.category-section.section-highlight-1 .category-tree-item:nth-child(5n+5)::before {
    background-color: #E8D0FF;
}

#categories_left_menu .esh3448-var-1.category-section.section-highlight-1 .category-tree-item:last-child::before {
    border-bottom-left-radius: 5px;
}

#categories_left_menu .section-title.esh3448-var-1 {
    background-color: #FFDFDF;
}
/* </ESH-3448 VAR 1> */



/* <ESH-3448 VAR 2> */
#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 .category-tree-item:nth-child(5n+1) a {
    color: #7E4043;
    text-decoration-color: #7E4043;
}

#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 .category-tree-item:nth-child(5n+2) a {
    color: #137333;
    text-decoration-color: #137333;
}

#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 .category-tree-item:nth-child(5n+3) a {
    color: #8430CE;
    text-decoration-color: #8430CE;
}

#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 .category-tree-item:nth-child(5n+4) a {
    color: #CE1882;
    text-decoration-color: #CE1882;
}

#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 .category-tree-item:nth-child(5n+5) a {
    color: #198DE5;
    text-decoration-color: #198DE5;
}

#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 .category-tree-item:nth-child(5n+1)::before {
    background-color: #FEF7E0;
}

#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 .category-tree-item:nth-child(5n+2)::before {
    background-color: #E6F4EA;
}

#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 .category-tree-item:nth-child(5n+3)::before {
    background-color: #F3E8FD;
}

#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 .category-tree-item:nth-child(5n+4)::before {
    background-color: #FCE8E6;
}

#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 .category-tree-item:nth-child(5n+5)::before {
    background-color: #E0F4FF;
}

#categories_left_menu .esh3448-var-2.category-section.section-highlight-1 .category-tree-item:last-child::before {
    border-bottom-left-radius: 5px;
}

#categories_left_menu .section-title.esh3448-var-2 {
    background-color: #FAE4F0;
}
/* <ESH-3448 VAR 2> */

/*--ESH-3598--*/
@media screen and (max-width: 450px) {
    .esh3598-var-1 #category-menu-panel div.mobile .back span {
        font-size: 21px;
        font-weight: bold;
    }

    .esh3598-var-1 #category-menu-panel div.mobile .back {
        margin-bottom: 5px;
    }

    .esh3598-var-1 #category-menu-panel .content-header .title-category-name {
        font-size: 38px;
        font-weight: bold;
    }

    body.esh3295-var-2 .esh3598-var-1 .title-category-link {
        font-size: 21px;
    }

    .esh3598-var-1 .title-category-link {
        font-size: 20px;
    }

    .esh3598-var-1 #category-menu-panel.allow-mobile > .content .categories > .category .category-name {
        font-size: 27px;
        line-height: normal;
    }

    .esh3598-var-1 #category-menu-panel.allow-mobile > .content .categories > .category .subcategories {
        font-size: 20px;
        line-height: 40px;
    }

    .esh3598-var-1 #category-menu-panel.allow-mobile > .content .categories > .category > .category-list .show-more {
        font-size: 19px;
        font-weight: bold;
        line-height: 40px;
    }

    .esh3598-var-1 #category-menu-panel .categories > .category > .category-list .show-more img {
        width: 20px;
        margin-bottom: -2px;
        margin-left: 8px;
    }

    .esh3598-var-1 #category-menu-panel .content-header {
        margin-bottom: 15px;
    }

    .esh3598-var-1 #category-menu-panel .categories > .category {
        margin-bottom: 36px;
    }

    .esh3598-var-1 #category-menu-panel {
        top: 0 !important;
    }

    .esh3598-var-1 #category-menu-panel .categories > .category > .category-list .show-more {
        padding: 2px 16px;
    }
}
/*ESH-3598 END*/