.tp-product-review-summary {
  padding-top: 5px; 
  position: relative;
  cursor: pointer;
}
.tp-product-review-summary .tp-stars {  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.tp-product-review-summary .tp-stars > span {
  font-size: 14px;
  display:block;
  width: 100%;
  text-align: left;
}
.tp-stars--1 .tp-star:nth-of-type(-n + 1) .tp-star__canvas,
.tp-stars--1 .tp-star:nth-of-type(-n + 1) .tp-star__canvas--half {
    fill: #ff3722
}
.tp-stars--2 .tp-star:nth-of-type(-n + 2) .tp-star__canvas,
.tp-stars--2 .tp-star:nth-of-type(-n + 2) .tp-star__canvas--half {
    fill: #ff8622
}
.tp-stars--3 .tp-star:nth-of-type(-n + 3) .tp-star__canvas,
.tp-stars--3 .tp-star:nth-of-type(-n + 3) .tp-star__canvas--half {
    fill: #ffce00
}
.tp-stars--4 .tp-star:nth-of-type(-n + 4) .tp-star__canvas,
.tp-stars--4 .tp-star:nth-of-type(-n + 4) .tp-star__canvas--half {
    fill: #73cf11
}
.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas,
.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
    fill: #00b67a
}
.tp-stars--1--half .tp-star:nth-of-type(-n + 2) .tp-star__canvas--half {
    fill: #ff3722
}
.tp-stars--2--half .tp-star:nth-of-type(-n + 3) .tp-star__canvas--half {
    fill: #ff8622
}
.tp-stars--3--half .tp-star:nth-of-type(-n + 4) .tp-star__canvas--half {
    fill: #ffce00
}
.tp-stars--4--half .tp-star:nth-of-type(-n + 4) .tp-star__canvas,
.tp-stars--4--half .tp-star:nth-of-type(-n + 4) .tp-star__canvas--half {
    fill: #00b67a
}
.tp-stars--4--half .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
    fill: #00b67a
}
.tp-rating-details > div:before {
  background-color: #fff;
  border-right: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  content: "";
  display: block;
  height: 16px;
  left: 50%;
  position: absolute;
  top: -13px;
  transform: rotate(-34deg) translateX(-50%) skewX(26deg);
  transform-origin: center;
  width: 16px;
  border-color: rgba(151, 151, 151, .18);
}
.tp-rating-details {
  padding: 10px;
}
.tp-product-review-summary:hover .tp-rating-details {
  display: block !important;
}
.tp-rating-details > div {
  position: absolute;
  top: 100;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #fff;
  border: 1px solid rgba(151, 151, 151, .18);
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .1);
  max-width: 290px;
  min-width: 200px;    
}
.tp-rating-details .rating-label:last-child {
    margin: 0;
}
.rating-label span:last-child {
    font-size: 14px;
    font-weight: bold;
}
.tp-rating-details .rating-label span:first-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 8px 0 0;
    width: 56px;
    font-size: 14px;
}
.tp-rating-details .rating-bar {
    background-color: #d6d6d6;
    border-radius: 2px;
    height: 4px;
    margin: 0 12px 0 0;
    width: 100%
}
.tp-rating-details .rating-fill {
    height: 100%;
    border-radius: 5px;
}
.tp-rating-details .rating-label {
  -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 8px
}
.catalog-category-view .tp-product-review-summary {
    padding: 0;
    z-index: 1;
}
.catalog-category-view .tp-product-review-summary .tp-stars > div {
    height: 15px !important;
    width: auto !important;
}
.catalog-category-view .tp-product-review-summary .tp-stars > div svg {
    width: auto !important;
    vertical-align: text-top;
}
.catalog-category-view .tp-product-review-summary .tp-stars > span {
    line-height: 15px;
}
.item-review-slider .tp-widget-review {
    display: block;
    height: auto;
    margin-right: 15px;
    min-height: 100px;
    padding: 0 0 0 20px;
    position: relative;
    vertical-align: top;
    white-space: normal;
}
.item-review-slider .tp-widget-review .date {
    right: 0;
    top: 0px;
    position: absolute;
    color: rgba(0,0,0,.6);
}
.item-review-slider .tp-widget-review .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    height: auto;
    -webkit-line-clamp: 2;
    line-height: 16px;
    margin: 0 0 8px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    background-color: transparent;
    color: #000;
}
.item-review-slider .tp-widget-review .tp-widget-stars {
    margin: 0 0 12px;
}
.item-review-slider .tp-widget-review .name {
    line-height: 14px;
    font-size: 14px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 20px);
    z-index: 2;
    color: rgba(0,0,0,.6)
}
.item-review-slider .tp-widget-review__source {
    -ms-flex-align: center;
    align-items: center;
    color: #5c5c70;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 16px 0 0;
    -ms-flex-order: 4;
    order: 4;
    position: relative;
    margin-top: 24px;
    font-size: 12px;
}
.item-review-slider .tp-widget-review__source::before {
    background: #5c5c70 url(../image/checkmark.png) no-repeat center center;
    background-size: 7px;
    border-radius: 50%;
    content: "";
    display: block;
    margin: 0 4px 0 0;
    padding: 6px;
}
.item-review-slider {
    background: #fff;
    margin-bottom: 30px;
}
.item-review-slider .owl-theme .owl-controls .owl-nav,
.product-slider-bottom .owl-theme .owl-controls .owl-nav {
    margin: 0;
    position: absolute;
    top: -45px;
    right: 20px;
}
.item-review-slider .owl-theme .owl-controls .owl-nav [class*='owl-'].owl-prev:before,
.product-slider-bottom .owl-theme .owl-controls .owl-nav [class*='owl-'].owl-prev:before {
    content: '\e927';
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 18px;
    color: #111;
    mask-image: unset;
    top: 0;
    left: 0;
    height: inherit;
    background-color: inherit;
    width: inherit;
}
.item-review-slider .owl-theme .owl-controls .owl-nav [class*='owl-'].owl-next:before,
.product-slider-bottom .owl-theme .owl-controls .owl-nav [class*='owl-'].owl-next:before {
    content: '\e929';
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 18px;
    color: #111;
    mask-image: unset;
    top: 0;
    left: -24px;
    height: inherit;
    background-color: inherit;
    width: inherit;
    transform: unset;
}
.item-review-slider .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next,
.product-slider-bottom .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    right: 0;
    position: relative;
}
.item-review-slider .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
.product-slider-bottom .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
    left: 0;
    position: relative;
}
.item-review-slider .owl-theme .owl-controls .owl-nav [class*='owl-'],
.product-slider-bottom .owl-theme .owl-controls .owl-nav [class*='owl-'] {
    margin: 0;
    background-color: #f5f5f5;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
}
.item-review-slider .owl-theme .owl-controls .owl-nav [class*='owl-']:hover,
.product-slider-bottom .owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
    background-color: #FE2424;
    border-color: #FE2424;
}
.item-review-slider .block-title {
    padding: 15.5px 20px 15.5px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.item-review-slider .block-title strong {
    color: #111111;
    font-size: 24px;
    line-height: 26px;
    text-transform: unset;
    padding-left: 20px;
    font-weight: 400;
    position: relative;
}
.tp-rating-details h4 {
    text-align: left;
}