/* "Objects" / Baby Thumbs / Class Names that Make things look like other things. */
.pr-accent-color {
  color: #416cb7;
}

.pr-accent-color-bg {
  background-color: #416cb7;
}

.pr-accent-color-alert {
  color: #DD0000;
}

.pr-rating-ul .pr-accent-color-border-hover:hover {
  border-color: #416cb7;
}

.pr-link {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.pr-link.pr-link-black {
  text-decoration: underline;
  color: #000;
}
.pr-link.pr-link-block {
  display: inline-block;
  min-width: 44px;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  border: 0px;
}
.pr-link.pr-link-block:hover {
  text-decoration: none;
}
.pr-link:hover {
  text-decoration: underline;
}

.pr-input-subheading {
  display: block;
  margin-top: 5px;
  font-size: 0.87em;
  color: rgb(185.65, 185.65, 185.65);
}

.pr-clear-blank {
  position: relative;
  float: none;
  clear: both;
}
.pr-clear-blank:before {
  position: relative;
  float: none;
  clear: both;
}
.pr-clear-blank:after {
  position: relative;
  float: none;
  clear: both;
}

#acs_review_form #acs-dropzone, #acs_review_form .dropFileBox {
  margin: 0 0 1rem;
  padding: 3rem;
  border: 2px dashed #CCCCCC;
  border-radius: 5px;
  position: relative;
  color: #0A0A0A;
  background-color: #fff;
  transition: box-shadow 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0.9px 2.5px -27px, rgba(0, 0, 0, 0.22) 0px 3.2px 8.5px -27px, rgba(0, 0, 0, 0.37) 0px 14px 38px -27px;
}
#acs_review_form #acs-dropzone:hover, #acs_review_form .dropFileBox:hover {
  box-shadow: none;
}
#acs_review_form .rrpr-dropzone {
  min-height: 0;
}

#acs_write_review_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  z-index: 99999;
  display: none;
}
#acs_write_review_overlay.acs_modal_form {
  display: block;
}
#acs_write_review_overlay.acs_static_form {
  display: none;
}

#acs_write_review {
  background: #fff;
  display: none;
  padding: 25px;
  box-sizing: border-box;
  text-align: left;
  /* GUIDESLINES */
}
#acs_write_review .acs_form_instructions {
  overflow: hidden;
  margin-bottom: 20px;
}
#acs_write_review .acs_prod_image {
  float: left;
}
#acs_write_review .acs_prod_image img {
  width: 75px;
  margin: 20px 10px 0 0;
}
#acs_write_review .acs_review_guidelines {
  float: left;
}
#acs_write_review .acs_review_guidelines ul {
  list-style: disc;
  margin-left: 1.2em;
}
#acs_write_review .acs_textfield {
  border: 1px solid #bababa;
  padding: 5px 7px;
  outline: none;
  box-sizing: border-box;
  width: 250px;
}
#acs_write_review .acs_textfield_headline {
  width: 100%;
}
#acs_write_review .acs_custom_text {
  width: 100%;
  resize: none;
  padding: 5px 7px;
  margin-bottom: 10px;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid #bababa;
  outline: none;
}
#acs_write_review .acs_fieldset {
  font-size: 12px;
  margin-bottom: 20px;
}
#acs_write_review .acs_fieldset label {
  float: none;
}
#acs_write_review .acs_input_container {
  margin-bottom: 20px;
}
#acs_write_review .acs_heading {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 10px;
  margin-bottom: 5px;
}
#acs_write_review .acs_label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: capitalize;
}
#acs_write_review .acs_input_subheading {
  display: block;
  color: black;
  font-size: 13px;
}
#acs_write_review .acs_min_words,
#acs_write_review .acs_character_count {
  font-size: 12px;
}
#acs_write_review .acs_char_remain {
  font-weight: bold;
}
#acs_write_review {
  /* RATING SELECTION */
}
#acs_write_review .acs_rating_holder {
  overflow: hidden;
  margin-bottom: 10px;
}
#acs_write_review .acs_rank {
  height: 5rem;
  float: left;
  text-align: center;
  margin-right: 1%;
  cursor: pointer;
}
#acs_write_review .acs_rank:last-child {
  margin-right: 0;
}
#acs_write_review .acs_rank:hover {
  background: #fff;
}
#acs_write_review .acs_rank.selected {
  color: #f7d227;
}
#acs_write_review .acs_rank.selected .acs_num {
  color: #f7d227;
}
#acs_write_review .acs_num {
  display: block;
  font-weight: bold;
  font-size: 4rem;
  color: gray;
  cursor: pointer;
}
#acs_write_review .acs_desc {
  display: none;
}
#acs_write_review .acs_button {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font: bold 12px/30px Helvetica, arial, sans-serif;
  background: #bababa;
  border: none;
  width: 150px;
  padding: 0;
  cursor: pointer;
  outline: none;
  margin-right: 5px;
}
#acs_write_review .acs_button.acs_js_form_close {
  background-color: black;
}
#acs_write_review a.acs_button:hover {
  text-decoration: none;
}
#acs_write_review #uploaded_video_container {
  display: none;
}
#acs_write_review #uploaded_video_loader {
  display: none;
  text-align: center;
}
#acs_write_review .acs_submit, #acs_write_review .acs_button_color {
  background: #136ad5;
}
#acs_write_review .acs_pr_honeypot {
  display: none;
}
#acs_write_review .acs_close_form {
  float: right;
  text-decoration: none;
  display: none;
}
#acs_write_review .acs_form_validation_error,
#acs_write_review .acs_form_post_error {
  background: #f00;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
  display: none;
}
#acs_write_review .acs_form_auth,
#acs_write_review .acs_form_success {
  display: none;
}
#acs_write_review .acs_form_handleimages_error {
  display: none;
  margin-top: 15px;
}
#acs_write_review .acs_error {
  color: #F00 !important;
}
#acs_write_review .acs_form_frame.acs_loading {
  opacity: 0.4;
}
#acs_write_review .acs_form_frame.acs_loading .acs_submit {
  display: none;
}
#acs_write_review .acs_product_review_image_form {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#acs_write_review .rr-dz-clickable {
  cursor: pointer;
}
#acs_write_review .rr-clickable {
  cursor: pointer;
}
#acs_write_review .acs_product_review_image_form_button {
  background: #136ad5;
  margin-bottom: 20px;
}
#acs_write_review.acs_modal_form {
  display: block;
  position: fixed;
  overflow: auto;
  top: 50px;
  left: 50%;
  z-index: 99999;
  width: 800px;
  max-width: 800px;
  height: 80%;
  margin-left: -400px;
  border: 1px solid #bababa;
}
#acs_write_review.acs_modal_form a.acs_close_form {
  display: block;
  padding: 8px;
}
#acs_write_review.acs_modal_form a.acs_close_form img {
  vertical-align: bottom;
}
#acs_write_review.acs_modal_form .acs_pdp_link {
  display: none;
}
#acs_write_review.acs_static_form {
  display: block;
}

.acs_multiform.acs_loading {
  opacity: 0.4;
}
.acs_multiform.acs_loading .acs_submit {
  display: none;
}
.acs_multiform .acs_form_section {
  margin-left: 85px !important;
}
.acs_multiform .acs_overall_rating .acs_label {
  display: none;
}

