Dear, If you want show Cart Icon on mobile, Please add custom CSS on your site.
@media (max-width: 991px) {
.noo-header.header-3 .navbar-default{
max-width: 750px;
margin: 0 auto;
}
.noo-header.header-3 .noo-cart-simple{
display: block;
padding: 0;
right: 75px;
}
.noo-cart-simple .cart-item{
position: relative;
}
.noo-cart-simple .cart-item i{
font-size: 25px;
}
.noo-cart-simple .cart-count{
display: block;
position: absolute;
background: #7ac3c0;
color: #fff;
border-radius: 50%;
line-height: 16px;
width: 20px;
height: 20px;
text-align: center;
right: -9px;
bottom: -6px;
font-size: 14px;
}
.noo-cart-simple .cart-name-and-total{
display: none;
}
}
Best regards.