.star-rating {
  width: 0;
  position: relative;
  display: inline-block;
  background-image: url(/static/assets/images/star_0.svg);
  background-position: 0 0;
  background-repeat: repeat-x;
  /* margin-top: 6px; */
}

.star-rating[data-title]:hover:after {
  content: attr(data-title);
  padding: 4px 8px;
  color: var(--footer-bg-color);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px var(--login-bg);
  -webkit-box-shadow: 0px 0px 4px var(--login-bg);
  box-shadow: 0px 0px 4px var(--login-bg);
  background-image: -moz-linear-gradient(
    top,
    var(--sidebar-off-white-bg),
    var(--step-border-color)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, var(--sidebar-off-white-bg)),
    color-stop(1, var(--step-border-color))
  );
  background-image: -webkit-linear-gradient(
    top,
    var(--sidebar-off-white-bg),
    var(--step-border-color)
  );
  background-image: -moz-linear-gradient(
    top,
    var(--sidebar-off-white-bg),
    var(--step-border-color)
  );
  background-image: -ms-linear-gradient(
    top,
    var(--sidebar-off-white-bg),
    var(--step-border-color)
  );
  background-image: -o-linear-gradient(
    top,
    var(--sidebar-off-white-bg),
    var(--step-border-color)
  );
}

.star-rating .star-value {
  height: 100%;
  position: absolute;
}

.star-rating .star-value {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("/static/assets/images/star_1.svg");
  background-repeat: repeat-x;
}
.entity-rating-modal-title{
  font-size: 42px;
  color: var(--label-color);
  line-height: 32px;
  padding: 22px 15px;
  margin-bottom: 0px;
  font-weight: 600;
}
.entity-rating-modal-title span{
  font-size: 27px;
  color: var(--label-color);
  line-height: 32px;
}