@media screen and (max-width: 600px) {
  #acs_write_review .acs_desc {
    display: none;
  }
  #acs_write_review .acs_rank {
    height: auto;
  }
}
/* DROPZONE CSS
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.rrpr-dropzone, .rrpr-dropzone * {
  box-sizing: border-box;
}

.rrpr-dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.rrpr-dropzone.dz-clickable {
  cursor: pointer;
}

.rrpr-dropzone.dz-clickable * {
  cursor: default;
}

.rrpr-dropzone.dz-clickable .dz-message, .rrpr-dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.rrpr-dropzone.dz-started .dz-message {
  display: none;
}

.rrpr-dropzone.dz-drag-hover {
  border-style: solid;
}

.rrpr-dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.rrpr-dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.rrpr-dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px !important;
  min-height: 100px;
}

.rrpr-dropzone .dz-preview:hover {
  z-index: 1000;
}

.rrpr-dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.rrpr-dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.rrpr-dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.rrpr-dropzone .dz-preview.dz-image-preview {
  background: white;
}

.rrpr-dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.rrpr-dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.rrpr-dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.rrpr-dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.rrpr-dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.rrpr-dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.rrpr-dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.rrpr-dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.rrpr-dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.rrpr-dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.rrpr-dropzone .dz-preview .dz-details .dz-filename span, .rrpr-dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.rrpr-dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.rrpr-dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.rrpr-dropzone .dz-preview .dz-image img {
  display: block;
}

.rrpr-dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.rrpr-dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.rrpr-dropzone .dz-preview .dz-success-mark, .rrpr-dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.rrpr-dropzone .dz-preview .dz-success-mark svg, .rrpr-dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.rrpr-dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.rrpr-dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.rrpr-dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.rrpr-dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.rrpr-dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.rrpr-dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.rrpr-dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.rrpr-dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 11px;
  top: 145px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.rrpr-dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

#acs_product_search_widget {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 685px;
  padding-bottom: 2em;
}
#acs_product_search_widget:after {
  content: "";
  clear: both;
  display: table;
}
#acs_product_search_widget img.acs_logo_image {
  width: 150px;
  max-height: 150px;
  margin: 25px;
}
#acs_product_search_widget .acs_textfield, #acs_product_search_widget #acs_products_lists {
  border: 1px solid #bababa;
  padding: 5px 7px;
  outline: none;
  box-sizing: border-box;
  width: 350px;
}
#acs_product_search_widget .acs_product_list_container {
  position: relative;
  display: inline;
  margin-left: 30px;
  margin-right: 30px;
  float: left;
}
#acs_product_search_widget #acs_search_product_field {
  font-size: 16px;
}
#acs_product_search_widget .acs_heading {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 10px;
  margin-bottom: 5px;
}
#acs_product_search_widget div.acs_heading {
  font: bold 16px Helvetica, arial, sans-serif;
  float: left;
  padding-top: 5px;
}
#acs_product_search_widget #acs_products_lists {
  left: 0;
  position: absolute;
  display: none;
  background-color: white;
}
#acs_product_search_widget .acs_button {
  color: white;
  text-align: center;
  text-decoration: none;
  font: bold 12px/30px Helvetica, arial, sans-serif;
  background: #bababa;
  border: none;
  width: 150px;
  padding: 0;
  cursor: pointer;
  outline: none;
  margin-right: 5px;
}
#acs_product_search_widget .search {
  background: #136ad5;
  display: block;
  float: left;
}
#acs_product_search_widget .scrollbox {
  overflow: auto;
  max-height: 350px;
  margin-top: 0;
  list-style: none;
}
#acs_product_search_widget .scrollbox li {
  margin-bottom: 14px;
  line-height: 16px;
  margin-right: 14px;
  cursor: pointer;
  overflow: auto;
}
#acs_product_search_widget .scrollbox li img {
  width: 100px;
  max-height: 100px;
  float: left;
}
#acs_product_search_widget .scrollbox li div {
  width: 185px;
  display: table-cell;
  margin-left: 15px;
  margin-top: 0;
  float: left;
}
#acs_product_search_widget .scrollbox li div p {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}
#acs_product_search_widget .scrollbox .plain {
  overflow: visible;
}

#acs_top_product_container {
  margin: 0 auto;
}
#acs_top_product_container .acs_heading {
  font-size: 25px;
  display: block;
  text-align: left;
  margin-bottom: 1em;
  padding-left: 1em;
}
#acs_top_product_container .acs_no_results_message {
  color: #f00;
  font-weight: bold;
  padding-bottom: 1em;
  text-align: center;
}

#acs_products_table {
  list-style: none;
}
#acs_products_table:after {
  display: table;
  content: "";
  clear: both;
}
#acs_products_table li {
  float: left;
  width: 25%;
  height: 300px;
  padding: 1em 3em;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
#acs_products_table li:nth-child(4n+1) {
  clear: both;
}
#acs_products_table .acs_products_table__thumbnail {
  width: 200px;
  height: 200px;
  padding-bottom: 1em;
  margin: 0 auto 1em;
}
#acs_products_table img {
  max-height: 200px;
  max-width: 100%;
  vertical-align: middle;
}
#acs_products_table .acs_products_table__name {
  font-weight: bold;
  line-height: 1.25;
}
#acs_products_table .acs_products_table__id {
  font-size: 0.75em;
}

#rr_top_products div, #rr_top_products span, #rr_top_products applet, #rr_top_products object, #rr_top_products iframe,
#rr_top_products h1, #rr_top_products h2, #rr_top_products h3, #rr_top_products h4, #rr_top_products h5, #rr_top_products h6, #rr_top_products p, #rr_top_products blockquote, #rr_top_products pre,
#rr_top_products a, #rr_top_products abbr, #rr_top_products acronym, #rr_top_products address, #rr_top_products big, #rr_top_products cite, #rr_top_products code,
#rr_top_products del, #rr_top_products dfn, #rr_top_products em, #rr_top_products img, #rr_top_products ins, #rr_top_products kbd, #rr_top_products q, #rr_top_products s, #rr_top_products samp,
#rr_top_products small, #rr_top_products strike, #rr_top_products strong, #rr_top_products sub, #rr_top_products sup, #rr_top_products tt, #rr_top_products var,
#rr_top_products b, #rr_top_products u, #rr_top_products i, #rr_top_products center,
#rr_top_products dl, #rr_top_products dt, #rr_top_products dd, #rr_top_products ol, #rr_top_products ul, #rr_top_products li,
#rr_top_products fieldset, #rr_top_products form, #rr_top_products label, #rr_top_products legend,
#rr_top_products table, #rr_top_products caption, #rr_top_products tbody, #rr_top_products tfoot, #rr_top_products thead, #rr_top_products tr, #rr_top_products th, #rr_top_products td,
#rr_top_products article, #rr_top_products aside, #rr_top_products canvas, #rr_top_products details, #rr_top_products embed,
#rr_top_products figure, #rr_top_products figcaption, #rr_top_products footer, #rr_top_products header, #rr_top_products hgroup,
#rr_top_products menu, #rr_top_products nav, #rr_top_products output, #rr_top_products ruby, #rr_top_products section, #rr_top_products summary,
#rr_top_products time, #rr_top_products mark, #rr_top_products audio, #rr_top_products video,
#answ_reviews_review div,
#answ_reviews_review span,
#answ_reviews_review applet,
#answ_reviews_review object,
#answ_reviews_review iframe,
#answ_reviews_review h1,
#answ_reviews_review h2,
#answ_reviews_review h3,
#answ_reviews_review h4,
#answ_reviews_review h5,
#answ_reviews_review h6,
#answ_reviews_review p,
#answ_reviews_review blockquote,
#answ_reviews_review pre,
#answ_reviews_review a,
#answ_reviews_review abbr,
#answ_reviews_review acronym,
#answ_reviews_review address,
#answ_reviews_review big,
#answ_reviews_review cite,
#answ_reviews_review code,
#answ_reviews_review del,
#answ_reviews_review dfn,
#answ_reviews_review em,
#answ_reviews_review img,
#answ_reviews_review ins,
#answ_reviews_review kbd,
#answ_reviews_review q,
#answ_reviews_review s,
#answ_reviews_review samp,
#answ_reviews_review small,
#answ_reviews_review strike,
#answ_reviews_review strong,
#answ_reviews_review sub,
#answ_reviews_review sup,
#answ_reviews_review tt,
#answ_reviews_review var,
#answ_reviews_review b,
#answ_reviews_review u,
#answ_reviews_review i,
#answ_reviews_review center,
#answ_reviews_review dl,
#answ_reviews_review dt,
#answ_reviews_review dd,
#answ_reviews_review ol,
#answ_reviews_review ul,
#answ_reviews_review li,
#answ_reviews_review fieldset,
#answ_reviews_review form,
#answ_reviews_review label,
#answ_reviews_review legend,
#answ_reviews_review table,
#answ_reviews_review caption,
#answ_reviews_review tbody,
#answ_reviews_review tfoot,
#answ_reviews_review thead,
#answ_reviews_review tr,
#answ_reviews_review th,
#answ_reviews_review td,
#answ_reviews_review article,
#answ_reviews_review aside,
#answ_reviews_review canvas,
#answ_reviews_review details,
#answ_reviews_review embed,
#answ_reviews_review figure,
#answ_reviews_review figcaption,
#answ_reviews_review footer,
#answ_reviews_review header,
#answ_reviews_review hgroup,
#answ_reviews_review menu,
#answ_reviews_review nav,
#answ_reviews_review output,
#answ_reviews_review ruby,
#answ_reviews_review section,
#answ_reviews_review summary,
#answ_reviews_review time,
#answ_reviews_review mark,
#answ_reviews_review audio,
#answ_reviews_review video,
#acs_product_reviews_widget div,
#acs_product_reviews_widget span,
#acs_product_reviews_widget applet,
#acs_product_reviews_widget object,
#acs_product_reviews_widget iframe,
#acs_product_reviews_widget h1,
#acs_product_reviews_widget h2,
#acs_product_reviews_widget h3,
#acs_product_reviews_widget h4,
#acs_product_reviews_widget h5,
#acs_product_reviews_widget h6,
#acs_product_reviews_widget p,
#acs_product_reviews_widget blockquote,
#acs_product_reviews_widget pre,
#acs_product_reviews_widget a,
#acs_product_reviews_widget abbr,
#acs_product_reviews_widget acronym,
#acs_product_reviews_widget address,
#acs_product_reviews_widget big,
#acs_product_reviews_widget cite,
#acs_product_reviews_widget code,
#acs_product_reviews_widget del,
#acs_product_reviews_widget dfn,
#acs_product_reviews_widget em,
#acs_product_reviews_widget img,
#acs_product_reviews_widget ins,
#acs_product_reviews_widget kbd,
#acs_product_reviews_widget q,
#acs_product_reviews_widget s,
#acs_product_reviews_widget samp,
#acs_product_reviews_widget small,
#acs_product_reviews_widget strike,
#acs_product_reviews_widget strong,
#acs_product_reviews_widget sub,
#acs_product_reviews_widget sup,
#acs_product_reviews_widget tt,
#acs_product_reviews_widget var,
#acs_product_reviews_widget b,
#acs_product_reviews_widget u,
#acs_product_reviews_widget i,
#acs_product_reviews_widget center,
#acs_product_reviews_widget dl,
#acs_product_reviews_widget dt,
#acs_product_reviews_widget dd,
#acs_product_reviews_widget ol,
#acs_product_reviews_widget ul,
#acs_product_reviews_widget li,
#acs_product_reviews_widget fieldset,
#acs_product_reviews_widget form,
#acs_product_reviews_widget label,
#acs_product_reviews_widget legend,
#acs_product_reviews_widget table,
#acs_product_reviews_widget caption,
#acs_product_reviews_widget tbody,
#acs_product_reviews_widget tfoot,
#acs_product_reviews_widget thead,
#acs_product_reviews_widget tr,
#acs_product_reviews_widget th,
#acs_product_reviews_widget td,
#acs_product_reviews_widget article,
#acs_product_reviews_widget aside,
#acs_product_reviews_widget canvas,
#acs_product_reviews_widget details,
#acs_product_reviews_widget embed,
#acs_product_reviews_widget figure,
#acs_product_reviews_widget figcaption,
#acs_product_reviews_widget footer,
#acs_product_reviews_widget header,
#acs_product_reviews_widget hgroup,
#acs_product_reviews_widget menu,
#acs_product_reviews_widget nav,
#acs_product_reviews_widget output,
#acs_product_reviews_widget ruby,
#acs_product_reviews_widget section,
#acs_product_reviews_widget summary,
#acs_product_reviews_widget time,
#acs_product_reviews_widget mark,
#acs_product_reviews_widget audio,
#acs_product_reviews_widget video,
#acs_write_review div,
#acs_write_review span,
#acs_write_review applet,
#acs_write_review object,
#acs_write_review iframe,
#acs_write_review h1,
#acs_write_review h2,
#acs_write_review h3,
#acs_write_review h4,
#acs_write_review h5,
#acs_write_review h6,
#acs_write_review p,
#acs_write_review blockquote,
#acs_write_review pre,
#acs_write_review a,
#acs_write_review abbr,
#acs_write_review acronym,
#acs_write_review address,
#acs_write_review big,
#acs_write_review cite,
#acs_write_review code,
#acs_write_review del,
#acs_write_review dfn,
#acs_write_review em,
#acs_write_review img,
#acs_write_review ins,
#acs_write_review kbd,
#acs_write_review q,
#acs_write_review s,
#acs_write_review samp,
#acs_write_review small,
#acs_write_review strike,
#acs_write_review strong,
#acs_write_review sub,
#acs_write_review sup,
#acs_write_review tt,
#acs_write_review var,
#acs_write_review b,
#acs_write_review u,
#acs_write_review i,
#acs_write_review center,
#acs_write_review dl,
#acs_write_review dt,
#acs_write_review dd,
#acs_write_review ol,
#acs_write_review ul,
#acs_write_review li,
#acs_write_review fieldset,
#acs_write_review form,
#acs_write_review label,
#acs_write_review legend,
#acs_write_review table,
#acs_write_review caption,
#acs_write_review tbody,
#acs_write_review tfoot,
#acs_write_review thead,
#acs_write_review tr,
#acs_write_review th,
#acs_write_review td,
#acs_write_review article,
#acs_write_review aside,
#acs_write_review canvas,
#acs_write_review details,
#acs_write_review embed,
#acs_write_review figure,
#acs_write_review figcaption,
#acs_write_review footer,
#acs_write_review header,
#acs_write_review hgroup,
#acs_write_review menu,
#acs_write_review nav,
#acs_write_review output,
#acs_write_review ruby,
#acs_write_review section,
#acs_write_review summary,
#acs_write_review time,
#acs_write_review mark,
#acs_write_review audio,
#acs_write_review video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#rr_top_products table,
#answ_reviews_review table,
#acs_product_reviews_widget table,
#acs_write_review table {
  border-collapse: collapse;
  border-spacing: 0;
}
#rr_top_products caption, #rr_top_products th, #rr_top_products td,
#answ_reviews_review caption,
#answ_reviews_review th,
#answ_reviews_review td,
#acs_product_reviews_widget caption,
#acs_product_reviews_widget th,
#acs_product_reviews_widget td,
#acs_write_review caption,
#acs_write_review th,
#acs_write_review td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#rr_top_products q, #rr_top_products blockquote,
#answ_reviews_review q,
#answ_reviews_review blockquote,
#acs_product_reviews_widget q,
#acs_product_reviews_widget blockquote,
#acs_write_review q,
#acs_write_review blockquote {
  quotes: none;
}
#rr_top_products q:before, #rr_top_products q:after, #rr_top_products blockquote:before, #rr_top_products blockquote:after,
#answ_reviews_review q:before,
#answ_reviews_review q:after,
#answ_reviews_review blockquote:before,
#answ_reviews_review blockquote:after,
#acs_product_reviews_widget q:before,
#acs_product_reviews_widget q:after,
#acs_product_reviews_widget blockquote:before,
#acs_product_reviews_widget blockquote:after,
#acs_write_review q:before,
#acs_write_review q:after,
#acs_write_review blockquote:before,
#acs_write_review blockquote:after {
  content: "";
  content: none;
}
#rr_top_products a img,
#answ_reviews_review a img,
#acs_product_reviews_widget a img,
#acs_write_review a img {
  border: none;
}
#rr_top_products ol, #rr_top_products ul,
#answ_reviews_review ol,
#answ_reviews_review ul,
#acs_product_reviews_widget ol,
#acs_product_reviews_widget ul,
#acs_write_review ol,
#acs_write_review ul {
  list-style: none;
}

#acs_product_reviews_widget .acs_rating_bar {
  display: inline-block;
}
#acs_product_reviews_widget .acs_rating_bar .acs_blox {
  float: left;
  margin-right: 1px;
  text-align: left;
}
#acs_product_reviews_widget .acs_rating_bar .acs_blox_fill {
  display: block;
  height: 100%;
}
#acs_product_reviews_widget .acs_rating_bar .acs_blox_fill.acs_blox_fill_100 {
  width: 100%;
}
#acs_product_reviews_widget .acs_rating_bar .acs_blox_fill.acs_blox_fill_90 {
  width: 90%;
}
#acs_product_reviews_widget .acs_rating_bar .acs_blox_fill.acs_blox_fill_80 {
  width: 80%;
}
#acs_product_reviews_widget .acs_rating_bar .acs_blox_fill.acs_blox_fill_70 {
  width: 70%;
}
#acs_product_reviews_widget .acs_rating_bar .acs_blox_fill.acs_blox_fill_60 {
  width: 60%;
}
#acs_product_reviews_widget .acs_rating_bar .acs_blox_fill.acs_blox_fill_50 {
  width: 50%;
}
#acs_product_reviews_widget .acs_rating_bar .acs_blox_fill.acs_blox_fill_40 {
  width: 40%;
}
#acs_product_reviews_widget .acs_rating_bar .acs_blox_fill.acs_blox_fill_30 {
  width: 30%;
}
#acs_product_reviews_widget .acs_rating_bar .acs_blox_fill.acs_blox_fill_20 {
  width: 20%;
}
#acs_product_reviews_widget .acs_rating_bar .acs_blox_fill.acs_blox_fill_10 {
  width: 10%;
}
#acs_product_reviews_widget .acs_rating_bar .acs_blox_fill.acs_blox_fill_00, #acs_product_reviews_widget .acs_rating_bar .acs_blox_fill.acs_blox_fill_0 {
  width: 0%;
}
#acs_product_reviews_widget .acs_rating_bar.acs_stars {
  position: relative;
  top: 3px;
  color: #ddd;
}
#acs_product_reviews_widget .acs_rating_bar.acs_stars .acs_blox {
  position: relative;
  background: none;
  margin-right: 1px;
  width: auto;
  height: auto;
}
#acs_product_reviews_widget .acs_rating_bar.acs_stars .acs_blox_fill {
  background: transparent;
  color: #000;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#acs_product_reviews_widget .acs_rating_bar.acs_stars[data-unitsize=small] {
  font-size: 12px;
  line-height: 12px;
}
#acs_product_reviews_widget .acs_rating_bar.acs_stars[data-unitsize=medium] {
  font-size: 16px;
  line-height: 16px;
}
#acs_product_reviews_widget .acs_rating_bar.acs_stars[data-unitsize=large] {
  font-size: 20px;
  line-height: 20px;
}
#acs_product_reviews_widget .acs_rating_bar.acs_blocks[data-unitsize=small] .acs_blox, #acs_product_reviews_widget .acs_rating_bar.acs_bar[data-unitsize=small] .acs_blox {
  height: 5px;
  width: 12px;
}
#acs_product_reviews_widget .acs_rating_bar.acs_blocks[data-unitsize=medium] .acs_blox, #acs_product_reviews_widget .acs_rating_bar.acs_bar[data-unitsize=medium] .acs_blox {
  height: 8px;
  width: 15px;
}
#acs_product_reviews_widget .acs_rating_bar.acs_blocks[data-unitsize=large] .acs_blox, #acs_product_reviews_widget .acs_rating_bar.acs_bar[data-unitsize=large] .acs_blox {
  height: 20px;
  width: 55px;
}
#acs_product_reviews_widget .acs_rating_bar.acs_bar .acs_blox {
  margin-right: 0;
}
#acs_product_reviews_widget .acs_rating_bar .acs_review_scores,
#acs_product_reviews_widget .acs_rating_bar .acs_filter_bar,
#acs_product_reviews_widget .acs_rating_bar .acs_single_review {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
#acs_product_reviews_widget .acs_rating_bar .rr_smb_custom .acs_blox_fill {
  color: #FF9E32;
}
#acs_product_reviews_widget .acs_score_wrapper,
#acs_product_reviews_widget .acs_rating_score {
  display: inline-block;
}
#acs_product_reviews_widget .acs_large .acs_blox {
  height: 20px;
}

#acs_write_review {
  -webkit-font-smoothing: antialiased;
  font-family: "Varela", sans-serif;
  z-index: 10000;
}

#answ_review_form input.acs_pr_honeypot {
  position: absolute;
  left: -999em;
}

.acs_rating_bar {
  display: inline-block;
}
.acs_rating_bar .acs_blox {
  float: left;
  margin-right: 1px;
  text-align: left;
}
.acs_rating_bar .acs_blox_fill {
  display: block;
  height: 100%;
}
.acs_rating_bar .acs_blox_fill.acs_blox_fill_100 {
  width: 100%;
}
.acs_rating_bar .acs_blox_fill.acs_blox_fill_90 {
  width: 90%;
}
.acs_rating_bar .acs_blox_fill.acs_blox_fill_80 {
  width: 80%;
}
.acs_rating_bar .acs_blox_fill.acs_blox_fill_70 {
  width: 70%;
}
.acs_rating_bar .acs_blox_fill.acs_blox_fill_60 {
  width: 60%;
}
.acs_rating_bar .acs_blox_fill.acs_blox_fill_50 {
  width: 50%;
}
.acs_rating_bar .acs_blox_fill.acs_blox_fill_40 {
  width: 40%;
}
.acs_rating_bar .acs_blox_fill.acs_blox_fill_30 {
  width: 30%;
}
.acs_rating_bar .acs_blox_fill.acs_blox_fill_20 {
  width: 20%;
}
.acs_rating_bar .acs_blox_fill.acs_blox_fill_10 {
  width: 10%;
}
.acs_rating_bar .acs_blox_fill.acs_blox_fill_00, .acs_rating_bar .acs_blox_fill.acs_blox_fill_0 {
  width: 0%;
}
.acs_rating_bar.acs_stars {
  position: relative;
  top: 3px;
  color: #ddd;
}
.acs_rating_bar.acs_stars .acs_blox {
  position: relative;
  background: none;
  margin-right: 1px;
  width: auto;
  height: auto;
}
.acs_rating_bar.acs_stars .acs_blox_fill {
  background: transparent;
  color: #000;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.acs_rating_bar.acs_stars[data-unitsize=small] {
  font-size: 12px;
  line-height: 12px;
}
.acs_rating_bar.acs_stars[data-unitsize=medium] {
  font-size: 16px;
  line-height: 16px;
}
.acs_rating_bar.acs_stars[data-unitsize=large] {
  font-size: 20px;
  line-height: 20px;
}
.acs_rating_bar.acs_blocks[data-unitsize=small] .acs_blox, .acs_rating_bar.acs_bar[data-unitsize=small] .acs_blox {
  height: 5px;
  width: 12px;
}
.acs_rating_bar.acs_blocks[data-unitsize=medium] .acs_blox, .acs_rating_bar.acs_bar[data-unitsize=medium] .acs_blox {
  height: 8px;
  width: 15px;
}
.acs_rating_bar.acs_blocks[data-unitsize=large] .acs_blox, .acs_rating_bar.acs_bar[data-unitsize=large] .acs_blox {
  height: 20px;
  width: 55px;
}
.acs_rating_bar.acs_bar .acs_blox {
  margin-right: 0;
}
.acs_rating_bar .acs_review_scores,
.acs_rating_bar .acs_filter_bar,
.acs_rating_bar .acs_single_review {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.acs_rating_bar .rr_smb_custom .acs_blox_fill {
  color: #FF9E32;
}

.acs_score_wrapper,
.acs_rating_score {
  display: inline-block;
}

.acs_large .acs_blox {
  height: 20px;
}

.centerContainer {
  text-align: center;
  padding-bottom: 15px !important;
}

.rr-pr-container {
  padding: 0 10px 10px 10px;
}

.acs_cat_rank_wrapper {
  padding-top: 24px;
}

.rr-close-button {
  border-radius: 50%;
}

.rr-close-button:hover {
  transition: background-color 0.5s ease;
  background-color: rgb(234, 14, 234);
}

#rr_top_products, #answ_reviews_review {
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "Varela", sans-serif;
}
#rr_top_products .acs_top_products, #answ_reviews_review .acs_top_products {
  position: relative;
  clear: both;
  background-color: #f2f2f2;
}
#rr_top_products .acs_top_products button.acs_btn_disabled, #answ_reviews_review .acs_top_products button.acs_btn_disabled {
  cursor: default;
  opacity: 0.25;
}
#rr_top_products .acs_top_products button, #answ_reviews_review .acs_top_products button {
  cursor: pointer;
}
#rr_top_products .acs_top_products .acs_products_wrapper:after, #answ_reviews_review .acs_top_products .acs_products_wrapper:after {
  clear: both;
  display: table;
  content: "";
}
#rr_top_products .acs_top_products .acs_products_wrapper, #answ_reviews_review .acs_top_products .acs_products_wrapper {
  overflow: hidden;
  position: relative;
  padding: 0 50px;
  box-sizing: border-box;
}
#rr_top_products .acs_top_products .acs_top_product_list, #answ_reviews_review .acs_top_products .acs_top_product_list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#rr_top_products .acs_top_products .acs_top_product_list:after, #answ_reviews_review .acs_top_products .acs_top_product_list:after {
  clear: both;
  display: table;
  content: "";
}
#rr_top_products .acs_top_products .acs_top_product_list.acs_loading, #answ_reviews_review .acs_top_products .acs_top_product_list.acs_loading {
  opacity: 0.3;
}
#rr_top_products .acs_top_products .acs_top_product, #answ_reviews_review .acs_top_products .acs_top_product {
  cursor: pointer;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin: 0px;
  padding: 5px;
  transition: box-shadow 0.5s ease;
  transition: background-color 0.5s ease;
}
#rr_top_products .acs_top_products .acs_top_product_name, #answ_reviews_review .acs_top_products .acs_top_product_name {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
#rr_top_products .acs_top_products a, #answ_reviews_review .acs_top_products a {
  text-decoration: none;
  color: #5f5f5f;
  border: none;
}
#rr_top_products .acs_top_products a:hover, #answ_reviews_review .acs_top_products a:hover {
  text-decoration: underline;
}
#rr_top_products .acs_top_products .acs_btn_reload,
#rr_top_products .acs_top_products .acs_btn_close, #answ_reviews_review .acs_top_products .acs_btn_reload,
#answ_reviews_review .acs_top_products .acs_btn_close {
  font-size: 20px;
  display: none;
}
#rr_top_products .acs_top_products .acs_btn_reload, #answ_reviews_review .acs_top_products .acs_btn_reload {
  position: absolute;
  top: 0;
  left: 0;
}
#rr_top_products .acs_top_products .acs_btn_close, #answ_reviews_review .acs_top_products .acs_btn_close {
  position: absolute;
  top: 0;
  right: 0;
}
#rr_top_products .acs_top_products .acs_btn_left,
#rr_top_products .acs_top_products .acs_btn_right, #answ_reviews_review .acs_top_products .acs_btn_left,
#answ_reviews_review .acs_top_products .acs_btn_right {
  border: none;
  text-indent: -999em;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 41px;
}
#rr_top_products .acs_top_products .acs_btn_left, #answ_reviews_review .acs_top_products .acs_btn_left {
  left: 0;
  background: transparent url(/static/images/product_reviews/ico_caro_left_arrow.png) no-repeat;
}
#rr_top_products .acs_top_products .acs_btn_right, #answ_reviews_review .acs_top_products .acs_btn_right {
  right: 0;
  background: transparent url(/static/images/product_reviews/ico_caro_right_arrow.png) no-repeat;
}
#rr_top_products .acs_top_products .acs_rating_wrapper .rating, #answ_reviews_review .acs_top_products .acs_rating_wrapper .rating {
  display: none;
}
#rr_top_products .acs_top_products .acs_rating_wrapper, #answ_reviews_review .acs_top_products .acs_rating_wrapper {
  margin-bottom: 15px;
}
#rr_top_products .acs_top_products .acs_prod_review_count, #answ_reviews_review .acs_top_products .acs_prod_review_count {
  color: purple;
  position: relative;
  top: -3px;
  font-size: 80%;
}
#rr_top_products .acs_top_products .acs_top_product_rank, #answ_reviews_review .acs_top_products .acs_top_product_rank {
  font-weight: bold;
}
#rr_top_products .acs_cat_rank_wrapper .acs_top_rank_text, #answ_reviews_review .acs_cat_rank_wrapper .acs_top_rank_text {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
#rr_top_products .acs_cat_rank_wrapper .acs_rank_highlight, #answ_reviews_review .acs_cat_rank_wrapper .acs_rank_highlight {
  color: #416cb7;
  font-weight: bold;
}
#rr_top_products .acs_cat_rank_wrapper .acs_category_highlight, #answ_reviews_review .acs_cat_rank_wrapper .acs_category_highlight {
  font-weight: bold;
}
#rr_top_products .acs_no_reviews .acs_btn_write, #answ_reviews_review .acs_no_reviews .acs_btn_write {
  display: block;
  margin-top: 15px;
}
#rr_top_products .acs-hidden, #answ_reviews_review .acs-hidden {
  display: none;
}
#rr_top_products .acs_family_attrib, #answ_reviews_review .acs_family_attrib {
  padding: 10px;
  margin-bottom: 10px;
}
#rr_top_products .acs_family_attrib .acs_family_attrib_img, #answ_reviews_review .acs_family_attrib .acs_family_attrib_img {
  max-width: 50px;
  float: left;
  margin: 0 10px 10px 0;
}
#rr_top_products .acs_family_attrib .acs_family_content, #answ_reviews_review .acs_family_attrib .acs_family_content {
  line-height: 50px;
}
#rr_top_products .acs_cod, #answ_reviews_review .acs_cod {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#rr_top_products .acs_cod .acs_num_recommend, #answ_reviews_review .acs_cod .acs_num_recommend {
  text-align: center;
}
#rr_top_products .acs_cod .acs_cod_holder, #answ_reviews_review .acs_cod .acs_cod_holder {
  width: 120px;
  float: left;
  margin-right: 20px;
}
#rr_top_products .acs_cod .acs_cod_percent_holder, #answ_reviews_review .acs_cod .acs_cod_percent_holder {
  position: absolute;
  top: 35px;
  width: 120px;
  margin: 0;
  line-height: 113px;
  text-align: center;
}
#rr_top_products .acs_cod .acs_cod_percent_holder .acs_cod_percent,
#rr_top_products .acs_cod .acs_cod_percent_holder .acs_cod_percent_sign, #answ_reviews_review .acs_cod .acs_cod_percent_holder .acs_cod_percent,
#answ_reviews_review .acs_cod .acs_cod_percent_holder .acs_cod_percent_sign {
  position: relative;
}
#rr_top_products .acs_cod .acs_cod_percent_holder .acs_cod_percent, #answ_reviews_review .acs_cod .acs_cod_percent_holder .acs_cod_percent {
  left: 7px;
  font-size: 2.3em;
}
#rr_top_products .acs_cod .acs_cod_percent_holder .acs_cod_percent_sign, #answ_reviews_review .acs_cod .acs_cod_percent_holder .acs_cod_percent_sign {
  top: -10px;
  left: 2px;
  font-size: 1.2em;
}
#rr_top_products .acs_cod .acs_cod_percent_holder .acs_cod_percent_ratio, #answ_reviews_review .acs_cod .acs_cod_percent_holder .acs_cod_percent_ratio {
  position: relative;
  font-size: 0.9em;
  font-weight: lighter;
  line-height: 0;
  top: -43px;
  left: -3px;
}
#rr_top_products .acs_cod .acs_recommendation_text, #answ_reviews_review .acs_cod .acs_recommendation_text {
  padding-top: 30px;
}
#rr_top_products .acs_single_review, #answ_reviews_review .acs_single_review {
  padding: 10px;
}
#rr_top_products .acs_review_recommend, #answ_reviews_review .acs_review_recommend {
  margin: 20px 0;
  line-height: 16px;
}
#rr_top_products .acs_review_badges, #answ_reviews_review .acs_review_badges {
  margin: 20px 0;
  line-height: 16px;
}
#rr_top_products .acs_badge_container, #answ_reviews_review .acs_badge_container {
  display: inline-block;
  position: relative;
  margin: 2px 2px 0 0;
}
#rr_top_products .acs_badge_container:hover > .acs_badge_tooltip, #answ_reviews_review .acs_badge_container:hover > .acs_badge_tooltip {
  display: inline-block;
}
#rr_top_products .acs_arrow, #answ_reviews_review .acs_arrow {
  position: absolute;
  bottom: -8px;
  left: 10px;
  width: 0;
  height: 0;
  z-index: 100;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #c3c4c5;
}
#rr_top_products .acs_arrow:after, #answ_reviews_review .acs_arrow:after {
  position: absolute;
  top: -8px;
  left: -5px;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
}
#rr_top_products .acs_badge_tooltip, #answ_reviews_review .acs_badge_tooltip {
  display: none;
  position: absolute;
  bottom: 40px;
  z-index: 10;
  min-width: 110px;
  font-size: 80%;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #c3c4c5;
  box-shadow: 0px 1px 1px 0px #afb0b2;
}
#rr_top_products .acs_badge, #answ_reviews_review .acs_badge {
  max-width: 50px;
}
#rr_top_products .acs_icon_recommend, #answ_reviews_review .acs_icon_recommend {
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
}
#rr_top_products .acs_icon_recommend_y, #answ_reviews_review .acs_icon_recommend_y {
  background: url(//s3.amazonaws.com/shopper-ratings/images/ico-check-2x.png) no-repeat;
  background: url(//s3.amazonaws.com/shopper-ratings/images/ico-check.png) no-repeat\9 ;
  background-size: 100%;
}
#rr_top_products .acs_icon_recommend_n, #answ_reviews_review .acs_icon_recommend_n {
  background: url(//s3.amazonaws.com/shopper-ratings/images/ico-minus-2x.png) no-repeat;
  background: url(//s3.amazonaws.com/shopper-ratings/images/ico-minus.png) \9 no-repeat;
  background-size: 100%;
}
#rr_top_products .acs_icon_verified_user, #answ_reviews_review .acs_icon_verified_user {
  height: 34px;
  background: url(../../../images/product_reviews/icon_verified_buyer.png) no-repeat;
  background-size: 100%;
  width: 20px;
}
#rr_top_products .acs_review_helpful, #answ_reviews_review .acs_review_helpful {
  color: #bababa;
  font-size: 13px;
  margin-bottom: 10px;
}
#rr_top_products .acs_review_confirmation, #answ_reviews_review .acs_review_confirmation {
  opacity: 0;
  visibility: hidden;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  overflow: hidden;
  height: 0;
}
#rr_top_products .acs_review_button_bar_wrapper .acs_review_button_bar,
#rr_top_products .acs_review_button_bar_wrapper .acs_review_reply_button_bar, #answ_reviews_review .acs_review_button_bar_wrapper .acs_review_button_bar,
#answ_reviews_review .acs_review_button_bar_wrapper .acs_review_reply_button_bar {
  opacity: 1;
  visibility: visible;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  overflow: hidden;
  height: auto;
}
#rr_top_products .acs_vote_submitted .acs_review_button_bar,
#rr_top_products .acs_vote_submitted .acs_review_reply_button_bar, #answ_reviews_review .acs_vote_submitted .acs_review_button_bar,
#answ_reviews_review .acs_vote_submitted .acs_review_reply_button_bar {
  opacity: 0;
  visibility: hidden;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  overflow: hidden;
  height: 0;
}
#rr_top_products .acs_vote_submitted .acs_review_confirmation, #answ_reviews_review .acs_vote_submitted .acs_review_confirmation {
  opacity: 1;
  visibility: visible;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  overflow: hidden;
  height: auto;
}
#rr_top_products .acs_vote_submitted .acs_vote_title, #answ_reviews_review .acs_vote_submitted .acs_vote_title {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
#rr_top_products .acs_review_confirmation, #answ_reviews_review .acs_review_confirmation {
  font-weight: bold;
  color: #bababa;
  font-size: 13px;
}
#rr_top_products .acs_review_pagination .acs_pages, #answ_reviews_review .acs_review_pagination .acs_pages {
  text-align: right;
}
#rr_top_products .acs_review_pagination .acs_pages .acs_page,
#rr_top_products .acs_review_pagination .acs_pages .acs_page_prev,
#rr_top_products .acs_review_pagination .acs_pages .acs_page_next, #answ_reviews_review .acs_review_pagination .acs_pages .acs_page,
#answ_reviews_review .acs_review_pagination .acs_pages .acs_page_prev,
#answ_reviews_review .acs_review_pagination .acs_pages .acs_page_next {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  color: inherit;
}
#rr_top_products .acs_review_pagination .acs_pages .acs_page.acs_active_page,
#rr_top_products .acs_review_pagination .acs_pages .acs_page_prev.acs_active_page,
#rr_top_products .acs_review_pagination .acs_pages .acs_page_next.acs_active_page, #answ_reviews_review .acs_review_pagination .acs_pages .acs_page.acs_active_page,
#answ_reviews_review .acs_review_pagination .acs_pages .acs_page_prev.acs_active_page,
#answ_reviews_review .acs_review_pagination .acs_pages .acs_page_next.acs_active_page {
  font-weight: bold;
}
#rr_top_products .acs_merchant_reply, #answ_reviews_review .acs_merchant_reply {
  background: #f5f5f5;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
#rr_top_products .acs_merchant_avatar, #answ_reviews_review .acs_merchant_avatar {
  float: left;
  max-width: 64px;
  margin-right: 20px;
}
#rr_top_products .acs_merchant_avatar img, #answ_reviews_review .acs_merchant_avatar img {
  width: 100%;
}
#rr_top_products .acs_reply_content, #answ_reviews_review .acs_reply_content {
  float: left;
}
#rr_top_products .acs_reply_title, #answ_reviews_review .acs_reply_title {
  font-weight: bold;
  margin-bottom: 20px;
}
#rr_top_products .acs_reply_text, #answ_reviews_review .acs_reply_text {
  margin-bottom: 20px;
}
#rr_top_products .acs_vote_title, #answ_reviews_review .acs_vote_title {
  color: #bababa;
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
}
#rr_top_products .rr_review_image_thumbnail_holder, #answ_reviews_review .rr_review_image_thumbnail_holder {
  width: 60px;
  height: 60px;
  max-width: 30%;
  margin: 10px;
  vertical-align: top;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  border: 3px solid white !important;
  position: relative;
}
#rr_top_products .rr_review_image_thumbnail_holder .playback_button, #answ_reviews_review .rr_review_image_thumbnail_holder .playback_button {
  cursor: pointer;
  width: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  z-index: 2;
}
#rr_top_products .rr_review_image_crop, #answ_reviews_review .rr_review_image_crop {
  height: 100%;
  overflow: hidden;
  position: relative;
}
#rr_top_products .rr_review_image_thumbnail, #answ_reviews_review .rr_review_image_thumbnail {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: initial;
  object-fit: cover;
}
#rr_top_products .rr_review_image_thumbnail.portrait, #answ_reviews_review .rr_review_image_thumbnail.portrait {
  width: 100%;
  height: auto;
}
#rr_top_products .rr_review_image_index, #answ_reviews_review .rr_review_image_index {
  display: block;
  width: 100%;
}
#rr_top_products .rr_review_image_thumbnail_holder.selected, #answ_reviews_review .rr_review_image_thumbnail_holder.selected {
  border: 3px solid #800080 !important;
}
#rr_top_products .rr_review_image_full, #answ_reviews_review .rr_review_image_full {
  max-width: 100%;
  max-height: 400px;
  padding: 10px;
}
#rr_top_products .rr_review_video_full, #answ_reviews_review .rr_review_video_full {
  max-width: 80%;
  width: auto;
  max-height: 400px;
  padding: 10px;
}
#rr_top_products .rr_review_image_gallery_container, #rr_top_products .rr_review_video_gallery_container, #answ_reviews_review .rr_review_image_gallery_container, #answ_reviews_review .rr_review_video_gallery_container {
  max-width: 100%;
  max-height: 600px;
  text-align: center;
  overflow: auto;
}
#rr_top_products #answ_reviews_review.acs_product_reviews_narrow .acs_merchant_avatar, #answ_reviews_review #answ_reviews_review.acs_product_reviews_narrow .acs_merchant_avatar {
  display: none;
}
#rr_top_products .acs_toolbar_wrapper, #answ_reviews_review .acs_toolbar_wrapper {
  position: relative;
  clear: both;
  padding: 15px 0;
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#rr_top_products .acs_toolbar_wrapper:after, #answ_reviews_review .acs_toolbar_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#rr_top_products .acs_toolbar_wrapper .acs_btn_write, #answ_reviews_review .acs_toolbar_wrapper .acs_btn_write {
  float: left;
}
#rr_top_products .grid-container, #answ_reviews_review .grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  #rr_top_products .grid-container, #answ_reviews_review .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
#rr_top_products .grid-container.fluid, #answ_reviews_review .grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  #rr_top_products .grid-container.fluid, #answ_reviews_review .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
#rr_top_products .grid-container.full, #answ_reviews_review .grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}
#rr_top_products .grid-x, #answ_reviews_review .grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#rr_top_products .cell, #answ_reviews_review .cell {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
#rr_top_products .cell.auto, #answ_reviews_review .cell.auto {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
#rr_top_products .cell.shrink, #answ_reviews_review .cell.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#rr_top_products .grid-x > .auto, #answ_reviews_review .grid-x > .auto {
  width: auto;
}
#rr_top_products .grid-x > .shrink, #answ_reviews_review .grid-x > .shrink {
  width: auto;
}
#rr_top_products .grid-x > .small-shrink, #rr_top_products .grid-x > .small-full, #rr_top_products .grid-x > .small-1, #rr_top_products .grid-x > .small-2, #rr_top_products .grid-x > .small-3, #rr_top_products .grid-x > .small-4, #rr_top_products .grid-x > .small-5, #rr_top_products .grid-x > .small-6, #rr_top_products .grid-x > .small-7, #rr_top_products .grid-x > .small-8, #rr_top_products .grid-x > .small-9, #rr_top_products .grid-x > .small-10, #rr_top_products .grid-x > .small-11, #rr_top_products .grid-x > .small-12, #answ_reviews_review .grid-x > .small-shrink, #answ_reviews_review .grid-x > .small-full, #answ_reviews_review .grid-x > .small-1, #answ_reviews_review .grid-x > .small-2, #answ_reviews_review .grid-x > .small-3, #answ_reviews_review .grid-x > .small-4, #answ_reviews_review .grid-x > .small-5, #answ_reviews_review .grid-x > .small-6, #answ_reviews_review .grid-x > .small-7, #answ_reviews_review .grid-x > .small-8, #answ_reviews_review .grid-x > .small-9, #answ_reviews_review .grid-x > .small-10, #answ_reviews_review .grid-x > .small-11, #answ_reviews_review .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  #rr_top_products .grid-x > .medium-shrink, #rr_top_products .grid-x > .medium-full, #rr_top_products .grid-x > .medium-1, #rr_top_products .grid-x > .medium-2, #rr_top_products .grid-x > .medium-3, #rr_top_products .grid-x > .medium-4, #rr_top_products .grid-x > .medium-5, #rr_top_products .grid-x > .medium-6, #rr_top_products .grid-x > .medium-7, #rr_top_products .grid-x > .medium-8, #rr_top_products .grid-x > .medium-9, #rr_top_products .grid-x > .medium-10, #rr_top_products .grid-x > .medium-11, #rr_top_products .grid-x > .medium-12, #answ_reviews_review .grid-x > .medium-shrink, #answ_reviews_review .grid-x > .medium-full, #answ_reviews_review .grid-x > .medium-1, #answ_reviews_review .grid-x > .medium-2, #answ_reviews_review .grid-x > .medium-3, #answ_reviews_review .grid-x > .medium-4, #answ_reviews_review .grid-x > .medium-5, #answ_reviews_review .grid-x > .medium-6, #answ_reviews_review .grid-x > .medium-7, #answ_reviews_review .grid-x > .medium-8, #answ_reviews_review .grid-x > .medium-9, #answ_reviews_review .grid-x > .medium-10, #answ_reviews_review .grid-x > .medium-11, #answ_reviews_review .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  #rr_top_products .grid-x > .large-shrink, #rr_top_products .grid-x > .large-full, #rr_top_products .grid-x > .large-1, #rr_top_products .grid-x > .large-2, #rr_top_products .grid-x > .large-3, #rr_top_products .grid-x > .large-4, #rr_top_products .grid-x > .large-5, #rr_top_products .grid-x > .large-6, #rr_top_products .grid-x > .large-7, #rr_top_products .grid-x > .large-8, #rr_top_products .grid-x > .large-9, #rr_top_products .grid-x > .large-10, #rr_top_products .grid-x > .large-11, #rr_top_products .grid-x > .large-12, #answ_reviews_review .grid-x > .large-shrink, #answ_reviews_review .grid-x > .large-full, #answ_reviews_review .grid-x > .large-1, #answ_reviews_review .grid-x > .large-2, #answ_reviews_review .grid-x > .large-3, #answ_reviews_review .grid-x > .large-4, #answ_reviews_review .grid-x > .large-5, #answ_reviews_review .grid-x > .large-6, #answ_reviews_review .grid-x > .large-7, #answ_reviews_review .grid-x > .large-8, #answ_reviews_review .grid-x > .large-9, #answ_reviews_review .grid-x > .large-10, #answ_reviews_review .grid-x > .large-11, #answ_reviews_review .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
#rr_top_products .grid-x > .small-1, #answ_reviews_review .grid-x > .small-1 {
  width: 8.33333%;
}
#rr_top_products .grid-x > .small-2, #answ_reviews_review .grid-x > .small-2 {
  width: 16.66667%;
}
#rr_top_products .grid-x > .small-3, #answ_reviews_review .grid-x > .small-3 {
  width: 25%;
}
#rr_top_products .grid-x > .small-4, #answ_reviews_review .grid-x > .small-4 {
  width: 33.33333%;
}
#rr_top_products .grid-x > .small-5, #answ_reviews_review .grid-x > .small-5 {
  width: 41.66667%;
}
#rr_top_products .grid-x > .small-6, #answ_reviews_review .grid-x > .small-6 {
  width: 50%;
}
#rr_top_products .grid-x > .small-7, #answ_reviews_review .grid-x > .small-7 {
  width: 58.33333%;
}
#rr_top_products .grid-x > .small-8, #answ_reviews_review .grid-x > .small-8 {
  width: 66.66667%;
}
#rr_top_products .grid-x > .small-9, #answ_reviews_review .grid-x > .small-9 {
  width: 75%;
}
#rr_top_products .grid-x > .small-10, #answ_reviews_review .grid-x > .small-10 {
  width: 83.33333%;
}
#rr_top_products .grid-x > .small-11, #answ_reviews_review .grid-x > .small-11 {
  width: 91.66667%;
}
#rr_top_products .grid-x > .small-12, #answ_reviews_review .grid-x > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  #rr_top_products .grid-x > .medium-auto, #answ_reviews_review .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  #rr_top_products .grid-x > .medium-shrink, #answ_reviews_review .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #rr_top_products .grid-x > .medium-1, #answ_reviews_review .grid-x > .medium-1 {
    width: 8.33333%;
  }
  #rr_top_products .grid-x > .medium-2, #answ_reviews_review .grid-x > .medium-2 {
    width: 16.66667%;
  }
  #rr_top_products .grid-x > .medium-3, #answ_reviews_review .grid-x > .medium-3 {
    width: 25%;
  }
  #rr_top_products .grid-x > .medium-4, #answ_reviews_review .grid-x > .medium-4 {
    width: 33.33333%;
  }
  #rr_top_products .grid-x > .medium-5, #answ_reviews_review .grid-x > .medium-5 {
    width: 41.66667%;
  }
  #rr_top_products .grid-x > .medium-6, #answ_reviews_review .grid-x > .medium-6 {
    width: 50%;
  }
  #rr_top_products .grid-x > .medium-7, #answ_reviews_review .grid-x > .medium-7 {
    width: 58.33333%;
  }
  #rr_top_products .grid-x > .medium-8, #answ_reviews_review .grid-x > .medium-8 {
    width: 66.66667%;
  }
  #rr_top_products .grid-x > .medium-9, #answ_reviews_review .grid-x > .medium-9 {
    width: 75%;
  }
  #rr_top_products .grid-x > .medium-10, #answ_reviews_review .grid-x > .medium-10 {
    width: 83.33333%;
  }
  #rr_top_products .grid-x > .medium-11, #answ_reviews_review .grid-x > .medium-11 {
    width: 91.66667%;
  }
  #rr_top_products .grid-x > .medium-12, #answ_reviews_review .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  #rr_top_products .grid-x > .large-auto, #answ_reviews_review .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  #rr_top_products .grid-x > .large-shrink, #answ_reviews_review .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #rr_top_products .grid-x > .large-1, #answ_reviews_review .grid-x > .large-1 {
    width: 8.33333%;
  }
  #rr_top_products .grid-x > .large-2, #answ_reviews_review .grid-x > .large-2 {
    width: 16.66667%;
  }
  #rr_top_products .grid-x > .large-3, #answ_reviews_review .grid-x > .large-3 {
    width: 25%;
  }
  #rr_top_products .grid-x > .large-4, #answ_reviews_review .grid-x > .large-4 {
    width: 33.33333%;
  }
  #rr_top_products .grid-x > .large-5, #answ_reviews_review .grid-x > .large-5 {
    width: 41.66667%;
  }
  #rr_top_products .grid-x > .large-6, #answ_reviews_review .grid-x > .large-6 {
    width: 50%;
  }
  #rr_top_products .grid-x > .large-7, #answ_reviews_review .grid-x > .large-7 {
    width: 58.33333%;
  }
  #rr_top_products .grid-x > .large-8, #answ_reviews_review .grid-x > .large-8 {
    width: 66.66667%;
  }
  #rr_top_products .grid-x > .large-9, #answ_reviews_review .grid-x > .large-9 {
    width: 75%;
  }
  #rr_top_products .grid-x > .large-10, #answ_reviews_review .grid-x > .large-10 {
    width: 83.33333%;
  }
  #rr_top_products .grid-x > .large-11, #answ_reviews_review .grid-x > .large-11 {
    width: 91.66667%;
  }
  #rr_top_products .grid-x > .large-12, #answ_reviews_review .grid-x > .large-12 {
    width: 100%;
  }
}
#rr_top_products a:hover, #answ_reviews_review a:hover {
  color: #0597d1;
  -webkit-transition: color 250ms linear;
  -ms-transition: color 250ms linear;
  transition: color 250ms linear;
}
#rr_top_products rr-sr-only, #answ_reviews_review rr-sr-only {
  display: none;
}
#rr_top_products h4, #answ_reviews_review h4 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#rr_top_products h3, #answ_reviews_review h3 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#rr_top_products .center, #answ_reviews_review .center {
  text-align: center;
}
#rr_top_products .acs_top_products_background, #answ_reviews_review .acs_top_products_background {
  background-color: #f2f2f2;
  padding-bottom: 20px;
}
#rr_top_products .disabled, #answ_reviews_review .disabled {
  display: none;
  pointer-events: none;
}
#rr_top_products #answ_product_review .frame .pagination .disabled, #answ_reviews_review #answ_product_review .frame .pagination .disabled {
  display: none;
}
#rr_top_products .rr-subheader, #answ_reviews_review .rr-subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
}
#rr_top_products .rr-button, #answ_reviews_review .rr-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
#rr_top_products .acs_btn_write, #answ_reviews_review .acs_btn_write {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
  transition: box-shadow 0.5s ease;
}
#rr_top_products .acs_btn_write:hover, #answ_reviews_review .acs_btn_write:hover {
  background-color: #0597d1 !important;
  -webkit-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
#rr_top_products .rr_review_image_thumbnail:hover, #answ_reviews_review .rr_review_image_thumbnail:hover {
  opacity: 0.5;
  -webkit-transition: opacity 250ms linear;
  -ms-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
#rr_top_products .acs_btn_write:hover, #answ_reviews_review .acs_btn_write:hover {
  background-color: #0597d1;
  -webkit-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
#rr_top_products .acs_verified_user, #answ_reviews_review .acs_verified_user {
  margin-top: 10px;
  font-weight: 1000;
  text-transform: uppercase;
  border-radius: 5px;
  background: #2a5e00;
  color: white;
  font-weight: 600;
}
#rr_top_products ._3PQQV, #answ_reviews_review ._3PQQV {
  width: 14px;
  height: 14px;
  margin-top: -2px;
  vertical-align: middle;
  transition-property: fill;
  transition-duration: 0.2s;
  fill: #999;
}
#rr_top_products .acs_reviewer_stats, #answ_reviews_review .acs_reviewer_stats {
  display: inline-block;
  width: 50%;
}
#rr_top_products .acs_recommend_color, #answ_reviews_review .acs_recommend_color {
  color: green;
}
#rr_top_products .acs_recommendation_text, #answ_reviews_review .acs_recommendation_text {
  padding-top: 10px;
}
#rr_top_products .acs_review_recommend, #answ_reviews_review .acs_review_recommend {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  max-width: 300px;
  padding: 15px;
}
#rr_top_products .acs_recommend_thumb_stars, #answ_reviews_review .acs_recommend_thumb_stars {
  max-width: 40px;
  padding-right: 3px;
  margin-top: -5px;
  vertical-align: middle;
}
#rr_top_products .acs_sort_values, #answ_reviews_review .acs_sort_values {
  -moz-appearance: none;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  color: #0a0a0a;
  background-color: #fefefe;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  border: 1px solid #cacaca;
  line-height: normal;
}
#rr_top_products .acs_review_title, #answ_reviews_review .acs_review_title {
  font-size: 1.4em;
  margin-bottom: 10px;
  font-weight: 800;
  color: purple;
  margin-bottom: 15px;
}
#rr_top_products .acs_experience_review_header, #answ_reviews_review .acs_experience_review_header {
  font-size: 1.3em;
  font-weight: 100;
  color: black;
  margin-bottom: 15px;
}
#rr_top_products .acs_rank_target, #answ_reviews_review .acs_rank_target {
  padding-top: 2em;
}
#rr_top_products .rr_separator_small, #answ_reviews_review .rr_separator_small {
  margin: 2em 2.5em;
  border-top: 1px solid #e9ecf2;
}
#rr_top_products .acs_review_detail_toggle, #answ_reviews_review .acs_review_detail_toggle {
  margin-bottom: 10px;
  font-weight: bold;
  display: inline-block;
}
#rr_top_products .acs_component_heading, #answ_reviews_review .acs_component_heading {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
#rr_top_products.acs_product_reviews_narrow .acs_review_recommend_bottom, #answ_reviews_review.acs_product_reviews_narrow .acs_review_recommend_bottom {
  display: none;
}
#rr_top_products.acs_product_reviews_narrow .acs_cod_holder,
#rr_top_products.acs_product_reviews_narrow .acs_cod_percent_holder, #answ_reviews_review.acs_product_reviews_narrow .acs_cod_holder,
#answ_reviews_review.acs_product_reviews_narrow .acs_cod_percent_holder {
  display: none;
}
#rr_top_products.acs_product_reviews_narrow .acs_heading_lg, #answ_reviews_review.acs_product_reviews_narrow .acs_heading_lg {
  font-size: 1.25rem;
}
#rr_top_products.acs_product_reviews_narrow .experience_overview h3, #answ_reviews_review.acs_product_reviews_narrow .experience_overview h3 {
  font-size: 1.1875rem;
}
#rr_top_products.acs_product_reviews_narrow h4, #answ_reviews_review.acs_product_reviews_narrow h4 {
  font-size: 1.125rem;
}
#rr_top_products.acs_product_reviews_narrow .rr-subheader, #answ_reviews_review.acs_product_reviews_narrow .rr-subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
}
#rr_top_products.acs_product_reviews_narrow .acs_heading_md, #answ_reviews_review.acs_product_reviews_narrow .acs_heading_md {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#rr_top_products.acs_product_reviews_narrow .acs_rating_score, #answ_reviews_review.acs_product_reviews_narrow .acs_rating_score {
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}
#rr_top_products.acs_product_reviews_narrow .acs_cod, #answ_reviews_review.acs_product_reviews_narrow .acs_cod {
  font-size: 18px;
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: block;
}
#rr_top_products.acs_product_reviews_narrow .acs_cod .acs_num_recommend, #answ_reviews_review.acs_product_reviews_narrow .acs_cod .acs_num_recommend {
  font-weight: bold;
}
#rr_top_products.acs_product_reviews_narrow .percent, #answ_reviews_review.acs_product_reviews_narrow .percent {
  font-size: 0.75rem;
}
#rr_top_products.acs_product_reviews_narrow .acs_filter_label,
#rr_top_products.acs_product_reviews_narrow .acs_sort_label, #answ_reviews_review.acs_product_reviews_narrow .acs_filter_label,
#answ_reviews_review.acs_product_reviews_narrow .acs_sort_label {
  font-weight: bold;
}
#rr_top_products.acs_product_reviews_narrow .acs_sort_label, #answ_reviews_review.acs_product_reviews_narrow .acs_sort_label {
  margin-left: 20px;
}
#rr_top_products.acs_product_reviews_narrow .acs_reviewer_stats, #answ_reviews_review.acs_product_reviews_narrow .acs_reviewer_stats {
  line-height: 24px;
}
#rr_top_products.acs_product_reviews_narrow .acs_reviewer_stats .acs_reviewer_stats_value, #answ_reviews_review.acs_product_reviews_narrow .acs_reviewer_stats .acs_reviewer_stats_value {
  font-weight: bold;
  font-size: 12px;
}
#rr_top_products.acs_product_reviews_narrow .acs_recommendation_text, #answ_reviews_review.acs_product_reviews_narrow .acs_recommendation_text {
  margin-top: 20px;
  margin-bottom: 20px;
}
#rr_top_products.acs_product_reviews_narrow .acs_reviewer_question_value, #answ_reviews_review.acs_product_reviews_narrow .acs_reviewer_question_value {
  font-weight: bold;
}
#rr_top_products.acs_product_reviews_narrow .acs_txt_emphasis, #answ_reviews_review.acs_product_reviews_narrow .acs_txt_emphasis {
  font-weight: bold;
}
#rr_top_products.acs_product_reviews_narrow .acs_review_button_bar_wrapper, #answ_reviews_review.acs_product_reviews_narrow .acs_review_button_bar_wrapper {
  margin-top: 30px;
}
#rr_top_products.acs_product_reviews_narrow .acs_review_detail_toggle, #answ_reviews_review.acs_product_reviews_narrow .acs_review_detail_toggle {
  font-size: 18px;
  display: inline-block;
}
#rr_top_products.acs_product_reviews_narrow .acs_review_detail_toggle.acs-hidden, #answ_reviews_review.acs_product_reviews_narrow .acs_review_detail_toggle.acs-hidden {
  display: none;
}
#rr_top_products.acs_product_reviews_narrow .acs_detail, #answ_reviews_review.acs_product_reviews_narrow .acs_detail {
  border-left: 1px solid #ddd;
  padding-left: 20px;
  margin-bottom: 35px;
}
#rr_top_products.acs_product_reviews_narrow .acs_btn_helpful_y,
#rr_top_products.acs_product_reviews_narrow .acs_btn_helpful_n, #answ_reviews_review.acs_product_reviews_narrow .acs_btn_helpful_y,
#answ_reviews_review.acs_product_reviews_narrow .acs_btn_helpful_n {
  color: #fff;
  background: #416cb7;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  margin-right: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
  transition: box-shadow 0.5s ease;
}
#rr_top_products.acs_product_reviews_narrow .acs_btn_report, #answ_reviews_review.acs_product_reviews_narrow .acs_btn_report {
  border: none;
  background: none;
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 38px;
}
#rr_top_products.acs_product_reviews_narrow .acs_review_pagination, #answ_reviews_review.acs_product_reviews_narrow .acs_review_pagination {
  clear: both;
  font-size: 30px;
}
#rr_top_products.acs_product_reviews_narrow .acs_review_pagination a, #answ_reviews_review.acs_product_reviews_narrow .acs_review_pagination a {
  text-decoration: none;
}
#rr_top_products.acs_product_reviews_narrow .cat_rank_text, #answ_reviews_review.acs_product_reviews_narrow .cat_rank_text {
  margin-bottom: 20px;
}
#rr_top_products.acs_product_reviews_narrow td.table_placeholder, #answ_reviews_review.acs_product_reviews_narrow td.table_placeholder {
  width: 0px;
}
#rr_top_products.acs_product_reviews_wide .acs_top_container:after, #answ_reviews_review.acs_product_reviews_wide .acs_top_container:after {
  clear: both;
  content: "";
  display: table;
}
#rr_top_products.acs_product_reviews_wide .acs_component_top, #answ_reviews_review.acs_product_reviews_wide .acs_component_top {
  float: left;
  width: 33%;
}
#rr_top_products.acs_product_reviews_wide .acs_component_top.overall_rating_wrapper, #answ_reviews_review.acs_product_reviews_wide .acs_component_top.overall_rating_wrapper {
  width: 100% !important;
  float: none !important;
}
#rr_top_products.acs_product_reviews_wide .acs_top_container_4, #answ_reviews_review.acs_product_reviews_wide .acs_top_container_4 { /* overall rating width 100% and 3 boex across*/ }
#rr_top_products.acs_product_reviews_wide .acs_top_container_4 .acs_component_top, #answ_reviews_review.acs_product_reviews_wide .acs_top_container_4 .acs_component_top {
  width: 33%;
}
#rr_top_products.acs_product_reviews_wide .acs_top_container_3, #answ_reviews_review.acs_product_reviews_wide .acs_top_container_3 { /* overall rating width 100% and 2 boxes across*/ }
#rr_top_products.acs_product_reviews_wide .acs_top_container_3 .acs_component_top, #answ_reviews_review.acs_product_reviews_wide .acs_top_container_3 .acs_component_top {
  width: 49%;
}
#rr_top_products.acs_product_reviews_wide .acs_top_container_2, #answ_reviews_review.acs_product_reviews_wide .acs_top_container_2 { /* overall rating width 100% and 1 box across*/ }
#rr_top_products.acs_product_reviews_wide .acs_top_container_2 .acs_component_top, #answ_reviews_review.acs_product_reviews_wide .acs_top_container_2 .acs_component_top {
  width: 100%;
}
#rr_top_products.acs_product_reviews_wide .acs_review_recommend_top, #answ_reviews_review.acs_product_reviews_wide .acs_review_recommend_top {
  display: none;
}
#rr_top_products.acs_product_reviews_wide .acs_heading_lg, #answ_reviews_review.acs_product_reviews_wide .acs_heading_lg {
  font-size: 1.5rem;
}
#rr_top_products.acs_product_reviews_wide .experience_overview h3, #answ_reviews_review.acs_product_reviews_wide .experience_overview h3 {
  font-size: 1.4rem;
}
#rr_top_products.acs_product_reviews_wide h4, #answ_reviews_review.acs_product_reviews_wide h4 {
  font-size: 1.5625rem;
}
#rr_top_products.acs_product_reviews_wide .acs_overall_rating, #answ_reviews_review.acs_product_reviews_wide .acs_overall_rating {
  margin-bottom: 20px;
}
#rr_top_products.acs_product_reviews_wide .acs_overall_rating .acs_heading_lg, #answ_reviews_review.acs_product_reviews_wide .acs_overall_rating .acs_heading_lg {
  display: inline-block;
  margin-right: 10px;
}
#rr_top_products.acs_product_reviews_wide .acs_cod, #answ_reviews_review.acs_product_reviews_wide .acs_cod {
  float: left;
  width: 50%;
  padding-right: 5%;
  box-sizing: border-box;
}
#rr_top_products.acs_product_reviews_wide .acs_review_scores, #answ_reviews_review.acs_product_reviews_wide .acs_review_scores {
  float: right;
  width: 50%;
  padding-left: 5%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#rr_top_products.acs_product_reviews_wide .acs_review_scores .acs_heading_md, #answ_reviews_review.acs_product_reviews_wide .acs_review_scores .acs_heading_md {
  float: left;
}
#rr_top_products.acs_product_reviews_wide .acs_review_scores .acs_score_wrapper, #answ_reviews_review.acs_product_reviews_wide .acs_review_scores .acs_score_wrapper {
  float: right;
}
#rr_top_products.acs_product_reviews_wide .acs_review_scores .acs_score_wrapper .acs_rating_score,
#rr_top_products.acs_product_reviews_wide .acs_review_scores .acs_score_wrapper .acs_rating_bar, #answ_reviews_review.acs_product_reviews_wide .acs_review_scores .acs_score_wrapper .acs_rating_score,
#answ_reviews_review.acs_product_reviews_wide .acs_review_scores .acs_score_wrapper .acs_rating_bar {
  display: inline-block;
}
#rr_top_products.acs_product_reviews_wide .acs_product_attribute, #answ_reviews_review.acs_product_reviews_wide .acs_product_attribute {
  clear: both;
  margin-bottom: 5px;
  overflow: hidden;
}
#rr_top_products.acs_product_reviews_wide .acs_filter_bar, #answ_reviews_review.acs_product_reviews_wide .acs_filter_bar {
  border: none;
  margin: 12px 0 0 0;
  padding: 0;
}
#rr_top_products.acs_product_reviews_wide .acs_review_title, #answ_reviews_review.acs_product_reviews_wide .acs_review_title {
  margin-bottom: 30px;
}
#rr_top_products.acs_product_reviews_wide s_single_review, #answ_reviews_review.acs_product_reviews_wide s_single_review {
  position: relative;
  padding-left: 200px;
  padding-right: 150px;
  overflow: hidden;
}
#rr_top_products.acs_product_reviews_wide s_single_review .acs_overall_user_rating, #answ_reviews_review.acs_product_reviews_wide s_single_review .acs_overall_user_rating {
  position: absolute;
  top: 0;
  right: 0;
}
#rr_top_products.acs_product_reviews_wide .acs_reviewer_stats_label, #answ_reviews_review.acs_product_reviews_wide .acs_reviewer_stats_label {
  display: none;
}
#rr_top_products.acs_product_reviews_wide .acs_reviewer_stats, #answ_reviews_review.acs_product_reviews_wide .acs_reviewer_stats {
  font-size: 13px;
  line-height: 18px;
}
#rr_top_products.acs_product_reviews_wide .acs_detail, #answ_reviews_review.acs_product_reviews_wide .acs_detail {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
#rr_top_products.acs_product_reviews_wide .acs_detail .acs_heading_lg, #answ_reviews_review.acs_product_reviews_wide .acs_detail .acs_heading_lg {
  font-size: 14px;
}
#rr_top_products.acs_product_reviews_wide .acs_detail .acs_score_wrapper, #answ_reviews_review.acs_product_reviews_wide .acs_detail .acs_score_wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
}
#rr_top_products.acs_product_reviews_wide .acs_detail .acs_detail_text, #answ_reviews_review.acs_product_reviews_wide .acs_detail .acs_detail_text {
  padding-top: 10px;
}
#rr_top_products.acs_product_reviews_wide .acs_review_button_bar:before, #answ_reviews_review.acs_product_reviews_wide .acs_review_button_bar:before {
  display: inline-block;
  color: #bababa;
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
}
#rr_top_products.acs_product_reviews_wide td.table_placeholder, #answ_reviews_review.acs_product_reviews_wide td.table_placeholder {
  width: 180px;
}
#rr_top_products.acs_product_reviews_wide .acs_btn_helpful_y,
#rr_top_products.acs_product_reviews_wide .acs_btn_helpful_n, #answ_reviews_review.acs_product_reviews_wide .acs_btn_helpful_y,
#answ_reviews_review.acs_product_reviews_wide .acs_btn_helpful_n {
  border: none;
  background: transparent;
  color: #black;
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
  outline: none;
}
#rr_top_products.acs_product_reviews_wide .acs_btn_helpful_y .acs_btn_xtra_text,
#rr_top_products.acs_product_reviews_wide .acs_btn_helpful_n .acs_btn_xtra_text, #answ_reviews_review.acs_product_reviews_wide .acs_btn_helpful_y .acs_btn_xtra_text,
#answ_reviews_review.acs_product_reviews_wide .acs_btn_helpful_n .acs_btn_xtra_text {
  display: none;
}
#rr_top_products.acs_product_reviews_wide .acs_btn_helpful_y:hover,
#rr_top_products.acs_product_reviews_wide .acs_btn_helpful_n:hover, #answ_reviews_review.acs_product_reviews_wide .acs_btn_helpful_y:hover,
#answ_reviews_review.acs_product_reviews_wide .acs_btn_helpful_n:hover {
  color: #0597d1;
  -webkit-transition: color 250ms linear;
  -ms-transition: color 250ms linear;
  transition: color 250ms linear;
}
#rr_top_products.acs_product_reviews_wide .acs_btn_report, #answ_reviews_review.acs_product_reviews_wide .acs_btn_report {
  background: transparent url(https://s3.amazonaws.com/shopper-ratings/images/flag.png) no-repeat;
  width: 15px;
  text-indent: -9999em;
  overflow: hidden;
  position: relative;
  border: none;
}
#rr_top_products #answ_pagination_bottom, #answ_reviews_review #answ_pagination_bottom {
  display: -webkit-flex;
  display: flex;
}
#rr_top_products #answ_pagination_bottom a, #answ_reviews_review #answ_pagination_bottom a {
  padding: 5px;
}
#rr_top_products .rr-progress, #answ_reviews_review .rr-progress {
  display: flex;
  height: 0.75rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.5rem;
  margin-top: 0.35rem;
  margin-right: 10px;
}
#rr_top_products .acs_score_wrapper, #answ_reviews_review .acs_score_wrapper {
  margin-bottom: 0.5rem;
}
#rr_top_products .rr-progress-bar, #answ_reviews_review .rr-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
#rr_top_products .rr_smb_ratings_container, #answ_reviews_review .rr_smb_ratings_container {
  margin: 20px 0;
  display: block !important;
}
#rr_top_products .rr_smb_ratings_container div.rr_img_overall_container, #answ_reviews_review .rr_smb_ratings_container div.rr_img_overall_container {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
  float: left;
}
#rr_top_products .rr_smb_ratings_container div.rr_img_overall_container img, #answ_reviews_review .rr_smb_ratings_container div.rr_img_overall_container img {
  max-width: 100%;
}
#rr_top_products .rr_smb_ratings_container .image-cropper, #answ_reviews_review .rr_smb_ratings_container .image-cropper {
  max-width: 100px;
  max-height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 10%;
}
#rr_top_products .rr_smb_ratings_container .recommend_thumbs, #answ_reviews_review .rr_smb_ratings_container .recommend_thumbs {
  max-width: 20px;
  padding-right: 3px;
  margin-top: -5px;
}
#rr_top_products .rr_smb_ratings_container div.rr_smb_starts_container h5, #answ_reviews_review .rr_smb_ratings_container div.rr_smb_starts_container h5 {
  display: inline;
  color: #0000EE;
}
#rr_top_products .rr_smb_ratings_container div.rr_smb_starts_container span[itemprop=ratingValue], #answ_reviews_review .rr_smb_ratings_container div.rr_smb_starts_container span[itemprop=ratingValue] {
  color: #FF9E32;
}
#rr_top_products .rr_smb_ratings_container div.circle, #answ_reviews_review .rr_smb_ratings_container div.circle {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  right: 0px;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  font-size: 20px;
  color: white;
  background-color: #1d83da;
  line-height: 55px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#rr_top_products .rr_smb_ratings_container td.centerContainer, #answ_reviews_review .rr_smb_ratings_container td.centerContainer {
  padding: 30px;
}
#rr_top_products .rr_smb_ratings_container table.rr_aggregate_container, #answ_reviews_review .rr_smb_ratings_container table.rr_aggregate_container {
  background-color: #ffffff;
}
#rr_top_products table.rr_overall_container, #answ_reviews_review table.rr_overall_container {
  table-layout: fixed;
  cellpadding: 30;
}
#rr_top_products table.rr_overall_container tr, #answ_reviews_review table.rr_overall_container tr {
  background-color: #ffffff;
}
#rr_top_products .rr-heavy-txt, #answ_reviews_review .rr-heavy-txt {
  font-weight: 600;
}
#rr_top_products .acs_reviewer_name, #answ_reviews_review .acs_reviewer_name {
  font-size: 1.3em;
  text-overflow: ellipsis;
  overflow: hidden;
}
#rr_top_products .rr_attribute_container, #answ_reviews_review .rr_attribute_container {
  border-spacing: 5px;
}
#rr_top_products .rr_attribute_container tr, #answ_reviews_review .rr_attribute_container tr {
  background-color: #ffffff;
}
#rr_top_products .acs_stat_custom_questions, #answ_reviews_review .acs_stat_custom_questions {
  margin-bottom: 15px;
}
#rr_top_products .align_middle, #answ_reviews_review .align_middle {
  vertical-align: middle;
}
#rr_top_products .acs_stat_date, #answ_reviews_review .acs_stat_date {
  font-size: 0.7em;
}
#rr_top_products td.rr_product_image_holder, #answ_reviews_review td.rr_product_image_holder {
  vertical-align: top;
  width: 180px;
}
#rr_top_products .acs_user_img, #answ_reviews_review .acs_user_img {
  height: 80px;
  overflow: hidden;
  display: block;
}

