@media (max-width: 479px) {
    .ps-block--download-app .download-link {
        display: flex;
        flex-flow: row nowrap;
        padding: 0% 10% 0% 10%;
    }
}

.header--mobile {
    background-color: #f3f3f3;
    border-bottom: 0;
    left: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header--mobile.header--sticky .navigation--mobile
 {
    background-color: #f3f3f3;
    -ms-box-shadow: 0 0 3px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header .header__top {
    background-color: #f3f3f3;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 22px 0;
}
.navigation {
    background-color: #f3f3f3;
}
.menu--dropdown>li:hover {
    background-color: rgb(0 0 0 / 0%);
}


.ps-widget--account-dashboard .ps-widget__content ul li a:hover {
    background-color: #ffffff00;
    color: #000;
}

.mega-menu-wrapper {
    max-height: 100vh;
    overflow-y: unset;
}