@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
.slide_review {
    background-color: #252525;
    position: absolute;
    top: 0;
    right: -10px;
    color: #fff;
    z-index: 900;
    padding: 0;
    border-radius: 50%;
    height: 25px;
    top: -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;
    width: 25px;
	border: 1px solid #fff;
}
.slide_review:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 13px;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 11px;
    left: 6px;
}
.slide_review:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 13px;
    height: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 11px;
    right: 5px;
}
.review_logo {
    display: none;
}
.review_logo img {
    max-width: 35px;
    height: auto;
}
#sidebarReview__block.show {
    height: 55px;
}
#sidebarReview__block.show #Sidebar__Review,
#sidebarReview__block.show #review_click{
    height: 55px;
}
#sidebarReview__block.show .review_logo {
    display: block;
}
#sidebarReview__block.show .review__block {
    display: none;
}
#sidebarReview__block.show .slide_review {
    display: none;
}
#sidebarReview__block {
    max-width: 150px;
    height: 135px;    
    position: fixed;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    z-index: 99;
    width: 100%;
}
#sidebarReview__block.open-sidebar {
    max-width: 360px;
    height: 448px;
}
#review_click {
    padding: 10px;
    height: 135px;
}
#Sidebar__Review {
    text-align: center;
    max-width: 150px;
    border: 1px solid #d7d7d7;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 5px 17px -3px rgba(0,0,0,.12);
    cursor: pointer;
    position: absolute;
    z-index: 1020;
    left: 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;
    bottom: 0;
    height: 135px;
    top: 0;
    font-family: 'Poppins', sans-serif;
    background: #fff;
	transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
}
#Sidebar__Review:hover{
	transform: translateX(0);
    -webkit-transform: translateX(0);
}
.sideReview__number__block {
    display: flex;
    margin: 0 0 5px;
    justify-content: center;
}
#Sidebar__Review .sideReview__number .number__big {
    font-weight: 600;
    font-size: 16px;
}
#Sidebar__Review .sideReview__number .number__small {
    font-size: 12px;
    color: rgba(0,0,0,0.85);
}
#Sidebar__Review .RatingStars {
    margin: 5px 0 0 10px;
}
#Sidebar__Review .RatingStars img {
    width: 100%;
    max-width: 60px;
}
#Sidebar__Review .sideReview__subheading .subheading__small {
    font-size: 12px;
    font-weight: 300;
}
#Sidebar__Review .sideReview__subheading .subheading__big {
    font-size: 12px;
    font-weight: 600;
}
#Sidebar__Review .sideReview__footer {
    padding-top: 5px;
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 8px;
}
#Sidebar__Review .ReviewsLogo img {
    width: 100%;
    display: block;
}
#Sidebar__Review__open {
    max-width: 360px;
    width: 100%;
    position: absolute;
    margin-top: 30px;
    z-index: 1060;
    box-shadow: 0 3px 30px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 3px 30px rgba(0,0,0,.25);
    pointer-events: none;
    top: 0;
    height: calc(100% - 60px);
    left: 0;
    transform: scale(.98);
	-webkit-transform: scale(.98);
    -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;
    opacity: 0;
	background-color: #ffffff;
}
#Sidebar__Review__open.open{
	opacity: 1;
    transform: scale(1);
	-webkit-transform: scale(1);
    pointer-events: auto;
}
.sidebarReview__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;
    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;
    width: 40px;
	border-width: 1px 1px 0px 1px;
    border-style: solid;
}
.sidebarReview__closeBtn:before{
    position: absolute;
    content: "";
    background: #fff;
    width: 20px;
    height: 2px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    top: 13px;
    left: 12px;
}
.sidebarReview__closeBtn:after{
    position: absolute;
    content: "";
    background: #fff;
    width: 20px;
    height: 2px;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
    top: 13px;
    right: 9px;
}
.sidebarReview__header {
    background-color: #fafafa;
    box-shadow: 0 4px 4px -3px rgba(0,0,0,.07);
    -webkit-box-shadow: 0 4px 4px -3px rgba(0,0,0,.07);
    border-bottom: 1px solid rgba(0,0,0,.1);
    height: 85px;
    position: relative;
    padding: 15px 10px;
    z-index: 100;
}
.sidebarReview__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 .RatingStatistics__Number {
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.RatingStatistics .RatingStatistics__Text,
.RatingStatistics .RatingStatistics__Text span {
    display: inline-block;
    color: #686868;
    font-weight: lighter;
    font-size: 15px;
}
.RatingStatistics:last-child {
    margin-bottom: 0;
}
.RatingVerdict {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.sidebarReview__header .header__right {
    float: right;
    width: 40%;
    text-align: center;
    padding-top: 2px;
}
.sidebarReview__header .header__right .RatingStars img {
    max-width: 90px;
	width: 100%;
}
.sidebarReview__content {
    position: relative;
    border-radius: 0;
    box-sizing: border-box;
    padding: 15px;
    max-height: 700px;
    overflow-y: auto;
    background-color: #fff;
    height: calc(90% - 90px);
}
.sidebarReview__content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.sidebarReview__content::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #f5f5f5;
}
.sidebarReview__content::-webkit-scrollbar-thumb {
  background-color: #48b99e;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}
.reviewWrap {
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 32%);
    padding: 0 5px 60px;
    position: relative;
}
.reviewWrap:last-child{
	border: 0;
}
.reviewWrap .reviewHeader {
    display: flex;
}
.reviewWrap .reviewHeader .author {
    color: #494949;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 5px 0 0;
    font-family: 'Poppins', sans-serif;
}
.reviewStarsWrap {
    margin: 12px 0 0 10px;
}
.reviewWrap .reviewHeader .reviewStarsWrap img {
    max-width: 65px;
    width: 100%;
}
.reviewWrap .reviewText p {
    font-size: 13px;
    margin: 10px 0;
    line-height: 24px;
    padding: 0;
    text-align: left;
}
.reviewWrap .reviewTime {
    color: #959595;
    font-size: 13px;
}
.reviewWrap .review__logo {
    position: absolute;
    bottom: 15px;
    right: 5px;
}

.reviewWrap .review__logo img {
    max-width: 75px;
}
.reviewHeader.rating-5 img.rating-4 {
    display: none;
}
.reviewHeader.rating-4 img.rating-5 {
    display: none;
}
.readAll__review {
    padding: 8px 15px 15px;
    background: #fafafa;
    display: flex;
    border-top: 1px solid #e8e5e5;
    align-items: center;
    justify-content: space-between;
	box-shadow: 0 4px 4px -3px rgba(0,0,0,.07);
	-webkit-box-shadow: 0 4px 4px -3px rgba(0,0,0,.07);
}
.readAll__review a {
    color: #ababab;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 180px;
    margin: 10px 0 0;
    font-weight: 500;
}
.readAll__review img {
    max-width: 145px;
}
.reviewHeader .author span {
    width: 100%;
    float: left;
    padding-top: 9px;
    font-size: 13px;
    font-weight: 500;
    color: #494949;
}
  
 .reviewText a {
    font-size: 13px;
    color: #171717;
    padding: 0 0 0px 0;
    margin-bottom: 12px !important;
    display: inline-flex;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-decoration: underline;
    line-height: normal;
}
  .reviewText a:hover {
    color: #dc1c0d;
    text-decoration: underline;
}
  
  
  .reviewWrap .review__logo img {
    max-width: 100px;
}


.reviewWrap .reviewTime {
    color: #4f4e4e;
    font-size: 13px;
    width: 37%;
    float: right;
    padding-top: 7px;
    padding-left: 20px;
    font-weight: 600;
}

@media screen and (max-width:991px){
#sidebarReview__block.open-sidebar {
height: 350px;
}
}

