body .widget-review-cyt-stats.s-688dd096e8f0c {
color: #000000;
background-color: #ffffff;
border-color: #cccccc;
border-width: 0px;
border-radius: 0px;
max-width: 100%;
margin-left: auto;
margin-right: auto
}
body .widget-review-cyt-stats.s-688dd096e8f0c .a { color: #000000; }
body .widget-review-cyt-stats.s-688dd096e8f0c .txt .fa { color: #ffc400 }
body .widget-review-cyt-stats.s-688dd096e8f0c .bar-b { background-color: #e0e0e0; height: 15px }
body .widget-review-cyt-stats.s-688dd096e8f0c .bar-c { padding: 3px 0 }
body .widget-review-cyt-stats.s-688dd096e8f0c .bar { background-color: #ffc400 }
if ( $( ".widget-review-cyt-stats.s-688dd096e8f0c" ).length ) {
x();
}
$( window ).scroll( function () {
if ( $( ".widget-review-cyt-stats.s-688dd096e8f0c" ).length ) {
x();
}
} );
function x() {
var toe = $( ".widget-review-cyt-stats.s-688dd096e8f0c" ).offset().top;
var boe = $( ".widget-review-cyt-stats.s-688dd096e8f0c" ).offset().top + $( ".widget-review-cyt-stats.s-688dd096e8f0c" ).outerHeight();
var bos = $( window ).scrollTop() + $( window ).innerHeight();
var tos = $( window ).scrollTop();
if ( ( bos > toe ) && ( tos < boe ) ) {
setTimeout( function () {
$( '.widget-review-cyt-stats.s-688dd096e8f0c' ).removeClass( 'not-visible' );
}, 500 );
}
}
$(document).ready(function() {
$('.widget-review-cyt.a-6883ae115e97d').on('click', '.limiter', function(event) {
event.preventDefault();
$(this).addClass('clicked').parent().addClass('hide-ppp');
});
});
.widget-review-cyt.a-6883ae115e97d ul li,
.widget-review-cyt.a-6883ae115e97d .pag li {
background-color: #ffffff;
color: #000000;
border-color: #ededed;
border-width: 2px;
border-radius: 10px;
padding: 20px
}
.widget-review-cyt.a-6883ae115e97d .date { color: #000000 }
.widget-review-cyt.a-6883ae115e97d .stars .fa-star { color: #ffc400 }
.widget-review-cyt.a-6883ae115e97d .stars .fa-star.grey { color: #cccccc }
.widget-review-cyt.a-6883ae115e97d [data-glide-el="controls"] button {
background-color: #ffffff;
color: #000000;
border: 2px solid #ededed;
border-radius: 10px
}
body .widget-review-cyt.a-6883ae115e97d .pag li {
color: #000000!important;
background-color: #ffffff!important;
border-width: 2px!important;
border-color: #e0e0e0!important;
border-radius: 10px!important;
width: 40px;
height: 40px;
min-width: 40px;
min-height: 40px;
}
body .widget-review-cyt.a-6883ae115e97d .pag li i { font-size: 20px }