.sc_swiper-woo-single-thumbs .swiper-slide {
    opacity: 0.5;
}
.sc_swiper-woo-single-thumbs .swiper-slide.swiper-slide-thumb-active{
    opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
    color: var(--cl-1);
}
.hasVideoSingle:before {
    content: "\f04b";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 35px;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    z-index: 10;
}
.hasVideoSingle {
    position: relative;
}
.hasVideoSingle:hover:before{
    color: var(--cl-1);
}