/* xl - DESKTOP STYLES */ 
.slider .swiper-container {
  width: 100%;
  height: 100%;
}
.slider__next, .slider__prev {
    display: none;
}
.slider__flex {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.swiper-wrapper.vertical-transform {
    transform: translate3d(0px,0px,0px) !important;
}

.slider__col {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs, .slider__thumbs_two {
  height: 600px;
}
.slider__thumbs .swiper-container, .slider__thumbs_two .swiper-container {
    height: auto;
    height: auto;
    max-height: 600px;
    overflow-y: scroll;
    padding-right: 15px;
}
.slider__thumbs .swiper-slide, .slider__thumbs_two .swiper-slide {
    height: 190px !important;
}
.slider__thumbs img, .slider__thumbs_two img {
    height: 190px !important;
}
.slider__images, .slider__images_two {
  height: 600px;
  width: calc(70% - 15px);
  margin-right: 15px
}
.slider__images .slider__image img, .slider__images_two .slider__image img {
  transition: 1s;
}
.slider__images .slider__image:hover img, .slider__images_two .slider__image:hover img {
  transform: scale(1.03);
}
.slider__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar
{
  width: 15px;
  background-color: #F5F5F5;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}
@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 15px;
    width: 100%;
  }
  .slider__images, .slider__images_two {
    width: 100%;
  }
  .slider__thumbs, .slider__thumbs_two {
    height: 80px;
    width: 100%;
  }
  .slider__thumbs .swiper-slide, .slider__thumbs_two .swiper-slide {
    height: 80px !important;
    }
    .slider__thumbs img, .slider__thumbs_two img {
        height: 80px !important;
    }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
  .slider__thumbs .swiper-container, .slider__thumbs_two .swiper-container {
    height: auto;
    height: auto;
    max-height: 600px;
    overflow-y: hidden;
    padding-right: 0px;
    overflow: auto;
}
.slider__images, .slider__images_two {
  height: 300px;
  margin-right: 0px;
}

}

