/*logo**/
.navbar-brand img {
    max-width: 170px;
    filter: brightness(0.5);
}
/*logo*/
/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/* end cat*/
/* banner 2**/
section:nth-child(2 of .landing-page-first-banner) .txt {
    margin-left: 0;
    width: 35% !important;
    height: 60% !important;
    background: #6038128C;
    border-radius: 30px;
}
 section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
    font-size: 35px !important;
}
/* banner 2**/
/*footer */

.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__inner .items-center img {
    filter: brightness(0.5);
}
/***/
@media(max-width:768px) {
section:nth-child(2 of .landing-page-first-banner) .txt {
    margin-left: 0;
    width: 100% !important;
    height: 50% !important;
}
section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
    font-size: 16px !important;
}

}