/**
* Setubridge Technolabs
* http://www.setubridge.com/
* @author SetuBridge
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
**/

#sidebar-recent-review .owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    right: 0;
    top: -47px;
}
#sidebar-recent-review .nav-left::before {
    background: #ffffff url("../images/navigate_left.png") no-repeat scroll 0 0;
    content: "";
    height: 20px;
    position: absolute;
    width: 20px;
}
#sidebar-recent-review .nav-right::before {
    background: #ffffff url("../images/navigate_right.png") no-repeat scroll 0 0;
    content: "";
    height: 20px;
    position: absolute;
    width: 20px;
}
#sidebar-recent-review.content {
    padding-top: 15px;
} 
.block-recent-review .block-title span {
    font-size: 18px;
    font-weight: normal;
} 
.item.recentReview-items .recentreview-prodinfo .recentreview-prodimage img {
    display: inline-block !important;
}
.item.recentReview-items {
    margin: 0 auto;
    text-align: center;
}

@media (max-width:945px) and  (min-width:768px){ 
.block-recent-review .block-title span {
    font-size: 16px;
}
}
@media(max-width:767px){
.sidebar.sidebar-additional {
    overflow: hidden;
    clear:both;
}
#sidebar-recent-review .owl-theme .owl-controls {
    right: 8px;
}
}
.recentreview-detailreview {
    overflow-wrap: break-word;
}