.nav-item{
    font-size: 1.4rem;
}
.nav-icon-width{
    width:40px;
}
.navbar-brand-img{
    height: 2rem;
}
@media(max-width: 992px){
    .toggled-nav-fmp{
        width: 100%;
    }
}

@media(min-width: 992px){
    .nav-icon-list{
        margin-top:-5rem;
    }
    .navbar-brand-img{
        height:4rem;
		
    }
}
.btn-shop-background{
    background-color: #09a4e7;
}