/* Add custom CSS styles below */ 


/**/
.banner_ad {
    max-height: 100% !important;
}
.banner_ad .item-text {
    font-size: 15px;
    margin-bottom: -12px !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 features*/
.g_features .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-top: -9rem;
    z-index: 212;
    background: #ffffff;
    padding: 15px;
    border-radius: 25px;
    border-left: 10px solid  var(--color-primary);
    border-right: 10px solid  var(--color-primary);
}

/***/

@media(max-width:768px) {

  .g_features .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    margin-top: -4rem;
  
}

}


/***/
.store-footer__inner .items-center  .max-w-24 {
    width: 216px;
    max-width: 9rem !important;
}

@media(max-width:768px) {

  


 
  .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*/


  /***mobile **/
.landing-page-first-banner .item-text {
    max-width: 100% !important;
    align-items: center !important;
}
.landing-page-first-banner .item-text h1 {
    font-size: 18px !important;
  text-align: center !important ;
}

/***/
  
}