#xs-menu-wrap {
  display: none;
}

.header-bars-wrap {
  cursor: pointer;
  position: relative;
  z-index: 99;
}

/* Menu Items */
#xs-menu-wrap {

  position: absolute;
  background: var(--backgroundMain);
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 0;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  height: 100vh;
  transition-duration: 500ms;
  display: flex;

  li {
    /* opacity: 0; */
    opacity: 1;
  }

  li.active {
    opacity: 1;
  }

  li:nth-of-type(1).active {
    transition-duration: 1000ms;
  }

  li:nth-of-type(2).active {
    transition-duration: 2000ms;
  }

  li:nth-of-type(3).active {
    transition-duration: 3000ms;
  }

  li:nth-of-type(4).active {
    transition-duration: 4000ms;
  }

}

/* Bar Items */
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 3.1px;
  background-color: #fff;
  margin: 6px auto;
  transition: 0.4s;
  cursor: pointer;
}

.bar1.change {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
  background: #fff;
}

.bar2.change {
  opacity: 0;
}

.bar3.change {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
  background: #fff;
}

/* Fa Items */
.header-xs-icons .fa {
  font-size: 26px;
}

.header-xs-icons a {
  color: #fff;
}

/* Menu Items */
ul#menu-xs {
  padding: 0px;
  margin: a0;
  margin: 0px;
  text-align: center;
}

#menu-xs li a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  ;
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  float: left;
  text-align: center;
}

#menu-xs li {
  position: relative;
  display: block;
  z-index: 9;
  width: 100%;
  float: left;
  text-align: center;
}

#menu-xs {
  list-style: none;
  text-align: center;
  float: none;
  margin: auto;
  display: block;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
}

#menu-xs li a:focus,
#menu-xs li a:hover,
#menu-xs li.active a {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
}

/* Misc Items */
.disable-scroll {
  overflow: hidden;
}

.fa-xs-phone {
  margin: 0 15px 0 10px;
}

.menu-col-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu-title {
  border-bottom: 2px solid rgba(112, 112, 112, 0.4);
}

.menu-sep {
  margin: 30px 0;
}

.menu-title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}

#xs-menu-wrap {
  color: #fff;
}

#xs-menu-wrap .menu a {
  color: #fff;
}

#xs-menu-wrap .menu li {
  margin: 10px 0;
}

#xs-menu-wrap .menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#xs-menu-wrap.open {
  opacity: 1;
  z-index: 9;
  width: 40%;
  float: right;
}

#xs-menu-wrap {
  color: #fff;
  display: block;
  padding: 0 30px;
}