/* Add custom CSS styles below */ 
@media (max-width:768px){
  header.store-header {
    position: static !important;
}
    body.index div#mainnav svg path {
        stroke: #000 !important;
    }
  body.index .sicon-user:before {
    color: #000 !important;
}
}

body.index .sicon-user:before {
    color: #fff;
}
section.weeklyOffers , .g_cat, .g-products  , .dead_line  , .ads {
    margin-bottom: 40px  !important;
}
section:nth-child(2 of section.landing-page-first-banner)  .container > div{
  background: #ffffff87;
   padding: 20px;
    border-radius: 20px;
}