Untitled

 avatar
unknown
plain_text
2 years ago
6.5 kB
9
Indexable
@media(max-width:767px) {
    html body .egNwMbMenu {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100vw;
        height: 100%;
        overflow: scroll;
        background-color: rgba(0 0 0 /41%);
        z-index: 99999999999999 !important;
        transition: opacity 0.2s linear;
    }

    html body #nav-mobile-toggle #header-nav {
        opacity: 0 !important;
        z-index: -999999 !important;
    }

    html body:not(.eg-show-menu) .egNwMbMenu {
        opacity: 0;
        pointer-events: none;
    }

    html body .egNwMbMenuWpr {
        --mxwdt: 430px;
        width: 94%;
        background: white;
        max-width: var(--mxwdt);
        position: relative;
        min-height: 100%;
        padding-bottom: 50px;
        transform: 0;
        transition: transform 0.3s linear;
    }

    html body:not(.eg-show-menu) .egNwMbMenuWpr {
        transform: translateX(-100%);
    }

    html body .egNwMbMenu_hdr {
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }

    html body .egNwMbMenu_cut {
        width: 100%;
        background: none;
        border: none;
        outline: none;
        display: flex;
        justify-content: flex-end;
        padding: 6px;
    }

    html body .egNwMbMenu_cut svg {
        --wdt: 20px;
        width: var(--wdt);
        height: var(--wdt);
    }

    html body .egNwMbMenu_ftr {
        position: fixed;
        bottom: 0;
        width: 93.8%;
        max-width: var(--mxwdt);
        background: white;
    }

    html body .egNwMbMenu_ftr_wpr {
        display: flex;
        padding: 14px;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #E4E4DD;
    }

    html body .egNwMbMenu_ftr_accbox_lnk {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    html body .egNwMbMenu_ftr_accbox_lnk img {
        min-width: 18px;
        max-width: 18px;
        min-height: 18px;
        max-height: 18px;
        margin-right: 7px;
        margin-top: 2px !important;
    }

    html body .egNwMbMenu_ftr_accbox_lnk span {
        font-size: 15px;
        color: #000;
        font-weight: 400;
        display: flex;
        align-items: center;
        height: auto;
        line-height: 17px;
    }

    html body .egNwMbMenu_ftr_srch {
        background: 0;
        outline: 0;
        border: navajowhite;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1;
        cursor: pointer;
    }

    html body .egNwMbMenu_ftr_srch svg {
        --wdt: 18px;
        width: var(--wdt);
        height: var(--wdt);
    }

    html body .egNwMbMenu_bdy_menuitems {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    html body .egNwMbMenu_bdy_menuitems_itm {
        border-top: 1px solid #e8e8e1;
    }

    html body .egNwMbMenu_bdy_menuitems_itm[data-stage="1"]>.egNwMbMenu_bdy_menuitems_itm_link {
        background: #faf6eb;
    }

    html body .egNwMbMenu_bdy_menuitems_itm[data-stage="2"]>.egNwMbMenu_bdy_menuitems_itm_link {
        background: #ECDFC8;
    }

    html body .egNwMbMenu_bdy_menuitems_itm_link {
        display: flex;
        width: 100%;
        padding: 14px 15px;
        cursor: pointer;
        font-size: 16px;
        justify-content: space-between;
        font-weight: 400 !important;
        color: #000;
    }

    html body .egNwMbMenu_bdy_menuitems_itm_link_arr,
    html body .egNwMbMenu_bdy_menuitems_itm_link_arr svg {
        --wdt: 12px;
        width: var(--wdt);
        height: var(--wdt);
        transition: transform 0.2s linear;
    }

    html body .egNwMbMenu_bdy_menuitems_itm_link.eg-slide-up .egNwMbMenu_bdy_menuitems_itm_link_arr svg {
        transform: rotate(-180deg);
    }

    html body .egNwMbMenu_bdy_menuitems_itm_socialwpr p {
        margin-bottom: 0;
        display: flex;
        grid-gap: 10px;
        padding: 10px;
        cursor: pointer;
    }

    html body .egNwMbMenu_bdy_menuitems_itm_socialwpr img {
        --wdt: 41px;
        min-width: var(--wdt);
        max-width: var(--wdt);
        min-height: var(--wdt);
        max-height: var(--wdt);
    }

    html body .egNwMbMenu_bdy_menuitems_itm_sublist {
        list-style: none;
        margin: 0;
        padding: 0;
        transition: height 0.3s linear;
        height: 0;
        overflow: hidden;
    }

    html body .egNwMbMenu_bdy_menuitems_itm_link_hassublist.eg-slide-up+.egNwMbMenu_bdy_menuitems_itm_sublist {
        height: auto;
        overflow: unset;
    }

    html body .egNwMbMenu_hdr_bnr .egNwMbMenu_hdr_bnr-lnk {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        height: 137px;
    }

    html body .egNwMbMenu_hdr_bnr .egNwMbMenu_hdr_bnr-lnk img {
        border-radius: 5px;
        display: block;
        object-fit: cover;
        max-width: 100%;
        height: 100%;
        width: 100%;
    }

    html body .egNwMbMenu_bdy_slider-title {
        font-size: 16px !important;
        margin-bottom: 11px !important;
        margin-top: 14px !important;
        padding: 0 13px;
        font-weight: 400 !important;
    }

    html body .egNwMbMenu_bdy_slider-wpr {
        display: flex;
        overflow: scroll;
        max-width: calc(100% - 1px);
        padding-left: 14px;
        scrollbar-width: none !important;
    }

    html body .egNwMbMenu_bdy_slider-wpr::-webkit-scrollbar {
        display: none !important;
    }

    html body .egNwMbMenu_bdy_slider-slider {
        list-style: none;
        padding: 0;
        display: flex;
        width: 100%;
        min-width: max-content !important;
        grid-gap: 10px;
        padding-right: 14px;
    }

    html body .egNwMbMenu_bdy_slider-item {
        width: 119px;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    html body .egNwMbMenu_bdy_slider-item span {
        font-size: 12px;
        line-height: normal;
        margin-top: 7px;
        color: #000;
    }

    html body .egNwMbMenu_bdy_slider {
        margin-bottom: 28px;
    }

    html body.eg-show-menu [id^="trustbadge-container"] {
        z-index: 20 !important;
    }

    html body .egNwMbMenu_bdy_menuitems_itm_link[data-underline] {
        text-decoration: underline !important;
    }
}
Editor is loading...
Leave a Comment