/* 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;
    }
    .store-header {
        position: static;
    }
}

/* fw */
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
width:100%;
}
section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper>div{
padding:0 !important;
}
section:first-of-type.s-block.s-block--photos-slider{
margin-top:0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding: 0;
}
/* Hide right-left arrows */
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none !important;
}

/* cats */
.g_cat {
    margin-top: 5%;
}
.g_cat .mb-8.pt-2 {
    display: none;
}
.g_cat h3 {
    color: #222;
    font-weight: 600;
}
@media (max-width: 992px) {
    .g_cat .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

/* products */
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: 992px) {
    .banner_ad .text {
        align-items: start !important;
        gap: 2rem;
    }
    .banner_ad .img2 .text,
    .banner_ad .img3 .text {
        margin-right: 5%;
    }
}
@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 1 */
.landing-page-first-bannar .fbanner-star-btn {
    padding: 1.2rem 4em;
    border-radius: 4px;
    font-size: 22px;
    font-weight: unset;
}
section:nth-child(1 of .landing-page-first-bannar) p {
    display: none;
}
section:nth-child(1 of .landing-page-first-bannar) .item-text {
    gap: 4rem;
}
@media (min-width: 768px) {
    section:nth-child(1 of .landing-page-first-bannar) .txt {
        margin-left: 5%;
        max-width: 800px;
    }
    section:nth-child(1 of .landing-page-first-bannar) h1 {
        font-size: 52px;
        line-height: 5.5rem;
    }
}
@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: 32px;
    }
}

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