/* Header Start */
.top-navbar {
display: none;
}
body.index #mainnav:not(#mainnav.fixed-pinned) ul li a {
  color: #fff;
}
body.index #mainnav:not(#mainnav.fixed-pinned) ul li a:hover {
  opacity: 0.7;
}
body.index #mainnav:not(#mainnav.fixed-pinned) path {
  stroke: #fff;
}
body.index .sicon-menu {
  color: #fff;
}
.sub-menu span {
  color: #000;
}
#search-normal path {
    stroke: #fff !important;
}
#mainnav.fixed-pinned .sicon-menu {
    color: #000;
}
#mainnav.fixed-pinned .search-btn {
    background: rgb(0 0 0 / 71%);
}
@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;
    }
}
/* Header End */


/* Landing Page Start */
.landing-page-fixed-bannar-0 h1 {
  font-size: 38px;
}
.landing-page-fixed-bannar-0 {
    background-position: 90%;
}
@media (min-width: 992px) {
    .landing-page-fixed-bannar-0 > div {
        width: 40%;
        margin-top: 5%;
    }
    .landing-page-fixed-bannar-0 h1 {
        font-size: 46px;
    }
    .landing-page-fixed-bannar-0 p {
        font-size: 31px;
        margin-top: 3%;
        line-height: 46px;
        max-width: 75%;
        margin-inline: auto;
    }
}
@media (max-width: 1200px) {
    .landing-page-fixed-bannar-0 > div {
        background-image: linear-gradient(0deg, #00000077, transparent);
        width: 100%;
        margin: auto;
        padding: 2rem;
    }
}
@media (max-width: 992px) {
    .landing-page-fixed-bannar-0 > div {
        text-align: center !important;
        margin-top: 40%;
    }
    .landing-page-fixed-bannar-0 > div.txt *:not(p) {
        margin: auto !important;
        font-size: 2.4rem;
        display: block;
        text-align: center;
        font-weight: 700;
    }
    .landing-page-fixed-bannar-0 p {
        display: block;
        line-height: 2.5rem;
        font-size: 23px;
        font-weight: 600;
        margin: 4% 0;
    }
    .landing-page-fixed-bannar-0 > div.txt button {
        font-size: 1.1rem;
        margin-top: 1.5rem !important;
    }
}
@media (max-width: 576px) {
    .landing-page-fixed-bannar-0 {
        background-position: center;
    }
    .landing-page-fixed-bannar-0 > div {
        width: 100%;
        padding: 1rem 0;
        position: absolute;
        bottom: 0;
    }
    .landing-page-fixed-bannar-0 h1 {
        width: 100%;
        font-size: 32px !important;
    }
    .landing-page-fixed-bannar-0 p {
        font-size: 16px;
        line-height: 1.6rem;
    }
}
/* Landing Page End */


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

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


/* First Banner Start */
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,
.s-block.s-block--photos-slider .s-slider-block__title {
  display: none !important;
}
/* First Banner End */


/* ad banner */
.banner_ad img + a {
    background-color: var(--color-primary);
}
.banner_ad .img1 .absolute {
    background-position: bottom;
}
@media (min-width: 992px) {
    .banner_ad .img1 p {
        font-size: 52px;
        max-width: 400px;
        line-height: 5rem;
    }
    .banner_ad p {
        margin-bottom: 40px;
    }
    .banner_ad .text {
        align-items: start !important;
        padding-right: 5%;
        margin-right: unset !important;
    }
}

@media (max-width: 992px) {
    .banner_ad p {
        line-height: 2.6rem;
    }
    .banner_ad .over {
        justify-content: center !important;
    }
}



/* Products Start */
.s-product-card-vertical {
  max-height: 350px;
}
.g-products {
    margin-bottom: 0;
}
.button-56 {
  padding: 0;
}
.outof-stock span {
  color: #ffffffbb;
}
.image-title .title-heade {
    border-radius: 8px;
    padding: 8% 10%;
    background-color: transparent;
}
.s-block--best-offers {
    margin-bottom: 5%;
}
/* Products End */


/* Landing 2 */
section:nth-child(2 of .landing-page-first-bannar) > div {
    height: 65vh;
    background-position: 90%;
}
section:nth-child(2 of .landing-page-first-bannar) > div > div {
    text-align: center !important;
    margin-right: 5%;
    width: fit-content;
}
@media (min-width: 992px) {
    section:nth-child(2 of .landing-page-first-bannar) > div > div {
        text-align: right !important;
    }
    section:nth-child(2 of .landing-page-first-bannar) p {
        font-size: 34px;
    }
}
@media (max-width: 1200px) {
    section:nth-child(2 of .landing-page-first-bannar) > div > div {
        background-color: #ffffff77;
        width: 100%;
        margin: auto;
        padding: 1rem;
    }
}
@media (max-width: 992px) {
    section:nth-child(2 of .landing-page-first-bannar) > div h1 {
        font-size: 2rem;
        width: 100%;
    }
    section:nth-child(2 of .landing-page-first-bannar) > div p {
        display: block;
        line-height: 2.5rem;
        font-size: 17px;
        font-weight: 600;
    }
  section:nth-child(2 of .landing-page-first-bannar) > div > div.txt button {
        font-size: 1.1rem;
        margin-top: 1.5rem !important;
  }
}
@media (max-width: 768px) {
    section:nth-child(2 of .landing-page-first-bannar) > div > div {
        position: absolute;
        bottom: 0;
    }
}
@media (max-width: 576px) {
    section:nth-child(2 of .landing-page-first-bannar) > div {
        background-position: center;
        height: 55vh
    }
}


/* weeklyOffers */
.weeklyOffers p {
    line-height: 2.8rem;
}
@media (max-width: 768px) {
    .weeklyOffers {
        height: 90vh;
    }
    .weeklyOffers p:first-of-type {
        font-size: 28px;
        margin-top: 3%;
    }
    .weeklyOffers p {
        line-height: 1.8rem;
    }
}


/* 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 Start */
.footer-is-light .store-footer .store-footer__inner * {
  border-color: #bbb;
}
.store-footer__inner {
    background-color: #fff;
}
.store-footer * {
    justify-content: center;
}
.store-footer + div * {
    color: #fff;
}
/* Footer End */

@media (max-width: 992px) {
	.store-footer + div {
	    margin-bottom: 72px;
	}
}


section.s-block.s-block--photos-slider {}