/************* AJAX LOADING **********************/
#acs_product_reviews.acs-loading,
#answ_reviews_review.acs-loading {
  opacity: 0.3;
}
#acs_product_reviews.acs-loading .acs-loading-indicator,
#answ_reviews_review.acs-loading .acs-loading-indicator {
  width: 100%;
  height: 20px;
  margin: 0 0 5px 0;
  display: block;
  opacity: 1 !important;
}

#acs_review_break_down .clickable-bar {
  cursor: pointer;
}
#acs_review_break_down .clickable-bar .text-right {
  text-align: right;
}

#acs_review_break_down .clickable-bar:hover {
  transition: opacity 0.5s ease;
  opacity: 0.5;
}

/************ WIDGET ******************/
#acs_product_reviews_widget .acs_rating_wrapper {
  display: inline-block;
  margin-right: 5px;
}
#acs_product_reviews_widget a {
  text-decoration: none;
  display: inline-block;
  margin: 3px 5px 0 0;
}
#acs_product_reviews_widget a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=maps/responsive.css.map */


.ve2Cxw_htRs0noUkEjBQ.ATLm9AqzBnANQD4vh6Y7.mbDUuVmFVdZrVZfnVatZ .Z3gZn0cAOepIVw0ixyTw {
position: fixed !important;
}

