@media screen and (max-width: 980px) {
    #rec886289812 .tmenu-mobile__menucontent_fixed {
        position: fixed;
        top: 64px;
        border-bottom: solid 1px rgb(207 196 196);
    }
}

.tmenu-mobile__container {
    min-height: 64px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
border-bottom: solid 1px rgb(207 196 196);
}

@media screen and (max-width:500px) {
.t456__leftwrapper {
    display: none !important;
}
}