.mobile-menu {
display: none;
position: absolute;
top: 74px;
left: 0;
right: 0;
bottom: 0;
z-index: 100;
height: calc(100vh);
background: linear-gradient(90deg, rgba(111, 66, 193, 0.8) 0%, rgba(66, 9, 246, 0.8) 100%) #fff;
}
@media (min-width: 768px) {
.mobile-menu {
top: 105px;
}
}
.mobile-menu ul {
padding-left: 0;
list-style: none;
}
.mobile-menu ul li {
margin-bottom: 1.875rem;
}
.mobile-menu ul li:has(.search-icon) {
display: none;
}
.mobile-menu ul li a {
font-size: 1.5rem;
line-height: 1.2083;
color: #fff;
}
.mobile-menu .block-block-useraccountmenu {
padding: 2.5rem 0 5rem;
}
.mobile-menu .block-block-useraccountmenu ul li {
display: inline-flex;
padding: 0.875rem 0;
width: calc(50% - 7px);
justify-content: center;
color: #fff;
}
.mobile-menu .block-block-useraccountmenu ul li.btn-transparent {
border: 1px solid #6f42c1;
margin-right: 0.5rem;
}
@media (max-width: 991.98px) {
.mobile-menu-opened {
overflow: hidden;
position: fixed;
max-height: 100%;
width: 100%;
}
.mobile-menu-opened .mobile-menu {
display: block;
overflow: scroll;
}
}
.navbar-header {
position: relative;
}
.navbar-header .navbar-toggle {
position: absolute;
top: 4px;
right: 26px;
text-decoration: none;
cursor: pointer;
user-select: none;
font-size: 0;
width: 42px;
height: 42px;
background: transparent url("../../../../build/img/global/menu.svg");
border: none;
appearance: none;
-webkit-appearance: none;
}
.mobile-menu-opened .navbar-header .navbar-toggle {
background-image: url("../../../../build/img/global/menu-close.svg");
}
@media (min-width: 768px) {
.navbar-header .navbar-toggle {
width: 54px;
height: 54px;
padding: 1rem 0.625rem;
top: 0;
right: 24px;
background-image: url("../../../../build/img/global/menu-tb.svg");
}
.mobile-menu-opened .navbar-header .navbar-toggle {
background-image: url("../../../../build/img/global/menu-close-tb.svg");
}
}
/*# sourceMappingURL=menu.mobile.css.map */