.stars {
    margin-bottom: 1em;
}
.reviewer{
    margin:0;
}
.theSource {
    display: block;
    margin-top: 1em;
}
.revSource span[class^="icon-"]{
    font-size:2.1em;
}
.stars .icon-star1::before{
color:#ffa500;
font-size: 1.8em;
}
.owlPLMT.owl-carousel .owl-item .theSource{display:none;}

.owlPLMT.owl-carousel .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    font-family: 'review-icons';
    font-size: 1.2em;
}
.owlPLMT.owl-carousel .owl-nav .owl-prev:before {
    content: "\f053";
}
.owlPLMT.owl-carousel .owl-nav .owl-prev {
    left: -28px;
    position: absolute;
}
.owlPLMT.owl-carousel .owl-nav .owl-next:before {
    content: "\f054";
}
.owlPLMT.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -28px;
}