/* Banners */

.s-block--fixed-banner > div {
  margin: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}

@media (max-width: 768px) {
.navbar-brand img {
    width: 54px;
}
}

.s-product-card-content-footer button , 
.s-product-card-content-footer button::before {
  background-image: linear-gradient(to right , #e85415 , #e87d09);
  background-color: transparent !important;
}


.s-slider-block__title {
  justify-content: center;
  margin-bottom: 35px;
}
.s-slider-block__title-left {
  display:none;
}
.s-slider-block__title-right,
.s-slider-block__title-right h2{
  padding-left: 0px;
}
.s-slider-block__title-right {
  position: relative;
}
.s-slider-block__title-right h2 {
  font-size: 35px;
  color: #000;
  padding: 0px 20px;
}
.s-slider-block__title-right::after {
    content: "";
    width: 5px;
    height: 100%;
    background-color: #e85415;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 4px;
}
@media (max-width: 1024px) {
  .s-slider-block__title-right h2 {
  font-size: 24px;
}
}



salla-slider.photos-slider .swiper-slide {
        margin-left: 1rem;
        margin-right: 1rem;
        width: 100%;
    }
    
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}

@media(max-width:768px){

salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 5px;
}
}