/* Add custom CSS styles below */ 

#app > div.app-inner.flex.flex-col > div.relative.z-0.s-block > footer > div.store-footer__top > div > div > div.flex-1.mb-2\.5.col-span-2 > div {
    margin-top: 30px !important;
}


.sicon-menu:before {
    color: #ffffff;
}

.navbar-brand img {
    max-height: 5rem;
}

.fixed-pinned .navbar-brand img {
    max-height: 4rem;
}

@media(max-width:768px){

.navbar-brand img {
    max-height: 3rem;
}

}