/*Square pictures*/
.image-title .title-heade {

    background-color: unset;
    
}
/**/
/****/

section:nth-child(2 of .landing-page-first-banner) .txt {
    margin-right: 0;
}
section:nth-child(1 of .landing-page-first-banner) .item-text >img {

    width: 220px !important;
    filter: brightness(0.0)invert(1);
}

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

    width: 220px !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;
}




@media(max-width:768px) {
section:nth-child(2 of .landing-page-first-banner) .item-text >img {
    width: 100px !important;
}

section:nth-child(1 of .landing-page-first-banner) .item-text >img {
    width: 100px !important;
}

section:nth-child(2 of .landing-page-first-banner)  .item-text h1 {
    font-size: 20px !important;
   color: #fff !important;
}
section:nth-child(1 of .landing-page-first-banner)  .item-text h1 {
    font-size: 25px !important;
   color: #fff !important;
}

  
 .g_cat .grid-cols-3 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
 .g_cat .products-item {
    align-self: start;
    grid-column: 2 span;
}

  .g_cat .flex:nth-child(4) {
    grid-column: 2 /4;
  }

  


}