@charset "UTF-8";
.review-summary-actions, .aggregated-rating-view {
  display: inline-block;
  vertical-align: top;
}

.product_recommended {
  display: block;
  margin-top: 0.25rem;
}
.product_recommended.recommend:before {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
  content: url(../images/icons/smiling-face.svg);
}
.product_recommended.recommend.dont br {
  display: none;
}
.product_recommended.recommend.dont:before {
  content: url(../images/icons/neutral-face.svg);
}

.is_verified_buyer {
  display: inline-block;
  margin-left: 0.5rem;
  padding-left: 0.65rem;
  border-left: 2px solid #ccc;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #007744;
}

.col-main-top {
  margin-bottom: 0.5rem;
}
.col-main-top .rating-list {
  display: inline-block;
  margin-right: 0.5rem;
}

.col-content, .col-bottom {
  margin-top: 1rem;
}

.brief-summary {
  text-align: center;
}
.brief-summary .star-rating-container {
  display: block;
  margin: 1.5rem auto 1rem;
  height: 24px;
  width: 120px;
}
.brief-summary .star-rating-container .star-rating {
  height: 24px;
}
.brief-summary .aggregated-rating-view {
  font-weight: 700;
}

.recommend-customers {
  display: inline-block;
  margin: 2rem auto;
  background-color: #d9d9d9;
  border-radius: 0.3125rem;
  padding: 1.25rem 2rem;
  font-weight: 700;
}
.recommend-customers .percent {
  font-size: 3.125rem;
  line-height: 1;
  margin-bottom: 0.3125rem;
  font-family: "Work Sans", sans-serif;
  display: block;
}

.review-list .review-item {
  padding: 1.5rem 0.25rem;
  margin: 0.5rem 0;
  border-bottom: 1px solid #ccc;
}
.review-list .review-item:last-child {
  border: 0;
}
.review-list .review-details.summary {
  font-weight: 700;
}
.review-list .review-details.product_name_label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  font-style: italic;
  color: #676d7f;
  margin: 0.25rem 0 1rem;
}

.review-attachments .attach {
  max-width: 120px;
  display: inline-block;
  margin: 0 1rem;
}

.rating-chart {
  margin: 1rem 3rem 2rem;
}
.rating-chart .rating-star {
  display: inline-block;
  text-align: right;
  width: 3.75rem;
}
.rating-chart .rating-box {
  margin: 0.35rem 0;
}
.rating-chart .rating-star, .rating-chart .rating-count {
  vertical-align: middle;
}
.rating-chart .rating-bar {
  background: #ccc;
  display: inline-block;
  border-radius: 5000rem;
  margin: 0 1rem;
  width: 10rem;
  height: 1rem;
  vertical-align: middle;
}
.rating-chart .rating-bar-inner {
  background: #f9c035;
  border-top-left-radius: 5000rem;
  border-bottom-left-radius: 5000rem;
  display: block;
  height: 1rem;
}
.rating-chart .rating-bar-inner[data-rating="100"] {
  border-radius: 5000rem;
}

.review-filter {
  background: url("../images/pattern-bg/paper-bg_31590b.jpg") repeat-x #31590b;
  padding: 1rem 0.5rem;
  margin: 2rem 0;
}
.review-filter-wrapper {
  display: inline-block;
}
.review-filter-wrapper select {
  margin: 0;
}
.review-filter .admin__control-select {
  margin-top: 1rem;
}
.review-filter input[type=checkbox] {
  display: none;
  margin-bottom: 0;
}
.review-filter input[type=checkbox] + label {
  margin-right: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  color: #ffffff;
}

.review-sorter .sorter-option .descend, .review-sorter .sorter-option .ascend {
  color: #0073c0;
}

.review-sorter {
  margin: 2rem 0;
  padding-left: 0.5rem;
}
.review-sorter .sorter-label {
  font-weight: bold;
}
.review-sorter .sorter-option {
  display: inline-block;
  margin: 0 1rem;
  color: #676d7f;
  line-height: 1.1;
  font-weight: 600;
  cursor: pointer;
}
.review-sorter .sorter-option:hover {
  color: #e67921;
  border-color: transparent;
}
.review-sorter .sorter-option .ascend:after {
  content: "⇩";
}
.review-sorter .sorter-option .descend:after {
  content: "⇧";
}

