/* Add custom CSS styles below */ 
section:nth-child(1 of .landing-page-first-banner) .item-text {
    max-width: 100% !important;
    background: #FFFFFF4D;
    width: 100% !important;
}

section:nth-child(1 of .landing-page-first-banner) .txt {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}
/*Square pictures*/

.image-title .title-heade {
  color: #fff;
    background-color: unset;
    
}
/**/

.ad-star-btn {
  background-color:var(--color-primary);
}
/**/
/**/
.banner_ad {
    max-height: 100% !important;
}
/*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;
}

.s-payments-list-item:nth-of-type(3) img {
    padding:12px 5px !important;
}

.store-footer a:hover {
    color: #ffffff;
}
/****/
.store-footer .container > div >img {
    filter: brightness(0.0)invert(1) ;
}

@media(max-width:768px) {
.landing-page-first-banner .item-text {
    max-width: 350px !important;
}

  .landing-page-first-banner  .item-text h1 {
    font-size: 30px !important;
}
  .landing-page-first-banner  .item-text> img {
    width: 100px !important ;
}

/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
/* end cat*/

  
}