/* Add custom CSS styles below */ 
section.landing-page-first-banner .container {
    margin-right: 4%;
}
section:nth-child(1 of section.landing-page-first-banner) img.logobanner {
    width: 250px !important;
}
section:nth-child(2 of section.landing-page-first-banner) .container > div  {
    width: 29% !important;
}
@media (max-width:768px){
  section:nth-child(1 of section.landing-page-first-banner) img.logobanner {
    width: 100px !important;
}
 section.landing-page-first-banner .container {
    margin-right: 0px;
    justify-content: flex-start !important;
    margin-top: 80px;
}
section:nth-child(1 of section.landing-page-first-banner) .animate__animated.animate__fadeInUp {
    margin-top: 10px !important;
}
  .banner_ad .item-text {
    font-size: 15px;
}
  section:nth-child(2 of section.landing-page-first-banner) .container > div {
    width: 100% !important;
    align-items: center !important;
  
}
}
/********************/
section.weeklyOffers , .g_cat, .g-products  , .dead_line  , .ads {
    margin-bottom: 40px  !important;
}