/* Add custom CSS styles below */ 


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

/*Advertising banner  */

.ad-star-btn {
  background-color:var(--color-primary);
}
/**/
/****/
.section_c_r .content_tistimonial .cover_content .rating_name .name {
 
    color: #ffffff;

}
.section_c_r .content_tistimonial {
    background-color: #1A3852;

}

/*****/

/*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;
}

/***/

/** 2 text banner*/
section:nth-child(2 of .landing-page-first-banner) .item-text {
    max-width: 100% !important;
    width: 100% !important;
    align-items: end !important;
}
section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
    font-size: 70px !important;
    text-align: start;
    transform: translate(5rem, 0rem);
}
section:nth-child(2 of .landing-page-first-banner) .item-text p {
    font-size: 90px !important;
    transform: translate(-10rem, 10px);
}

section:nth-child(2 of .landing-page-first-banner) .txt {
    
    max-width: 100%;
}
section:nth-child(2 of .landing-page-first-banner) .item-text a {
   margin-left: 2rem;
}

section:nth-child(2 of .landing-page-first-banner) .item-text img{
   margin-left: 5rem;
}
@media(max-width:768px) {


section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
    font-size: 27px !important;
} 

  section:nth-child(2 of .landing-page-first-banner) .item-text p {
    font-size: 30px !important;
    transform: translate(0rem, -2px);
}
}
/***/







@media(max-width:768px) {


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

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




}