.entity-rating-modal-body-content{
  background-color: var(--file-upload-table-td-odd-bg);
  padding: 15px;
  padding-right: 0px;
}
.entity-rating-modal-body-content-buyer{
  background-color: var(--file-upload-table-td-odd-bg);
  padding: 15px;
  padding-right: 12px;
}
.entity-rating-modal-heading{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.entity-rating-modal-body-para{
  font-size: 14px;
  line-height: 24px;
}
.entity-rating-modal{
  max-width: 450px !important;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.entity-rating-modal-show{
  cursor: pointer;
}
.pdp-hide-rating-div{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 6px #00000029;
  display: inline-block;
  border: 1px solid var(--divider-color);
  text-decoration: none;
  top: 310px;
  position: absolute;
  right: 43px;
  opacity: 1;
  width: 493px;
}
.hide-rating-div{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 6px #00000029;
  border: 1px solid var(--divider-color);
  opacity: 1;
  width: 493px;
  position: absolute;
  z-index: 9999;
}
.hide-rating-div-buyer{
  margin-top: -20px;
  width: 568px;
  left:5%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 6px #00000029;
  border: 1px solid var(--divider-color);
  opacity: 1;
  position: absolute;
  z-index: 9999;
}
.up-arrow {
  display: inline-block;
  border: 1px solid var(--divider-color);
  text-decoration: none;
  border-radius: 2px;
  margin-top: -20px;
}
.up-arrow:before {
  content: '';
  display: block;  
  position: absolute;
  left: 240px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: var(--divider-color);
}
.up-arrow::after {
  content: '';
  display: block;  
  position: absolute;
  left: 241px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: white;
}
.popover-rating-show div.star-value{
  margin-top: 2px;
}
.up-arrow-buyer {
  display: inline-block;
  border: 1px solid var(--divider-color);
  text-decoration: none;
  border-radius: 2px;
  margin-top: -20px;
}
.up-arrow-buyer:before {
  content: '';
  display: block;  
  position: absolute;
  left: 240px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: var(--divider-color);
}
.up-arrow-buyer::after {
  content: '';
  display: block;  
  position: absolute;
  left: 241px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: white;
}
.arrow-for-popup:before{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: var(--divider-color);
  top: 8px;
}
.arrow-for-popup::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: white;
  bottom: -15px;
  left: 6px;
}
.star-value img{
  margin-top: -1px;
}
.positionof-rating-div{
  position: absolute;
  z-index: 99;
  right: 5%;
  margin-top: 28px;
}
.pdp-hide-ratingDiv-position{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 6px #00000029;
  display: inline-block;
  border: 1px solid var(--divider-color);
  text-decoration: none;
  opacity: 1;
  width: 493px;
}
.oranage-rating-show{
  background: white;
  font-size: 10px;
  line-height: 10px;
  border-radius: 4px;
  padding: 2px 5px;
  min-width: 35px;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  height: 15px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

.buyer-rating{
  color: #006cb5;
  border: 1px solid #006cb5;
}
.seller-rating{
  color : #f27d17;
  border: 1px solid #f27d17;
}
.entity-rating-modal-img-div{
  background-color: var(--popover-buyer-seller-img);
  border-radius: 24px;
  width: 48px;
  height: 48px;
}
.entity-rating-modal-buyer-bg-img{
  background-color: var(--popover-buyer-img);
}
.entity-rating-modal-img-content{
  font-size: 13px;
  line-height: 17px;
  color: var(--label-color);
  margin-top: 12px;
}
.if-applicable-txt{
  font-size: 10px;
  font-style: italic;
  line-height: 17px;
  color: var(--label-color);
}
.rating-bg {
  background: white;
  position: relative;
  font-size: 10px;
  line-height: 10px;
  border-radius: 4px;
  padding: 2px 5px;
  color: var(--seller-primary-color);
  border: 1px solid var(--seller-primary-color);
  min-width: 35px;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  height: 15px;
  font-weight: 700;
  cursor: pointer;
}
.rating-bg-buyer{
  background: white;
  position: relative;
  font-size: 10px;
  line-height: 10px;
  border-radius: 4px;
  padding: 2px 5px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  min-width: 35px;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  height: 15px;
  font-weight: 700;
  cursor: pointer;
}

.rating-bg-buyer-rating {
  background:var(--buyer-primary-color);
  font-size: 12px;
  line-height: 10px;
  border-radius: 4px;
  padding: 5px 5px;
  color: white;
  border: 1px solid var(--buyer-primary-color);
  min-width: 40px;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  height: 20px;
  margin-top:-1px!important;
  font-weight: 700;
}
.custom-pdp-tile .line-height14{
	line-height:14px!important;
}
.Prodtile_trendingProducts .rating-bg{
  background: white;
  font-size: 10px;
  line-height: 13px;
  border-radius: 4px;
  padding: 0 3px;
  color: var(--seller-primary-color);
  border: 1px solid var(--seller-primary-color);
  min-width: 35px;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  height: 15px;
  font-weight: 700;
}
.Prodtile_trendingProducts .star-rating .star-value, .Prodtile_trendingProducts .star-value{
  background: none;
}

.product-rating-bg {
  background:var(--buyer-primary-color);
  font-size: 12px;
  line-height: 8px;
  border-radius: 4px;
  padding: 5px 5px;
  color: white;
  border: 1px solid var(--buyer-primary-color);
  min-width: 40px;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  height: 20px;
}
.product-rating-text{
  color: var(--tile-content-color);
  font-size:14px;
  line-height: 22px;
  vertical-align: middle;
  text-decoration: none;
}

.product-rating-text:hover {
	color: var(--link-color) !important;
}

.product-star-value{
  vertical-align: top;
  top: -2px;
  position: relative;
  display: inline-block;
}
progress {
height: 8px;
}
.ratings-label{
  font-size: 18px;
  line-height: 22px;
  color: var(--tile-title-color);
}
.review-label{
  font-size: 14px;
  line-height: 17px;
  color: var(--tile-title-color);
  margin-bottom: 8px;
}
.font-500{
  font-weight: 500;
}
.review-section{
  margin-bottom: 16px;
}
.review-section .product-rating-bg {
  background:var(--buyer-primary-color);
  font-size: 12px;
  line-height: 10px;
  border-radius: 4px;
  padding: 5px 5px;
  color: white;
  border: 1px solid var(--buyer-primary-color);
  min-width: 40px;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  height: 20px;
}
.review-section .product-star-value {
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: 3px;
  width: 12px;
}
.review-seller{
  font-size: 12px;
  line-height: 14px;
}
.review-timestamp{
  font-size: 12px;
  line-height: 14px;
  color: var(--step-text-color);
}
.all-review{
  font-size: 18px;
  line-height: 24px;
  color: var(--buyer-primary-color);
  cursor: pointer;
  font-weight: bold;
}
.main-rating{
  font-size: 42px;
  line-height: 51px;
  vertical-align:middle;
}
.main-rating-img{
  vertical-align: middle;
  margin-left: 4px;
}
.main-rating-muted-text{
  font-size: 14px;
  line-height: 19px;
  color: var(--tile-content-color);
}
.progress {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 10px;
  height: 8px;
  top: 8px;
  position: relative;
  right: 9px;
  left: -5px;
}

.progress::-webkit-progress-bar {
  background-color: var(--circular-progressbar-stroke);
}

.progress::-webkit-progress-bar,
.progress::-webkit-progress-value {
  border-radius: 10px;
}

.progress::-moz-progress-bar {
  border-radius: 10px;
}

.progress-rating::-webkit-progress-value {
  background: var(--buyer-primary-color);
}

.progress-bar {
	background-color: var(--buyer-primary-color) !important;
}
.black-star{
  width: 12px;
  height: 12px;
  vertical-align: baseline;
  margin-left: 2px;
  margin-right: 4px;
}
.pbar-desktop-pdp .pbar-width{
  width: 34%;
}
.pbar-width{
width: 24%;
}
.pbar-height{
  height: 24px;
}
.rating-percenttext{
  font-size: 12px;
  line-height: 19px;
  color: var(--tile-content-color);
  top: 3px;
  position: relative;
  text-align: right;
  width: 40px;
}
.desktop-rating-align{
	padding-top:2px;
}
.w-lsection{
  width: 130px;
}
.hover-rating{
  font-size: 24px;
  line-height: 29px;
}
.hover-rating-img{
  height: 16px;
  width: 16px;
  vertical-align: baseline;
    margin-left: 6px;
    margin-right: 6px;
}
.hover-rating-muted-text{
  font-size: 14px;
  line-height: 19px;
  color: var(--tile-content-color);
  top:-2px;
  position: relative;
}
.popover-medium{
    min-width: 284px;
    max-width:284px;
    min-height: 286px;
    max-height: 286px;
   padding-top: 0!important;
  }
#h-rating{
  margin: 10px 15px;
}
#h-rating .popover-body{
padding: 0;
}
#h-rating .pbar-width{
width: 240px;
}
#h-rating .black-star{
  width: 12px;
  height: 12px;
  vertical-align: baseline;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
  position: relative;
}
#h-rating .rating-no{
  font-size: 14px;
  line-height: 19px;
  top:1px;
  color: var(--label-color);
  position: relative;
}
.rating-question{
  font-size: 12px;
  font-weight: 500;
  color: var(--link-color);
}
.rating-note{
  font-size: 14px;
  color: var(--breadcrumb-text-color);
  display: block;
}
#review{
  scroll-margin-top:94px;
}
.pdt-review-note{
  font-size: 12px;
  line-height: 16px;
}
.review-rating-section .product-rating-bg {
  background:var(--buyer-primary-color);
  font-size: 12px;
  line-height: 10px;
  border-radius: 4px;
  padding: 5px 5px;
  color: white;
  border: 1px solid var(--buyer-primary-color);
  min-width: 40px;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  height: 20px;
}
.review-rating-section .product-star-value {
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: 3px;
  width: 12px;
}
.review-rating-section{
  margin-bottom: 16px;
}
.rating-sections{
  text-align: initial;
  height: 22px;
  vertical-align: top;
  margin-bottom:7px;
  display: flex;
  align-items: center;
}
.rating-plp .product-rating-bg{
  line-height: 10px;
}
.rating-dropdown{
  position: relative;
  border: none;
}
.rating-img-change{
  -webkit-transform: rotate(0deg);     
  -moz-transform: rotate(0deg);        
  -o-transform: rotate(0deg);          
  -ms-transform: rotate(0deg);   
  transform: rotate(0deg)!important; 
}
.sufin-rating-desktop .panel-heading .collapsed .active {
  -webkit-transform: rotate(0deg);     
  -moz-transform: rotate(0deg);        
  -o-transform: rotate(0deg);          
  -ms-transform: rotate(0deg);   
  transform: rotate(0deg);
}

