.bgopacity #site-navigation-aside {
    left: 0 !important;
}
.bgopacity:before {
    content: "";
    left: 240px;
    position: fixed;
    right: 0;
    top: 0px;
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    z-index: 9999;
    backdrop-filter: saturate(100%) blur(5px);
    -webkit-backdrop-filter: blur(5px) contrast(100%);
}
.hamburger-lines.activate .line1 {
    transform: rotate(47deg);
    margin-top: 1px;
}
.hamburger-lines.activate .line2 {
    transform: scaleY(0);
}
.hamburger-lines.activate .line3 {
    transform: rotate(-47deg);
}
.line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}
.line2 {
    transition: transform 0.2s ease-in-out;
    width: 80%;
}
.hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}
.hamburger-lines .line {
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;
}
.hide-menu {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
	position:fixed;
	background-color:black;
	z-index:600;
}
@media screen and (max-width:768px){
.hide-menu {
right:0;
}
}
#site-navigation-aside>ul>li>a>svg {
    margin-right: 15px;
    width: 18px !important;
    fill: #ffb601;
}
.aside-filters a svg, .aside-filters a img {
    margin-right: 15px;
    width: 18px !important;
    height: 18px;
    fill: #ffb601;
}
.aside-filters {
    margin-bottom: 10px;
    padding: 0 10px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
#site-navigation-aside ul, #site-navigation-aside ul li, #site-navigation-aside ul li a, #site-navigation-aside #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#site-navigation-aside>ul>li>a {
    padding: 0 10px;
    color: #fff;
    outline: 0;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    height: 30px;
    line-height: 30px;
    align-items: center;
}
#site-navigation-aside ul, #site-navigation-aside ul li, #site-navigation-aside ul li a, #site-navigation-aside #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
.aside-filters {
    margin-bottom: 10px;
    padding: 0 10px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
article, aside, details, figcaption, figure, main, menu, .orgasmo nav, section, summary {
    display: block !important;
}
.aside-filters:last-child {
    border: 0;
}
.aside-filters span {
    display: block;
}
.aside-filters a {
    color: #fff;
    outline: 0;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    height: 30px;
    line-height: 30px;
    align-items: center;
}
.aside-filters h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 500;
    color: #ffb601;
}
@media screen and (min-width: 768px) {
    .hide-menu {
        min-width: 50px;
        max-width: 50px;
    }
}
.hamburger-lines {
    display: block;
    height: 20px;
    width: 24px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hamburger-lines .line {
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;
}
#site-navigation-aside {
    position: fixed;
    height: calc(100% - 0px);
    width: 240px;
    color: #fff;
    background-color: rgba(30, 30, 30, .72);
    -webkit-backdrop-filter: saturate(1.8) blur(20px);
    backdrop-filter: saturate(1.8) blur(20px);
    border-top: 1px solid hsl(0deg 0% 100% / 10%);
    top: 0px;
    left: -240px;
    overflow: auto;
    z-index: 99998;
    border-right: 1px solid hsl(0deg 0% 100% / 10%);
}
ul#menu-main-menu {
    padding-top: 1em;
}