﻿.farashop__product-video-two > div:first-child {
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
  padding-top: 30px;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .farashop__product-video-two > div:first-child {
    flex-wrap: wrap-reverse;
  }
}

@media (min-width: 768px) {
  .content--thumb-image {
    display: flex !important;
    align-items: center;
  }
  .content--thumb-image > div {
    width: 50%;
  }
}
.content--thumb-image {
  margin-bottom: 6px;
  cursor: pointer;
}
.content--thumb-image.slick-current {
  background: #535353;
}
.content--thumb-image > div.title-item {
  color: #fff;
  line-height: 2;
  padding: 0 10px;
}
.content--thumb-image > div img {
  border: 1px solid #65696c !important;
  max-height: 125px;
}

@media (max-width: 768px) {
  .content--thumb-image {
    margin: 5px;
  }
  .content--thumb-image > div.title-item {
    padding: 5px;
    font-size: 11px;
  }
  .content--thumb-image > div.title-item p {
    margin: 0;
  }
}
.farashop__product-video-two .banner-slider .slider.slider-nav {
  max-width: 39%;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  height: 490px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .farashop__product-video-two .banner-slider .slider.slider-nav {
    float: unset;
    max-width: 100%;
    height: auto;
  }
}

.farashop__product-video-two .slider-nav .slick-slide.thumbnail-image {
  margin: 0px 1px 1px 1px;
  opacity: 0.5;
  margin-top: 5px;
  text-align: center;
  cursor: pointer;
}

.farashop__product-video-two .banner-slider .slider.slider-for {
  width: 60%;
  margin-left: 1%;
  height: 510px;
  /* .slick-track, .slick-slide {
       width: 100% !important;
   }*/
}
@media (max-width: 768px) {
  .farashop__product-video-two .banner-slider .slider.slider-for {
    width: 100%;
    height: auto;
  }
}

.farashop__product-video-two .js__big-video__for video {
  max-height: 510px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #65696c !important;
}
.farashop__product-video-two .js__small-video__nav .slick-prev::before {
  content: "\f106";
  color: #fff;
}
.farashop__product-video-two .js__small-video__nav .slick-next::before {
  content: "\f107";
  color: #fff;
}
.farashop__product-video-two .js__small-video__nav button {
  font-size: 0;
  height: 25px !important;
  width: 50%;
  border: 0;
  background-color: rgba(142, 17, 35, 0.8) !important;
  position: relative;
  color: #fff;
  font-family: "FontAwesome";
  position: absolute;
  z-index: 9;
}
.farashop__product-video-two .js__small-video__nav button.slick-prev {
  right: 0;
  top: 0;
}
.farashop__product-video-two .js__small-video__nav button.slick-next {
  right: 0;
  bottom: 4px;
  top: unset;
}
.farashop__product-video-two .js__small-video__nav button::before {
  transform: translate(-50%, -50%);
  font-size: 26px;
}
@media (max-width: 768px) {
  .farashop__product-video-two .js__small-video__nav button.slick-prev {
    top: 28%;
    right: 71%;
    transform: rotate(90deg);
  }
  .farashop__product-video-two .js__small-video__nav button.slick-prev::before {
    content: "\f107";
  }
  .farashop__product-video-two .js__small-video__nav button.slick-next {
    right: unset;
    left: 71%;
    top: 28%;
    transform: rotate(90deg);
  }
  .farashop__product-video-two .js__small-video__nav button.slick-next::before {
    content: "\f106";
  }
  .farashop__product-video-two .js__small-video__nav button::before {
    transform: unset;
    display: block;
  }
}
.farashop__product-video-two .linksVideo {
  position: relative;
}
.farashop__product-video-two .linksVideo a {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 99;
}
