body {
  /* font-family: "Roboto", sans-serif; */
  background: #f8f9fa;
}

.slick-slide {
  outline: none;
}

img {
  pointer-events: none;
}

.pswp__img {
  background: #fff !important;
}

.error-msg {
  color: #d32f2f;
}

.product-gallery__carousel .slick-slide {
  max-width: 134px;
}

.site-header-logo {
  height: 100px;
}

.filter-price__container .filter-price__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-slider .range-slider__thumb {
  background: #333 !important;
}

.range-slider .range-slider__range {
  background: #333 !important;
}

.block-slideshow__body .slick-dots {
  bottom: 20px;
}

.block-slideshow__body
  .slick-active.slick-current
  .block-slideshow__slide-title,
.block-slideshow__body .slick-active.slick-current .block-slideshow__slide-text,
.block-slideshow__body
  .slick-active.slick-current
  .block-slideshow__slide-button {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.video_hero {
  width: 100%;
}

.spec-list-item {
  transition: all 0.3s ease;
}

.spec-list-item:hover {
  background: #eee;
  padding-left: 20px !important;
}
