#bprapp-wrapper{margin-top:2rem;}
#bprapp-wrapper .str_filled, #bpr-linkdown .str_filled{display:inline-block;margin-right:1px;width:30px;height:30px;background:url(//cdn.shopify.com/s/files/1/0384/0921/t/75/assets/star_filled.svg?v=16559281710561839121) no-repeat;background-size:cover;}
#bprapp-wrapper .str_empty, #bpr-linkdown .str_empty{display:inline-block;margin-right:1px;width:30px;height:30px;background:url(//cdn.shopify.com/s/files/1/0384/0921/t/75/assets/star_empty.svg?v=3467354182371999883) no-repeat;background-size:cover;}
#bprapp-current-reviews .avtr{text-transform:uppercase;padding:1.5rem;background:#193047;color:#fff;font-weight:900;font-size:2rem;width:6rem;text-align:center;border-radius:5rem;}
#bprapp-current-reviews .card:nth-child(2n){background:#f3f3f3;}
#bprapp-current-reviews .card{margin-bottom:0.75rem;}
#bprapp-current-reviews .card.trans-in{ 
  animation-name: brp-highlight;
  animation-duration: 1.25s; 
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: none;
  animation-play-state: running; 
}
#bprapp-current-reviews .card:nth-child(2n) .avtr{background:#8344ab}
#bprapp-current-reviews .card:nth-child(3n) .avtr{background:#d2219b}
#bprapp-current-reviews .card:nth-child(4n) .avtr{background:#5fc7be}
#bprapp-current-reviews .card:nth-child(5n) .avtr{background: #f3ed3d; color: #333;}
#bprapp-current-reviews .prod-image{max-height:350px;}
#bprapp-current-reviews .padd-sides{padding:0 0.75rem !important;}
#bprapp-current-reviews .personal-details li{padding:0.35rem 0.5rem !important;}

@keyframes brp-highlight {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #fff29c;
  }
  100% {
    background: transparent;
  }
}