.floatingWidgetButton--right.isOpen {
    opacity: 1;
    transform: translateX(3px);
}
.floatingWidgetButton--right.isOpen:hover {
    transform: translateX(0);
    box-shadow: 0 4px 16px -2px rgba(0,0,0,.15);
}
.floatingWidgetButton--right {
    background-color: #fff;
    display: inline-block;
    padding: 13px 10px 7px 13px;
    text-align: center;
    max-width: 110px;
    border: 1px solid #d7d7d7;
    border-radius: 4px 0 0 4px;
    border-right: medium;
    box-shadow: 0 5px 17px -3px rgba(0,0,0,.12);
    margin-bottom: 100px;
    cursor: pointer;
    position: fixed;
    z-index: 1020;
    right: 0;
    margin-top: 50px;
    transform: translateX(2%);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    height: 155px;
}
.floatingWidgetButton--right .fwb__number {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 0;
}
.floatingWidgetButton--right * {
    box-sizing: border-box;
}
.floatingWidgetButton--right .fwb__number .number__big {
    font-weight: 600;
}
.floatingWidgetButton--right * {
    box-sizing: border-box;
}
.floatingWidgetButton--right .fwb__number .number__small {
    color: rgba(0,0,0,.8);
    font-size: 12px;
}
.floatingWidgetButton--right .ratingStars {
    margin-bottom: 3px;
}
.ratingStars {
    display: inline-flex;
    vertical-align: middle;
}
.ratingStars--small i.ratingStars__star {
    font-size: 17px;
    margin: 0 1px;
    line-height: 17px;
}
.ratingStars i.ratingStars__star {
    color: #ffd203;
    font-style: normal;
}
.ruk-icon-full-star-01:before {
    content: "\2605";
}
.floatingWidgetButton--right .fwb__subheading {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 8px;
}
.floatingWidgetButton--right .fwb__subheading .subheading__small {
    font-size: 12px;
    font-weight: 300;
    color: #000;
}
.floatingWidgetButton--right .fwb__subheading .subheading__big {
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: .5px;
    color: #000;
}
.floatingWidgetButton--right .fwb__footer {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 5px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.floatingWidgetButton--right .fwb__footer .ReviewsLogo {
    white-space: nowrap;
}
/* main */
.floatingWidget--right {
    max-width: 360px;
    width: 360px;
    position: fixed;
    margin-top: 30px;
    z-index: 1060;
    box-shadow: 0 3px 60px -10px rgba(0,0,0,.2);
    pointer-events: none;
    top: 50%;
    bottom: 0;
    right: 0!important;
    height: 550px;
    transform: scale(.98) translateY(-50%);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.floatingWidget--right.isOpen {
    opacity: 1;
    transform: scale(1) translateY(-50%);
    pointer-events: auto;
}
.floatingWidget--right .floatingWidget__closeBtn {
    background-color: #252525;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 900;
    padding: 7px 10px;
    border-radius: 4px 4px 0 0;
    height: 28px;
    top: -28px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.floatingWidget--right .floatingWidget__closeBtn i {
    font-size: 16px;
    font-style: normal;
}
.ruk-icon-cross:before {
    content: "\2613";
}
.vw__header {
    position: relative;
    background-color: #fff;
    padding: 15px 10px;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
    z-index: 100;
}
.floatingWidget--v2 .vw__header {
    background-color: #f3f3f3;
    background: linear-gradient(to right,#f7f7f7 0,#fafafa 100%);
    box-shadow: 0 4px 4px -3px rgba(0,0,0,.07);
    border-bottom: 1px solid rgba(0,0,0,.1);
    height: 85px;
}
.vw__header .header__left {
    float: left;
    padding-top: 0;
    width: 60%;
    text-align: left;
}
.ratingStatistics {
    display: inline-block;
    font-size: 18px;
    padding: 0 2%;
    margin-bottom: 3px;
}
.ratingStatistics:last-child {
    margin-bottom: 0;
}
.ratingStatistics .ratingStatistics__number {
    display: inline-block;
    color: #000;
    font-weight: 600;
}
.ratingStatistics .ratingStatistics__text {
    display: inline-block;
    color: #686868;
    font-weight: lighter;
    font-size: 16px;
}
.vw__header .header__right {
    float: right;
    width: 40%;
    text-align: center;
    padding-top: 2px;
}
.RatingVerdict {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.vw__header .header__right .ratingStars {
    white-space: nowrap;
}
.ratingStars--medium i.ratingStars__star {
    font-size: 24px;
    margin: 0 1px;
}
.vw__header .header__right .ratingStars--medium i.ratingStars__star {
    float: none;
    vertical-align: top;
    display: inline-block;
}
.floatingWidget--v2 .vw__content {
    background-color: #fff;
    height: calc(100% - 125px);
}
.vw__content {
    position: relative;
    background-color: #fafafa;
    border-radius: 0;
    box-sizing: border-box;
    padding: 15px;
    max-height: 425px;
    overflow-y: auto;
}
.floatingWidget--v2 .reviewWrap {
    border-radius: 0;
}
.reviewWrap {
    font-family: open sans,sans-serif;
    background-color: #fff;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    white-space: normal;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0 5px 30px;
    position: relative;
    border-radius: 4px;
}
.reviewWrap .reviewHeader {
    width: 100%;
    margin-bottom: 5px;
    padding: 0 5px;
    overflow: hidden;
}
.reviewWrap .reviewHeader .author {
    color: #494949;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 10px 5px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    text-overflow: ellipsis;
    max-width: 110px;
}
.reviewWrap .reviewHeader .reviewStarsWrap {
    display: inline-block;
    float: left;
    margin-top: 10px;
}
.reviewWrap .reviewHeader .reviewStarsWrap i {
    color: #f47e27;
    display: block;
    float: left;
    font-size: 17px;
    margin: 0 1px;
    font-style: normal;
}
.reviewWrap .reviewText.no_expand .short_text {
    display: none;
}
.reviewWrap .reviewText p {
    color: #494949;
    font-size: 13px;
    margin: 10px 0;
    padding: 0 5px;
}
.reviewWrap .reviewText .long_text {
    display: none;
}
.reviewWrap .reviewText.no_expand .long_text {
    display: block;
}
.reviewWrap .reviewText.expanded .long_text {
    display: block;
}
.reviewWrap .reviewText.expanded .short_text {
    display: none;
}
.reviewWrap .review__expandBtn {
    background-color: #e5e5e5;
    border-radius: 2px;
    color: #a6a6a6;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative;
    top: 2px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.reviewWrap .reviewMeta {
    position: absolute;
    bottom: 15px;
    right: 5px;
}
.reviewWrap .reviewMeta p {
    color: #959595;
    font-size: 12px;
    text-align: right;
    margin: 0;
    padding: 0 5px;
    white-space: nowrap;
}
.reviewWrap:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 340px) {
    .floatingWidget--v2 .vw__header {
        height: 75px;
    }
    .ratingStatistics {
        font-size: 14px;
    }
    .ratingStatistics .ratingStatistics__text {
        font-size: 14px;
    }
    .RatingVerdict {
        font-size: 14px;
    }
    .vw__header .header__right .ratingStars--medium i.ratingStars__star {
        font-size: 18px;
    }
    .floatingWidget--v2 .vw__content {
        height: calc(100% - 115px);
    }
    .reviewWrap .reviewText p {
        font-size: 12px;
    }
    .reviewWrap .reviewText p {
        font-size: 12px;
    }
}
@media screen and (max-width: 280px) {
    .reviewWrap .reviewHeader .reviewStarsWrap {
        width: 100%;
    }
}
@media screen and (max-width: 260px) {
    .ratingStatistics .ratingStatistics__text .hiddenOnMobile {
        display: none;
    }
}
.floatingWidget--v2 .vw__footer {
    padding: 5px 15px 5px;
    background: linear-gradient(to right,#fafafa 0,#fefefe 100%);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vw__footer {
    display: flex;
    display: block;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 13px 15px 5px;
    border-top: 1px solid #ededed;
}
.vw__footer .footer__moreRevs {
    color: #ababab;
    float: left;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 4px;
    min-width: 220px;
}
.vw__footer .ReviewsLogo {
    float: right;
}
@media(max-width:767px){
    .floatingWidget--right,
    .floatingWidgetButton--right{
        display: none;
    }
}