.navbar-brand img {
    max-width: 287px;
    filter: brightness(0.0);
    width: 321px !important;
}

/* Add custom CSS styles below */ 
section:nth-child(1 of .landing-page-first-banner) .txt {

     margin-left:  5rem; 
  
}

section:nth-child(2 of .landing-page-first-banner) .txt {

     margin-right:   5rem;
  
}



/**category*/
.g_cat  .grid {
    display: flex !important;
}
.g_cat  .flex:nth-of-type(2) {
    display: none !important;
}
/**end  category*/

/*Store features*/
.g_features .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/***/

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}

.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}

.store-footer .container > div >img {
    filter: brightness(0.0);
}


@media(max-width:768px) {
.main-nav-container {

    height: 58px !important;
}
.navbar-brand img {
    max-width: 160px;
    
}
  
section:nth-child(2 of .landing-page-first-banner) .item-text {
   justify-content: center !important;
}
  
  
.landing-page-first-banner h1 {
    font-size: 25px !important;
    color: #fff !important;
  text-align: center !important;
}
section:nth-child(2 of .landing-page-first-banner) .item-text {
    justify-content: center !important;
    align-items: center !important;
}
  
section:nth-child(1 of .landing-page-first-banner) .txt {
    margin-left: 0rem;
}

  section:nth-child(2 of .landing-page-first-banner) .txt {
    margin-right:  0rem;
}
}