/* Add custom CSS styles below */ 
@media (min-width:991px){
  .landing-page-first-banner .txt.container {
    max-width: 85%;
}
}
@media (max-width:768px){
  header.store-header {
    position: static !important;
}
  .main-nav-container #shopping-bag path, .main-nav-container #heart path, .search-btn path {
    stroke: #000 !important;
}
  .sicon-user:before {
   
    color: #000;
}
  h1.animate__animated.animate__fadeInUp.custom-dlay-heading {
    font-size: 20px !important;
  
}
  .main-nav-container {
    min-height: 46px;
    height: 95px;
}
  section:nth-child(2 of section.landing-page-first-banner) .container > div {
    width: 60% !important
  }
 section:nth-child(2 of section.landing-page-first-banner) img {
    object-position: 90% !important;
}
}