.src-components-gallery-styles__rr--vM49B.src-components-gallery-styles__root--u0B1x.src-components-gallery-styles__gallery--LHXD9 .src-components-gallery-styles__gallery_modal--qzhXN.src-components-gallery-styles__narrow--sjVpb.src-components-gallery-styles__portrait--zwUmQ {
position: fixed !important;
}

#rr_dam_widget .src-components-gallery-styles__widget--a5_XL{
display: none !important;
}

.grid-container div {
  position: relative !important;
  left: 0px !important;
}
.acs_review_button_bar,
.acs_review_helpful,
.acs_reviewer_stats_value {
  font-size: 12px !important;
}
.acs_review_title {
  color: black !important;
}
.acs_review_helpful {
  color: black !important;
}
#answ_pagination_bottom {
  justify-content: center !important;
  font-size: 24px !important;
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.answ_pagination_page,
.answ_pagination_next,
.answ_pagination_prev {
  color: #bbb !important;
}
.answ_pagination_page.current {
  color: black !important;
}
.acs_btn_write {
  background-color: black !important;
}
.acs_recommendation_text span {
  display: none !important;
}
.acs_heading_lg {
  text-align: center;
}
.rr_separator_small {
  display: none;
}
.acs_no_reviews {
  text-align: center !important;
}
.acs_btn_write {
  margin: 10px auto 0 !important;
  border: 0 !important;
  padding: 10px !important;
}
div.rr_img_overall_container {
  max-width: 360px !important;
  max-height: 250px !important;
  display: block !important;
  float: none !important;
  margin: auto !important;
}
.rr_smb_stars_container {
  float: right !important;
  margin-top: 60px !important;
}
#RR_PR_Widget_Wrapper .acs_score_wrapper,
#RR_PR_Widget_Wrapper .acs_widget_links {
  float: left;
}
#RR_PR_Widget_Wrapper #answ_read_reviews {
  padding-left: 10px !important;
  color: #2e2e2e !important;
}
#RR_PR_Widget_Wrapper .acs_js_write_review,
.acs_rating_score {
  display: none !important;
}
#RR_PR_Frame_Wrapper #acs_review_break_down .ratings-bar span {
  color: #2e2e2e !important;
  margin-right: 15px;
}
#rr_top_products .rr-progress,
#answ_reviews_review .rr-progress {
  background: #f6f8fe !important;
}
.rr-progress-bar {
  background: #2e2e2e !important;
}
.reset-filters {
  display: none !important;
}
.acs_heading_lg {
  display: none !important;
}

