.pdpYotpoSlider{
	background: #F8F8F9;
    padding: 32px 69px;
	overflow:hidden;
}
.pdpYotpoSlider h6 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 3.52px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 11px;
    padding: 0;
    font-family: 'Avenir-Black';
	text-align: center;
}
.yotpocarousel .carousel-cell {
    width: 25%;
}
.pdpYotpoSlider_inner span.yotpo-icon.yotpo-icon-star,
.yotposilderpopup span.yotpo-icon.yotpo-icon-star {
    width: 15px;
    margin: 0 3px 0 0;
	display: inline-block;
}
.pdpYotpoSlider_inner span.yotpo-icon.yotpo-icon-star::before,
.yotposilderpopup span.yotpo-icon.yotpo-icon-star::before {
    color: #F5A623;
    font-size: 14px;
	content: "\e60e";
    font-family: "yotpo-widget-font" !important;
}
.pdpYotpoSlider_inner span.yotpo-icon-empty-star:before,
.yotposilderpopup span.yotpo-icon-empty-star:before {
    content: "\e61b";
  	color: #F5A623;
    font-size: 14px;
	content: "\e60e";
    font-family: "yotpo-widget-font" !important;

}
.pdpYotpoSlider .stars-container {
    display: block;
    text-align: left;
	line-height: 15px;
	margin: 0 0 5px;
}
.pdpYotpoSlider .review-title {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 3.52px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Avenir-Black';
    display: block;
    margin: 0 0 8px;
}
.pdpYotpoSlider .customer-name {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'Avenir-Book';
}
.pdpYotpoSlider .review-date {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'Avenir-Book';
    float: right;
}
.pdpYotpoSlider .review-image {
    margin: 5px 0;
    display: block;
}
.pdpYotpoSlider .review-image img {
    width: 100px;
	display: inline-block;
	margin-right: 10px;
}
.pdpYotpoSlider .review-content,
.pdpYotpoSlider .popup-review-content {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: 'Avenir-Book';
    display: block;
	margin:0 0 8px;
}
.yotpocarousel .carousel-cell .popup-review-content,
.pdpYotpoSlider .yotposilderpopup .review-content,
.pdpYotpoSlider .reviewInner .pdpReview_cross {
    display: none;
}
.yotpocarousel .carousel-cell .readmore {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-family: 'Barlow', sans-serif;
    text-transform: capitalize;
    display: block;
    text-decoration: underline;
    cursor: pointer;
}
.pdpYotpoSlider .reviewInner {
    background: #fff;
    padding: 16px;
    margin: 0 8px;
	min-height:350px;
	position:relative;
}
.yotpoBtn_group {
    display: block;
    margin: 25px 0 0;
    text-align: center;
}
.yotpoBtn_group a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-family: 'Avenir-Medium';
    border-radius: 3px;
    display: block;
    width: 336px;
    padding: 13px;
    margin: 0 auto;
	cursor:pointer;
}
.yotpoBtn_group a.writeBtn {
    color: #fff;
    background: #000;
	border: 1px solid #000;
}
.yotpoBtn_group a.readBtn {
    color: #000;
    background: #fff;
    border: 1px solid #E2E2E2;
    margin: 16px auto 0;
}
.yotpocarousel.flickity-enabled {
    overflow: visible;
}
.yotpocarousel.flickity-enabled .flickity-viewport {
    overflow: visible;
}
.yotpocarousel.flickity-enabled button.flickity-prev-next-button {
    position: absolute;
    top: 159px;
    display: block;
    padding: 0;
    opacity: 1;
    max-width: 100%;
    min-height: auto;
    bottom: auto;
    width: 32px;
    height: 32px;
    background: #E2E2E2;
    border-radius: 50%;
    cursor: pointer;
}
.yotpocarousel .hidereviewarrow{display:none;}
.yotpocarousel.flickity-enabled button.flickity-prev-next-button svg {
    padding: 0;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -6px;
}
.yotpocarousel.flickity-enabled button.flickity-prev-next-button.previous {
    left: -8px;
}
.yotpocarousel.flickity-enabled button.flickity-prev-next-button.next {
    right: -8px;
    left: auto;
}
.pdpYotpoSlider .starAverage {
    display: flex;
    justify-content: center;
	align-items: center;
	margin: 0 0 33px;
}
.pdpYotpoSlider .starAverage .avg_score {
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 2.1px;
    color: #000;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 900;
	margin: 0 16px 0 0;
}
.pdpYotpoSlider .starAverage .count_review {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.86px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Avenir-Medium';
}
.pdpYotpoSlider .total_count,
.pdpYotpoSlider .question {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 2.86px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Avenir-Medium';
	cursor:pointer;
}
.pdpYotpoSlider .total_count{
	margin-right: 89px;
}
.pdpYotpoSlider .b-bottom{	border-bottom: 1px solid;}
.pdpYotpoSlider .review_question {
    display: flex;
    justify-content: center;
    margin: 0 0 19px;
}

