/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body *{
  font-family: "Cairo", sans-serif;
}
@media screen and (max-width:768px) {
header.store-header {
    position: static !important;
}
}
section.weeklyOffers , .banner_ad , .g_cat, .g-products  , .dead_line  , .ads {
    margin-bottom: 40px  !important;
}

.banner_ad .img1 .text {
    width:39%;
    margin-left: 20px !important;
}
.banner_ad .img1 p {
    font-size: 50px;
    text-align: end;
}
.banner_ad .img2 .text , .banner_ad .img3 .text {
    align-items: start !important;
}
.banner_ad .ad-star-btn {
    background: #213141;
    color: #fff !important;
}
.banner_ad .img2 .item-text , .banner_ad .img3 .item-text {
      font-size: 30px;
}
@media screen and (max-width:768px) {
.banner_ad .img1 p {
    font-size: 34px;
}
.banner_ad .img1 .text {
    width: 66%;
}
.banner_ad .img2 .item-text , .banner_ad .img3 .item-text {
      font-size: 19px;
}
section:nth-child(2 of section.landing-page-first-banner) .item-text{
    width: 50% !important;
}
section:nth-child(2 of section.landing-page-first-banner) img {
    object-position: 84% !important;
}
}
/**********/
.image-title .title-heade {
    color: #fff;
    background: none;
}