label.acs_sort_label {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2e2e2e !important;
}
.acs_toolbar_wrapper {
  flex-direction: row-reverse !important;
  font-family: "Raleway" !important;
}
#rr_top_products .acs_toolbar_wrapper .acs_btn_write,
#answ_reviews_review .acs_toolbar_wrapper .acs_btn_write {
  float: right !important;
  text-tranform: none;
  padding: 10px 41px !important;
  background: #2e2e2e !important;
  box-shadow: none !important;
}
#rr_top_products .acs_toolbar_wrapper,
#answ_reviews_review .acs_toolbar_wrapper {
  margin-bottom: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 40px !important;
  padding-top: 40px;
}
.acs_js_template_filter_and_sort {
  background: #f9f9f9 !important;
  border-radius: 10px 10px 0px 0px;
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.acs_js_reviews_container {
  background: #f9f9f9 !important;
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.acs_js_reviews_container .grid-container {
  margin-left: 80px !important;
  margin-right: 80px !important;
  max-width: 100% !important;
}
#rr_top_products .grid-container,
#answ_reviews_review .grid-container {
  padding-left: 0 !important;
  flex-direction: row-reverse;
  margin-bottom: 15px;
  padding-right: 0 !important;
  height: auto !important;
}
.acs_js_reviews_container .grid-container {
  border-bottom: 1px solid #eaecef !important;
}
#rr_top_products .acs_reviewer_name,
#answ_reviews_review .acs_reviewer_name {
  position: absolute !important;
  bottom: 5px !important;
  right: 0;
  text-align: right;
  font-size: 12px;
}
.acs_user_img {
  display: none !important;
}
.rr-product-variant-name {
  display: none !important;
}
.acs_review_title {
  display: none !important;
}
.acs_stat_dynamic acs_stat_date {
  margin-bottom: 5px;
}
#answ_pagination_bottom {
  position: relative;
  top: -15px;
  background: #f9f9f9 !important;
  border-radius: 0px 0px 10px 10px;
  padding: 35px 0px !important;
}
.answ_pagination_page {
  font-size: 14px !important;
  color: #2e2e2e !important;
  display: flex;
  align-items: center;
  padding: 10px;
  width: 36px;
  height: 36px;
  justify-content: center;
}
.answ_pagination_page.current {
  border: 1px solid #2e2e2e !important;
  border-radius: 50px !important;
  background: #2e2e2e;
  color: white !important;
}
.rr_overall_container .grid-container {
  border: 0px !important;
}
#rr_top_products .rr_smb_ratings_container,
#answ_reviews_review .rr_smb_ratings_container {
  margin: 20px 0 80px !important;
}

