/* CREATED BY:  István Besenyei
 * Created on:  2019.01.22
 * Modified:    2019.01.22
 */

@media (min-width: 600px) and (max-width: 991px) {
    .categories {
        width: 100%;
        right: 0px;
        position: relative;
    }
    ul.menuLeft.mainCategory {
        overflow-y: scroll;
        height: 406px;
        padding-bottom: 10px;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
/*    ::-webkit-scrollbar {
        width: 0px;   Remove scrollbar space 
        background: transparent;   Optional: just make scrollbar invisible 
    }*/
    .categoriesButton .categories .menuLeft,
    .categoriesButton .categories .menuRight {
        width: 98%;
        overflow-y: scroll;
        height: 406px;
        float: none !important;
        margin: 0 1%;
        max-width: none;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }    
}
@media (min-width: 600px) {
    .categories ul li {
        display: block !important;
    }
}


@media (max-width: 599px) {
    ul.menuLeft.mainCategory {
        overflow-y: scroll;
        height: 406px;
        padding-bottom: 10px;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    ::-webkit-scrollbar {
        width: 0px;  /* Remove scrollbar space */
        background: transparent;  /* Optional: just make scrollbar invisible */
    }
    
    .categoriesButton .categories .menuLeft,
    .categoriesButton .categories .menuRight {
        width: 98%;
        overflow-y: scroll;
        height: 406px;
        float: none !important;
        margin: 0 1%;
        max-width: none;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }    
    
   .categories {
        position: relative;
   }
    
    .mobileBack {
        margin-bottom: .75em;
        margin-top: -.5em;
        font-size: .8em;
    }
    .mobileBack .material-icons {
        display: inline-block;
        position: relative;
        top: .1em;
        left: -1.75em;
    }
    .mobileBack div {
        display: inline-block;
        margin-left: -2em;
    }
    .leftMenu ul li {
        display: block;
    }
}    
