.sidenav {
    background-color: var(--alberty-grey-light);
    bottom: 0;
    left: 0;
    opacity: 0.95;
    overflow-x: hidden;
    padding-top: 60px;
    position: fixed;
    top: 50px;
    transition: 0.5s;
    width: 0;
    z-index: 10000;
}

.sidenav .closebtn {
    color: black;
    font-size: 50px;
    position: absolute;
    top: 0;
    right: 25px;
}

.sidebar-menu-text {
  cursor:pointer;
  font-size:30px;
  font-family: LatoWebLight;
}

/*#sidebar-menu-button {*/
/*  display: none;*/
/*}*/

/*#sidebar-settings-button {*/
/*  display: none;*/
/*  float: right;*/
/*}*/

#mobile-message {
    background-color: red;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    width: 100%;
}


@media (max-width: 992px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

  #side-bar-content {
    margin: 45px 10px;
  }

  .upper-menu-button {
    display: block;
    font-size: 24px;
    margin: 20px 0;
    white-space: normal;
    width: 100%;
  }

  .upper-menu-title {
    font-size: 30px;
  }

  #sidebar-menu-button {
    border-radius: 7px;
    display: inline-block;
    padding: 10px 7px;
  }

    #sidebar-settings-button {
    display: inline-block;
    float: right;
    padding: 10px;
  }
}


.mobileSettings {
    background-color: #111;
    height: 100%;
    opacity: 0.95;
    overflow-x: hidden;
    padding-top: 60px;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.5s;
    width: 0;
    z-index: 1;

}
.mobileSettings .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 50px;
}

.side-menu-subcategory-wrapper {
    margin-left: 20px;
}

.side-menu-wrapper {
    background-color: white;
    z-index: 110;
    padding-left: 30px;
}

.side-menu-list {
    margin: 0;
    padding: 0;
}

.side-menu-main-category-active {
    background-color: var(--alberty-blend-mode);
}

.side-menu-subcategory-active {
    background-color: var(--alberty-grey);
}
