/**
 * Shop product reviews
 *
 * @author    businesstech.fr <modules@businesstech.fr> - https://www.businesstech.fr/
 * @copyright Business Tech - https://www.businesstech.fr/
 * @license   see file: LICENSE.txt
 *
 *           ____    _______
 *          |  _ \  |__   __|
 *          | |_) |    | |
 *          |  _ <     | |
 *          | |_) |    | |
 *          |____/     |_|
 */
#spr {
  /** Product footer review list block **/
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */
  /* Tooltip text */
  /** expand more and less **/
}
#spr .spr-btn-text {
  white-space: normal;
  text-align: center;
}
#spr #spr_reviews_list_footer .rating-star-display {
  margin-top: 5px;
}
#spr .hide {
  display: none;
}
#spr .show {
  display: block;
}
#spr .average_text {
  font-size: 15px !important;
}
#spr .pull-center {
  text-align: center !important;
}
@media (min-width: 768px) {
#spr .pull-left {
  text-align: left !important;
}
#spr .pull-right {
  text-align: right !important;
}
}
@media (max-width: 767px) {
#spr .pull-md-center {
  text-align: center !important;
}
}
#spr .btn-review {
  padding: 0.75rem 1.75rem;
  background: #13a8dd;
}
@media (max-width: 767px) {
#spr .btn-review {
  width: 100%;
}
}
#spr .bold {
  font-weight: bold;
}
#spr_reviews_list_footer {
  padding-top: 1.5rem;
  margin: 0 0 5rem;
}
#spr #result_product_page {
  margin-top: -0.5rem;
}
#spr .review_container {
  min-height: 100px;
  padding: 30px 15px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#index #spr .review_container {
  text-align: center;
}
#spr .review_container.last {
  border: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
#index #spr .review_container {
  border-color: #ffffff;
}
}
#spr .top_reviews_block h3 {
    font-size: 1.75rem;
    text-align: center;
    font-weight: 600;
    padding-top: 0;
    margin-bottom: 0;
}
#spr .top_reviews_block h3 span {
    font-size: 0.85rem;
    font-weight: 300;
	font-style: italic;
	color: #777777;
    padding-left: 0.5rem;
	letter-spacing: 0.2px;
}
#spr .top_reviews_block h3 span i {
    font-size: 0.825rem;
	margin-right: 4px;
}
@media (min-width: 768px) {
#spr .top_reviews_block h3 {
    text-align: left;
}
#spr .top_reviews_block h3 span {
    padding-left: 1rem;
}
}
#spr .review_title {
  display: block;
  font-size: 1.425em;
  font-weight: 600;
  color: #222222;
  margin-top: 0.75rem;
  margin-bottom: 0;
  padding-left: 5px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
#product #spr .review_title {
  margin-top: 0;
}
#spr .products-section-title {
  font-family: BaronNeueBlack;
  font-size: 2.75rem;
  text-transform: lowercase;
  font-weight: 400;
  letter-spacing: 0;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
#index #spr .products-section-title {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  color: #000000;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 5.5rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
#index #spr .products-section-title {
    font-size: 33px;
}
}
#spr .shop-review {
  text-align: center;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
#spr .shop-review {
  text-align: right;
  margin-top: 2rem;
  margin-bottom: 2rem;
}	
}
#spr .review_global_label {
  font-size: 15px;
  color: #7a7a7a;
}
#spr .customer_bg {
  margin-top: -5px;
  padding-bottom: 10px;
}
#spr .content_review_customer {
  margin-top: -1px;
  margin-bottom: 0.25rem;
}
#spr .content_stars {
  margin-top: 0;
  padding-left: 2px;
}
#spr .review_customer {
  font-weight: 400;
  font-size: 13px;
  vertical-align: middle;
  color: #444444;
  padding-left: 5px;
}
#product #spr .review_customer {
  font-size: 12.5px;
  padding-left: 0;
}
#spr .prod-review {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
#spr .prod-review {
  text-align: right;
  margin-top: -20px;
  margin-bottom: 0.5rem;
}
}
#spr .prod-review a {
  margin-right: 15px;
}
#spr .review_product {
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  text-decoration: underline;
  color: #7a7a7a;
}
#spr i.spr_vote_up,
#spr i.spr_vote_down {
  color: lightgray;
  cursor: pointer;
}
#spr i.spr_vote_up:hover {
  color: green;
}
#spr i.spr_vote_up_shop,
#spr i.spr_vote_down_shop {
  color: lightgray;
  cursor: pointer;
}
#spr i.spr_vote_up_shop:hover {
  color: green;
}
#spr .spr_voted_up {
  color: green !important;
}
#spr .spr_voted_down {
  color: red !important;
}
#spr i.spr_vote_down:hover {
  color: red;
}
#spr .spr_report_abuse {
  color: lightgray;
  cursor: pointer;
}
#spr .spr_report_abuse:hover {
  color: orange;
  cursor: pointer;
}
#spr .spr_report_abuse_shop {
  color: lightgray;
  cursor: pointer;
}
#spr .spr_report_abuse_shop:hover {
  color: orange;
  cursor: pointer;
}
#spr .review-vote {
  font-weight: bold;
  font-size: 14px;
  padding-left: 10px;
}
#spr .review_text {
  font-style: italic;
  font-size: 1.175em;
  color: #464664;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  margin-left: 5px;
  word-break: break-word;
  padding-left: 12px;
}
#index #spr .review_text {
  border-left: 0;
}
#product #spr .review_text {
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  margin-left: 5px;
  padding-left: 14px;
}
#spr .spr-icon_verified {
  color: green;
}
#spr .spr-icon_verified_text {
  font-size: 12px;
  font-style: italic;
  color: green;
}
#spr .spr-icon_unverified_text {
  font-size: 12px;
  font-style: italic;
  color: red;
}
#spr .spr-icon_success {
  color: green;
}
#spr .spr-icon_danger {
  color: red;
}
#spr .spr-icon_warning {
  color: orange;
}
#spr .pagination .page-list {
  box-shadow: none;
}
#spr .review_title_battle {
  font-size: 15px;
  font-weight: 700;
  color: #7a7a7a;
  text-align: center;
}
#spr .spr_explain_moderation {
  margin-top: 20px;
}
#spr .table_cell {
  vertical-align: middle;
}
#spr .last_review_block_cat {
  background-color: transparent;
  height: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