.answ_pagination_next,
.answ_pagination_prev {
  font-size: 16px !important;
  position: relative;
  top: 2px;
}

.acs_review_text {
  font-size: 16px !important;
  color: #2e2e2e !important;
  font-family: "Raleway" !important;
  margin-top: 10px !important;
}

.acs_review_summary {
  font-family: "Raleway" !important;
}
.acs_rating_bar span {
  font-size: 20px !important;
  margin-right: 3px !important;
}

@media (max-width: 730px) {
  #rr_top_products.acs_product_reviews_narrow .acs_btn_helpful_y,
  #rr_top_products.acs_product_reviews_narrow .acs_btn_helpful_n,
  #answ_reviews_review.acs_product_reviews_narrow .acs_btn_helpful_y,
  #answ_reviews_review.acs_product_reviews_narrow .acs_btn_helpful_n {
    padding: 0px !important;
    background: transparent;
    color: #2e2e2e;
    box-shadow: 0px 0px 0px;
  }
}

@media (max-width: 576px) {
  .src-components-gallery-styles__rr--vM49B.src-components-gallery-styles__root--u0B1x.src-components-gallery-styles__gallery--LHXD9
    .src-components-gallery-styles__thumbnail_holder--iSyOW {
    width: 24vw;
    height: 24vw;
  }
  .src-components-gallery-styles__link--iJKCB {
    color: #212529 !important;
  }
  #rr_top_products .rr_smb_ratings_container,
  #answ_reviews_review .rr_smb_ratings_container {
    margin: 20px 0 30px !important;
  }
  .acs_filter_bar {
    display: flex !important;
    align-items: center;
  }
  .acs_toolbar_wrapper div {
    display: flex !important;
  }
  .acs_recommendation_text {
    display: none !important;
  }
  div.rr_img_overall_container {
    display: none !important;
  }
  .acs_btn_write {
    margin-bottom: 25px !important;
  }
  #rr_top_products .acs_reviewer_name,
  #answ_reviews_review .acs_reviewer_name {
    right: 10px;
  }
  .acs_review_summary {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #answ_pagination_bottom {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .acs_js_template_filter_and_sort {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .acs_js_reviews_container {
    background: #f9f9f9 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #rr_top_products .grid-container,
  #answ_reviews_review .grid-container {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  #rr_top_products.acs_product_reviews_narrow .acs_btn_helpful_y,
  #rr_top_products.acs_product_reviews_narrow .acs_btn_helpful_n,
  #answ_reviews_review.acs_product_reviews_narrow .acs_btn_helpful_y,
  #answ_reviews_review.acs_product_reviews_narrow .acs_btn_helpful_n {
    padding: 0px !important;
    background: transparent;
    color: #2e2e2e;
    box-shadow: 0px 0px 0px;
  }

  #rr_top_products .acs_toolbar_wrapper,
  #answ_reviews_review .acs_toolbar_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .acs_review_text {
    margin-top: 0px !important;
    font-size: 14px !important;
  }
  #rr_top_products .acs_review_helpful,
  #answ_reviews_review .acs_review_helpful {
    margin-bottom: 20px;
  }
}
.acs_blox_fill:hover {
  cursor: pointer;
 
}
.src-components-gallery-styles__rr--vM49B.src-components-gallery-styles__root--u0B1x.src-components-gallery-styles__gallery--LHXD9 .src-components-gallery-styles__gallery_modal--qzhXN.src-components-gallery-styles__narrow--sjVpb{
height: auto !important;
}



#RR_PR_Frame_Wrapper .acs_blox_fill { color: #000000 !important;}

#rr_sort_select {
  width: 170px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  padding-left: 14px !important;
  margin-bottom: 0 !important;
  margin-left: 10px !important;
  border-color: #2e2e2e !important;
    no-repeat !important;
  background-position: 145px 16px !important;
  background-size: 8px !important;
}
#rr_top_products .acs_sort_values, #answ_reviews_review .acs_sort_values{
background-image: none !important;
}

