@font-face {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    src: url(../vendor/fontello/font/fontello.eot?29669474);
    src: url(../vendor/fontello/font/fontello.eot?29669474#iefix) format("embedded-opentype"), url(../vendor/fontello/font/fontello.woff2?29669474) format("woff2"), url(../vendor/fontello/font/fontello.woff?29669474) format("woff"), url(../vendor/fontello/font/fontello.ttf?29669474) format("truetype"), url(../vendor/fontello/font/fontello.svg?29669474#fontello) format("svg")
}

[class*=" rtrs-"]:before,
[class^=rtrs-]:before {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: fontello;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    margin-left: .2em;
    margin-right: .2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em
}

.rtrs-star:before {
    content: "\e800"
}

.rtrs-thumbs-up:before {
    content: "\e801"
}

.rtrs-thumbs-down:before {
    content: "\e802"
}

.rtrs-calendar:before {
    content: "\e803"
}

.rtrs-play:before {
    content: "\e804"
}

.rtrs-picture:before {
    content: "\e805"
}

.rtrs-videocam:before {
    content: "\e806"
}

.rtrs-ok:before {
    content: "\e807"
}

.rtrs-star-empty:before {
    content: "\e808"
}

.rtrs-plus:before {
    content: "\e809"
}

.rtrs-user:before {
    content: "\e80a"
}

.rtrs-twitter:before {
    content: "\f099"
}

.rtrs-facebook:before {
    content: "\f09a"
}

.rtrs-filter:before {
    content: "\f0b0"
}

.rtrs-gplus:before {
    content: "\f0d5"
}

.rtrs-sort:before {
    content: "\f0dc"
}

.rtrs-angle-left:before {
    content: "\f104"
}

.rtrs-angle-right:before {
    content: "\f105"
}

.rtrs-github:before {
    content: "\f113"
}

.rtrs-smile:before {
    content: "\f118"
}

.rtrs-frown:before {
    content: "\f119"
}

.rtrs-meh:before {
    content: "\f11a"
}

.rtrs-star-half-alt:before {
    content: "\f123"
}

.rtrs-share:before {
    content: "\f1e0"
}

html.with-featherlight {
    overflow: hidden
}

.featherlight {
    background: #333;
    background: transparent;
    bottom: 0;
    cursor: pointer;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    white-space: nowrap;
    z-index: 2147483647
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, .8)
}

.featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.featherlight .featherlight-content {
    background: #fff;
    border-bottom: 25px solid transparent;
    cursor: auto;
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    overflow: auto;
    padding: 25px 25px 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
    white-space: normal
}

.featherlight .featherlight-inner {
    display: block
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
    display: none
}

.featherlight .featherlight-close-icon {
    background: #fff;
    background: hsla(0, 0%, 100%, .3);
    border: 0;
    color: #000;
    cursor: pointer;
    font-family: Arial, sans-serif;
    line-height: 25px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 25px;
    z-index: 9999
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0
}

.featherlight .featherlight-image {
    width: 100%
}

.featherlight-iframe .featherlight-content {
    -webkit-overflow-scrolling: touch;
    border-bottom: 0;
    padding: 0
}

.featherlight iframe {
    border: 0
}

.featherlight * {
    box-sizing: border-box
}

@media only screen and (max-width:1024px) {
    .featherlight .featherlight-content {
        border-bottom: 10px solid transparent;
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0
    }
}

@media print {
    html.with-featherlight>*>:not(.featherlight) {
        display: none
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

.rtrs-review-wrap {
    background-color: #fff;
    border-radius: 4px;
    width: auto
}

@media only screen and (max-width:991px) {
    .rtrs-review-wrap {
        width: 100%
    }
}

@media only screen and (max-width:575px) {
    .rtrs-review-wrap {
        padding: 10px
    }
}

.rtrs-summary {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr))
}

@media only screen and (max-width:479px) {
    .rtrs-summary {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
    }
}

.rtrs-summary .rtrs-rating-box {
    align-items: center;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    display: flex;
    flex: 1;
    height: 100%;
    padding: 25px 30px
}

@media only screen and (max-width:575px) {
    .rtrs-summary .rtrs-rating-box {
        padding: 20px
    }
}

.rtrs-summary .rtrs-rating-box .rtrs-rating-number {
    margin-right: 25px
}

.rtrs-summary .rtrs-rating-box .rtrs-rating {
    color: #000;
    font-size: 48px;
    font-weight: 700
}

.rtrs-summary .rtrs-rating-box .rtrs-rating-out {
    color: #747474;
    font-size: 36px;
    font-weight: 700
}

.rtrs-summary .rtrs-rating-box .rtrs-rating-icon {
    flex: 1
}

.rtrs-summary .rtrs-rating-box .rtrs-rating-icon i {
    color: #ffb300;
    font-size: 18px
}

.rtrs-summary .rtrs-rating-box .rtrs-rating-icon i:before {
    margin: 0
}

