/* Add custom CSS styles below */ 

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
*{
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}




/*start customize section*/
header .sicon-search:before {
  content: "\ef09";
  color: #000;
}
header .sicon-user-circle:before {
  content: "\f072";
  color: #000;
}

header .sicon-shopping-bag:before {
  content: "\ef36";
  color: #000;
}

/*search color*/
.index .s-search-input-wrapper .s-search-input,
.product-single .s-search-input-wrapper .s-search-input {
  color: #000 !important;
}


.index .s-search-product-title,
.product-single .s-search-product-title{
  color:#000 !important;
  
  }
  

/*search color*/

.mobile-menu ul li:nth-of-type(4) span{
display:none
    
}




.navbar-brand img {
  max-height: 5rem !important;
}
/*start customize section*/
section:first-of-type {
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
  padding: 0rem;
  margin: 0rem;
  width: 100%;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
  opacity: 0;
}
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding: 0rem;
}
.s-block__title h2,
.s-slider-block__title h2 {
  border-bottom: unset;
  padding: 0;
}
/*banner*/
.s-comments-product {
  background-color: transparent;
}

section:nth-of-type(2) .container {
  width: 80%;
  margin: auto !important;
}
.banner--fixed img {
  background-color: transparent;
}

/* Special Heading 

.s-slider-block__title h2,
.s-block__title h2 {
    font-size: 48px !important;
    position: relative;
    color: var(--color-primary) !important;
}
.s-slider-block__title h2:before,
.s-block__title h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-color: #d9d9d9;
    transform: translate(20px, 30px);
    position: absolute;
    z-index: -1;
}
@media (max-width: 1024px) {
    .s-slider-block__title h2,
    .s-block__title h2 {
        font-size: 28px !important;
    }
    .s-slider-block__title h2:before,
    .s-block__title h2:before {
        height: 20px;
        transform: translate(10px, 20px);
    }
}
*/
/* قايمه عناصر*/
.md\:grid-cols-3 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 100%;
}
.two-row .banner-entry:first-child {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}
a.banner-entry {
  height: 500px;
  background-color: unset;
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

a.banner-entry.square-photos:hover {
  transform: scale(1.1);
}

.banner-entry {
  transition: all 0.5s;
}
.banner-entry::after {
  content: "";
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.banner-entry:hover::after {
  animation: flashing 0.5s linear;
}

/* grid 1 madia */

section:nth-child(1 of .s-block--banners) .grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
section:nth-child(1 of .s-block--banners) .banner-entry:nth-child(4) {
  height: unset;
}


section:nth-child(1 of .s-block--banners) .banner-entry {
  height: 265px;
}
/* grid 1 madia */

/* grid 2 madia */

section:nth-child(2 of .s-block--banners) .banner-entry {
  height: 800px;
}
/* grid 2 */

section:nth-child(2 of .s-block--banners) .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

section:nth-child(2 of .s-block--banners) .banner-entry:nth-child(3) {
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
  gap: 0;
}

/* grid 2 */


/* grid 2 madia */

/*  grid 3  */
.grid.one-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/*  grid 3   */

/* قايمه عناصر*/

.s-block__title {
  justify-content: center;
}

.s-slider-block__title {
  margin-bottom: 2rem;
  justify-content: center;
}

a.s-slider-block__display-all {
  display: none;
}

.s-slider-block__title-left {
  display: none;
  color: #fff !important;
}

.s-block__title h2 {
  color: #0a2a52;
  font-size: 50px;
}
/*product card*/

.s-button-btn, .s-price-range-number-input {
    color: #ffffff;
    border-color: #c5e7f2;
}
button.undefined.s-button-element.s-button-btn {
  background-color: var(--color-primary);
  color: white;
}
.s-product-card-entry {
  border: 2px solid;
  border-color: var(--color-primary);
}

.s-product-card-content-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* end product card*/
/* titie */
.s-slider-block__title h2 {
  font-size: 36px;
}

.s-slider-block__title h2 {
  color: #000;
  border: none;
}
/* titie */

/*footer*/
.store-footer__inner,
.store-footer {
  background-color: var(--color-primary) !important;
  color: white;
  border: none;
}
.copyright-text p {
  color: #fff;
}


.hover\:text-primary:hover {
  color: #ffff;
}
/* end footer */

 
@media (max-width: 767px) {
  body {
    background-size: unset;
  }
  section:nth-child(1 of .s-block--banners) .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  a.banner-entry {
    height: 220px;
    padding: 0rem;
  }
  /* grid 1 madia */
  section:nth-child(1 of .s-block--banners) .banner-entry {
    height: 170px;
 
  }
  section:nth-child(1 of .s-block--banners) .banner-entry:nth-child(4) {
    height: unset;

  }
  /* grid 1 madia */

  .hover\:text-primary:hover {
    color: #fff;
  }
  .s-block--best-offers .s-slider-block__title {
    justify-content: center;
    color: #083461;
    font-size: 65px;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* خط  */
  .s-block__title h2 {
    color: #0a2a52;
    font-size: 35px;
  }
  .s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
  }
  .s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
  }

  .s-product-card-image-full {
    overflow: hidden;
    border-radius: 10px;
    height: 230px;
  }

  /* خط */

  .s-products-slider-card.swiper-slide {
    width: 55%;
  }
footer * {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

}

/* end customize setion*/