/* Add custom CSS styles below */
/*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;
}



@media (max-width: 767px) {

.landing-page-first-banner .txt {
    width: 50% !important;
    margin-left: 0;
}
  .landing-page-first-banner .item-text h1 {
    font-size: 14px !important;
}


/**/
 .g_cat .grid-cols-3 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
 .g_cat .products-item {
    align-self: start;
    grid-column: 2 span;
}

  .g_cat .flex:nth-child(4) {
    grid-column: 2 /4;
  }
  
  /* تصنيفات */
  
}