.rtrs-summary .rtrs-rating-box .rtrs-rating-icon .rtrs-rating-text {
    color: #646464;
    font-size: 14px;
    margin-top: 5px
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 73px;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    width: 73px
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon:before {
    border: 1px solid hsla(0, 0%, 88%, .3);
    border-radius: 50%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon:after {
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    content: "";
    height: 61px;
    position: absolute;
    width: 61px
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon i {
    align-items: center;
    background-color: #40eca9;
    border-radius: 50%;
    display: flex;
    height: 49px;
    justify-content: center;
    width: 49px
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon i:before {
    color: #fff;
    font-size: 30px
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-number {
    color: #646464;
    font-size: 16px
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-number span {
    color: #000;
    font-weight: 700;
    margin-right: 5px
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-text {
    color: #646464;
    font-size: 14px;
    margin: 5px 0 0
}

.rtrs-summary .rtrs-progress-wrap {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 30px
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress:last-child {
    margin-bottom: 0
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    min-width: 88px
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress span {
    min-width: 70px
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress-bar {
    flex: auto
}

.rtrs-summary .rtrs-progress-wrap progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 4px;
    height: 5px
}

.rtrs-summary .rtrs-progress-wrap progress[value]::-webkit-progress-bar {
    background-color: #959595;
    border-radius: 4px
}

.rtrs-summary .rtrs-progress-wrap progress[value]::-webkit-progress-value {
    border-radius: 4px
}

.rtrs-summary .rtrs-progress-wrap .quality-preogress[value]::-webkit-progress-value {
    background-color: #40eca9;
    box-shadow: 0 4px 8px 0 rgba(64, 236, 169, .48)
}

.rtrs-summary .rtrs-progress-wrap .service-preogress[value]::-webkit-progress-value {
    background-color: #00b0ff;
    box-shadow: 0 4px 8px 0 rgba(0, 176, 255, .48)
}

.rtrs-summary .rtrs-progress-wrap .starting-preogress[value]::-webkit-progress-value {
    background-color: #ffbf42;
    box-shadow: 0 4px 8px 0 rgba(255, 191, 66, .48)
}

.rtrs-summary .rtrs-progress-wrap .delivery-preogress[value]::-webkit-progress-value {
    background-color: #ff8058;
    box-shadow: 0 4px 8px 0 rgba(255, 128, 88, .48)
}

.rtrs-summary .rtrs-progress-wrap .progress-percent {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    min-width: 40px;
    text-align: right
}

.rtrs-summary .rtrs-summary-text {
    margin-left: 70px
}

@media only screen and (max-width:767px) {
    .rtrs-summary .rtrs-summary-text {
        margin-left: 0
    }
}

.rtrs-summary .rtrs-summary-text .rtrs-summary-ttile {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px
}

.rtrs-summary .rtrs-summary-text p {
    color: #646464;
    font-size: 16px;
    line-height: 26px;
    margin: 0
}

.rtrs-sorting-bar {
    align-items: center;
    background-color: #fafafa;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 5px 22px
}

@media only screen and (max-width:575px) {
    .rtrs-sorting-bar {
        display: block;
        padding: 20px 10px;
        text-align: center
    }
}

.rtrs-sorting-bar .rtrs-sorting-title {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.rtrs-sorting-bar .rtrs-sorting-select {
    display: flex;
    gap: 5px
}

@media only screen and (max-width:575px) {
    .rtrs-sorting-bar .rtrs-sorting-select {
        display: block
    }
}

.rtrs-sorting-bar .rtrs-sorting-select label {
    color: #444;
    margin-right: 8px
}

.rtrs-sorting-bar .rtrs-sorting-select select {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 3px 8px 0 hsla(0, 0%, 75%, .27);
    color: #969696;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 5px;
    padding: 10px 25px 9px 15px
}

.rtrs-sorting-bar .rtrs-sorting-select select:focus {
    outline: none
}

.rtrs-sorting-select:empty {
    padding: 20px !important
}

.rtrs-review-box .rtrs-review-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.rtrs-review-box .rtrs-main-review {
    margin-bottom: 20px
}

.rtrs-review-box .rtrs-each-review {
    align-items: flex-start;
    background-color: #f8f8f8;
    display: flex;
    padding: 30px 25px 20px
}

@media only screen and (max-width:479px) {
    .rtrs-review-box .rtrs-each-review {
        display: block;
        padding: 20px
    }
}

.rtrs-review-box .rtrs-each-review.verified-user .rtrs-verified-author:before {
    background-color: #00e676;
    border: 4px solid #fffbf1;
    border-radius: 50%;
    color: #fff;
    content: "\e807";
    font-family: fontello;
    font-size: 14px;
    height: 24px;
    width: 24px
}

.rtrs-review-box .rtrs-top-review {
    background-color: #fffbf1;
    box-shadow: 0 1px 4px 0 rgba(175, 148, 78, .23)
}

.rtrs-review-box .rtrs-review-imgholder {
    margin-right: 15px
}

@media only screen and (max-width:479px) {
    .rtrs-review-box .rtrs-review-imgholder {
        margin-bottom: 10px;
        margin-right: 0
    }
}

.rtrs-review-box .rtrs-review-imgholder img {
    border-radius: 50%
}

.rtrs-review-box .rtrs-review-body {
    flex: 1;
    position: relative
}

.rtrs-review-box .rtrs-review-body .rtrs-review-author {
    display: inline-block;
    font-size: 16px;
    margin: 0 0 12px
}

.rtrs-review-box .rtrs-review-body .rtrs-review-author a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.rtrs-review-box .rtrs-review-body .rtrs-review-author a:hover {
    color: #0028ff
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta {
    list-style: none;
    margin: 0;
    padding: 0
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta li:last-child {
    margin-right: 0
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating {
    color: #ffb300;
    font-size: 16px
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating i:before {
    margin: 0
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date {
    color: #6d6d6d;
    font-size: 14px
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date i:before {
    color: #0028ff;
    margin: 0 4px 0 0
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link {
    font-size: 14px
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link a:hover {
    color: #646464
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social label {
    color: #646464;
    font-size: 14px
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social label i:before {
    color: #0028ff;
    margin: 0 4px 0 0
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social a {
    color: #646464;
    display: inline;
    font-size: 14px;
    padding: 0 3px;
    transition: all .3s ease-in-out
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social a:hover {
    color: #0028ff
}

.rtrs-review-box .rtrs-review-body .rtrs-review-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px
}

.rtrs-review-box .rtrs-review-body p {
    color: #646464;
    line-height: 24px;
    margin: 0 0 18px
}

.rtrs-review-box .rtrs-review-body .rtrs-reply-btn {
    padding: 10px 0
}

.rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn {
    background-color: #a6a6a6;
    border: none;
    border-radius: 4px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 10px 20px;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn:hover {
    background-color: #0028ff;
    color: #fff
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area {
    margin-bottom: 15px;
    margin-left: -6px
}

@media only screen and (max-width:575px) {
    .rtrs-review-box .rtrs-review-body .rtrs-action-area {
        position: static
    }
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area label {
    color: #646464;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area button {
    background-color: transparent;
    border: none;
    border-radius: 4px;
    color: #444;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    margin-right: 2px;
    padding: 6px;
    transition: all .3s ease-in-out
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area button:last-child {
    margin-right: 0
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area button:focus {
    outline: none
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area button i:before {
    color: #a0a0a0;
    font-size: 16px;
    margin: 0 5px 0 0;
    transition: all .3s ease-in-out
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media {
    margin-bottom: 15px
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item {
    display: inline-block;
    margin-right: 10px
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item:last-child {
    margin-right: 0
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item img {
    border-radius: 4px
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item a {
    padding: 0
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video {
    position: relative;
    text-align: center
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video:before {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 4px;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon {
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 24px
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i:before {
    color: #000;
    font-size: 12px;
    margin: 0 0 0 3px
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback {
    display: flex;
    margin-top: 24px
}

@media only screen and (max-width:767px) {
    .rtrs-review-box .rtrs-review-body .rtrs-review-feedback {
        display: block
    }
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-box {
    flex: 1
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title {
    margin: 0 0 14px
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title .item-icon {
    background-color: #24ecbb;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    margin-right: 12px;
    width: 29px
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title .unlike-icon {
    background-color: #ff4242
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title .item-text {
    color: #010101;
    font-size: 15px;
    font-weight: 600
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list {
    list-style: none;
    margin-bottom: 10px;
    padding: 0
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list li {
    color: #646464;
    font-size: 15px;
    margin-bottom: 4px;
    position: relative
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list li:before {
    color: #000;
    content: "\e807";
    font-family: fontello;
    font-size: 13px;
    font-weight: 700;
    margin-right: 8px
}

.rtrs-pagination {
    text-align: right
}

.rtrs-pagination ul {
    list-style: none;
    padding: 0
}

.rtrs-pagination ul li {
    display: inline-block
}

.rtrs-pagination ul li.active a {
    background-color: #0028ff;
    color: #fff
}

.rtrs-pagination a {
    align-items: center;
    background-color: #efefef;
    border-radius: 4px;
    color: #8a8a8a;
    display: flex;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 40px
}

.rtrs-pagination a i:before {
    color: #fff;
    margin: 0
}

.rtrs-pagination a:hover {
    background-color: #0028ff;
    color: #fff
}

.rtrs-pagination .rtrs-icon-nav {
    background-color: #d0d0d0
}

.rtrs-review-form {
    background-color: #f8f8f8;
    border-radius: 4px;
    margin-top: 70px;
    padding: 30px
}

@media only screen and (max-width:575px) {
    .rtrs-review-form {
        padding: 20px 15px
    }
}

.rtrs-review-form .rtrs-form-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 12px
}

.rtrs-review-form .rtrs-form-subtitle {
    font-size: 16px
}

.rtrs-review-form .rtrs-rating-category {
    display: grid;
    grid-template-columns: repeat(2, 270px);
    list-style: none;
    margin: 27px 0 0 5px;
    padding: 0
}

@media only screen and (max-width:767px) {
    .rtrs-review-form .rtrs-rating-category {
        grid-template-columns: repeat(1, 1fr)
    }
}

.rtrs-review-form .rtrs-rating-category li {
    display: flex;
    margin-bottom: 10px
}

.rtrs-review-form .rtrs-rating-category .rtrs-category-text {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    min-width: 80px
}

.rtrs-review-form .rtrs-rating-category .rtrs-form-check {
    position: relative
}

.rtrs-review-form .rtrs-rating-category .rtrs-form-check span {
    cursor: pointer;
    display: inline-block;
    padding-left: 25px
}

.rtrs-review-form .rtrs-rating-category .rtrs-form-check span:before {
    color: #ffb300;
    content: "\e808";
    font-family: fontello;
    font-size: 16px;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-in-out;
    width: 18px
}

.rtrs-review-form .rtrs-rating-category .rtrs-form-check input[type=checkbox] {
    cursor: pointer;
    height: 17px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 17px;
    z-index: 1
}

.rtrs-review-form .rtrs-rating-category .rtrs-form-check input[type=checkbox]:checked+span:before {
    content: "\e800"
}

.rtrs-review-form .rtrs-form-group {
    margin-bottom: 10px
}

.rtrs-review-form .rtrs-form-group textarea.rtrs-form-control {
    display: block
}

.rtrs-review-form .rtrs-form-group .rtrs-form-control {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    color: #111;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%
}

.rtrs-review-form .rtrs-form-group .rtrs-form-control:focus {
    outline: none
}

.rtrs-review-form .rtrs-form-group input {
    height: 48px
}

.rtrs-review-form .rtrs-form-group .rtrs-input-label {
    color: #010101;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
    padding-top: 22px
}

.rtrs-review-form .rtrs-form-group .rtrs-submit-btn {
    background-color: #444;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    outline: none;
    padding: 10px 24px;
    transition: all .3s ease-in-out
}

.rtrs-review-form .rtrs-form-group .rtrs-submit-btn:hover {
    background-color: #0028ff
}

.rtrs-review-form .rtrs-form-group .rtrs-form-check {
    display: flex;
    margin: 20px 0;
    position: relative
}

.rtrs-review-form .rtrs-form-group .rtrs-form-check .rtrs-checkbox-label {
    color: #646464;
    cursor: pointer;
    line-height: 1.1;
    padding-left: 8px
}

.rtrs-review-form .rtrs-form-group .rtrs-form-check .rtrs-checkbox-label:before {
    border: 2px solid #a2a2a2;
    border-radius: 4px;
    color: #fff;
    content: "\e807";
    font-family: fontello;
    font-size: 13px;
    height: 16px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 2px;
    transition: all .3s ease-in-out;
    width: 16px
}

.rtrs-review-form .rtrs-form-group .rtrs-form-check input[type=checkbox] {
    cursor: pointer;
    height: 20px;
    margin: 0;
    opacity: 0;
    width: 20px;
    z-index: 1
}

.rtrs-review-form .rtrs-form-group .rtrs-form-check input[type=checkbox]:checked+.rtrs-checkbox-label:before {
    background-color: #444;
    border-color: #444
}

.rtrs-review-form .rtrs-multimedia-upload {
    width: 160px
}

.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box {
    align-items: center;
    background-color: #efefef;
    border: 1px solid #8a8787;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 4px 10px;
    text-align: center
}

.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box i {
    color: #777;
    font-size: 20px;
    line-height: 1
}

@media only screen and (max-width:575px) {
    .rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box i {
        font-size: 30px
    }
}

.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box i:before {
    margin: 0
}

.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box span {
    color: #4c4b4b;
    font-size: 14px
}

.rtrs-review-form .rtrs-recomnd-check {
    align-items: center;
    display: flex
}

.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check {
    margin: 0
}

.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check input[type=radio] {
    cursor: pointer;
    height: 45px;
    left: -5px;
    opacity: 0;
    position: relative;
    width: 48px;
    z-index: 1
}

.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .rtrs-checkbox-label:before {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #777;
    font-size: 26px;
    height: 45px;
    line-height: 45px;
    width: 48px
}

.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .check-excelent:before {
    content: "\f118"
}

.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .check-good:before {
    content: "\f119"
}

.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .check-bad:before {
    content: "\f11a"
}

.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check input[type=radio]:checked+.rtrs-checkbox-label:before {
    background-color: #0028ff;
    border-color: #0028ff;
    box-shadow: 0 8px 16px 0 rgba(79, 79, 79, .34);
    color: #fff
}

.rtrs-review-form .rtrs-feedback-input {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    display: flex
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-item {
    border-right: 1px solid #ebebeb;
    flex: 1;
    padding: 25px 30px
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-item:last-child {
    border-right: none
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-title {
    margin: 0 0 16px
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-icon {
    background-color: #24ecbb;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    margin-right: 12px;
    text-align: center;
    width: 29px
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-icon i:before {
    line-height: 1.6;
    margin: 0
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .unlike-icon {
    background-color: #ff4242
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-text {
    color: #010101;
    font-size: 18px;
    font-weight: 500
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-filed {
    padding-right: 30px;
    position: relative
}

.rtrs-review-form .rtrs-feedback-input .rtrs-remove-btn {
    background: #901818;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
    width: 20px
}

.rtrs-review-form .rtrs-feedback-input .rtrs-remove-btn:hover {
    background-color: #0028ff;
    color: #fff
}

.rtrs-review-form .rtrs-feedback-input .rtrs-field-add {
    color: #646464;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    transition: all .3s ease-in-out
}

.rtrs-review-form .rtrs-feedback-input .rtrs-field-add i:before {
    font-size: 13px;
    font-weight: 400;
    margin: 0 5px 0 0
}

.rtrs-review-form .rtrs-feedback-input .rtrs-field-add:hover {
    color: #0028ff;
    text-decoration: underline
}

.rtrs-review-form .rtrs-feedback-input .form-control {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px 20px;
    width: 100%
}

.rtrs-review-form .rtrs-feedback-input .form-control:focus {
    outline: none
}

.rtrs-summary-2 .rtrs-rating-summary {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width:767px) {
    .rtrs-summary-2 .rtrs-rating-summary {
        display: block;
        text-align: center
    }
}

.rtrs-summary-2 .rtrs-rating-summary .rtrs-rating-item:first-child {
    margin-left: 30px
}

@media only screen and (max-width:575px) {
    .rtrs-summary-2 .rtrs-rating-summary .rtrs-rating-item:first-child {
        margin: 20px 0
    }
}

.rtrs-summary-2 .rtrs-rating-item {
    border-right: 1px solid #ededed;
    margin-right: 30px;
    padding-right: 25px
}

@media only screen and (max-width:991px) {
    .rtrs-summary-2 .rtrs-rating-item {
        margin-right: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:767px) {
    .rtrs-summary-2 .rtrs-rating-item {
        border-right: none;
        margin-right: 0;
        padding-right: 0
    }
}

.rtrs-summary-2 .rtrs-rating-item:last-child {
    border-right: none;
    flex: 1;
    margin-right: 0;
    padding-right: 0
}

.rtrs-summary-2 .rtrs-rating-category {
    list-style: none;
    margin: 0;
    padding: 0
}

.rtrs-summary-2 .rtrs-rating-category li {
    margin-bottom: 20px
}

.rtrs-summary-2 .rtrs-rating-category li label {
    color: #111;
    display: inline-block;
    font-weight: 500;
    min-width: 80px
}

.rtrs-summary-2 .rtrs-rating-category li i {
    color: #ffb300;
    font-size: 18px
}

.rtrs-summary-2 .rtrs-rating-category li i:before {
    margin: 0 2px
}

.rtrs-summary-2 .rtrs-circle {
    max-width: 190px;
    position: relative
}

.rtrs-summary-2 .rtrs-circle-bar {
    border-radius: 50%;
    height: 190px;
    position: relative;
    width: 190px;
    z-index: 1
}

@media only screen and (max-width:991px) {
    .rtrs-summary-2 .rtrs-circle-bar {
        height: 190px;
        margin: 0 auto;
        width: 190px
    }
}

.rtrs-summary-2 .rtrs-circle-bar svg {
    height: 100%;
    position: relative;
    width: 100%
}

.rtrs-summary-2 .rtrs-circle-bar svg circle {
    fill: transparent;
    stroke: #efefef;
    stroke-width: 12;
    stroke-linecap: round;
    height: 100%;
    transform: translate(20px, 25px);
    width: 100%
}

.rtrs-summary-2 .rtrs-circle-bar svg circle:nth-child(2n) {
    stroke-dasharray: 490;
    stroke-dashoffset: 147;
    stroke: #0028ff
}

.rtrs-summary-2 .rtrs-circle-content {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

.rtrs-summary-2 .rtrs-circle-content .rating-percent {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 4px
}

.rtrs-summary-2 .rtrs-circle-content .rating-text {
    color: #474747;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px
}

.rtrs-summary-2 .rtrs-circle-content .rating-icon i {
    color: #ffb300;
    font-size: 13px
}

.rtrs-summary-2 .rtrs-circle-content .rating-icon i:before {
    margin: 0
}

.rtrs-summary-2 .rtrs-feedback-text .rtrs-feedback-ttile {
    color: #010101;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 16px
}

.rtrs-summary-2 .rtrs-feedback-text p {
    color: #646464;
    line-height: 26px;
    margin: 0
}

.rtrs-feedback-summary {
    align-items: center;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    display: flex
}

@media only screen and (max-width:575px) {
    .rtrs-feedback-summary {
        display: block
    }
}

.rtrs-feedback-summary .rtrs-feedback-box {
    border-right: 1px solid #ebebeb;
    flex: 1;
    padding: 20px 30px 30px
}

@media only screen and (max-width:767px) {
    .rtrs-feedback-summary .rtrs-feedback-box {
        padding: 20px 20px 10px
    }
}

@media only screen and (max-width:575px) {
    .rtrs-feedback-summary .rtrs-feedback-box {
        border-right: none
    }
}

.rtrs-feedback-summary .rtrs-feedback-box:last-child {
    border-right: none
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title {
    margin: 0 0 18px
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .item-icon {
    background-color: #24ecbb;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    margin-right: 12px;
    width: 29px
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .unlike-icon {
    background-color: #ff4242
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .item-text {
    color: #010101;
    font-size: 18px;
    font-weight: 600
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list {
    list-style: none;
    padding: 0
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li {
    color: #646464;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:last-child {
    margin-bottom: 0
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:before {
    color: #000;
    content: "\e807";
    font-family: fontello;
    font-size: 13px;
    font-weight: 700;
    left: 0;
    margin-right: 8px;
    position: absolute;
    top: 2px
}

.rtrs-review-3 .rtrs-each-review {
    padding: 30px 25px
}

.rtrs-review-3 .rtrs-review-body .rtrs-review-meta {
    margin-bottom: 4px
}

.rtrs-review-3 .rtrs-review-body .rtrs-meta-right {
    position: absolute;
    right: 0;
    top: 0
}

.rtrs-review-3 .rtrs-review-body .rtrs-action-area {
    position: inherit
}

.rtrs-summary-3 .rtrs-rating-summary {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:575px) {
    .rtrs-summary-3 .rtrs-rating-summary {
        display: block
    }
}

.rtrs-summary-3 .rtrs-rating-item {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media only screen and (max-width:575px) {
    .rtrs-summary-3 .rtrs-rating-item {
        margin-bottom: 20px
    }
}

.rtrs-summary-3 .grid-span-2 {
    grid-column: 1/span 2
}

.rtrs-summary-3 .grid-span-1 {
    grid-column: 1/span 3
}

.rtrs-summary-3 .rtrs-rating-overall {
    padding: 30px 10px;
    text-align: center
}

.rtrs-summary-3 .rtrs-rating-overall .rating-percent {
    color: #000;
    font-size: 40px;
    font-weight: 700
}

.rtrs-summary-3 .rtrs-rating-overall .rating-text {
    color: #474747;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px
}

.rtrs-summary-3 .rtrs-rating-overall .rating-icon {
    margin-bottom: 6px
}

.rtrs-summary-3 .rtrs-rating-overall .rating-icon i {
    color: #ffb300;
    font-size: 14px
}

.rtrs-summary-3 .rtrs-rating-overall .rating-icon i:before {
    margin: 0
}

.rtrs-summary-3 .rtrs-rating-overall p {
    color: #646464;
    font-size: 14px;
    margin: 0
}

.rtrs-summary-3 .rtrs-rating-category {
    margin: 0;
    padding: 0
}

.rtrs-summary-3 .rtrs-rating-category li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px
}

.rtrs-summary-3 .rtrs-rating-category li:nth-child(2n) {
    background-color: #f9f9f9
}

.rtrs-summary-3 .rtrs-rating-category label {
    color: #111;
    font-weight: 500
}

.rtrs-summary-3 .rtrs-rating-category .rating-icon i {
    color: #ffb300;
    font-size: 17px
}

.rtrs-summary-3 .rtrs-rating-category .rating-icon i:before {
    margin: 0 2px
}

.rtrs-summary-3 .rtrs-rating-category .rating-number {
    color: #929292
}

.rtrs-summary-3 .rtrs-rating-category .rating-number .total-number {
    color: #000;
    font-size: 18px;
    font-weight: 500
}

.rtrs-summary-3 .rtrs-feedback-text {
    padding: 20px 30px
}

.rtrs-summary-3 .rtrs-feedback-text .rtrs-feedback-ttile {
    color: #010101;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px
}

.rtrs-summary-3 .rtrs-feedback-text p {
    color: #646464;
    font-size: 16px;
    line-height: 26px;
    margin: 0
}

.rtrs-summary-4 {
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

@media only screen and (max-width:991px) {
    .rtrs-summary-4 {
        display: block
    }
}

.rtrs-summary-4 .rtrs-rating-summary {
    align-items: stretch;
    display: grid;
    gap: 20px;
    grid-column: 1/span 3;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width:991px) {
    .rtrs-summary-4 .rtrs-rating-summary {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:575px) {
    .rtrs-summary-4 .rtrs-rating-summary {
        display: block
    }
}

.rtrs-summary-4 .rtrs-rating-item {
    border: 1px solid #e5e5e5;
    margin: 0;
    padding-right: 0
}

@media only screen and (max-width:575px) {
    .rtrs-summary-4 .rtrs-rating-item {
        margin-bottom: 30px
    }
}

.rtrs-summary-4 .rtrs-rating-item:last-child {
    border: none;
    grid-column: 1/span 2
}

.rtrs-summary-4 .rtrs-rating-item .rtrs-circle {
    padding: 20px
}

.rtrs-summary-4 .rtrs-product-img {
    background-color: #fafafa;
    border-radius: 4px;
    height: 100%
}

.rtrs-summary-4 .rtrs-feedback-summary {
    display: block;
    grid-column: span 2
}

.rtrs-summary-4 .rtrs-feedback-summary .rtrs-feedback-box {
    border-bottom: 1px solid #e5e5e5;
    border-right: none;
    padding: 25px 25px 15px
}

.rtrs-summary-4 .rtrs-feedback-summary .rtrs-feedback-box:last-child {
    border-bottom: none
}

.rtrs-summary-4 .rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:before {
    color: #989898
}

.rtrs-summary-4 .rtrs-circle-bar {
    margin: 0 auto
}

.rtrs-summary-4 .rtrs-rating-category li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    padding: 10px 0
}

.rtrs-summary-4 .rtrs-rating-category li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.rtrs-summary-4 .rtrs-rating-category li:nth-child(2n) {
    background-color: transparent
}

.rtrs-summary-4 .rtrs-circle-content .rating-text {
    color: #474747;
    font-size: 14px;
    letter-spacing: 2px
}

.rtrs-summary-4 .rtrs-circle-content .rating-percent {
    font-size: 40px
}

.rtrs-summary-4 .rtrs-circle-content .rating-icon i {
    font-size: 16px
}

.mg-b-5 {
    margin-bottom: 5px !important
}

.rtrs-comments-rating {
    border: none;
    margin-left: 0;
    padding: 0
}

.rtrs-comments-rating label {
    display: inline-block
}

.rtrs-rating-container {
    direction: rtl;
    font-size: 0;
    unicode-bidi: bidi-override
}

.rtrs-rating-container * {
    font-size: 1.4rem
}

.rtrs-rating-container>input {
    display: none
}

.rtrs-rating-container>input+label {
    cursor: pointer;
    display: inline-block;
    font-family: fontello;
    font-size: 16px;
    margin: 0 5px 0 0;
    overflow: hidden;
    text-indent: 9999px;
    white-space: nowrap;
    width: 15px
}

.rtrs-rating-container>input+label:before {
    color: #888;
    content: "\e808";
    display: inline-block;
    text-indent: -9999px
}

.rtrs-rating-container:hover>input+label:hover:before,
.rtrs-rating-container:hover>input+label:hover~label:before,
.rtrs-rating-container>input+label:hover:before,
.rtrs-rating-container>input+label:hover~label:before,
.rtrs-rating-container>input:checked~label:before {
    color: #ffb300;
    content: "\e800"
}

.rtrs-review-form .rtrs-rating-container>.star-cb-clear+label,
.rtrs-review-form .rtrs-rating-container>input+label:before {
    text-indent: 9999px
}

.rtrs-review-form .rtrs-rating-container>input+label {
    text-indent: -9999px
}

.rtrs-paginate {
    margin: 10px 0 20px;
    padding: 5px 1px;
    text-align: right
}

.rtrs-paginate a {
    background-color: #efefef;
    border-radius: 4px;
    color: #666;
    padding: 7px 14px;
    text-decoration: none
}

.rtrs-paginate a.next,
.rtrs-paginate a.prev {
    background-color: #d0d0d0;
    color: #fff;
    padding: 7px 4px
}

.rtrs-paginate .current,
.rtrs-paginate a:active,
.rtrs-paginate a:focus,
.rtrs-paginate a:hover {
    background-color: #646464;
    color: #fff
}

.rtrs-paginate .current {
    border-radius: 4px;
    padding: 7px 14px
}

.rtrs-review-form {
    margin-top: 0
}

.rtrs-review-body .rtrs-action-area button[data-helpful=remove] i:before,
.rtrs-review-body .rtrs-action-area button[data-highlight=remove] i:before {
    color: #646464
}

.rtrs-preview-imgs .rtrs-preview-img img,
.rtrs-preview-videos .rtrs-preview-video .name {
    background: #fff;
    border: 1px solid #e1e1e1;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 130px;
    padding: 10px;
    vertical-align: top;
    width: auto
}

.rtrs-preview-imgs .rtrs-preview-img,
.rtrs-preview-videos .rtrs-preview-video {
    display: inline;
    position: relative
}

.rtrs-preview-imgs .rtrs-preview-img .rtrs-file-remove,
.rtrs-preview-videos .rtrs-preview-video .rtrs-file-remove {
    background: #af3232;
    color: #fff;
    cursor: pointer;
    line-height: 17px;
    padding: 0 6px 3px;
    position: absolute;
    right: 10px
}

.rtrs-image-error,
.rtrs-video-error {
    color: red
}

#rtrs-video-source {
    width: 160px
}

.rtrs-review-wrap {
    margin: auto
}

.rtrs-align-center {
    text-align: center
}

.rtrs-review-box .rtrs-review-body .reply-btn .rtrs-item-btn {
    background-color: #a6a6a6;
    outline: none;
    text-decoration: none
}

.rtrs-review-list .rtrs-review-form .rtrs-hide-reply {
    display: none
}

#cancel-comment-reply-link {
    margin-left: 10px
}

.children .rtrs-main-review {
    margin-top: 20px
}

.rtrs-main-review.depth-2 .reply-btn {
    display: none
}

#rtrs-load-more {
    background-color: #444;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 24px;
    text-decoration: none;
    transition: all .3s ease-in-out
}

#rtrs-load-more:hover {
    background-color: #646464
}

.rtrs-tooltip {
    display: inline-block;
    position: relative
}

.rtrs-tooltip .rtrs-tooltiptext {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    left: 70%;
    line-height: 1;
    margin-left: -60px;
    max-width: 200px;
    min-width: 80px;
    padding: 5px 10px 7px;
    position: absolute;
    text-align: center;
    top: 100%;
    visibility: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1
}

.rtrs-tooltip:hover .rtrs-tooltiptext {
    visibility: visible
}

.rtrs-review-wrap ul {
    border-bottom: none
}

.woocommerce-tabs ul li {
    display: auto
}

.rtrs-form-box .logged-in-as,
.rtrs-main-review+.rtrs-review-form {
    margin-bottom: 20px
}

.rtrs-review-box .rtrs-review-body .rtrs-review-author a {
    padding: 0
}

.rtrs-review-form .rtrs-form-group .rtrs-submit-btn {
    float: none !important
}

.woocommerce-tabs #comments {
    max-width: 100%
}

.rtrs-review-box .rtrs-main-review {
    display: block !important
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i {
    line-height: 20px
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list li {
    display: block !important
}

.rtrs-review-box .rtrs-review-body .reply-btn .rtrs-item-btn {
    font-weight: 400
}

.rtrs-clearfix:after {
    clear: both;
    content: "";
    display: table
}

.rtrs-review-wrap.rtrs-affiliate-wrap {
    padding: 0
}

.rtrs-title h3 {
    float: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5
}

.rtrs-price-area {
    float: right
}

.rtrs-price-area .rtrs-offer-price {
    font-size: 28px;
    line-height: 1
}

.rtrs-price-area .rtrs-regular-price {
    text-decoration: line-through
}

.rtrs-buy-btn {
    border: 2px solid #5f5b5c;
    border-radius: 4px;
    color: #5f5b5c;
    display: table;
    font-size: 16px;
    line-height: 1;
    margin: 20px auto auto;
    padding: 13px 40px;
    text-align: center;
    text-decoration: none
}

.rtrs-buy-btn:hover {
    background-color: #5f5b5c;
    color: #fff
}

.rtrs-product-img img {
    width: 220px
}

.rtrs-modal {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.rtrs-review-popup {
    left: 50%;
    left: 0;
    margin: auto;
    max-height: 80%;
    max-width: 90% !important;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 10%;
    width: 800px;
    z-index: 9999
}

.rtrs-review-edit-btn {
    cursor: pointer
}

.rtrs-form-box .rtrs-form-group .rtrs-input-label {
    display: none
}

.rtrs-affiliate-no-stroke circle {
    stroke: transparent !important
}

.theme-twentynineteen .rtrs-review-wrap li,
.theme-twentytwenty .rtrs-review-wrap li {
    margin-left: 0;
    margin-right: 0
}

.theme-twentytwenty .rtrs-review-wrap .logged-in-as {
    margin: 0 0 15px;
    text-align: left
}

.theme-twentytwenty .rtrs-review-list label,
.theme-twentytwenty .rtrs-sorting-select label {
    display: inline
}

.theme-twentynineteen .rtrs-review-wrap .rtrs-form-title:before {
    display: none
}

.rtrs-form-box .rtrs-rating-category,
.theme-Divi .rtrs-review-list,
.theme-Divi .rtrs-review-wrap ul.rtrs-review-meta {
    padding: 0 !important
}

.theme-Divi .rtrs-reply-btn .rtrs-item-btn:after {
    display: none
}

.theme-Divi .rtrs-form-title small {
    display: inline-block !important
}

.theme-panpie li:before {
    display: none
}

.theme-panpie .rtrs-feedback-list li:before {
    display: inline-block
}

.rtrs-review-wrap>ul {
    margin: 0 !important;
    padding: 0 !important
}

.rtrs-form-check input {
    margin-right: 0 !important
}

.rtrs_review_filter {
    width: auto
}

.theme-digeco.woocommerce div.product .woocommerce-tabs .panel ul li:before {
    content: none
}

.theme-digeco.woocommerce div.product .woocommerce-tabs .panel ul.rtrs-review-meta {
    margin-bottom: -10px
}

.theme-digeco.woocommerce div.product .woocommerce-tabs .panel ul.rtrs-rating-category {
    margin-top: 15px
}

.theme-digeco.woocommerce .rtrs-review-form .rtrs-rating-category li {
    margin-bottom: 0
}

.rtrs-sort-filter {
    margin-right: 10px
}

#rtrs-video-source {
    color: #6d6d6d;
    padding: 8px 5px;
    text-indent: 22px
}

.rtrs-media-form-group {
    display: flex;
    margin-top: 20px
}

.rtrs-media-form-group>div {
    margin-right: 20px
}

.rtrs-media-form-group div>label {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px
}

.rtrs-out-of {
    color: #9e9e9e;
    font-size: 24px
}

.rtrs-summary-4-by-user .rtrs-rating-category li {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    padding: 5px 20px
}

@media only screen and (max-width:479px) {
    .rtrs-summary-4-by-user .rtrs-rating-category li {
        gap: 15px
    }
}

.rtrs-summary-4-by-user .rtrs-progress-wrap .rtrs-progress {
    align-items: center;
    display: flex
}

.rtrs-summary-4-by-user .rtrs-progress-wrap progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 8px
}

.rtrs-summary-4-by-user .rtrs-progress-wrap progress[value]::-webkit-progress-bar {
    background-color: #d6d6d6
}

.rtrs-summary-4-by-user .rtrs-progress-wrap .starting-preogress[value]::-webkit-progress-value {
    background-color: #ffbf42
}

.rtrs-summary-4-by-user .rtrs-rating-summary {
    grid-gap: 20px;
    display: grid;
    grid-template-areas: "b a a"
}

.rtrs-summary-4-by-user .rtrs-rating-summary>div:first-of-type {
    grid-area: a;
    order: 2
}

.rtrs-summary-4-by-user .rtrs-rating-summary>div:nth-of-type(2) {
    grid-area: b;
    order: 1
}

@media only screen and (max-width:575px) {
    .rtrs-summary-4-by-user .rtrs-rating-summary {
        display: block
    }
    .rtrs-media-form-group {
        flex-wrap: wrap
    }
    .rtrs-review-form .rtrs-feedback-input {
        flex-direction: column
    }
    #rtrs-upload-box-video {
        margin-top: 10px
    }
}

.rtrs-hidden {
    display: none !important
}

.rtrs-multiple-comment .rtrs-review-form {
    display: none
}

.rtrs-review-list .rtrs-review-form {
    display: block
}