/* Add custom CSS styles below */ 
section:nth-child(1 of .landing-page-first-banner) .item-text {
    max-width: 39% !important;
}
section:nth-child(1 of .landing-page-first-banner) .item-text h1 {
    max-width: 70% !important;
    text-align: center !important;
}
.landing-page-first-banner .item-text {

    position: absolute;
    top: 10rem;
}

/*Store features*/
.g_features .grid {
    gap: 1rem !important;
    margin-top: -10rem;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 20px  0;
    border-radius: 60px;
    border-left: 10px solid #e3ab4d;
    border-right: 10px solid #e1aa55;
    box-shadow: 0px 5px 31px 0px #00000040;
}


.g_features .container {
    max-width: 90% !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;
    padding:12px 5px !important;
    height: unset;
}

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


/****/


@media(max-width:768px) {

  .g_features .grid {
  
    margin-top:-8rem;
 
}
.g_features .container {
    max-width: 100% !important;
}
.landing-page-first-banner .item-text {
    position: absolute;
    top: 2rem;
}
  section:nth-child(1 of .landing-page-first-banner) .item-text {
    max-width: 55% !important;
}


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

}