@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 {
  font-weight: 700;
  font-size: 1.0714285714rem;
  color: #238247;
}

.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;
}

.container-body .aw-ar__review-list {
  background-color: #f7f7f7;
  padding: 3rem 1rem 0;
  margin: 2rem auto;
}
.container-body .block-content {
  padding: 0;
}

.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;
  text-align: center;
  margin: 2rem auto;
  background-color: #f7f7f7;
  padding: 1.25rem 2rem;
  font-weight: 700;
  text-align: center;
}
.recommend-customers .percent {
  font-size: 3.5714285714rem;
  line-height: 1;
  margin-bottom: 0.3571428571rem;
  font-family: "Work Sans", sans-serif;
  display: block;
}

.review-list .review-item {
  padding: 1.5rem 0;
  margin: 0.5rem 0;
  border-bottom: 1px solid #cccccc;
}
.review-list .review-item:last-child {
  border: 0;
}
.review-list .review-details.summary {
  font-weight: 700;
  font-size: 1.2142857143rem;
  vertical-align: middle;
}
.review-list .review-details.product_name_label {
  display: block;
  font-size: 0.9285714286rem;
  font-weight: 600;
  font-style: italic;
  color: #707070;
  margin: 0.25rem 0 1rem;
}

.review-content {
  margin-top: 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: 4.2857142857rem;
}
.rating-chart .rating-box {
  margin: 0.35rem 0;
}
.rating-chart .rating-star, .rating-chart .rating-count {
  vertical-align: middle;
}
.rating-chart .rating-bar {
  background: #cdcdcd;
  display: inline-block;
  margin: 0 1rem;
  width: 10rem;
  height: 1rem;
  vertical-align: middle;
}
.rating-chart .rating-bar-inner {
  background: #F39C12;
  display: block;
  height: 1rem;
}

.review-filter {
  margin: 0;
  border-radius: 0;
}
.review-filter-wrapper {
  display: inline-block;
}
.review-filter-wrapper select {
  margin: 2rem 0 0 0;
}
.review-filter input[type=checkbox] {
  margin-bottom: 0;
}
.review-filter input[type=checkbox] + label {
  margin-right: 1rem;
  margin-bottom: 0;
  font-weight: 600;
}

.review-sorter .sorter-option .descend, .review-sorter .sorter-option .ascend {
  color: #1E7EB0;
}

.review-sorter {
  margin: 2rem 0;
}
.review-sorter .sorter-label {
  font-weight: bold;
}
.review-sorter .sorter-option {
  display: inline-block;
  margin: 0 1rem;
  color: #707070;
  line-height: 1.1;
  font-weight: 600;
  border-bottom: 2px dotted #efefef;
  cursor: pointer;
}
.review-sorter .sorter-option:hover {
  color: #1E7EB0;
  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 #cccccc;
  border-radius: 0;
  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: #aaaaaa;
  color: #707070;
  margin: 0.5rem 0.5em 1.5rem 0;
  display: inline-block;
  font-size: 1.0714285714rem;
  padding: 0.5rem 1rem;
}
.review-helpful-wrapper span, .review-helpful-wrapper svg {
  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 #cccccc;
  border-radius: 0;
  padding: 1rem;
}
.comments-block:before {
  border-color: #efefef 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 #cccccc;
  background-color: #f7f7f7;
  border-radius: 0;
  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;
}

.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) {
  .container-body .aw-ar__review-list {
    padding: 3rem 3rem 0.5rem;
  }
  .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-wrapper select {
    margin: 0;
  }
}
.advancedreviews-review-success .page-title, .advancedreviews-review-success .product-list-title {
  text-align: center;
}

.review-success-container {
  text-align: center;
}
.review-success-container .product-list-box {
  margin-top: 2rem;
  background: #f7f7f7;
  padding: 1rem;
  display: inline-flex;
  flex-direction: column;
  text-align: left;
}
.review-success-container .product-list-box .product-image-photo {
  max-width: 100px;
  margin-right: 1rem;
}

.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-container {
  margin: 1rem 0;
}
.coupon-icon {
  display: inline-block;
  margin-top: 0.7857142857rem;
  font-size: 1.7857142857rem;
  color: #ffffff;
}
.coupon-icon-wrapper {
  margin: 2rem auto 1rem;
  width: 3.2142857143rem;
  height: 3.2142857143rem;
  border-radius: 50%;
  background-color: #1E85BB;
}
.coupon-promo {
  font-size: 1.7857142857rem;
  color: #1E7EB0;
  font-family: "factoria", "open-sans", Georgia, serif;
}
.coupon-exp {
  font-size: 1.0714285714rem;
}
.coupon-code {
  text-align: left;
}
.coupon-box {
  position: relative;
  border-top: 1px dotted #cdcdcd;
  margin-top: 2rem;
  padding: 1rem;
  background: #efefef;
}
.coupon-box .full-width {
  width: 100%;
}
.coupon-box:before {
  transform: rotate(180deg);
  content: "✂";
  font-size: 1.7857142857rem;
  color: #aaaaaa;
  top: -1.2857142857rem;
  right: 1rem;
  position: absolute;
}
.coupon-box .button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.coupon-code .coupon {
  font-weight: 700;
}

.review-coupon {
  background-color: #ffffff;
  padding: 0;
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border: 1px solid #cccccc;
  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;
  background-color: #238247;
}
.review-coupon .coupon-detail {
  text-align: center;
}
.review-coupon .coupon-box {
  margin-top: 1.5rem;
  padding: 1rem;
}
.review-coupon .coupon-promo {
  color: #3D3B3B;
}
.review-coupon .cou-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.review-coupon .cou-block .note {
  font-weight: 700;
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 1rem;
}
.review-coupon .cou-block .wrapper {
  flex: 0 0 50%;
  width: 50%;
}
.review-coupon .cou-block .wrapper.code {
  text-align: center;
  border: 2px dotted #1E7EB0;
}
.review-coupon .cou-block .wrapper.code.active {
  border-color: #238247;
}
.review-coupon .cou-block .wrapper.code.active .code {
  color: #238247;
}
.review-coupon .cou-block .wrapper .code {
  font-weight: 700;
  font-size: 1.2857142857rem;
  line-height: 2;
  color: #1E7EB0;
}

.button.green {
  background-color: #238247;
}
.button.green:hover, .button.green:active, .button.green:focus {
  background-color: #238247;
}
.button.green:hover:after, .button.green:active:after, .button.green:focus:after {
  background-color: #1b6336;
}

.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) {
  .review-success-container .product-list-box {
    padding: 1rem 2rem;
  }
  .review-coupon .cou-block {
    padding: 0.75rem 1rem;
  }
  .review-coupon .cou-block .note {
    width: auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .review-coupon .cou-block .wrapper {
    flex: 1 0 auto;
    width: auto;
  }
  .review-coupon .cou-block .wrapper.code {
    padding: 0 2rem;
  }
  .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 */
