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

section:nth-child(1 of .landing-page-first-bannar) .txt {
    margin-left: 0;
}

.copyright-text p {

    color: #fff;
}

/* عروض الاسبوع */
  .weeklyOffers .swiper-slide {
    display: flex;
  }
  /* عروض الاسبوع */
  
  .store-footer .flex.flex-col {
    color: #fff !important;
}

.store-footer .flex.flex-col p{
color: #000 !important;
    
}


.store-footer #mc_embed_shell h2{
    color:#fff ; 
}

.store-footer .clear.foot input{
border:1px solid #fff;
}
  
@media(max-width:768px){
.banner_ad .img1 {
    grid-column: 1/3;
    
}
.banner_ad .img2 {
    grid-column: 1/3;
    grid-row: 3/5;
}   

.top-navbar {
    display: flex;
    min-height: 48px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: none;
}
.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;
}

.landing-page-first-bannar .font-bold {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    width: 100%;
}
.item-text {

    align-items: center !important;
}

footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

}