
.mto-mobile-nav{
    display:none;
}

@media only screen and (max-width:767px){

    .mto-mobile-nav{
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        height:74px;
        background:#ffffff;
        display:flex;
        justify-content:space-around;
        align-items:center;
        z-index:9999999;
        box-shadow:0 -2px 18px rgba(0,0,0,0.10);
        border-top:1px solid #ececec;
    }

    .mto-mobile-nav-item{
        flex:1;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        text-decoration:none !important;
        color:#222 !important;
        font-size:11px;
        font-weight:600;
        position:relative;
    }

    .mto-mobile-icon{
        font-size:18px;
        margin-bottom:5px;
        line-height:1;
    }

    .mto-mobile-title{
        line-height:1.2;
    }

    /* PREMIUM BOOK BUTTON */
    .mto-mobile-nav-item:nth-child(3){
        transform:translateY(-18px);
    }

    .mto-mobile-nav-item:nth-child(3) .mto-mobile-icon{
        width:52px;
        height:52px;
        background:#d0c296;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        color:#ffffff;
        font-size:20px;
        margin-bottom:6px;
        box-shadow:0 4px 12px rgba(0,0,0,0.18);
        border:4px solid #ffffff;
    }

    .mto-mobile-nav-item:nth-child(3) .mto-mobile-title{
        color:#b49a57;
        font-weight:700;
    }

    body.single-tour{
        padding-bottom:74px !important;
    }
}
