
.shop-back{
    background: url('/assets/img/bg.webp');
    background-position: center;
    background-size: cover;
}

#navbar a{
    color: #FFF;
    font-size: 18px;
    font-weight: 900;
}

#home-btn-group{
    position: fixed;
    bottom: 0;
}

#home-btn-group span, #home-btn-group a{
    font-size: 19px;
    font-weight: 900;
}

.nav-item{
    margin-right: 30px;
}

#contact{
    background:#FFF;
}


@media (max-width: 576px) {

    #social-links{
        display: block;
    position: fixed;
    top: 0;
    right: 20px;
    }

.main-header-after{
    display: block;
    height: 103px;
    background: url(/assets/img/bottompd.png);
    background-size: contain;
    width: 100%;
    background-position: center;
    /* margin-top: 97px; */
    position: fixed;
    top: 90px;
}

#navbar .main-logo-a{
    display: block;
    width: 100%;
    text-align: center;
}

}