/* 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;
}
.banner_ad .img3 {
    display: none;
}
.banner_ad .img2 {
    grid-row: span 2;
}
section:nth-child(1 of section.landing-page-first-banner) h1::before {
    content: " ";
    background-image: url("https://cdn.salla.sa/form-builder/CE8D7jjuP2ef34esehKzaCDdNLuzyAVw6gP2V4zp.png");
    background-size: contain;
    margin-bottom: 30px;
    width: 120px;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    margin: auto;
}
@media screen and (max-width:768px) {
section:nth-child(1 of section.landing-page-first-banner) h1::before {
  
    width: 50px;
    height: 40px;
}
section.landing-page-first-banner h1 {
    font-size: 12px !important;
}
.image-title {
    margin-bottom: 10px !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) .container {
    margin-left: 0%;
}
}
section:nth-child(2 of section.landing-page-first-banner) .container {
    margin-left: 5%;
}
/********************/
section.weeklyOffers , .g_cat , .g-products  , .dead_line  , .ads {
    margin-bottom: 40px  !important;
}