/* Header Start */
body.index #mainnav:not(#mainnav.fixed-pinned) .navbar-brand img {
    max-width: 170px;
    width: 170px !important;
}
.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;
}
body.index #mainnav.fixed-pinned .sicon-menu {
    color: #000;
}
body.index #mainnav.fixed-pinned .search-btn {
    background: rgb(0 0 0 / 71%);
}
@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: 80%;
}
@media (min-width: 992px) {
    .landing-page-fixed-bannar-0 > div {
        margin-left: 4%;
        width: 40%;
        margin-top: 5%;
    }
    .landing-page-fixed-bannar-0 h1 {
        font-size: 60px;
        line-height: 5.4rem;
    }
    .landing-page-fixed-bannar-0 p {
        font-size: 24px;
        margin-top: 5%;
        line-height: 35px;
    }
}
@media (max-width: 1200px) {
    .landing-page-fixed-bannar-0 > div {
        background-color: #00000077;
        width: 100%;
        margin: auto;
        padding: 2rem;
    }
}
@media (max-width: 992px) {
    .landing-page-fixed-bannar-0 > div {
        text-align: center !important;
        margin-top: 40%;
        position: absolute;
        bottom: 0;
    }
    .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: 768px) {
    .landing-page-first-bannar .txt .custom-dlay-heading {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .landing-page-fixed-bannar-0 {
        background-position: center;
    }
    .landing-page-fixed-bannar-0 > div {
        width: 100%;
        padding: 1rem 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 */
section:nth-child(2 of .g_cat) {
    display: none;
}
section.g_cat .grid > div {
    align-self: start;
}
@media (min-width: 992px) {
    section.g_cat .grid {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    section.g_cat .products-item {
        grid-column: span 2;
    }
    section.g_cat .products-item:nth-child(6) {
        grid-column: 2/4;
    }
}
@media (max-width: 991px) {
    section.g_cat .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* ad banner */
.banner_ad a {
    background-color: var(--color-primary);
}
@media (max-width: 992px) {
    .banner_ad p {
    }
}


/* Products Start */
.s-product-card-vertical {
  max-height: 400px;
}
.g-products {
    margin-bottom: 0;
}
.button-56 {
  padding: 0;
}
.outof-stock span {
  color: #ffffffbb;
}
.image-title .title-heade {
    border-radius: 8px;
    padding: 6% 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: 55vh;
}
section:nth-child(2 of .landing-page-first-bannar) > div > div {
    text-align: center !important;
    width: fit-content;
}
@media (min-width: 992px) {
    section:nth-child(2 of .landing-page-first-bannar) p {
        font-size: 30px;
        font-weight: normal; 
    }
    section:nth-child(2 of .landing-page-first-bannar) h1 {
        font-size: 50px;
    }
}
@media (max-width: 1200px) {
    section:nth-child(2 of .landing-page-first-bannar) > div > div {
        background-color: #00000077;
        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;
	}
}