/* ======================================
   VOBBOS MOBILE BOTTOM NAVIGATION
====================================== */

.vobbos-mobile-nav{
position:fixed;
left:0;
right:0;
bottom:0;
width:100%;
height:65px;
background:#ffffff;
display:flex;
justify-content:space-around;
align-items:center;
box-shadow:0 -2px 15px rgba(0,0,0,.15);
z-index:999999;
padding:0;
margin:0;
}

.vobbos-mobile-nav a{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
text-decoration:none;
font-size:12px;
color:#333;
font-weight:500;
width:20%;
}

.vobbos-mobile-nav a i{
font-size:22px;
margin-bottom:4px;
}

.vobbos-mobile-nav .sell-now{
    background:transparent;
    width:auto;
    height:auto;
    margin-top:0;
    box-shadow:none;
    border-radius:0;
    color:#2F6DF6;
}

.vobbos-mobile-nav .sell-now i{
    font-size:32px;
    line-height:1;
    margin-bottom:3px;
}

.vobbos-mobile-nav .sell-now span{
    display:block;
    font-size:12px;
    font-weight:600;
    color:#333;
}