/* Add custom CSS styles below */ 
/***********29LT Bukra****************/

@font-face {
  font-family: '29LT Bukra';
  src: url('29ltbukraregular.ttf') format('truetype');
}
body {
  font-family: '29LT Bukra', sans-serif;
  font-weight: 900 !important;
}
/****************************************/
.landing-page-first-banner  .item-text> img {
    width: 200px !important;
}
.banner--fixed img {
  background-color: transparent;
}

/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(8, 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(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 #c58a76;
    border-right: 10px solid #c68a75;
}

/***/

@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;
}
 

/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.g_cat h3 {
    font-size: 10px !important;
}
/* end cat*/


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

  
}