#spr .review_text_home {
  font-style: normal;
  font-size: 10pt;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  word-break: break-word;
}
#spr .home_last_review {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0.5rem;
}
#spr.home_bg{
  padding-bottom: 4.5rem;
}
#index #spr.home_bg {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background: #f8f8f8;
}
@media (max-width: 767px) {
#index #spr.home_bg {
  background: #ffffff;
}
}
@media (min-width: 768px) {
#spr #result_all_reviews {
  margin-top: 3rem;
}
}
#spr .home_last_review_cat_hook {
  background-color: white;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
#spr .home_last_review_cat {
  background-color: transparent;
}
#spr .review_container_home {
  min-height: 125px;
  padding: 10px;
}
#spr .average_cat_block {
  background-color: transparent;
}
#spr .average_cat_block_bottom {
  background-color: white;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
}
#spr .bt_see_all {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin-top: 0.5rem;
  padding: 10px 25px 10px 25px;
  border-radius: 30px;
  background-color: #cfcfcf;
}
#spr .bt_see_all:hover {
  color: #ffffff;
  background-color: #222222;
}
#spr .bt_filter_row {
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  padding: 0px;
}
#spr .tooltip_spr {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#spr .tooltip_spr .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: white;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
#spr .tooltip_spr:hover .tooltiptext {
  visibility: visible;
  margin-left: 25px;
}
#spr .tooltip_spr .tooltiptext_vote {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: white;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
#spr .tooltip_spr:hover .tooltiptext_vote {
  visibility: visible;
  margin-top: 35px;
}
#spr .spr_expand {
  cursor: pointer !important;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#spr .spr_expand {
  cursor: pointer !important;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#spr .spr_go_to {
  cursor: pointer !important;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#spr .product-review-line-label {
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  color: #7a7a7a;
  text-align: center;
  margin-bottom: 10px;
}
#spr .product-review-line-label-battle {
  font-weight: bold;
  font-size: 13px;
  vertical-align: middle;
  color: #7a7a7a;
  text-align: center;
  margin-bottom: 10px;
}
#spr .star_custom_size-review-line-label {
  font-size: 21px !important;
}
#spr .criteria-details {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
#index #spr .criteria-details,
#module-gsnippetsreviews-allReviewsShopPage #spr .criteria-details {
  display: none;
}
#spr .criteria-details-battle {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
}
#spr .criteria-details-average {
  padding: 15px;
}
#spr .star_custom_size-left {
  font-size: 40px !important;
}
#spr .clr_hr_shadow {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  border: none;
  width: 100%;
  height: 50px;
  box-shadow: none;
  margin: 0 auto 20px !important;
}
#spr .top_reviews_block {
  display: inline-block;
}
#spr .cms_link {
  color: gray;
  font-size: 12px;
}
#spr .cms_link:hover {
  text-decoration: underline;
  font-weight: bold;
}
#spr .battle-block {
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/** small screen **/
@media screen and (min-width: 0px) and (max-width: 821px) {
  .star_custom_size {
    text-align: center !important;
    margin-bottom: 10px;
  }

  .average_text_info {
    text-align: center !important;
    margin-bottom: 10px;
  }

  .top_reviews_block {
    text-align: center !important;
    margin-bottom: 25px;
  }

  .review_title_battle {
    text-align: center !important;
  }

  .criteria_average_battle {
    text-align: center !important;
  }

  .share_block {
    text-align: center !important;
  }

  .product-review-line-label {
    text-align: center !important;
  }

  .product-review-line-label-stars {
    text-align: center !important;
  }

  .review-vote {
    text-align: center !important;
  }

  .bt_see_all {
    color: white;
    width: 100%;
  }

  .clr_hr_shadow {
    height: 10%;
  }
}