.g5plus-products-reviews h3.title-review {
  padding-bottom: 9px;
  text-transform: inherit !important;
  font-size: 22px;
}
.g5plus-products-reviews h3.title-review span {
  display: inline-block;
  position: relative;
}
.g5plus-products-reviews h3.title-review span:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
}
.g5plus-products-reviews .product-listing.woocommerce.row {
  margin: 0;
}
.g5plus-products-reviews.layout-slider .product-listing.woocommerce.row {
  margin-left: -15px;
  margin-right: -15px;
}
.g5plus-products-reviews .product-listing.woocommerce .star-rating {
  margin: auto 0;
  margin-bottom: 10px;
}
.g5plus-products-reviews .comment-content {
  font-size: 13px;
  line-height: 1.6;
}
.g5plus-products-reviews .product-sidebar-item {
  padding: 15px 0;
}
.g5plus-products-reviews .product-sidebar-item a.title {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.g5plus-products-reviews .product-sidebar-item:first-child {
  padding-top: 0;
}
.g5plus-products-reviews .product-sidebar-item:last-child {
  padding-bottom: 0;
}
.g5plus-products-reviews .owl-carousel.owl-dots-true {
  margin-bottom: 0;
}
.g5plus-products-reviews .owl-nav > div {
  top: -57px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background-color: transparent;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
.g5plus-products-reviews .owl-nav > div i {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
  color: #111;
}
.g5plus-products-reviews .owl-nav > div.owl-prev {
  left: inherit;
  right: 40px;
}
.g5plus-products-reviews .owl-nav > div.owl-next {
  right: 5px;
}
@media (max-width: 1279px) {
  .owl-nav > div {
    position: absolute;
    bottom: inherit;
  }
}
