/* Add custom CSS styles below */ 
/** silder block ***/
#mainnav:not(.fixed-header) .main-menu *,
.sicon-menu{
  color: #fff !important;
}

section.s-block.s-block--photos-slider {
    margin-top: 0;
}

section.s-block.s-block--photos-slider .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
section.s-block.s-block--photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-slide img {
    border-radius: 0 !important;
}

section.s-block.s-block--photos-slider .swiper.s-slider-container {
    padding: 0 !important;
}

/** End silder block ***/



@media(max-width:768px){
    img[src="https://cdn.files.salla.network/other/887174113/c522fc1c-99a9-4915-a384-3a94816c03b3-original.webp"]{
        content: url('https://cdn.files.salla.network/other/887174113/e69b8b8f-953b-4398-b20a-8b444e4a6d15-original.webp') !important;
    }
    img[src="https://cdn.files.salla.network/other/887174113/bbbea6ea-f57d-4b71-8510-9e7cb5455867-original.webp"]{
        content: url('https://cdn.files.salla.network/other/887174113/19772c99-59eb-480d-9f37-a1913132340b-original.webp');
    }
}




/*** الاقسام  ***/
section:nth-child( 1 of section.s-block.s-block--banners) .grid{
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
}
section:nth-child( 1 of section.s-block.s-block--banners) .grid .banner-entry:first-child {
    grid-column: span 1/span 1 !important;
    grid-row: span 1/span 1 !important;
}
section:nth-child( 1 of section.s-block.s-block--banners) .grid .banner-entry {
    height: 440px !important;
}

@media(max-width:768px){
    section:nth-child( 1 of section.s-block.s-block--banners) .grid{
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
}
section:nth-child( 1 of section.s-block.s-block--banners) .grid .banner-entry {
    height: 205px !important;
}
}




/*** العناويين ****/
.s-slider-block__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.s-slider-block__title .s-slider-block__title-right{
  border-bottom: 3px solid #170E00 !important;
  text-align: center;
   padding: 30px  0px !important;
  width: 200px !important;
}
.s-slider-block__title-left{
  display: none !important;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-slider-block__title-right{
  position: relative;
  margin-bottom: 20px;
}
.s-slider-block__title-right:before {
    content: " ";
    display: block;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 3px solid #170E00;
    border-radius: 100% !important;
    outline: 12px solid #fff !important;
    position: absolute;
    bottom: -15px;
    right: 46%;
}



/*** المنتجات ***/
salla-product-card{
    border: 1px solid #D9D9D9 !important;
    border-radius: 20px !important;
    padding-top: 20px !important;
}
salla-product-card .s-product-card-content *{
    text-align: center !important;
    justify-content: center !important;
    color: #BE9552 !important;
}
button[product-status="sale"]{
    background-color: #BE9552 !important;
    border-radius: 6px !important;
}
button[product-status="sale"] span{
    color: #fff !important;
}





/*** قايمة العناصر الثانيه **/
section:nth-child( 2 of section.s-block.s-block--banners){
    margin-top: 20px !important;
}
section:nth-child( 2 of section.s-block.s-block--banners) .grid{
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 20px !important;
}

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

@media(max-width:768px){
    section:nth-child( 2 of section.s-block.s-block--banners) .grid{
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
}
section:nth-child( 2 of section.s-block.s-block--banners) .grid .banner-entry {
    height: 170px !important;
}
section:nth-child( 2 of section.s-block.s-block--banners) .grid .banner-entry:nth-of-type(1) .lazy__bg{
    background-image: url('https://cdn.files.salla.network/other/887174113/d61747db-4dd8-465f-b101-4f75146bb1f3-original.webp') !important;
}
section:nth-child( 2 of section.s-block.s-block--banners) .grid .banner-entry:nth-of-type(2) .lazy__bg{
    background-image: url('https://cdn.files.salla.network/other/887174113/bd3a6bc4-7aa3-463d-a6b8-e3fdc6297858-original.webp') !important;
}
}



/**** المدفوعات ***/
@media(min-width:991px){
section:nth-of-type(11) .container{
   max-width: 1000px !important;
}
}
.s-block--fixed-banner img{
  background-color:  transparent !important;
}



.s-reviews-testimonial{
  border: 1px solid #D9D9D9  !important;
}