/**
 * rec.reviews
 *
 * @author    Presta-Module.com <support@presta-module.com> - https://www.presta-module.com
 * @copyright Presta-Module - https://www.presta-module.com
 * @license   see file: LICENSE.txt
 *
 *           ____     __  __
 *          |  _ \   |  \/  |
 *          | |_) |  | |\/| |
 *          |  __/   | |  | |
 *          |_|      |_|  |_|
 */
#pvr {
  /** Common display class **/
  /* hover styles */
  /** Mobile devices assets **/
  /** Mobile devices assets **/
  /** Mobile devices assets **/
}
#pvr h2 {
  margin-bottom: 0.5em;
}
#pvr #pm-pvr-loader-text {
  color: black;
}
#pvr .clr_hr_shadow {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  border: none;
  width: 100%;
  height: 50px;
  box-shadow: 0 16px 12px -20px #333;
  margin: -50px auto 10px;
}
#pvr .text-center {
  text-align: center;
}
#pvr .tabs {
  margin-bottom: 10px;
}
#pvr .pvr_review_container-block {
  height: 600px;
  overflow-y: hidden;
  overflow-x: hidden;
}
#pvr .img {
  width: 100%;
  height: auto;
  transition: all 0.35s ease;
}
#pvr .img-reviews {
  width: 100%;
  /* need to overwrite inline dimensions */
  height: auto;
  margin-bottom: 15px;
}
#pvr .pmSeeMoreContainer {
  margin-top: 10px;
  color: white;
}
#pvr .reviews-listing {
  position: relative;
}
#pvr .reviews-image {
  line-height: 0;
  overflow: hidden;
}
#pvr .reviews-image img {
  filter: blur(0px);
  transition: filter 0.3s ease-in;
  transform: scale(1);
}
#pvr .dot {
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}
#pvr #pm_sort-reviews {
  font-weight: none;
  font-size: 13px;
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  #pvr .clr_hr_shadow {
    height: 75px !important;
  }
  #pvr .pvr_review_container-block {
    height: 1300px;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  #pvr .right {
    text-align: right;
    font-size: 10px;
  }
  #pvr .record-icon {
    font-size: 35px;
    text-align: center;
    margin-right: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  #pvr .clr_hr_shadow {
    height: 80px;
  }
  #pvr label.star {
    float: none;
    position: relative;
    padding: 8px;
    font-size: 30px;
    color: grey;
    transition: all 0.2s;
  }
  #pvr .right {
    text-align: right;
    font-size: 10px;
  }
  #pvr .pvr_review_container-block {
    height: 1300px;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  #pvr .pvr_review_container-block {
    height: 955px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #pvr .right {
    text-align: right;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  #pvr .pvr_review_container-block {
    height: 630px;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}
#pvr .btn-primary {
  text-transform: capitalize;
}
#pvr .btn-warning {
  text-transform: capitalize;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
}
#pvr .btn-light {
  font-size: 0.9375rem;
  border-radius: 0.3rem;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  border: none;
  background: transparent;
}
