@font-face {
    font-family: 'star';
    src: url("../../../../plugins/woocommerce/assets/fonts/star.eot");
    src: url("../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"),
     url("../../../../plugins/woocommerce/assets/fonts/star.woff") format("woff"),
      url("../../../../../plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), 
    url("../../../../plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal; }
  .wcrr_average_review_rating {
      width: 28%;
      float: left;
      display: block;
      text-align: center;
      margin-right: 2%;
  }
  
  .popup-outer {
      display: flex;
      gap: 9px;
      max-width: 100%;
      flex-wrap: wrap;
  }
  .review-content .popup-outer{
      margin-left: 0px;
  
    }
  
  .wcrrp_product_review_wrapper {
      position: relative;
      overflow: hidden;
      margin-top: 10px;    
  }
  .wphp_noitanigap_bar a {
      text-decoration: none;
  }
    .wcrr_average_star {
      overflow: hidden;
      position: absolute;
      height: 1.618em;
      line-height: 1.618;
      font-size: 1em;
      width: 19px;
      font-family: 'star';
      font-weight: 400;
          margin-left: 5px;
     }
    .wcrr_average_star::before {
       opacity: .70;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
        content: '\53';
    }
  .wcrr_average_star strong {
  
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      padding-top: 1.5em;
  }
  
  .wcrr_average_star strong:before {
      content: '\53';
      top: 0;
      position: absolute;
      left: 0;
      color: #96588a;
  }
  
  
  .star_rating_point {
      text-align: center;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  #wcrr_div1 .star_rating_point span{
      font-size: 30px !important;
  
  } 
  .star_rating_point span {
      color: #ff8d31;
      font-size: 18px !important;
      font-weight: 500;
      display: block;
      position: absolute;
      
  }
  #wcrr_div1 .star_rating_point svg circle{
      stroke-width: 4px;
  
  }
  #wcrr_div1 .star_rating_point svg {
      height: 100px;
      width: 100px;
      overflow: hidden;
  }
  .star_rating_point svg {
      height: 63px;
      width: 63px;
      overflow: hidden;
  }
  
  .star_rating_point svg #gray {
      stroke: #e8e8e8;
  }
  
  .star_rating_point svg circle {
      stroke-width: 7px;
      fill: transparent;
      transition: stroke-dasharray 1s linear;
  }
  .star_rating_point svg #circle_fill {
      stroke: #ff8d31;
      stroke-dasharray: 0, 284;
      stroke-dashoffset: 0;
  }
  .wcrr_circle_fill {
      stroke: #388e3c !important;
      stroke-dasharray: 0, 284;
      stroke-dashoffset: 0;
  }
  .wcrr_like_0{
      display: none;
  }
  .wcrr-count {
    color: #fff !important;
    font-weight: 500;
    font-size: 18px;
}
  .woocommerce .woocommerce-Reviews .comment-form-rating p.wcrr_stars {
      display: inline;
  }
  .woocommerce p.wcrr_stars {
      margin-top: 0;
  }
  .woocommerce p.wcrr_stars.selected a:not(.active)::before {
      content: "\e020";
  }
  .woocommerce p.wcrr_stars a {
      height: 1em;
      width: 1em;
      display: inline-block;
      text-decoration: none;
      box-shadow: none;
      font-style: normal;
      font-size:30px;
  }
  .woocommerce .woocommerce-Reviews .comment-form-rating p.wcrr_stars a::before {
      color: #000000;
  }
  a:where(:not(.wp-element-button)) {
      text-decoration: none;
  }
  
  .woocommerce p.wcrr_stars.selected a:not(.active)::before {
      content: "\e020";
  }
  
  .slider {
      background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .slick-slide {
      text-align:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .mfp-auto-cursor .mfp-content {
      cursor: auto;
      max-width: 710px;
      margin: 0 auto;
  }
  
  /* SLICK: ARROWS */
  .slick-custom-arrow {
      position: absolute;
      transform: translateY(-50%);
      z-index:100;
      padding:20px 16px;
          color:#ffffff;
  
  }
  
  .slick-custom-arrow-right {
          right: 0;
      top: 50%;
      }
      .slick-custom-arrow-left {
          left: 0;
      top: 50%;
      }
  
  
  .slick-custom-arrow:hover {
              cursor:pointer;
      }
  /* SLICK: DOTS */
  .slick-dots {
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display:flex;
      align-items:center; 
  }
   .slick-active  button {
          border: 0;
          height: 15px;
          width: 15px;
          background-color:#ffffff;
          } 
      
     .slick-dots li {
          display:flex;
          align-items:center; 
          margin:0 4px;
          padding:0;
          height: 20px;
          width: 20px;
              
      }
       .slick-dots li  button {
  
              background-color:rgba(255,255,255,0);
              border: 1px solid #fff;
              border-radius:50%;
              opacity: 1;
              display: none;
              height: 18px;
              width: 18px;
              outline: none;
              line-height: 0px;
              font-size: 0px;
  
              cursor: pointer;
      }
       .slick-dots li  button:hover,
        .slick-dots li  button:focus{
  
           background-color:#000;
        }
  
  /** code added by krishna **/
  
  figure.gallery-item .wcrr-content-rating{
      width: 40%;
      background-color: white !important;
  }
  
  a:where(:not(.wp-element-button)) {
      
      text-decoration: none;
  }
  .review_slider {
      width: 444px;
  }
  .wcrr-content-rating {
      padding: 20px;
      width: 266px;
      background-color: white !important;
      max-height: 500px;
      margin-top: 0px;
      line-height: 0.99;
      border-radius: 0px 10px 10px 0px;
  }

  .slick-custom-arrow.slick-custom-arrow-right.slick-arrow {
      left: unset;
  }
  .popup-content-user-list-image{
      display: flex;
      max-height: 500px;
  }
  .upload__inputfile{
        width: .1px;
      height: .1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1;
  }
  .upload__btn{
      font-weight: 600;
      color: #fff;
      text-align: center;
      min-width: 100px;
      transition: all .3s ease;
      cursor: pointer;
      border-radius: 10px;
      line-height: 0px;
      font-size: 14px;
  
  }
  .upload__btn hover{
       background-color: unset;
        color: #4045ba;
        transition: all .3s ease;
  }
  .upload__btn-box {
      margin-bottom: 10px;
      width: 100%;
      background-color: #f7f7f7;
      border: 2px #d3d3d3  dotted;
      border-radius: 10px;
      padding: 8px 0px 8px 0px;
      max-width: 500px;
  }
  .upload__img-box{
      margin-bottom: 10px;
  }
  .upload__img-box{
          width: 200px;
        padding: 0 10px;
        margin-bottom: 12px;
  }
  .upload__img-close:after {
      content: "✖";
      font-size: 14px;
      color: white;
  }
  .upload__img-close {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0px;
      right: 2px;
      text-align: center;
      line-height: 24px;
      z-index: 1;
      cursor: pointer;
  }
  .upload__img-wrap{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
  }
  .upload__box{
        margin-bottom: 12px;
        display: flex;
        margin-top: 10px;
        flex-direction: column;
  }
  video.video_visible_popup {
      height: 494px;
  }
  .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
  }
  .woocommerce .woocommerce-Reviews .comment-form-rating label {
      font-size: 30px;
      padding-top: 0;
      text-transform: capitalize;
  }
  .woocommerce p.stars a {
      font-size: 30px;
  }
  .comment-form p label {
      
      font-size: 30px;
  }
  .comment-form p label {
      margin-left: 4px;
      padding-left: 0px;
  }
  .upload_label_left{
      display:flex;
      color:#7c7979 !important;
      border-radius: 50%;
      border: 2px solid #ddd;
      height: 60px;
      width: 60px;
      justify-content: center;
      align-items: center;
      margin: 0 auto !important;
  }
  .wcrr_head_key {
      text-align: center;
      font-weight: 500;
      font-size: 14px;
      text-transform: capitalize;
  }
  .wcrr_image_main{
      height: 89px !important;
      width: 89px !important;
  }
  .wcrr-total-image-slider {
      background-color: #000;
      padding: 32px;
      padding-top: 0;
      padding-bottom: 0;
      border-radius: 10px 0px 0px 10px;
  }
   .slick-dots li button:hover{
      color: #fff;
  }
  .slick-dots li.slick-active button{
      background-color: #fff;
  }
  .wcrr-review-and-rating{ 
      background-color: #388e3c !important;
      display: flex;
      width: 30px;
      height: 20px;
      align-items: center;
      justify-content: space-evenly;
      border-radius: 3px;
      color: #fff;
      padding: 2px 4px 2px 4px;
  }
  .wcrr-review-and-rating-1{
      display: flex;
      align-items: center;
  }
  .wcrr-title{
      margin-left: 10px;
  }
  .wcrr-gallery-item{
      height: 447px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
  }
  .wcrr-rating-star{
      font-size: 15px;
      padding-left: 2px;
  }
  .wcrr-like {
      display: flex;
      max-width: 150px;
      gap: 1px;
      align-items: center;
  }
.pagination_wrapper {
    border-top: 1px solid #f0f0f0;
    margin-bottom: 20px;
    margin-top: 22px;
}
  .wcrr_like_ajax{
      border: none;
      background: transparent !important;
      cursor: pointer;
      color: #838383 !important;
      font-size: 15px;
      padding: 0px !important;
  }
  .wcrr_dislike_ajax {
      border: none;
      background: transparent !important;
      cursor: pointer;
      color: #838383 !important;
      font-size: 15px;
      padding: 0px !important;
      margin-left:20px !important;
  }
  .wcrr-like-inc {
      color: #878787;
  }
  .wcrr-dislike-inc{
      color: #878787;
  }
  .review_number{
      display: inline;
      font-size: 18px;
      font-weight: 500;
  }
  .wcrr_image_main_upload{
      border-radius: 2px;
      background-position: 50%,50%;
      background-repeat: no-repeat,no-repeat;
      background-size: cover,20%;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      height: 62px !important;
      width: 62px !important;
      border-radius: 8px;
  }
  .wcrr_ratting_number{
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%;
      color: red;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      
  }
  .vrr_all_review .wcrr_ratting_number {
      position: absolute;
      width: 70px;
      height: 70px;
      display: flex;
      background-color: rgba(0,0,0,.6);
      left: -79px;
      border-radius: 8px;
  }
  .vrr_all_review .wcrr_025fhdj{
      height: 70px;
      width: 70px;
      background-size: 100%;
      background-repeat: no-repeat;
      float: left;
      background-size: cover,20%;
      background-position: 50%,50%;
      border-radius: 8px;
  }
  .wcrr_gallery_item_show {
      position: relative; 
  }
  .wcrr_025fhdj{
      background-size: 100%;
      background-repeat: no-repeat;
      height: 89px;
      width: 89px;
      float: left;
      background-size: cover,20%;
      background-position: 50%,50%;
      border-radius: 2px;
      
  }
  .main_rating_wrapper{
      display: flex;
  }
  
  .rating_wrapper {
      display: flex;
  }
  .wcrr_ajax_filetr {
      padding-left: 20px;
      padding-right: 20px;
  }
  .nav-tab-wrapper.wcrr_filter_ajax_append {
      margin-bottom: 20px;
  }
  .additional_field_wrapper {
      display: inline-flex;
      gap: 20px;
      padding-left: 20px;
      padding-top: 10px;
  }
  h1.wcrr_head_key {
      font-size: 16px !important;
  }
  
  .wcrr_textbox{
      max-width: 100%;
      border-radius: 5px !important;
      width: 500px;
      height: 35px;
      border: 1px solid #000;
  }
  .woocommerce-tabs{
      border-radius: 5px;
  }
  .wcrr_nav-tab {
      font-weight: 600;
      color: #000;
      text-decoration: none;
  }
  .wcrr_nav-tab-active, .wcrr_nav-tab-active:focus, .wcrr_nav-tab-active:focus:active, .wcrr_nav-tab-active:hover {
      color: #2874f0;
      text-decoration: none;
  }
  
  .wp_select_option_div{
      display: flex;
      float: right;
      padding-right: 20px;
  }
  .wp_select_option {
      padding:4px 22px;
      font-weight: 500;
      color: #212121 !important;
      font-size: 14px;
      cursor: pointer;
      border-radius: 3px;
  }
  .wcrr_center-body {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      display: none;
     
  }
  .wcrr_overall_comment_list {
      margin-top: 14px;
  }
  .wcrr_loader-circle-ajax {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 70px;
      height: 70px;
      background: transparent;
      border: 3px solid #3c3c3c;
      border-radius: 50%;
      text-align: center;
      line-height: 70px;
      font-family: sans-serif;
      font-size: 12px;
      color: #00eaff;
      text-transform: uppercase;
      box-shadow: 0 0 20px rgba(0, 0, 0, .5);
      z-index: 999;
  }
  .wcrr_loader-circle-ajax:before {
      content: '';
      position: absolute;
      top: -3px;
      left: -3px;
      width: 100%;
      height: 100%;
      border: 3px solid transparent;
      border-top: 3px solid #00eaff;
      border-right: 3px solid #00eaff;
      border-radius: 50%;
      animation: animateC 2s linear infinite;
  }
  .wcrr_loader-circle-ajax span {
      display: block;
      position: absolute;
      top: calc(50% - 2px);
      left: 50%;
      width: 50%;
      height: 4px;
      background: transparent;
      transform-origin: left;
      animation: animate 2s linear infinite;
  }
  .wcrr_loader-circle-ajax span:before {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #00eaff;
      top: -6px;
      right: -8px;
      box-shadow: 0 0 20px #00eaff;
  }
  .wpic-group wcrr-product-label{
      display: flex;
      gap: 40px;
  }
  
  @keyframes animateC {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  }
  @keyframes animate {
      0% {
          transform: rotate(45deg);
      }
      100% {
          transform: rotate(405deg);
      }
  }
  .wphp_all_review_btn:hover{
      box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
      transition-duration: .1s;
      }
  .wphp_all_review_btn a{
      color: #fff;
      font-size: 16px;
      font-weight: 500;
  
  }
  input.wcrr_star_rate_click {
      border: none !important;
  }
  .wcrr-admin-name{
      margin-bottom: 15px;
      color: #878787;
      font-size: 12px;
      font-weight: 500;
  }
  
  .wphp_all_review_btn{
      background-color: #4045ba;
      padding: 0 1.6rem;
      border-radius: 8px;
      text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
      cursor: pointer;
      height: 45px;
      margin-left: 20px;
  }
  
  .wcrr_rating_vi {
    justify-content: start;
    display: flex;
    flex-direction: row-reverse;
  
  } 
  .comment-form-rating {
    display: flex;
    width: 364px;
    justify-content: space-between;
    align-items: center;
}
  .wcrr_rating_vi input {
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 40px !important;
    height: 40px !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
  }
  .wcrr_rating_vi input::before {
    content: '★';
    position: absolute;
   
    font-size: 25px;
    color: #111;
    transition: 0.5s;
  }
  .wcrr_rating_vi input:hover ~ input::before,
  .wcrr_rating_vi input:hover::before,
  .wcrr_rating_vi input:checked ~ input::before,
  .wcrr_rating_vi input:checked::before {
    color: var(--c);
  }
  .wcrr_star_rate_click{
    color: #ff9933 !important;
  }
  .wcrr_rating_single{
      padding: 9px 20px 0px;
  }
  .wcrr_review_div1{
      display: inline-flex;
      margin-top: 12px;
      align-items: center;
  }
  .wcrr_tem3stroke_average{
      color: #212121 !important;
      
      }
  .wcrr_admin_p{
      font-size: 12px;
      color: #878787;
      margin: 0px;
      font-weight: 500;
      text-transform:capitalize
  }
  .wphp_noitanigap_bar .Active {
    background: green;
    border-radius: 100%;
    color: #ffffff;
    padding: 3px 11px 3px 11px;
    font-size: 16px;
    font-weight: 500;
}
  .wphp_noitanigap_bar{
      margin-left: 15px;
      margin-top:15px;
      display: inline-block;
      justify-content: center;
      font-size: 16px;
      font-weight: 500;
  }
  ._3oioQL{
      color: #fb641b;
  }
  
  .wcrr_review_div1 .div12{
      font-size: smaller;
  }
  .temp3strokestaraverage.wcrr_tem3stroke_average{
      font-size: 28px;
      font-weight: 500;
      dominant-baseline: middle;
      text-anchor: middle;
  
  }
  .wcrr-comment-sec{
      padding: 15px;
      border-bottom: 1px solid #f0f0f0;
  }
  .wcrr_rati_ P{
      font-size: 14px;
      padding-right: 3px;
      margin:0px;
      text-transform: capitalize;
  }
  .wcrr_content_comment{
      font-size: 14px;
      font-weight: 600;
  }
  .a.nav-tab.wcrr_nav-tab{
      text-decoration: none;
  }
  
  .wcrr_admin_month{
      font-size: 12px;
      color: #878787;
  }
  a:focus, input:focus, textarea:focus, button:focus {
      outline: none!important;
  }
  .wcrr-review-and-rating p {
      margin: 0px;
  }
  .wphp_btn_em{
      color: #353648;
      padding-top: 15px;
      display: block;
      margin-bottom: 0;
      font-size: 13px;
      line-height: 1.3846153846em;
  }
  
  .wphp_btn_span{
      position: relative;
      z-index: 1;
      color: #0e3fa1;
  }
  .wphp_all_users_review_average span {
      font-size: 14px;
  }
  .wphp_all_users_review_average {
      padding: 2px 5px 2px 5px;
      border-radius: 3px;
  }
  .wcrr-content-rating p {
      line-height: 1.6;
  }
  .wpic-groups-selector img {
      width: 260px;
    }
  .wcrr-like-btn{
      display: flex;
      width: 40px;
  }
  .wcrr-like-inc {
      color: #878787;
      display: flex;
      align-items: center;
      margin-left: 10px;
  }
  
  .popup-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
  }
  #all-image-popup {
      font-family: Arial, sans-serif;
      width: 690px;
      height: 375px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  
  .popup .close {
      position: absolute;
      top: -3px;
      right: 15px;
      font-size: 44px;
      cursor: pointer;
      color: #333;
  }
  span.wcrr-dislike-inc {
      margin-left: 10px;
  }
  .wrapper {
      padding-left: 20px;
    }
    .masonry {
      max-width: 960px;
      margin: 0 auto;
    }
    .masonry .item {
      width: 300px;
      float: left;
      background: f9f1e5;
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
      border-radius: 5px;
      margin-bottom: 1.5rem;
    }
    .masonry .wcrr_star_reviews {
      margin:0px
  }
  .masonry .wcrr_star_reviews {
      margin:0px
  }
  .masonry .review-content {
      margin:0px
  }
  .masonry .wcrr-like{
      margin:0px
  }
  .masonry .grid-item {
      padding: 15px;
  }
  video.wcrr_video_wrapper_grid {
      width:100%;
      height:180px;
  }
  .img-content img {
      width: 100%;
      height: 180px;
      border-radius:9px;
  }
  .wcrr_revies__content {
      font-size: 15px;
      color: #212121;
      margin: 10px 0 8px 2px;
  }
    .quote {
      padding-left: 1rem;
    }
    
  
  
    
    .profile-img img {
      height: 40px;
      width: 40px;
      border-radius: 50%;
    }
    
    .profile-user {
      display: inline-grid;
      align-items: center;
      margin-top: -6px;
  }
    
    .title span {
      font-size: 18px;
      font-weight: 700;
    } 
    .div2 {
      display: flex;
      align-items: center;
    }
    .wcrr-like-inc {
      color: #878787;
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 500;
  }
    .commentlist{
  padding: 0px !important;
}
    .with-ratings {
      position: relative;
      top: -28px;
    }
  .rating.wcrr_ratig_flip #div1 .wcrr_div121 {
      margin-left: 0px;
  }
  .wcrr_total_image {
      padding: 10px;
  }
  #reviews .woocommerce-Reviews-title {
      margin-left: 10px;
  }
  .all-image-popup-box a video {
    width: 94px !important;
    height: 94px !important;
    margin: 6px;
  }
  .all-image-popup-box a span {
    width: 94px !important;
    height: 94px !important;
    margin: 6px;
}
  p.read-more-btn {
      font-size: 16px;
      color: #211ee5;
      cursor: pointer;
  }
  .all-image-popup-box {
      height: 282px;
      overflow-y: scroll;
  }
  
  .review-content .wcrr_rati_ {
      margin:0px;
  }
  .wcrr-like button{
      height: 25px;
  }
  
  h4.wcrr-total-image {
      margin: 0;
      font-size: 20px;
      padding-bottom:10px;
  }
  #all-image-popup ::-webkit-scrollbar {
      width: 10px;
    }
  #all-image-popup ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }
    #all-image-popup ::-webkit-scrollbar-thumb {
      background: #888; 
    }
    #all-image-popup ::-webkit-scrollbar-thumb:hover {
      background: #555; 
    }
    .wcrr_rating_progressbar_and_addition_t{
          display: flex;
          flex-wrap: wrap;
          align-items: center;
      }
      .wcrr_popup{
          margin-left: 0px !important;
      }
      .wcrr_certified_b{
          margin: 0px;
      }
      .final_counter{
          display: none;
      }
      h4.wcrr-total-image {
      margin: 0px;
  }
  .wcrr_rating_ {
      background-color: rgb(3, 141, 99);
  }
  i.fa.fa-thumbs-up {
    color: #6e6e6e;
}
i.fa.fa-thumbs-down {
    color: #6e6e6e;
}
span.wcrr_ratings_reviews {
    font-size: 16px;
    font-weight: 500;
}
.wcrr-dislike-inc {
    color: #878787;
    font-size: 16px;
    font-weight: 500;
}
.wcrr-user-esgami {
    font-size: 16px;
    font-weight: 500;
}
.wcrr_ratings_cery p {
    font-size: 12px !important;
    color: rgb(139, 139, 163);
    font-weight: 500;
}
.wcrr_ratings_cery {
    display: flex;
    gap: 8px;
}
p.wcrr_review.name {
    margin: 10px 0px;
    color: rgb(53, 53, 67);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.review-card.author_review_reply {
    margin-left: 20px;
    padding: 0;
}
.wcrr_replies {
    margin-left: 27px;
}

/* media query  for iPhones, Android phones, small devices */
@media only screen and (max-width: 480px) {
    .commentlist{
        padding: 0px;
    }
    .wcrr_star_wfill_ratings{
        display: none;
    }
    .wcrr_star_ratings{
        display: none;
    }
    .wcrr_rating_review{
        right: 0px !important;
    }
    .wcrr_flex-container{
        display: inline !important;
    }
    .wcrr_second_div {
        width: 100%;
    }
    .wcrr_thrre_div{
        width: 100%;
    }
    .wcrr_star_ratings {
    display: none !important;
}
.commentlist{
  padding: 0px !important;
}
.main_rating_wrapper {
    margin-left: 0px;
}
.wcrr_star_wfill_ratings {
    display: none !important;
}
     .all-image-popup-box a span {
    width: 55px !important;
    height: 55px !important;
    margin: 6px;
}
.all-image-popup-box {
    height: 234px;
    overflow-y: scroll;
}
#all-image-popup {
    font-family: Arial, sans-serif;
    width: 80%;
    height: 296px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ebebeb;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.popup .close {
    position: absolute;
    top: -3px;
    right: 13px;
    font-size: 36px;
    cursor: pointer;
    color: #333;
}
.wcrr-total-image-slider {
    background-color: #000;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 10px 0px 0px 10px;
}
.wcrr-gallery-item {
    height: 262px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
    max-width: unset; 
    margin: 0 auto;
}
.wcrr-content-rating {
    padding: 20px;
    width: 165px;
    background-color: white !important;
    max-height: 262px;
    margin-top: 0px;
    line-height: 0.99;
    border-radius: 0px 10px 10px 0px;
    overflow: scroll;
}
.review_slider {
    width: 50%;
}
.popup-content-user-list-image{
  justify-content: center;
}
.popup-content p.wcrr_review.name{
  line-height: 20px;
}

}
/* media query iPads, Samsung Galaxy Tab, other tablets. */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    
}
/* media query Laptops, desktops, and large screens. */
@media only screen and (min-width: 769px) {
   
}
hr{
  margin: 0px !important;
  padding:0px !important;
}