/* Header Start */
#mainnav {
    height: unset !important;
}
.top-navbar {
    display: none;
}
@media (min-width: 768px) {
    body.index #mainnav:not(#mainnav.fixed-pinned) .navbar-brand img {
        max-width: 170px;
        width: 170px !important;
    }
}
@media (max-width: 992px) {
    body.index #mainnav:not(#mainnav.fixed-pinned) .navbar-brand img {
        max-width: 140px;
    }
}

/* landing 1 */
.landing-page-first-bannar .txt {
    justify-content: end ;
    padding-bottom: 5%;
}
section:nth-child(1 of .landing-page-first-bannar) p {
    display: none;
}
section:nth-child(1 of .landing-page-first-bannar) h1 {
    margin-bottom: 3%;
}
@media (min-width: 768px) {
    section:nth-child(1 of .landing-page-first-bannar) h1 {
        font-size: 46px;
        line-height: 5rem;
    }
    .landing-page-first-bannar .fbanner-star-btn {
        padding: 1rem 5rem;
        font-size: 22px;
        font-weight: normal;
    }
}
@media (max-width: 768px) {
    section:nth-child(1 of .landing-page-first-bannar) .txt {
        justify-content: end;
    }
    section:nth-child(1 of .landing-page-first-bannar) .txt .item-text {
        align-items: center !important;
        padding-bottom: 5%;
    }
    section:nth-child(1 of .landing-page-first-bannar) .txt .item-text h1 {
        text-align: center;
        font-size: 16px;
        line-height: 1.6;
        width: 100%;
    }
}

/* cats */
@media (max-width: 992px) {
    .g_cat .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* ads */
.ads .img {
    max-height: unset;
}

/* products */
.s-block--best-offers {
    margin-bottom: 5%;
}
custom-salla-product-card {
    height: 100% !important;
}
.image-title .title-heade {
  background-color: transparent;
}

/* ad banner */
.banner_ad .img1 div {
    background-position: 50% 70%;
}
.banner_ad img + a {
    background-color: var(--color-primary);
}
@media (min-width: 768px) {
  .banner_ad {
      max-height: 800px;
  }
}
@media (min-width: 992px) {
    .banner_ad .img2 .text,
    .banner_ad .img3 .text {
        align-items: start !important;
        gap: 2rem;
    }
    .banner_ad .img2 .text,
    .banner_ad .img3 .text {
        margin-right: 5%;
    }
    .banner_ad .img1 p {
        font-size: 54px;
        max-width: 400px;
        line-height: 1.4;
    }
}
@media (max-width: 992px) {
    .banner_ad p {
        line-height: 2rem;
    }
    .banner_ad .text {
        margin: 0 0 10px 0 !important;
    }
    .banner_ad .over {
        justify-content: center !important;
    }
}

/* Landing 2 */
section:nth-child(2 of .landing-page-first-bannar) h1 {
    color: transparent; -webkit-text-stroke: 2px transparent; background: #111; -webkit-background-clip: text; -webkit-text-fill-color: var(--color-primary); 
    margin-bottom: 4%;
}
section:nth-child(2 of .landing-page-first-bannar) p {
    display: none;
}
section:nth-child(2 of .landing-page-first-bannar) .txt {
    justify-content: center !important;
    padding-bottom: 5%;
}
section:nth-child(2 of .landing-page-first-bannar) p {
    display: none;
}
section:nth-child(2 of .landing-page-first-bannar) h1::before {
    content: "";
    background-image: url('https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/lGEQqy/QIga4BOXQq9UaxVNQsw89tUV859Kc66Cp3qJUC8z.png');
    width: 250px;
    height: 236px;
    background-size: cover;
    display: block;
    margin-inline: auto;
}
@media (min-width: 768px) {
    section:nth-child(2 of .landing-page-first-bannar) h1 {
        font-size: 54px;
        line-height: 5.5rem;
    }
    section:nth-child(2 of .landing-page-first-bannar) p {
        font-size: 26px;
        margin-top: 8%;
    }
    section:nth-child(2 of .landing-page-first-bannar) .txt {
        max-width: 900px;
        margin-left: 5%;
    }
}
@media (max-width: 768px) {
    section:nth-child(2 of .landing-page-first-bannar) .txt {
        justify-content: end !important;
    }
    section:nth-child(2 of .landing-page-first-bannar) .txt .item-text {
        align-items: center !important;
        padding-bottom: 5%;
    }
    section:nth-child(2 of .landing-page-first-bannar) .txt .item-text h1 {
        text-align: center;
        font-size: 18px;
        line-height: 1.5;
        width: 100%;
        -webkit-text-stroke: 1px transparent;
    }
    section:nth-child(2 of .landing-page-first-bannar) h1::before {
        width: 100px;
        height: 90px;
    }
}

/* Cust Opinions */
.section_c_r .content_tistimonial .imag_raduse {
  max-width: 65px;
  height: 65px;
}

/* نشرة */
.store-footer > div > .m-auto *:not(i) {
    color: #fff;
}
#mc-embedded-subscribe {
    background: #fff;
    color: var(--color-primary);
}
#mce-EMAIL {
    color: #000;
}

/* footer */
.store-footer + div * {
    color: #fff;
}