.product-review-container {
  margin-top: 2rem;
}

.featured-review-container {
  border: 1px solid #ccc;
  border-radius: 0.3125rem;
  padding: 1.5rem 1.5rem 0;
  display: inline-block;
  margin: 2rem 0;
}
.featured-review-container .review-list .review-item {
  border: 0;
}
.featured-review-title {
  margin-top: 0;
}

.review-helpful-wrapper {
  margin-top: 2rem;
}
.review-helpful-wrapper .tag {
  display: block;
  margin-bottom: 0.25rem;
}
.review-helpful-wrapper .button.ui-gray.hollow {
  border-color: #9a9da6;
  color: #676d7f;
  margin: 0.5rem 0.5em 1.5rem 0;
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.4375rem 0.875rem;
}
.review-helpful-wrapper span {
  vertical-align: middle;
}

.comments-block:after, .comments-block:before {
  content: "";
  border: solid;
  border-width: 0 1rem 1rem;
  position: absolute;
  left: 2rem;
}

.comments-block {
  background-color: #f4f4f4;
  margin: 3rem 0 1rem 2rem;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 0.3125rem;
  padding: 1rem;
}
.comments-block:before {
  border-color: #ccc transparent;
  top: -1rem;
}
.comments-block:after {
  border-color: #f4f4f4 transparent;
  top: -0.9rem;
}
.comments-block .comment-head {
  font-style: italic;
  font-weight: 600;
}
.comments-block .comment-content {
  margin-top: 1rem;
}

.review-form {
  border: 1px solid #73bf44;
  border-top-width: 5px;
  padding: 1rem 2rem 2rem;
  margin-top: 2rem;
}
.review-form .field {
  margin: 1rem 0;
}
.review-form .field input {
  margin-bottom: 0;
}
.review-form .actions-toolbar {
  margin: 2rem 0;
}

