/* line 3, src/sass/components/categories.scss */
.sliderer {
  height: 100%;
  position: relative;
}

/* line 7, src/sass/components/categories.scss */
.sliderer .owl-carousel {
  position: relative;
  height: 100%;
  z-index: 0;
}

/* line 12, src/sass/components/categories.scss */
.sliderer .owl-carousel .owl-item,
.sliderer .owl-carousel .owl-stage-outer,
.sliderer .owl-carousel .owl-stage {
  height: 100%;
}

/* line 18, src/sass/components/categories.scss */
.sliderer .owl-carousel .owl-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

/* line 24, src/sass/components/categories.scss */
.sliderer .owl-carousel .owl-slide .slide-wrapper {
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 100%);
}

/* line 36, src/sass/components/categories.scss */
.sliderer .slider-controls {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 40, src/sass/components/categories.scss */
.sliderer .slider-controls .container {
  height: 100%;
  position: relative;
}

/* line 47, src/sass/components/categories.scss */
.sliderer .slider-nav .owl-next,
.sliderer .slider-nav .owl-prev {
  z-index: 1;
  border: 0;
  background: transparent;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 35px;
}

/* line 59, src/sass/components/categories.scss */
.sliderer .slider-nav .owl-next {
  right: 0;
}

/* line 63, src/sass/components/categories.scss */
.sliderer .slider-nav .owl-prev {
  left: 0;
}

/* line 68, src/sass/components/categories.scss */
.sliderer .slider-dots {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 77, src/sass/components/categories.scss */
.sliderer .slider-dots .owl-dot {
  width: 28px;
  height: 28px;
  border-radius: 25px;
  border: 2px solid #fff;
  background-color: transparent;
  position: relative;
}

/* line 84, src/sass/components/categories.scss */
.sliderer .slider-dots .owl-dot:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 7.5px;
}

/* line 94, src/sass/components/categories.scss */
.sliderer .slider-dots .owl-dot:not(:first-child) {
  margin-left: 20px;
}

/* line 98, src/sass/components/categories.scss */
.sliderer .slider-dots .owl-dot.active:before {
  background-color: #fff;
  width: 15px;
  height: 15px;
}

/* line 110, src/sass/components/categories.scss */
.info-box__sub-title--category {
  margin: 30px 0;
}

/* line 117, src/sass/components/categories.scss */
.lined-title--category {
  margin: 80px 0 40px;
}

/* line 123, src/sass/components/categories.scss */
.page-title--category {
  margin-top: 0;
}

/* line 128, src/sass/components/categories.scss */
.category {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 130, src/sass/components/categories.scss */
.category:hover {
  background-color: #f6f6f6;
}

@media (min-width: 992px) {
  /* line 128, src/sass/components/categories.scss */
  .category {
    border-radius: 5px 0 0 5px;
    width: 100%;
  }
}

/* line 139, src/sass/components/categories.scss */
.tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 30px;
}

/* line 144, src/sass/components/categories.scss */
.tabs-wrapper .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 147, src/sass/components/categories.scss */
.tabs-wrapper .tabs a {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px 30px 5px 0;
  display: inline-block;
  position: relative;
}

/* line 155, src/sass/components/categories.scss */
.tabs-wrapper .tabs a:before {
  position: absolute;
  background-color: transparent;
  content: "";
  height: 2px;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 164, src/sass/components/categories.scss */
.tabs-wrapper .tabs a:hover {
  color: #e30613;
}

/* line 167, src/sass/components/categories.scss */
.tabs-wrapper .tabs a:hover:before {
  background-color: #e30613;
  width: 100%;
  bottom: -5px;
}

/* line 176, src/sass/components/categories.scss */
.tabs-wrapper .actions a {
  font-size: 30px;
  color: #e30613;
}

/* line 184, src/sass/components/categories.scss */
.sections .section:not(:last-child) {
  margin-bottom: 40px;
}

/* line 187, src/sass/components/categories.scss */
.sections .section:last-child {
  margin-bottom: 100px;
}
