/* 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;

}
section.weeklyOffers , .g_cat, .g-products  , .dead_line  , .ads {
    margin-bottom: 40px  !important;
}
.banner_ad .img3 {
    display: none;
}
.banner_ad .img2 {
    grid-row: span 2;
}
@media (max-width:768px){
header.store-header{
    position: static !important;
}
}
section:nth-child(2 of section.landing-page-first-banner) h1.animate__animated{
    font-size: 30px !important;
}
section.landing-page-first-banner .container {
    margin-right: 10%;
}
@media (max-width:768px){
section.landing-page-first-banner .container {
    margin-right: 0%;
}
section.landing-page-first-banner .container > div  {
    width: 50% !important;
}
section:nth-child(2 of section.landing-page-first-banner) h1.animate__animated {
    font-size: 12px !important;
}
}