@media screen and (max-width: 767px){
    
#sidebarReview__block {
    max-width: 75px;
	height: 90px;
	/*margin-top: 80px;*/
}
#review_click {
    padding: 5px;
}
#Sidebar__Review {
    max-width: 100%;
    height: 90px;
}
#Sidebar__Review .sideReview__number .number__big {
    font-size: 14px;
}
#Sidebar__Review .RatingStars {
    margin: 5px 0 0 5px;
}
#Sidebar__Review .sideReview__footer {
    display: none;
}
.sidebarReview__header {
    padding: 5px;
}
.RatingStatistics .RatingStatistics__Number,
.RatingVerdict{
    font-size: 14px;
}
.RatingStatistics .RatingStatistics__Text, .RatingStatistics .RatingStatistics__Text span {
    font-size: 13px;
}
.sidebarReview__header .header__right .RatingStars img {
    max-width: 75px;
}
.sidebarReview__header {
    height: 55px;
}
.sidebarReview__header .header__right {
    text-align: right;
}
.RatingStatistics {
    padding: 0;
	font-size: 16px;
}
.reviewWrap .reviewText p {
    font-size: 14px!important;
}
.sidebarReview__content {
    padding: 5px;
	width:100%;
}
.readAll__review {
    padding: 5px;
}
.readAll__review a {
    margin: 0;
    font-weight: 500;
}
.readAll__review img {
    max-width: 125px;
}
.sidebarReview__content {
    height: calc(90% - 70px);
}
#Sidebar__Review__open {
    height: 100%;
}
#sidebarReview__block.open-sidebar {
    height: 200px;
    z-index: 9999;
}
.sidebarReview__closeBtn {
    right: -40px;
    border-radius: 4px 4px 4px 4px;
    height: 40px;
    top: 0;
    width: 40px;
    border-width: 0;
    border-radius: 0 50% 50% 0;
}
.sidebarReview__closeBtn:before {
    top: 18px;
    left: 10px;
}
.sidebarReview__closeBtn:after {
    top: 18px;
    right: 10px;
}
/*#sidebarReview__block {
    height: 70px;
}
#Sidebar__Review {
    height: 70px;
}
#review_click {
    height: 75px;
}
.sideReview__number__block {
    display: none;
}
.slide_review {
    display: none;
}*/
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    #sidebarReview__block{
        display: none;
    }
}