/* Add custom CSS styles below */ 
section.g_cat .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/********************/
section.weeklyOffers , .g_cat, .g-products  , .dead_line  , .ads {
    margin-bottom: 40px  !important;
}
@media screen and (max-width:768px) {
.main-nav-container {
    min-height: 68px;
    height: 100px !important;
}
.navbar-brand img {
    max-width: 56px;
}
.fixed-header .navbar-brand img {
    max-width: 50px;
}
}

/***************/
.landing-page-first-banner h1 , .landing-page-first-banner p{
display:none;
}