@media(min-width:769px){.pr-g-product-reviews-highlights{max-width:1440px;margin:50px auto}
}
@media(max-width:768px){.pr-g-product-reviews-highlights{margin:30px auto}
}
.product-reviews .spinner-container{position:relative;height:100px;width:100%;background-color:#fff;display:none;z-index:1000}
.product-reviews .spinner-container .spinnerHolder{width:100%;text-align:center;background-color:rgba(255,255,255,0.7);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.product-reviews .spinner-container .spinner{padding:20px;font-weight:200}
.product-reviews .spinner-container .spinner .bounce1{-webkit-animation-delay:-.48s;animation-delay:-.48s}
.product-reviews .spinner-container .spinner .bounce2{-webkit-animation-delay:-.32s;animation-delay:-.32s}
.product-reviews .spinner-container .spinner .bounce3{-webkit-animation-delay:-.16s;animation-delay:-.16s}
.product-reviews .spinner-container .spinner div{-webkit-animation:bouncedelay 1.4s infinite ease-in-out;animation:bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;background-color:#000;-webkit-border-radius:100%;border-radius:100%;display:inline-block;height:12px;width:12px}
@media(min-width:769px){.product-reviews .spinner-container .spinner div{height:24px;width:24px}
}
@-webkit-keyframes bouncedelay{0,80%,100%{-webkit-transform:scale(0);transform:scale(0)}
40%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes bouncedelay{0,80%,100%{-webkit-transform:scale(0);transform:scale(0)}
40%{-webkit-transform:scale(1);transform:scale(1)}
}