/* Add custom CSS styles below */ 

.landing-page-first-banner .container {
    margin-right: 7%;
}
.landing-page-first-banner .container > div {
  width: 39% !important;
}
section:nth-child(1 of .landing-page-first-banner ) .container > div {
    background: #6b363273;
    padding: 30px;
    border-radius: 20px;
    
}
.banner_ad {
  max-height: 100vh !important;
   height: 100vh !important;
}
@media (max-width:768px){
  .landing-page-first-banner .container > div {
    width: 100% !important;
}
  .landing-page-first-banner .container {
    margin-right: 0px;
}
  .main-nav-container #shopping-bag path, .main-nav-container #heart path, .search-btn path {
 
    stroke: #000 !important;
}
  header.store-header {
    position: static !important;
}
}