/*
** DO NOT EDIT THIS FILE! All changes will be overwritten.
** edit the master in app/assets/stylesheets/themes/napaonline/templates/_core.scss,
** then run script/activate-theme napaonline
*/
/* line 2, ../../../../home/matt/.rvm/gems/ruby-3.3.1@canyonero7/gems/neat-1.6.0/app/assets/stylesheets/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
** app/assets/stylesheets/_core.scss
** installed by ./script/activate-theme napaonline
** at Tue Nov 18 11:25:34 AM PST 2025 on wendigo
*/
/* line 3, app/assets/stylesheets/product_reviews.scss */
#share-area, #page-title, #live-chat, #lc_invite_layer {
  display: none !important;
}

/* line 7, app/assets/stylesheets/product_reviews.scss */
#create-review {
  margin: 1rem 0;
}

@media screen and (min-width: 920px) {
  /* line 15, app/assets/stylesheets/product_reviews.scss */
  .submit-wrapper {
    margin: 1rem 0rem 2rem;
  }
}

@media screen and (max-width: 700px) {
  /* line 21, app/assets/stylesheets/product_reviews.scss */
  #content-area {
    background: #FFF;
  }
}

/* line 35, app/assets/stylesheets/product_reviews.scss */
.br-theme-css-stars .br-widget {
  height: 2.5rem;
  white-space: nowrap;
}

/* line 39, app/assets/stylesheets/product_reviews.scss */
.br-theme-css-stars .br-widget a {
  text-decoration: none;
  float: left;
  font-size: 2.4rem;
  margin-right: 5px;
}

/* line 48, app/assets/stylesheets/product_reviews.scss */
.br-theme-css-stars .br-widget a:after {
  content: "\2605";
  color: #e9e9e9;
}

/* line 53, app/assets/stylesheets/product_reviews.scss */
.br-theme-css-stars .br-widget a.br-active:after {
  color: #ffc72c;
}

/* line 57, app/assets/stylesheets/product_reviews.scss */
.br-theme-css-stars .br-widget a.br-selected:after {
  color: #ffc72c;
}

/* line 61, app/assets/stylesheets/product_reviews.scss */
.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}

/* line 68, app/assets/stylesheets/product_reviews.scss */
#product_review_body {
  height: 11rem;
}

/* line 74, app/assets/stylesheets/product_reviews.scss */
#review-photo-uploader .terms {
  font-size: 0.8rem;
  color: #777;
  text-align: center;
}

/* line 85, app/assets/stylesheets/product_reviews.scss */
#review-verdict.good {
  color: #ffc72c;
}

/* line 89, app/assets/stylesheets/product_reviews.scss */
#review-verdict.very-good {
  color: darkgreen;
}

/* line 93, app/assets/stylesheets/product_reviews.scss */
#review-verdict.awesome {
  color: darkgreen;
  animation: blink 1s linear infinite;
}

/* line 102, app/assets/stylesheets/product_reviews.scss */
#after-review {
  display: none;
  z-index: 99;
  font-size: 1rem;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  background: #FFF;
  text-align: center;
  padding: 1rem;
}

/* line 15, ../../../../home/matt/.rvm/gems/ruby-3.3.1@canyonero7/gems/bourbon-3.2.4/app/assets/stylesheets/addons/_clearfix.scss */
#after-review:after {
  content: "";
  display: table;
  clear: both;
}

/* line 113, app/assets/stylesheets/product_reviews.scss */
#after-review h1 {
  font-size: 2rem;
  color: #ffc72c;
}

/* line 124, app/assets/stylesheets/product_reviews.scss */
#after-review .other-item-wrapper {
  text-align: center;
  width: 100%;
}

/* line 129, app/assets/stylesheets/product_reviews.scss */
#after-review .other-item {
  display: inline-block;
  width: 28%;
  margin: 0 3% 3% 0;
  vertical-align: top;
}

@media screen and (max-width: 700px) {
  /* line 137, app/assets/stylesheets/product_reviews.scss */
  #after-review .other-item {
    width: 45%;
  }
}

/* line 142, app/assets/stylesheets/product_reviews.scss */
#after-review .other-item:hover a {
  text-decoration: underline;
}

/* line 146, app/assets/stylesheets/product_reviews.scss */
#after-review .continue {
  clear: both;
}

@media screen and (max-width: 700px) {
  /* line 152, app/assets/stylesheets/product_reviews.scss */
  #after-review {
    border: 1px solid #ffc72c;
  }
}

/* line 157, app/assets/stylesheets/product_reviews.scss */
main.review-complete {
  position: relative;
}

/* line 160, app/assets/stylesheets/product_reviews.scss */
main.review-complete #after-review {
  display: block;
  position: absolute;
  width: 90%;
  top: 10%;
  left: 5%;
}

/* line 168, app/assets/stylesheets/product_reviews.scss */
main.review-complete .new_customer_photo {
  opacity: 0.1;
}
