/* Add custom CSS styles below */ 
/*Store features*/
.g_features .grid {
    width: 60% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin: auto;
}
/***/
section:nth-child(2 of .landing-page-first-banner) .txt {

     margin-left:  2rem; 
  
}
section:nth-child(2 of .landing-page-first-banner) .item-text {
    max-width: 66% !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;
}



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

.landing-page-first-banner  .item-text h1 {
    font-size: 16px !important;
    text-align: center !important;
}

.landing-page-first-banner .txt {
    padding-right: 0;
}

.landing-page-first-banner .item-text {
   
    position: absolute;
    bottom: 0;
    padding: 35px 8px;

    background-image: linear-gradient(to bottom , #ffffff, transparent);
}

  section:nth-child(2 of .landing-page-first-banner) .txt {
    margin-left: 0;
}

.landing-page-first-banner .item-text {
    max-width: 100% !important;
  
    align-items: center !important;
}
  /*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/* end cat*/
}