.banner_ad .img2 {
    grid-column-start: 2;
    grid-row: span 1 / span 2;
    grid-row-start: 1;
}

.banner_ad .absolute {
    background-position: center;
    justify-content: center !important;
}

 .banner_ad .over .text {
    width: 100% !important;
  }


@media(max-width:768px){
.banner_ad .img1 {
    grid-column: 1/3;
    
}
.banner_ad .img2 {
    grid-column: 1/3;
    grid-row: 3/5;
}

    
}

.ad-star-btn {
  background-color:var(--color-primary);
}


/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}

section:nth-child(1 of .landing-page-first-banner) .item-text h1:before{
content:'';
 width:200px;
  height:90px ;
    background-image:url(https://cdn.salla.sa/form-builder/7PXGz8x7Nux60QM247YOixTauS9T5elY1jbDtx7U.png);
    display:block;
    margin:auto;
}

.navbar-brand img {
    max-width: 170px;
    filter: brightness(0.0);
}


@media(max-width:768px) {
.font-bold {
    font-weight: 700;
    text-align: center;
}
.font-medium {
    font-weight: 500;
    text-align: center;
}
.s-product-card-vertical {
    flex-direction: column;
    height: 400px !important;
}





section:nth-child(1 of .landing-page-first-banner) .item-text h1:before {
    content: '';
    width: 137px;
    height: 58px;
  
    background-size: contain;
    background-repeat: no-repeat;
}


  /* تصنيفات */

section:nth-child(1 of .landing-page-first-banner) .txt {
    margin-right: 0;
    padding: 0;
}
/**/
.product-index .s-product-card-image-full {
    overflow: hidden;
    border-radius: 10px;
    height: 200px;
}

.horizontal-list>div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/**/

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



/*
section:nth-child(2 of .w-full.section_c_r) .swiper-wrapper {
    display: none;
}

section:nth-child(2 of .w-full.section_c_r)  {
    margin:0
}

.s-block--fixed-banner {
    margin: 0;
}
/**/

.landing-banner .font-bold {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    width: 100%;
    text-align: center !important;
}
.landing-banner .item-text {
    background-color: rgb(0 0 0 / 71%);
    align-items: center !important;
    position: absolute;
    bottom: 0;
    padding: 23px;
}
footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  
}