.review-file-uploader {
  border: 2px dashed #b3b5b9;
  padding: 5rem 1rem;
  text-align: center;
  background-color: #fefefe;
}
.review-file-uploader.focus {
  background-color: #f4fbfe;
  color: #b3b5b9 !important;
  opacity: 0.5;
}
.review-file-uploader .uploader-area .label-text {
  font-size: 1.875rem;
  color: #676d7f;
}
.review-file-uploader .uploader-area .label-text:before {
  content: url("../images/icons/upload.svg");
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 1rem;
  vertical-align: middle;
  opacity: 0.85;
  display: inline-block;
}
.review-file-uploader .uploader-area input[type=file] {
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.review-file-uploader .uploader-drop-zone .uploader-placeholder-text {
  margin-top: 1rem;
}

.ratings-controls-container {
  margin: 1rem 0 2rem;
}
.ratings-controls-container .no-display {
  display: none;
}
.ratings-controls-container .rating-label {
  margin-left: 0.25rem;
}
.ratings-controls-container .rating-label:before {
  display: none;
}
.ratings-controls-container .rating-label:after {
  content: url("../images/icons/no-star.svg");
  height: 2rem;
  width: 2rem;
  border: 0;
  top: -0.75rem;
  left: -0.25rem;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  display: inline-block;
}
.ratings-controls-container .rating-label:not(:checked):after {
  content: url("../images/icons/no-star.svg");
}
.ratings-controls-container .rating-label._hovered:after, .ratings-controls-container .rating-label._checked:after {
  border: 0;
  content: url("../images/icons/full-star.svg");
}
.ratings-controls-container .rating-tooltip {
  display: inline-block;
  margin-left: 1rem;
  font-weight: 600;
}

.page-product-grouped .review-summary-actions .action.add {
  display: none;
}

.product-review-container .ratings-controls-container .rating-label {
  margin: 1rem 1.75rem 0 0.25rem;
}

@media screen and (min-width: 48em) {
  .recommend-customers {
    margin: 0 auto;
  }
  .review-write-control {
    margin-bottom: 2rem;
  }
  .rating-chart {
    text-align: center;
    margin: 1rem auto 2rem;
  }
  .review-helpful-wrapper .tag {
    display: inline-block;
    vertical-align: middle;
  }
  .review-helpful-wrapper .button.ui-gray.hollow {
    margin: 0 0.5rem;
    vertical-align: middle;
  }
  .review-filter {
    padding: 0.5rem;
  }
  .review-filter .admin__control-select {
    margin-top: 0;
  }
}
.advancedreviews-review-success .page-title, .advancedreviews-review-success .product-list-title {
  text-align: center;
}

.aw-ar__review-list .review-list {
  margin-bottom: 2rem;
}
.aw-ar__review-list .review-list .rating, .aw-ar__review-list .review-list .date {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: baseline;
}

.coupon-detail {
  margin-top: 2rem;
}
.coupon-container {
  margin: 1rem 0;
}
.coupon-promo {
  font-size: 1.5625rem;
  font-family: "Roboto Slab", Cambria, "Times New Roman", serif;
  font-weight: 700;
  color: #559a13;
}
.coupon-exp {
  font-size: 0.9375rem;
}
.coupon-code {
  display: inline-block;
  background-color: #f2fce2;
  padding: 0.1875rem 0.625rem;
}
.coupon-box {
  border-top: 2px dashed #9ed37d;
  margin-top: 1rem;
  padding: 1rem;
}
.coupon-box .full-width {
  width: 100%;
}
.coupon-box .button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.review-coupon {
  background-color: #ffffff;
  padding: 0;
  box-shadow: 0px 2px 4px 0 rgba(22, 45, 57, 0.2);
  border: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: calc(100% - 3rem);
  margin: 1rem auto 3rem;
}
.review-coupon > div {
  width: 100%;
}
.review-coupon .coupon-icon-wrapper {
  margin-top: 1.5rem;
}
.review-coupon .coupon-detail {
  text-align: center;
}
.review-coupon .coupon-box {
  margin-top: 1.5rem;
  padding: 1rem;
}

.button.yellow {
  background-color: #fad71c;
  border-color: #fad71c;
}
.button.yellow:before {
  color: #fad71c;
}
.button.yellow:hover, .button.yellow:active {
  background-color: #fbdb33;
  border-color: #fbdb33;
}
.button.yellow:focus {
  outline: 2px solid transparent;
  box-shadow: inset 0 0 0 1.5px #ffffff, 0 0 0 1.5px #fbdb35;
}

.product-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.aw_advanced_reviews-review_listing-product .review-summary {
  margin-top: 3rem;
}
.aw_advanced_reviews-review_listing-product .recommend-box, .aw_advanced_reviews-review_listing-product .summary-box {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
}
.aw_advanced_reviews-review_listing-product .review-write-control {
  margin-top: 2rem;
}
.aw_advanced_reviews-review_listing-product .review-image-wrapper .product-image-wrapper {
  margin: 1rem auto 2rem;
  text-align: center;
}
.aw_advanced_reviews-review_listing-product .review-image-wrapper .product-image-photo {
  max-width: 150px;
}
.aw_advanced_reviews-review_listing-product .button.back-to-product, .aw_advanced_reviews-review_listing-product .button.write-review {
  width: 100%;
}
.aw_advanced_reviews-review_listing-product .grouped .review-write-control {
  display: none;
}

@media screen and (min-width: 48em) {
  .aw_advanced_reviews-review_listing-product .review-summary {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .aw_advanced_reviews-review_listing-product .summary-box {
    flex: 0 0 auto;
    width: auto;
    padding-right: 2rem;
  }
  .aw_advanced_reviews-review_listing-product .review-image-wrapper {
    padding-right: 2rem;
  }
  .aw_advanced_reviews-review_listing-product .recommend-box {
    flex: 1 1 0px;
  }
  .aw_advanced_reviews-review_listing-product .button.back-to-product, .aw_advanced_reviews-review_listing-product .button.write-review {
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .aw_advanced_reviews-review_listing-product .brief-summary-wrapper {
    margin: 0 auto 3rem;
    padding-left: 2rem;
  }
  .aw_advanced_reviews-review_listing-product .review-write-control {
    margin: 0;
  }
}
/*# sourceMappingURL=product-review.css.map */
