/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.navbar-brand img {
    max-width: 100px;
    filter: brightness(0.0);
}
/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/* end cat*/


.ad-star-btn {
  background-color:var(--color-primary);
}
.landing-page-first-banner .txt{
    justify-content: end !important;
    padding: 71px 0;
}

/*footer */

.copyright-text p {

    color: #fff !important;
}

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

section:nth-child(2 of .landing-page-first-banner) .item-text > img{

width:250px !important;
    
 margin:auto   
    
}
.store-footer .container > div >img {
    filter: brightness(0.0);
}
.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
}
.w-full.section_c_r .absolute img {
    display: none;
}

@media (max-width: 576px) {
section:nth-child(2 of .landing-page-first-banner) .item-text > img {
    width: 215px !important;
    margin: auto;
    height: 93px;
}
.landing-banner .justify-center {
    justify-content: center !important;
    padding: 0;
}

.landing-banner .font-bold {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    width: 100%;
    text-align: center !important;
    width: 100% !important;
}
.landing-banner .item-text {
    background-color: rgb(0 0 0 / 71%);
    align-items: center !important;
    position: absolute;
    bottom: 0;
    padding: 23px;
}
}