/* form */
.pdpYotpoSlider .yotpocontainer .yotpo-regular-box {
    border: none;
    margin: 0;
}
.pdpYotpoSlider .yotpocontainer .yotpo-regular-box .yotpo-stars .yotpo-icon {
    width: 16px !important;
    font-size: 16px;
    margin: 0 3px 0 0;
}
.pdpYotpoSlider .yotpocontainer .yotpo-regular-box .yotpo-default-button {
    width: 170px;
}
.pdpYotpoSlider .review-image img:last-child {
    margin-right: 0;
}
.yotpocarousel .carousel-cell .readTooltip {
    position: absolute;
    bottom: 16px;
    right: 16px;
}
.yotposilderpopup {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 99999;
	top:0;
	left:0;
	overflow:hidden;
}
.pdpYotpoSlider .yotposilderpopup .reviewInner {
    position: absolute;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    right: 0;
    left: 0;
    max-width: 336px;
}
.pdpYotpoSlider .yotposilderpopup .reviewInner .pdpReview_cross {
    display: block;
    color: #000;
    font-size: 22px;
    font-family: none;
    position: absolute;
    right: 14px;
    top: 13px;
    cursor: pointer;
}
.pdpYotpoSlider .yotpocontainer .yotpo-regular-box .questions {
    margin-left: 0;
}
.pdpYotpoSlider .yotpocontainer .yotpo-regular-box .yotpo-stars {
    padding-left: 3px;
}

/* media */

@media (max-width:1600px){
.pdpYotpoSlider .reviewInner{
	min-height: 420px;
}
.yotpocarousel.flickity-enabled button.flickity-prev-next-button{
	top:194px;
}	
}

@media (max-width:1280px){
.pdpYotpoSlider .reviewInner{
	min-height: 446px;
}
.yotpocarousel.flickity-enabled button.flickity-prev-next-button{
	top:207px;
}	
}

@media (max-width:1024px){
.pdpYotpoSlider .reviewInner{
	min-height: 480px;
}
.yotpocarousel.flickity-enabled button.flickity-prev-next-button{
	top:224px;
}
.pdpYotpoSlider .review-image img{
	width:80px;
}
}

@media (max-width:1022px){
.pdpYotpoSlider {
    padding: 33px 19px;
}
.pdpYotpoSlider .starAverage{
	margin: 0 0 17px;
}	
.pdpYotpoSlider .total_count{
	margin-right: 0;
}
.pdpYotpoSlider .review_question {
    justify-content: space-between;
    margin: 0 0 16px;
}
.yotpocarousel .carousel-cell {
    width: 100%;
}
.pdpYotpoSlider .reviewInner{
	min-height:322px;
}
.yotpocarousel.flickity-enabled button.flickity-prev-next-button{
	top:145px;
}
.yotpoBtn_group {
    margin: 16px 0 0;
}
.pdpYotpoSlider .review-image img {
    width: 100px;
}
.yotpocarousel .carousel-cell .readTooltip {
    left: 16px;
	right:auto;
}
.pdpYotpoSlider .yotposilderpopup .reviewInner{
	max-height:370px;
	overflow:auto;
}
}

@media (max-width:767px){
.yotpocarousel.flickity-enabled .flickity-page-dots {
    display: none;
}	
}
@media (max-width:480px){
.pdpYotpoSlider .reviewInner {
    min-height: 395px;
}
.yotpocarousel.flickity-enabled button.flickity-prev-next-button {
    top: 181px;
}	
.pdpYotpoSlider .yotposilderpopup .reviewInner{
	max-height:512px;
}
}