/* Add custom CSS styles below */ 
.ad-star-btn {
  background-color:var(--color-primary);
}
/**/


/*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;
}


/****/

.banner_ad .item-text {
    font-size: 33px;
    width: 60%;
}
@media(max-width:768px) {
.landing-page-first-banner .item-text {
    max-width: 180px !important;
}

  .landing-page-first-banner  .item-text h1 {
    font-size: 16px !important;
}
  .landing-page-first-banner  .item-text> img {
    width: 100px !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;
  }


  .banner_ad .img1 .text {
    width: 80;
    align-items: start !important;
    text-align: start !important;
}

  .banner_ad .img2 .text ,
  .banner_ad .img3 .text{
    width: 80;
    align-items: end !important;
    text-align: center !important;
}
.banner_ad .item-text {
    font-size: 19px;
    width: 60%;
    line-height: 2 !important;
}
  
}