.sufin-rating-desktop .panel-heading .active {

  -webkit-transform: rotate(180deg);    
  -moz-transform: rotate(180deg);        
  -o-transform: rotate(180deg);          
  -ms-transform: rotate(180deg);         
  transform: rotate(180deg); 
}

.sufin-rating-desktop a{
  text-decoration: none;
}

.sufin-rating-accordion a{
  text-decoration: none;
}
.sufin-rating-accordion .panel-heading .collapsed .active {
  -webkit-transform: rotate(0deg);     
  -moz-transform: rotate(0deg);        
  -o-transform: rotate(0deg);          
  -ms-transform: rotate(0deg);   
  transform: rotate(0deg);
}

.sufin-rating-accordion .panel-heading .active {
  -webkit-transform: rotate(180deg);    
  -moz-transform: rotate(180deg);        
  -o-transform: rotate(180deg);          
  -ms-transform: rotate(180deg);         
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
	
 .rating-bg-buyer-rating {
 	padding: 4px 5px !important;
 }
  .hide-rating-div-buyer{
    width: auto;
    margin-top: -32px;
    margin-right: 15px;
  }
  .positionof-rating-div{
    right: 0;
    left: 0;
    margin-right: 15px;
    margin-left: 15px;
    top: auto;
    margin-top: 28px;
  }
  .pdp-hide-ratingDiv-position{
    width: auto;
  }
  .hide-rating-div{
    width: auto;
  }
  .entity-rating-modal-title{
    font-size: 32px;
    line-height: 26px;
  }
  .entity-rating-modal-title span{
    font-size: 20px;
    line-height: 26px;
  }
  .entity-rating-modal-heading{
    font-size: 14px;
  }
  .entity-rating-modal-body-para{
    font-size: 12px;
  }
  .entity-rating-modal-img-content{
    font-size: 11px;
  }
  .review-label{
    margin-top: 8px;
  }
  .review-rating-section .product-star-value{
    top: -2px;
    left: 1px;
    line-height: 1px;
  }
  .pbar-desktop-pdp .pbar-width{
    width: 75%;
  }
  .review-section .product-star-value{
    top: -2px;
    left: 1px;
    line-height: 1px;

  }
  .product-rating-text{
    font-size: 12px;
    color: var(--link-color);
  }
}

@media screen and (max-width: 991px) {
  .hide-rating-div-buyer{
    top: auto;
  }
  .product-rating-text{
    font-size: 11px;
    color: var(--link-color);
    margin-left:-7px;
  }
  .positionof-rating-div{
    right: 0;
    left: 0;
    margin-right: 15px;
    margin-left: 15px;
    top: auto;
    margin-top: 28px;
  }

  .product-rating-text{
    font-size: 11px;
    color: var(--link-color);
    margin-left:0;
  }
  
  .review-label{
    margin-top: 8px;
  }
  .review-rating-section .product-star-value{
    top: -2px;
    left: 1px;
    line-height: 1px;
  }
  .pbar-width{
    width: 75%;
  }
  .review-section .product-star-value{
    top: -2px;
    left: 1px;
    line-height: 1px;

  }
}