/* Add custom CSS styles below */
body {

}



/*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: 2px solid #0a2a52;
  padding: 0;
}
/*banner*/
section.s-block.s-block--fixed-banner.wide-placeholder .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
section:nth-of-type(2) .container {
  width: 80%;
  margin: auto !important;
}
.banner--fixed img {
  background-color: transparent;
}

/* قايمه عناصر*/
.md\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 100%;
}
.two-row .banner-entry:first-child {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}
a.banner-entry {
  height: 405px;
  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%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.banner-entry:hover::after {
  animation: flashing 0.5s linear;
}

@keyframes flashing {
  0%,
  50% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}





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

.s-block__title {
  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: #1b3667;
  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: #1b3667;
}
.s-product-card-content-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* end product card*/

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

footer * {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

/* end footer */
/* new customize setion*/

.s-slider-block__title h2 {
  font-size: 36px;
}

.s-slider-block__title {
    margin-bottom: 2rem;
    display: none;
}
@media (max-width: 767px) {
  a.banner-entry {
    height: 135px;
    padding: 0rem;
    grid-column: span 2 !important;
  }

  a.banner-entry.square-photos:nth-of-type(4) {
    grid-column: 2/4 !important;
  }
  .s-block--best-offers .s-slider-block__title {
    justify-content: center;
    color: #083461;
    font-size: 65px;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(6, 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-products-slider-card.swiper-slide {
    width: 55%;
  }
}


/* end customize setion*/