/* Add custom CSS styles below */ 
/*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;
}

* {
  font-family: "Cairo";
}

.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: 100%;
  margin: auto !important;
}
.banner--fixed img {
  background-color: transparent;
}

/* قايمه عناصر*/
.md\:grid-cols-3 {
  grid-template-columns: repeat(2, 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(2, minmax(0, 1fr));
}
section:nth-child(1 of .s-block--banners) .banner-entry:nth-child(4) {
  height: unset;
}
section:nth-child(5 of .s-block) .s-slider-block__title {
  display: none;
}

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

/* grid 2 madia */

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

/* grid 2 madia */

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

/*  grid 3   */

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

.s-block__title {
    justify-content: center;
}
a.s-slider-block__display-all {
  display: none;
}

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

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

.s-block__title h2 {
    color: #520002;
    font-size: 50px;
    border-bottom: 2px solid;
}
/*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: 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: 26px;
}
.s-slider-block__title h2 {
    color: #520002;
    border: none;
    border-bottom: 2px solid;
}
/* titie */

/*footer*/
.store-footer__inner,
.store-footer {
  background-color: #f5f1ed !important;
  color: #520002;
  border: none;
}
.copyright-text p {
  color: #520028;
}

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

.hover\:text-primary:hover {
  color: #520028;
}
/* Hero Img */
@media (min-width: 992px) {
    .swiper-lazy-wrap .home-slider__content {
        margin-left: -10%;
        margin-top: -7%;
    }
    .swiper-lazy-wrap .home-slider__content h3 {
        font-size: 48px;
        line-height: 57.6px;
        text-align: center;
    }
    .swiper-lazy-wrap .home-slider__content > div {
        align-items: center;
    }
}



/* Cats */
/* Categories List Start */
.md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
.banner-entry {
    height: 600px;
    background-color:unset;
    transition: 0.2s;
}
.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
.banner-entry{
    height: 360px;
}
}
@media(max-width:767px){
.banner-entry{
    height: 270px;
}
}
@media(max-width: 480px){
.banner-entry{
    height: 160px;
}
.swiper-lazy-wrap .home-slider__content {
    margin-top: 10%;
}
}
/* Categories List End */



/* Full Width */
section.s-block--photos-slider .container {
    max-width: 100% !important;
}
section.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 {
  display: none !important;
}



/* Pay Banner */
#main-slider-7 img.w-full.object-contain.lazy.loaded {
    background-color: #f5f5f5;
}

.footer-images img {
	height: 4.5rem;
	width: auto;
	padding: .125rem;
}

@media (min-width: 992px) {
    .swiper-lazy-wrap .home-slider__content {
        display: none;
    }
}
@media (max-width: 480px) {
    .swiper-lazy-wrap .home-slider__content {
        display: none;
    }
}
/* 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;
  }
  
  
  section:nth-child(2 of .s-block--banners) .banner-entry {
    height: 190px;
}
  /* grid 1 madia */
  section:nth-child(1 of .s-block--banners) .banner-entry {
    height: 100px;

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

  .hover\:text-primary:hover {
    color: #520028;
  }
  .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 {
    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*/

/* 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 */

/* الماركات التجاريه */

.s-block.s-block .brand-item {
  grid-column: span 1;
  grid-row: span 1;
  height: 100%;
}

/* الماركات التجاريه */

/* [products limit="4" columns="4" orderby="popularity" class="quick-sale" on_sale="true ] */

.footer-vat {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    max-width: 500px !important;
}

.footer-images img {
    height: 4.5rem;
    width: auto;
    padding: .125rem;
}