/* Add custom CSS styles below */ 

/**/
.banner_ad {
    max-height: 100% !important;
}
/*footer */

.copyright-text p {

    color: #fff !important;
}

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



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


/****/
.s-product-card-price {
   
    color: #000000 !important;
}
@media(min-width:992px) {
.ads .imgs {
  
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    width: 73%;
    margin: auto;
}
}
@media(max-width:768px) {
.landing-page-first-banner .item-text {
    max-width: 180px !important;
}

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

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

  
}