﻿.tp-widget-reviews-wrapper {
    opacity: 1;
    overflow: hidden;
    transition: opacity .6s ease;
    visibility: visible;
    z-index: 2
}

.tp-widget-reviews {
    height: 160px;
    overflow: hidden;
    white-space: nowrap;
}

.tp-widget-reviews .tp-widget-review {
    background-color: #f8f9fa;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(182,196,210,0.4);
    display: inline-block;
    height: 159px;
    line-height: 16px;
    padding: 15px;
    position: relative;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}

.tp-widget-reviews .tp-widget-review .tp-widget-stars {
    margin-bottom: 14px
}

.tp-widget-reviews .tp-widget-review .tp-stars, .tp-widget-reviews .tp-widget-review .tp-stars-custom-color {
    width: 100px
}

.tp-widget-reviews .tp-widget-review .date {
    color: rgba(25,25,25,0.6);
    font-size: 12px;
    line-height: 14px;
    max-width: calc(100% - 135px);
    position: absolute;
    right: 15px;
    text-align: right;
    top: 15px
}

.tp-widget-reviews .tp-widget-review .header {
    color: #1f2936;
    font-size: 14px;
    font-weight: 700;
    height: 16px;
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tp-widget-reviews .tp-widget-review .text {
    color: #191919;
    font-size: 13px;
    line-height: 16px;
    max-height: 50px;
    overflow: hidden;
    word-wrap: break-word
}

.tp-widget-reviews .tp-widget-review .name {
    bottom: 12px;
    color: rgba(25,25,25,0.6);
    font-size: 12px;
    left: 16px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 30px);
    z-index: 2
}


.tp-stars .tp-star__canvas, .tp-stars .tp-star__canvas--half {
    fill: #dcdce6
}

.tp-stars .tp-star__shape {
    fill: #fff
}

.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
}

.wrapper-bottom {
    line-height: 16px;
    margin: 10px auto 5px;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .wrapper-bottom span {
        display: inline-block
    }

        .wrapper-bottom span span {
            white-space: nowrap
        }

    .wrapper-bottom .tp-widget-rating {
        display: inline-block;
        vertical-align: bottom
    }

    .wrapper-bottom .tp-widget-poweredby {
        display: inline-block;
        vertical-align: bottom
    }

    .wrapper-bottom .tp-widget-logo {
        display: block;
        margin: 0 auto;
        width: 80px
    }

@media screen and (max-width: 995px) {
    .trustpilotcontainer {
        display: none
    }
}