.p-mobile-nav {
    display: none
}

@media screen and (max-width:750px) {
    .p-mobile-nav__bottom a, .p-mobile-nav__inner a, .p-mobile-nav__item a span {
        font-family: NotoSansCdBold,sans-serif;
        font-weight: 700
    }

    .p-mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        padding: 41px 0;
        width: 100%;
        height: 100%;
        background-color: #8f99bc;
        overflow: auto;
        z-index: 1235
    }

    .p-mobile-nav__item {
        position: relative
    }

        .p-mobile-nav__item a {
            display: inline-block;
            margin: 9px 0;
            padding-left: 36px;
            color: #fff;
            text-decoration: none
        }

            .p-mobile-nav__item a span {
                font-size: 20px
            }

    .p-mobile-nav__arrow {
        position: relative;
        top: 2px;
        left: 3px;
        width: 17px;
        height: 21px;
        background-color: transparent;
        background-image: url(/modules/Teva.Bendeka.Consumer/Client/Images/Icons/icon-menu-arrow.svg);
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center;
        border: none;
        cursor: pointer;
        -webkit-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease
    }

        .p-mobile-nav__arrow.open {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

    .p-mobile-nav__inner {
        display: none;
        margin-bottom: 10px
    }

        .p-mobile-nav__inner li {
            margin-bottom: 1px;
            padding: 12px 0;
            background-color: #fff
        }

        .p-mobile-nav__inner a {
            display: block;
            margin: 0 !important;
            padding-left: 50px;
            font-size: 16px;
            color: #818181 !important
        }

    .p-mobile-nav__bottom {
        padding: 50px 0 0 30px
    }

        .p-mobile-nav__bottom a {
            font-family: NotoSansCd,sans-serif;
            display: inline-block;
            margin-bottom: 14px;
            padding: 0 6px;
            font-size: 18px;
            color: #fff;
            text-decoration: none
        }
}

.p-mobile-menu-close {
    width: 38px;
    height: 37px;
    background-image: url(/modules/Teva.Bendeka.Consumer/Client/Images/Icons/icon-close.png);
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 7px;
    right: 13px;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center
}
/*# sourceMappingURL=mobile-nav.css.map */
