.reviews-widget {
    position:relative;
}

.CarouselWidget,
.CarouselWidget * {
    box-sizing: border-box
}

.CarouselWidget a.header__content .header__stats:after,
.CarouselWidget a.header__content .reviewsLogoWrap:after,
.CarouselWidget a.header__content .stats__left:after,
.CarouselWidget a.header__content .stats__right:after,
.CarouselWidget a.header__content:after,
.RatingStars:after,
.ReviewsLogo:after,
.cfx:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (min-width:381px) {
    .show-mobile {
        display: none
    }
}

@media screen and (max-width:380px) {
    .hide-mobile {
        display: none
    }
}

.blockWrap {
    display: block
}

.inlineWrap {
    display: inline-block
}

.vhCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

.CarouselWidget a.header__content .ReviewsLogo,
.vCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.CarouselWidget a.header__content--withTip:after,
.CarouselWidget a.header__content--withTip:before,
.hCenter {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.container380,
.container640,
.hRCenter {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.mBorderRadius {
    border-radius: 6px
}

.container380 {
    max-width: 380px;
    width: 100%
}

@media screen and (min-width:580px) {
    .container380 {
        display: none
    }
}

.container640 {
    max-width: 640px;
    width: 100%
}

/*
body,
html {
    width: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    overflow: hidden
}
*/

.RatingStatisticsWrap {
    display: inline-block
}

.RatingStatistics {
    display: inline-block;
    font-size: 16px;
    padding: 0 2%
}

.RatingStatistics .RatingStatistics__Number {
    display: inline-block;
    color: #000;
    font-weight: 500
}

.RatingStatistics .RatingStatistics__Text {
    display: inline-block;
    color: #a3a3a3;
    font-weight: lighter
}

.ReviewsLogo {
    display: inline-block
}

.ReviewsLogo .ReviewsLogo__star {
    float: left;
    display: inline-block;
    margin-right: 5px
}

.ReviewsLogo .ReviewsLogo__star i {
    color: #12cf6c;
    font-size: 21px
}

.ReviewsLogo .ReviewsLogo__text {
    float: left;
    display: inline-block
}

.ReviewsLogo .ReviewsLogo__text i {
    color: #000;
    font-size: 16px;
    line-height: 24px
}

.ReviewsLogo--small .ReviewsLogo__star i,
.ReviewsLogo--small .ReviewsLogo__text i {
    font-size: 12px;
    line-height: 21px
}

.ReviewsLogo--medium .ReviewsLogo__star i {
    font-size: 21px;
    line-height: 23px
}

.ReviewsLogo--medium .ReviewsLogo__text i {
    font-size: 16px;
    line-height: 24px
}

.ReviewsLogo--large .ReviewsLogo__star {
    margin-right: 8px
}

.ReviewsLogo--large .ReviewsLogo__star i {
    font-size: 32px;
    line-height: 32px
}

.ReviewsLogo--large .ReviewsLogo__text i {
    font-size: 25px;
    line-height: 32px
}

.RatingVerdict {
    font-size: 22px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px
}

.RatingStars {
    display: inline-block
}

.RatingStars i.RatingStars__star {
    display: inline-block;
    float: left;
    color: #f47e27
}

.RatingStars--small i.RatingStars__star {
    font-size: 17px;
    margin: 0 1px
}

.RatingStars--small i.RatingStars__star.ruk-icon-percentage-star-25-01,
.RatingStars--small i.RatingStars__star.ruk-icon-percentage-star-50-01,
.RatingStars--small i.RatingStars__star.ruk-icon-percentage-star-75-01 {
    font-size: 14px
}

.RatingStars--medium i.RatingStars__star {
    font-size: 27px;
    line-height: 24px;
    margin: 0 1px
}

.RatingStars--medium i.RatingStars__star.ruk-icon-percentage-star-25-01,
.RatingStars--medium i.RatingStars__star.ruk-icon-percentage-star-50-01,
.RatingStars--medium i.RatingStars__star.ruk-icon-percentage-star-75-01 {
    font-size: 21px;
    line-height: 20px
}

.RatingStars--large i.RatingStars__star {
    font-size: 34px;
    margin: 0 1px
}

.RatingStars--large i.RatingStars__star.ruk-icon-percentage-star-25-01,
.RatingStars--large i.RatingStars__star.ruk-icon-percentage-star-50-01,
.RatingStars--large i.RatingStars__star.ruk-icon-percentage-star-75-01 {
    font-size: 26px;
    line-height: 29px
}

.CarouselWidget {
    z-index: 100;
    position: relative;
    width: 100%;
    padding: 20px 40px 20px 0;
    min-width: 320px
}

@media screen and (max-width:580px) {
    .CarouselWidget {
        padding: 20px 40px
    }
}

.CarouselWidget a.header__content {
    background-color: #FAFAFA;
    border-radius: 6px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05), 0 5px 1px -3px rgba(0, 0, 0, .05);
    display: block;
    margin: 0 auto;
    max-width: 768px;
    padding: 15px 150px 18px 15px;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 100%
}

.CarouselWidget a.header__content--withTip:after,
.CarouselWidget a.header__content--withTip:before {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 10px 12px
}

.CarouselWidget a.header__content:active,
.CarouselWidget a.header__content:hover {
    text-decoration: none
}

.CarouselWidget a.header__content--withTip:before {
    bottom: -21px;
    border-color: #e1e1e1 transparent transparent
}

.CarouselWidget a.header__content--withTip:after {
    bottom: -20px;
    border-color: #FAFAFA transparent transparent
}

@media screen and (max-width:767px) {
    .CarouselWidget a.header__content {
        padding-right: 35%
    }
}

.CarouselWidget a.header__content .header__stats {
    display: inline-block;
    width: auto;
    float: left
}

@media screen and (max-width:540px) {
    .CarouselWidget a.header__content {
        padding-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px
    }
    .CarouselWidget a.header__content .header__stats {
        float: none
    }
}

.CarouselWidget a.header__content .stats__left {
    float: left;
    display: inline-block;
    width: 270px;
    text-align: center
}

@media screen and (max-width:767px) {
    .CarouselWidget a.header__content .stats__left {
        float: none;
        display: block;
        width: auto
    }
}

.CarouselWidget a.header__content .stats__left .RatingVerdict {
    float: left;
    display: inline-block;
    position: relative;
    top: 3px
}

@media screen and (max-width:540px) {
    .CarouselWidget a.header__content .stats__left .RatingVerdict {
        float: none;
        margin: 0
    }
}

@media screen and (max-width:380px) {
    .CarouselWidget a.header__content .stats__left .RatingVerdict {
        text-align: center;
        width: 100%
    }
}

.CarouselWidget a.header__content .stats__left .RatingStars {
    float: left;
    display: inline-block;
    position: relative;
    top: 6px
}

@media screen and (max-width:540px) {
    .CarouselWidget a.header__content .stats__left .RatingStars {
        float: none
    }
}

.CarouselWidget a.header__content .stats__right {
    float: left;
    display: inline-block;
    width: 290px;
    padding: 0 1%;
    text-align: center;
    position: relative;
    top: 9px
}

@media only screen and (min-width:540px) and (max-width:767px) {
    .CarouselWidget a.header__content .stats__right {
        display: block
    }
}

@media screen and (max-width:767px) {
    .CarouselWidget a.header__content .stats__right {
        float: none;
        width: auto;
        top: 5px
    }
    .CarouselWidget a.header__content .stats__right .RatingStatistics {
        padding-left: 5px;
        padding-right: 5px
    }
}

.CarouselWidget a.header__content .stats__right .RatingStatistics:first-child {
    float: left
}

@media screen and (max-width:380px) {
    .CarouselWidget a.header__content .stats__right {
        padding-top: 0
    }
    .CarouselWidget a.header__content .stats__right .RatingStatistics:first-child {
        float: none
    }
}

.CarouselWidget a.header__content .stats__right .RatingStatistics:last-child {
    float: right
}

@media screen and (max-width:380px) {
    .CarouselWidget a.header__content .stats__right .RatingStatistics:last-child {
        float: none
    }
    .CarouselWidget a.header__content .stats__right .RatingStatistics {
        padding: 5px
    }
}

.CarouselWidget a.header__content .ReviewsLogo {
    right: 15px;
    height: 23px;
    width: 130px
}

@media screen and (max-width:540px) {
    .CarouselWidget a.header__content .ReviewsLogo {
        top: initial!important;
        bottom: 10px!important;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.CarouselWidget .reviewsContainer {
    position: relative;
    width: calc(100% - 290px);
    height: 100%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    font-family: Arial, sans-serif
}

@media screen and (max-width:580px) {
    .CarouselWidget .reviewsContainer {
        width: 100%;
        height: 50%
    }
}

.CarouselWidget .reviewsContainer .reviewWrap {
    height: 100%;
    width: 33.333%;
    display: inline-block;
    white-space: normal
}

@media screen and (min-width:1640px) {
    .CarouselWidget .reviewsContainer .reviewWrap {
        width: 50%
    }
}

@media screen and (max-width:1640px) {
    .CarouselWidget .reviewsContainer .reviewWrap {
        _width: 25%;
        __width: 33.333%;
        width:50%;
    }
}

@media screen and (max-width:1200px) {
    .CarouselWidget .reviewsContainer .reviewWrap {
        _width: 33.333%;
        width: 50%;
    }
}

@media screen and (max-width:920px) {
    .CarouselWidget .reviewsContainer .reviewWrap {
        width: 50%
    }
}

@media screen and (max-width:620px) {
    .CarouselWidget .reviewsContainer .reviewWrap {
        width: 100%
    }
}

.CarouselWidget .reviewsContainer .reviewWrap .reviewHeader {
    width: 100%;
    margin-bottom: 5px;
    padding: 0 5px
}

.CarouselWidget .reviewsContainer .reviewWrap .reviewHeader .author {
    color: #4d4d4d;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin: 13px 5px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    text-overflow: ellipsis;
    max-width: 110px
}

.CarouselWidget .reviewsContainer .reviewWrap .reviewHeader .reviewStarsWrap {
    display: inline-block;
    float: left;
    margin-top: 10px
}

.CarouselWidget .reviewsContainer .reviewWrap .reviewHeader .reviewStarsWrap i {
    color: #f47e27;
    display: block;
    float: left;
    font-size: 24px;
    margin: 0 1px
}

.CarouselWidget .reviewsContainer .reviewWrap .reviewHeader .reviewStarsWrap i.ruk-icon-percentage-star-25-01,
.CarouselWidget .reviewsContainer .reviewWrap .reviewHeader .reviewStarsWrap i.ruk-icon-percentage-star-50-01,
.CarouselWidget .reviewsContainer .reviewWrap .reviewHeader .reviewStarsWrap i.ruk-icon-percentage-star-75-01 {
    font-size: 17px;
    line-height: 22px
}

.CarouselWidget .reviewsContainer .reviewWrap .reviewText p {
    color: #4d4d4d;
    font-size: 13px;
    margin: 10px 0;
    padding: 0 5px
}

.CarouselWidget .reviewsContainer .reviewWrap .reviewMeta {
    position: absolute;
    bottom: 0;
    right: 0
}

.CarouselWidget .reviewsContainer .reviewWrap .reviewMeta p {
    color: #999;
    font-size: 12px;
    text-align: right;
    margin: 0;
    padding: 0 5px;
    white-space: nowrap
}

.productTitle {
    color: #959595;
    font-size: 12px;
    text-align: left;
    margin: -7px 0 0;
    padding: 0;
    white-space: nowrap;
    display: block;
    overflow: hidden
}

.productTitle br {
    display: none
}

.productReviewComment,
.productReviewComment a,
.reviewSource .reviewsLogo__star,
.reviewSource p,
.scrollBtn {
    display: inline-block
}

.productReviewText {
    color: #4d4d4d;
    font-size: 13px;
    margin: 10px 0;
    padding: 0 5px
}

.productReviewComment {
    width: auto;
    padding-top: 10px
}

.productReviewComment a {
    float: left
}

.productReviewComment a img {
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    width: auto
}

.reviewDate p,
.reviewSource p {
    color: #999;
    font-size: 12px;
    text-align: right;
    margin: 0;
    white-space: nowrap
}

.reviewDate {
    position: absolute;
    bottom: 3px;
    right: 15px
}

.reviewSource,
.scrollBtn {
    position: absolute;
    bottom: 0
}

.reviewDate p {
    padding: 0 5px
}

.reviewSource {
    left: 15px
}

.fullWidth .scrollBtn.prev,
.scrollBtn.prev {
    left: 0
}

.reviewSource .reviewsLogo__star>i {
    vertical-align: middle
}

.reviewSource p {
    padding: 0
}

.scrollBtnWrap {
    height: 260px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

@media screen and (max-width:380px) {
    .scrollBtnWrap {
        height: 350px
    }
}

.scrollBtn {
    z-index: 150;
    border-radius: 2px;
    height: 50px;
    width: 40px;
    top: 0;
    margin: auto 0;
    text-align: center
}

.scrollBtn i {
    line-height: 50px;
    color: #b3b3b3;
    font-size: 44px;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.scrollBtn i:active,
.scrollBtn i:hover {
    color: #999
}

.scrollBtn.next {
    right: 0
}

.scrollBtn.unallowed i {
    color: #ccc
}

.fullWidth.CarouselWidget {
    padding-left: 40px
}

.fullWidth.CarouselWidget .reviewsContainer {
    width: 100%;
    height: 170px;
    margin-bottom: 10px
}

a.scrollBtn:hover {
    text-decoration: none;
}




@media screen and (max-width:440px) {
    .fullWidth.CarouselWidget .reviewsContainer {
        height: 170px
    }
}

.fullWidth.CarouselWidget .cw__header {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

@media screen and (max-width:580px) {
    .scrollBtn {
        bottom: 90px;
        top: auto
    }
    .scrollBtn.prev {
        left: 0
    }
    .fullWidth.CarouselWidget .cw__header .reviewsLogoWrap {
        display: none
    }
}

.fullWidth .scrollBtn {
    top: 70px
}

@media screen and (max-width:767px) {
    .fullWidth .scrollBtn {
        top: 150px;
        bottom: 0
    }
}

@media screen and (max-width:540px) {
    .fullWidth .scrollBtn {
        top: 210px
    }
}

.footer {
    text-align: right
}

@media screen and (min-width:580px) {
    .footer .ReviewsLogo {
        display: none
    }
}

@-moz-document url-prefix() {
    .RatingStars--medium i.RatingStars__star.ruk-icon-percentage-star-25-01,
    .RatingStars--medium i.RatingStars__star.ruk-icon-percentage-star-50-01,
    .RatingStars--medium i.RatingStars__star.ruk-icon-percentage-star-75-01 {
        line-height: 22px
    }
}