/* Add custom CSS styles below */ 

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body * {
  font-family: "Cairo", sans-serif;
}
@media screen and (max-width:768px) {
    header.store-header {
        position: static !important;
    }
    .navbar-brand img {
    max-width: 79px;
}
.main-nav-container {
    height: 100px !important;
}
.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) {
section.landing-page-first-banner h1 {
    font-size: 16px !important;
    line-height: 28px !important;
}
section:nth-child(2 of section.landing-page-first-banner) .container > div {
    width: 50% !important;
}
section:nth-child(2 of section.landing-page-first-banner) img{
object-position: 80%;
}
}
/********************/
.banner_ad .img3 {
    display: none;
}
.banner_ad .img2 {
    grid-row: span 2;
}