

.b-a, .bar, .bar:before, .bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  right: 0;
  height: 6px;
  width: 30px;
  border-radius: 15px;
  background-color: rgba(88, 44, 131, 1);
}


.sale_menu {
  display: none;
}

.menu-collapsed {
  transition: all .25s;
  position: fixed;
  top: 35px;
  right: 29px;
  height: 36px;
  width: 36px;
  z-index: 1;
  cursor: pointer;
}
.menu-collapsed ul {
  list-style: none;
  transition: all 0s;
  position: fixed;
  left: 9000px;
  display: flex;
  flex-direction: column;
}

nav {
  width: 90%;
}

.bar {
  position: fixed;
  right: 32px;
  top: 49px;
}
.bar:before {
  top: -8px;
}
.bar:after {
  top: 8px;
}

.b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
  transition: all .25s;
  background-color: white;
  top: -0px;
}

.menu-expanded {
  transition: all .25s;
  text-align: center;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  background-color: rgba(88, 44, 131, 0.9);
}
.menu-expanded ul {
  transition: all 0s;
  position: relative;
  left: 0;
  z-index: 2;
  text-align: center;
}
.menu-expanded ul li {
  width: 100%;
  box-sizing: border-box;
  margin-left: -20px;
}
.menu-expanded a {
  font-style: normal !important;
  width: 100%;
  box-sizing: border-box;
  transition: all .15s;
  text-decoration: none;
  font-size: 2em;
  padding: 2% 0px;
  color: #fff;
  display: block;
}
.menu-expanded a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .15s;
  letter-spacing: 2px;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.menu-expanded .bar {
  background-color: transparent;
  transition: all .25s;
}
.menu-expanded .bar:before {
  transform: rotate(45deg);
}
.menu-expanded .bar:after {
  transform: rotate(-45deg);
}









@media all and  (max-width: 815px) {



.sale_menu {
  display: inherit;
}




}











@media all and  (max-width: 657px) {

.menu-expanded a {
  font-style: normal !important;
  width: 100%;
  box-sizing: border-box;
  transition: all .15s;
  text-decoration: none;
  font-size: 1.5em;
  padding: 2% 0px;
  color: #fff;
  display: block;
  text-align: center;
}


}  









