@font-face {
    font-family: viwcpr_nav_icons;
    src: url(../fonts/nav-icons/nav-icons.eot);
    src: url(../fonts/nav-icons/nav-icons.eot?#iefix) format("embedded-opentype"), url(../fonts/nav-icons/nav-icons.woff) format("woff"), url(../fonts/nav-icons/nav-icons.ttf) format("truetype"), url(../fonts/nav-icons/nav-icons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: viwcpr_nav_icons;
        src: url(../nav-icons/nav-icons.svg) format("svg")
    }
}

.woocommerce-photo-reviews-slide.woocommerce-photo-reviews-slide-init .shortcode-wcpr-pagination,
 .villatheme-slider-disabled {
    display: none !important
}
.woocommerce-photo-reviews-slide {
    width: 100%;
    clear: both;
    border: none;
    zoom: 1;
}

.woocommerce-photo-reviews-slide:not(.woocommerce-photo-reviews-slide-none):not(.woocommerce-photo-reviews-slide-init):after {
    content: '';
    width: 100%;
    height: 100%;
    pointer-events: none !important;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    max-height: 100%;
    opacity: .3
}

.woocommerce-photo-reviews-slide:not(.woocommerce-photo-reviews-slide-none):not(.woocommerce-photo-reviews-slide-init):before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    border: 5px solid #f3f3f3;
    border-top: 5px solid #838a8e;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: vi_wcuf_loading 1s linear infinite;
    z-index: 10;
    transform: translate(-50%, -50%)
}

.villatheme-slider-viewport {
    display: block !important;
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.villatheme-slider-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.villatheme-slider-direction-nav > li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    line-height: 0
}

.villatheme-slider-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 80px;
    margin: -20px 0 0;
    position: absolute;
    top: 40%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 0;
    text-align: center;
    background: #fff;
    outline: unset
}

.villatheme-slider-direction-nav a:before {
    font-family: viwcpr_nav_icons;
    display: inline-block;
    content: "\f101";
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    font-size: 30px;
    line-height: 80px
}

.woocommerce-photo-reviews-slide:hover .villatheme-slider-direction-nav .villatheme-slider-prev {
    opacity: .7;
    left: 0
}

.villatheme-slider-direction-nav .villatheme-slider-prev {
    left: -50px
}

.woocommerce-photo-reviews-slide:hover .villatheme-slider-direction-nav .villatheme-slider-next {
    opacity: .7;
    right: 0
}

.villatheme-slider-direction-nav .villatheme-slider-next {
    right: -50px
}

.villatheme-slider-direction-nav a.villatheme-slider-next:before {
    content: "\f102";
}

@media (max-width: 640px) {
    .villatheme-slider-direction-nav a {
        opacity: .75 !important
    }

    .villatheme-slider-direction-nav a.villatheme-slider-prev {
        left: 0 !important
    }

    .villatheme-slider-direction-nav a.villatheme-slider-next {
        right: 0 !important
    }
}