/* Add custom CSS styles below */ 
@media (min-width:991px){
  .landing-page-first-banner .txt.container {
    max-width: 85%;
}
}
.image-title .title-heade {
    color: #fff;
}

.g_cat  .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
a.ad-star-btn.text-nowrap {
    background: #656a58;
    color: #fff !important;
}
@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;
    width: 58% !important;
}
}