_home-sliders.scss 925 Bytes
.sliders_ {
  overflow: hidden;
  display: block;
  img {
    width: 100%;
    max-width: 100%;
  }
  &.main_slider {
    .item {
      text-align: center;
    }
    img {
      width: auto;
    }
  }
}



.owl-stage-outer, .owl-stage, .owl-item {
  float: left;
  position: relative;
  z-index: 2;
}


.owl-item {

}
/*dots*/
.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  z-index: 2;

  .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: $link-color;
    cursor: pointer;
    margin-right: 8px;
    margin-top: 8px;

    &.active {
      background: $checkboxColor;
      @include Transition(0.2);
    }
  }
}
.withBg {
  .owl-dot {
    @include Shadow4;
    &.active {
      background: #fff;
    }
  }
}
/*******/

.owl-carousel {
  .slider-grid {
    width: 100% !important;
  }
}