@media (max-width: 768px) {

  .index .store-header {
    position: relative !important;
  }
}


/* Video */

.full-width-video-section {
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden;
}

video {
    width: 100%;
    height: 100%;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 10;
}

.overlay-heading {
    font-size: 3rem;
    font-weight:900!important
}

.overlay-paragraph {
    margin: 1rem 0;
    font-size: 1.5rem;
    line-height: 1.6;
}

.btn-changing {
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    background-color: #44546C;
    color: var(---color-primary) ;
    cursor: pointer;
}

.btn-changing:hover {
  background-color:var(---color-primary) ;
    color: #44546C
}

@media(max-width:992px){
  .overlay-heading {
    font-size: 1.2rem;
}

.overlay-paragraph {
font-size: 0.8rem;
}
.video-overlay{
width:90%
}
}

/* Header Start */
body.index #mainnav:not(#mainnav.fixed-pinned) .navbar-brand img {
  max-width: 170px;
  width: 170px;
}
body.index #mainnav:not(#mainnav.fixed-pinned) ul li a {
  color: #000;
}
body.index #mainnav:not(#mainnav.fixed-pinned) ul li a:hover {
  opacity: 0.7;
}
body.index #mainnav:not(#mainnav.fixed-pinned) path {
  stroke: #000;
}
body.index .sicon-menu {
  color: #000;
}
.sub-menu span {
  color: #000;
}
#search-normal path {
    stroke: #000 !important;
}
/* Header End */


/* Landing Page Start */
.landing-page-fixed-bannar-0 h1 {
  font-size: 38px;
}
.landing-page-fixed-bannar-0 {
    background-position: 10%;
}
@media (min-width: 992px) {
    .landing-page-fixed-bannar-0 > div {
        margin-right: 4%;
        width: 40%;
        margin-top: 5%;
    }
    .landing-page-fixed-bannar-0 h1 {
        font-size: 56px;
    }
    .landing-page-fixed-bannar-0 p {
        font-size: 31px;
        margin-top: 3%;
        line-height: 49px;
    }
}
@media (max-width: 1200px) {
    .landing-page-fixed-bannar-0 > div {
        background-color: #ffffff77;
        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;
        color: #000 !important;
    }
}
/* Landing Page End */



/* cats */
@media (min-width: 992px) {
    .g_cat .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (max-width: 768px) {
    .g_cat h3 {
        font-size: 14px
    }
}



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



/* 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: 8% 10%;
    background-color: transparent;
    color: #fff;
}
.s-block--best-offers {
    margin-bottom: 5%;
}
/* Products End */


/* Landing 2 */
section:nth-child(2 of .landing-page-first-bannar) > div {
    height: 75vh;
}
section:nth-child(2 of .landing-page-first-bannar) > div > div {
    text-align: center !important;
    margin-right: auto;
    width: fit-content;
    margin-left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 2rem 0
}
section:nth-child(2 of .landing-page-first-bannar) .txt {
    background-color: #FFFFFF99
}
@media (min-width: 992px) {
    section:nth-child(2 of .landing-page-first-bannar) > div > div {
        width: 45%;
    }
    section:nth-child(2 of .landing-page-first-bannar) h1 {
        font-size: 40px;
    }
    section:nth-child(2 of .landing-page-first-bannar) p {
        font-size: 28px;
        line-height: 35px;
        margin: auto;
        width: 80%;
        margin-top: 3%;
    }
}
@media (max-width: 1200px) {
    section:nth-child(2 of .landing-page-first-bannar) > div > div {
        background-color: #ffffff77;
        width: 80%;
        margin: auto;
        padding: 1rem;
    }
}
@media (max-width: 992px) {
  section:nth-child(2 of .landing-page-first-bannar) > div h1 {
      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: 576px) {
    section:nth-child(2 of .landing-page-first-bannar) > div {
        background-position: center;
        height: 55vh
    }
    section:nth-child(2 of .landing-page-first-bannar) > div > div {
        width: 100%;
        width: 100%;
        padding: 1rem 0;
        position: absolute;
        bottom: 0;
        border-radius: 0;
    }
    section:nth-child(2 of .landing-page-first-bannar) > div p {
        line-height: 30px;
        margin-top: 4%;
    }
}


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


/* نشرة */
.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;
	}
}
.s-payments-list-item {
    background-color: #ffffff;
}
@media (min-width: 992px) {
    .g_cat .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 576px) {
    .landing-page-fixed-bannar-8 {
        background-image: url(https://cdn.salla.sa/form-builder/NOuWlZH16gAtY20XwCZ89tpoc0v4ULUPHUsoYaXN.png) !important;
        background: 60%;
    }
}