/* Add custom CSS styles below */ 

 .landing-page-first-banner .item-text p {
    font-size:45px !important;
   background: #EEE2CE;
   padding: 0 3rem ;
}
.landing-page-first-banner .item-text {

    width: 100% !important;
 
}
section:nth-child(1 of .landing-page-first-banner) .txt {

    margin-left: 0;
}

section:nth-child(2 of .landing-page-first-banner) .txt {

    margin-right:  0;
}


/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/* end cat*/
/**/
.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(4) img {
    padding:12px 5px !important;
}


/****/
@media(max-width:768px) {
.landing-page-first-banner .item-text p {
    font-size: 15px !important;
 
}

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


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

    font-size: 20px !important;    
  }

   section:nth-child(1 of .landing-page-first-banner) .item-text h1{

    font-size: 14px !important;    
  }
/***/
  
.landing-page-first-banner .item-text {
    max-width: 100% !important;
}

  .landing-page-first-banner  .item-text h1 {
    font-size:20px !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*/
.s-product-card-vertical {
    flex-direction: column;
    height: 330px !important;
}
  
}