.fcf-vue-carousel-container .fcf-vue-carousel.thumbs {
  margin-top: 10px; }
  .fcf-vue-carousel-container .fcf-vue-carousel.thumbs .swiper-slide {
    opacity: .5; }
    .fcf-vue-carousel-container .fcf-vue-carousel.thumbs .swiper-slide.swiper-slide-thumb-active {
      opacity: 1; }
    .fcf-vue-carousel-container .fcf-vue-carousel.thumbs .swiper-slide .thumb {
      position: relative;
      width: 100%;
      padding-bottom: 75%;
      cursor: pointer; }

.fcf-vue-carousel-container .fcf-vue-carousel .fcf-vue-carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  color: #25a8d4;
  width: 44px;
  text-align: center;
  font-size: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 100px;
  cursor: pointer; }
  .fcf-vue-carousel-container .fcf-vue-carousel .fcf-vue-carousel-nav .fcficon {
    display: block;
    line-height: 44px; }
  .fcf-vue-carousel-container .fcf-vue-carousel .fcf-vue-carousel-nav.prev {
    left: 10px; }
  .fcf-vue-carousel-container .fcf-vue-carousel .fcf-vue-carousel-nav.next {
    right: 10px; }
  .fcf-vue-carousel-container .fcf-vue-carousel .fcf-vue-carousel-nav.swiper-button-disabled {
    opacity: 0.5; }
