/* Add custom CSS styles below */
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;
}
/* end-banner*/
footer .copyright-text p {
  color: #fff !important;
}

.copyright-text p a:hover {
  color: #fff !important;
}
/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
width:70%;
margin:auto;
}


@media (max-width: 768px){
/*categary*/

.al-categories .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
width:100%;

}
}
/**/