/* Add custom CSS styles below */ 

/* header  */

.main-nav-container.fixed-pinned.animated.fixed-header custom-main-menu {
    min-height: 60px !important;
}


/* hero */

.s-block--hero-slider .swiper-slide .overlay-bg:after {
  display: none;
}

@media (max-width: 767px) {
  #main-slider-0 .s-slider-wrapper,
  #main-slider-0 .swiper,
  #main-slider-0 .swiper-slide {
    height: 150px !important;
    min-height: 150px !important;
  }
}


/* categories */
.slide--cat-entry {
  position: relative;
  height: 145px;
  justify-content: start;
  color: #fff;
  overflow: hidden;
}
.slide--cat-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}
.slide--cat-entry img {
  position: absolute;
  inset: 0;
  border-radius: 0;
  width: 100% !important;
  height: 145px !important;
  object-fit: cover;
}

.slide--cat-entry h2 {
  position: relative;
  color: #fff !important;
  z-index: 4;
}
.slide--cat-entry:hover h2 {
  color: #fff !important;
}


/*banner full width  */


.s-block--fixed-banner > .container{
  max-width:100% !important;
  padding: 0
}
.banner--fixed img{
  border-radius: 0 !important
}