/**
 * 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 .disabled {
  border: none;
}
#spr .spr_product_page_top_block {
  display: flex;
  flex-flow: row wrap;
}
#spr .spr_product_page_top_block > * {
  flex: 1 1 160px;
  align-items: stretch;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid lightgray;
}
#spr .spr_product_page_distribution_block {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
}
#spr .spr_product_page_distribution_block > * {
  flex: 1 1 160px;
  align-items: stretch;
  padding-bottom: 5px;
  margin-right: 20px;
  text-align: center;
}
#spr .spr_product_page_explain {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}
#spr .spr_product_page_explain > * {
  flex: 1 1 160px;
  align-items: stretch;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: center;
}
#spr a.spr_btn_rating {
  padding: 5px;
  text-align: center;
  width: 50%;
  margin-bottom: 5px;
}
#spr a.cms_link {
  font-style: italic;
  color: rgb(164, 157, 157);
}
#spr .spr-btn-text {
  white-space: normal;
  text-align: center;
}
#spr .spr_product_page_filter {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 15px;
  border-bottom: 1px solid lightgray;
}
#spr .spr_product_page_filter > * {
  flex: 1 1 160px;
  align-items: stretch;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: center;
}
#spr .spr_product_page_reviews {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 15px;
}
#spr .spr_product_page_reviews > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: left;
}
#spr .spr_product_see_more {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 15px;
}
#spr .spr_product_see_more > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: center;
}
#spr .spr_category_reviews {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
#spr .spr_category_reviews > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: left;
}
#spr .spr_home_reviews {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  border-bottom: 3px solid lightgrey;
}
#spr .spr_home_reviews > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: left;
}
#spr .spr_see_all_products {
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}
#spr .spr_see_all_products > a {
  flex-shrink: 1;
  flex-basis: 35;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: center;
  width: 30%;
}
#spr .spr_home_last_reviews_block {
  background-color: white;
  padding: 0.25rem 1.25rem 0.5rem;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#spr .spr_all_review_title {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid lightgrey;
}
#spr .spr_all_review_title > a {
  flex-shrink: 1;
  flex-basis: 35;
  padding-bottom: 10px;
  margin-right: 20px;
  text-align: center;
}
#spr .left-container {
  float: left;
  height: 50%;
  width: 15%;
  margin-right: 10px;
}
#spr .left-container > img {
  border-radius: 15px;
}
#spr .review_text_last_block {
  font-style: normal;
  font-size: 10pt;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  min-height: 40px;
  word-break: break-word;
  float: right;
  width: 860px;
}
#spr .review_text_last_block_category {
  font-style: normal;
  font-size: 10pt;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  min-height: 40px;
  word-break: break-word;
  float: right;
  width: 80%;
}
#spr .spr_battle_block_top {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
#spr .spr_battle_block_top > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  margin-right: 20px;
  text-align: left;
}
#spr .spr_battle_block_content {
  display: flex;
  flex: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
#spr .spr_battle_block_content > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  margin-right: 20px;
  text-align: center;
  width: 50%;
}
#spr .review_customer_battle {
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  color: #7a7a7a;
  margin-right: 5%;
}
#spr .spr_product_review_form {
  display: flex;
  flex: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
#spr .spr_product_review_form > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  margin-right: 20px;
  text-align: center;
}
#spr .spr_product_review_form_multi_criteria {
  display: flex;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 10px;
}
#spr .spr_product_review_form_multi_criteria > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  margin-right: 20px;
  text-align: center;
}
#spr .spr_review_title_form {
  vertical-align: bottom;
}
#spr .spr_account_product_reviews {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
#spr .spr_account_product_reviews > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 35;
  margin-right: 20px;
  text-align: left;
}
#spr .spr_account_product_reviews #tab-content>.tab-pane {
  display: none;
}
#spr .spr_account_product_reviews #tab-content>.active {
  display: block;
}
#spr .spr_account_product_reviews ul.nav {
  max-width: none;
}
#spr .spr_account_product_reviews ul.nav li {
  padding: 0px;
}
#spr .spr_account_product_reviews ul.nav li:not(.active) {
  padding: 0px;
}
#spr .spr_account_product_reviews ul.nav li a {
  border-bottom: none;
  box-shadow: none;
  transform: none;
}
#spr .spr_account_product_reviews ul.nav li a.nav-link {
  color:black !important;
  background-color: transparent !important;

}
#spr .spr_account_product_reviews ul.nav li a.nav-link.active {
  color:black !important;
  background-color: white !important;

}
#spr .spr_all_criteria_block {
  width: 100%;
  border: 1px solid lightgrey;
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 10px;
}
#spr .spr_all_criteria {
  display: flex;
  flex-wrap: wrap;
}
#spr div.spr_all_criteria_child {
  margin: 10px;
  padding: 10px;
  flex: 40%;
  font-size: 15px;
  text-align: center;
}
#spr .spr_all_criteria_battle {
  display: block;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
#spr .spr_all_criteria_battle_child_label {
  font-size: 15px;
  margin-right: 2%;
}
#spr div.spr_all_criteria_battle_child {
  padding: 10px;
  flex: 100%;
}
#spr .hide {
  display: none;
}
#spr .show {
  display: block;
}
#spr .average_text {
  font-size: 15px !important;
}
#spr .pull-center {
  text-align: center !important;
}
#spr .pull-left {
  text-align: left !important;
}
#spr .pull-right {
  text-align: right !important;
}
#spr .bold {
  font-weight: bold;
}
#spr .review_container {
  min-height: 150px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#spr .review_title {
  font-weight: 700;
  font-size: 18px;
  color: #7a7a7a;
  -ms-word-break: break-word;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#spr .review_display_light {
  font-size: 15px;
  color: #7a7a7a;
  -ms-word-break: break-word;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#spr .review_global_label {
  font-size: 15px;
  color: #7a7a7a;
}
#spr .review_customer {
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  color: #7a7a7a;
}
#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: normal;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  min-height: 40px;
  word-break: break-word;
  width: 100%;
  font-size: 1rem;
  line-height: 1.25rem;
}
#spr .review_text_battle {
  font-style: normal;
  font-size: 10pt;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  min-height: 40px;
  word-break: break-word;
  width: 100%;
}
#spr .review_text_answer {
  font-style: italic;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  min-height: 40px;
  word-break: break-word;
  width: 100%;
  font-size: 1rem;
  line-height: 1.25rem;
}
#spr .review_text_answer_head {
  color: #7a7a7a;
  font-size: 15px;
  padding-left: 10px;
  font-weight: bold;
  /*width: 800px;*/
}
#spr .spr-icon_verified {
  color: green;
}
#spr .spr-icon_verified_text {
  font-size: 12px;
  font-style: italic;
  color: green;
  font-weight: 300;
}
#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;
  width: 800px;
}
#spr .review_container_home {
  min-height: 150px;
  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: white;
  width: 33%;
}
#spr .bt_filter_row {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
#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;
}
#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: 0 16px 12px -20px #333;
  margin: 0 auto 20px !important;
}
#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);
}
#spr .ui-draggable .ui-dialog-titlebar {
  display: none !important;
}
#spr .ui-dialog .ui-dialog-buttonpane {
  border: none;
  padding: none !important;
}
#spr .alert .ui-dialog-titlebar-close {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 1366px) {
  #spr .spr_all_criteria_battle {
    text-align: center;
  }
  #spr div.spr_all_criteria_battle_child {
    padding: 10px;
    flex: 100%;
    text-align: center;
  }
  #spr .spr_all_criteria_battle_child_label {
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #spr .spr_product_page_reviews_criteria > * {
    flex-wrap: wrap;
    flex-shrink: 1;
    margin-right: 20px;
    text-align: center;
    width: 100%;
  }
  #spr div.spr_all_criteria_child {
    margin: 10px;
    padding: 10px;
    flex: 100%;
    text-align: center;
  }
  #spr a.spr_btn_rating {
    padding: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
  }
  #spr .spr_see_all_products > a {
    flex-shrink: 1;
    flex-basis: 35;
    padding-bottom: 10px;
    margin-right: 20px;
    text-align: center;
    width: 100%;
  }
  #spr .spr-icon_verified_text {
    display: none;
  }
  #spr .left-container {
    float: center;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  #spr .left-container > img {
    float: center;
    height: auto;
    width: 30%;
  }
  #spr .review_text_last_block {
    font-style: normal;
    font-size: 10pt;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    min-height: 40px;
    word-break: break-word;
    width: 100%;
    float: right;
    margin-top: 10px;
  }
  #spr .review_text_answer {
    font-style: italic;
    font-size: 9pt;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    min-height: 40px;
    word-break: break-word;
    width: 100% !important;
  }
  #spr .review_text {
    font-style: normal;
    font-size: 10pt;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    min-height: 40px;
    word-break: break-word;
    width: 100%;
  }
  #spr .review_text_answer_head {
    color: #7a7a7a;
    font-size: 15px;
    padding-left: 10px;
    font-weight: bold;
    width: 100%;
  }
  #spr .top-reviews {
    text-align: center;
  }
}


.ng--account--gsnippetsreviews a.link_producut_to_review{
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 5px;
  display: block;
  color:black;
  text-align:left;
}

.ng--account--gsnippetsreviews a.link_order_to_review {
  font-size: 0.8rem;
  line-height: 25px;
  font-weight: normal;
  display: block;
  color:black;
  text-align:left;
}

.ng--account--gsnippetsreviews a.link_producut_reviewed{
  font-size: 1.5rem;
  line-height: 25px;
  margin-bottom: 15px;
  display: block;
  color:black;
}


#spr .custom-review_container {
  background-color: #f5f5f5;
  border: 1px solid gray;
  position : relative;
}
#spr .custom-review_container .custom-block-verified{
  position: absolute;
  right: 0px;
}
#spr .custom-review_container .custom-name-customer{
  font-weight:bold;
}
#spr .custom-review_container .custom-date{

}
#spr .custom-review_container .custom-rate-star{

}
#spr .custom-review_container .top-reviews{
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0px;
}
#spr .custom-review_container .custom-text-review{
  flex: 8;
}
#spr .custom-review_container .custom-text-review .review_text{
  border: 0px;
  margin-top: 17px;
}
#spr .custom-review_container .custom-other-btns{
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#spr .custom-answer-merchant{
  margin-top:15px;
  margin-bottom:15px;
  margin-left: 20%;
}
#spr .custom-answer-merchant .review_text_answer{
  border: 0px;
}

#spr .custom-spr-block-global-rate {
  float:left;
  width:300px;
  margin-right: 25px;
}
@media (max-width: 649px) {
  #spr .custom-spr-block-global-rate {
    float: none;
    margin:5px auto ;
    overflow: hidden;
  }
}
#spr .custom-spr-block-global-rate .custom-global-note{
  float:left;
}
#spr .custom-spr-block-global-rate .custom-global-note strong {
  font-size: 24px;
}
#spr .custom-spr-block-global-rate .rating-star-display{
  float:right;
}
#spr .custom-spr-block-global-rate .custom-btn-review{
  clear:both;
  margin-top:25px;
  width: 100%;
  float: left;
}
#spr .custom-spr-block-global-rate .custom-btn-review a.spr_btn_rating {
  width:100%;
}
#spr .custom-spr-block-detail-rate {
  float:left;
  width:200px
}
@media (max-width: 649px) {
  #spr .custom-spr-block-detail-rate {
    float: none;
    margin:5px auto ;
    overflow: hidden;
  }
}
@media (min-width: 650px) {
  #spr .custom-spr-block-detail-rate {
    position: relative;
    top: -33px;
  }
}

#spr .custom-spr-block-detail-rate .spr_product_page_distribution_block {
  display: block;
  overflow: hidden;
}
#spr .custom-spr-block-detail-rate .custom-distribution-note{
  float: left;
  margin-right: 5px;
  width: 40px;
}

#spr .custom-spr-block-detail-rate .custom-distribution-note .progress-stars{
  color: black !important;
}
#spr .custom-spr-block-detail-rate .custom-distribution-progress{
  float: left;
  margin-right: 0px;
  width: 150px;
}
#spr .custom-spr-block-detail-rate .custom-distribution-progress .progress-distrib{
  padding: 0px;
  height: 10px;
  float:left;
  width:90%;
  margin-top: 6px;
  margin-bottom: 0px;
}
#spr .custom-spr-block-detail-rate .custom-distribution-progress .custom-distribution-count{
  float:left;
  width:10%;
}
#spr .custom-spr-block-detail-rate .custom-distribution-progress .progress-bar{
  padding: 0px;
  background-color: #5bc0de !important;
}

#spr .spr_product_page_top_block .customer-block-top-title {
  border:none;
}

.custom-alert-msg-incetive{
  background-color: #f7f6f4 !important;
  border: #f7f6f4 !important;
  color:#000 !important;
}

.ng--account #bt-order-details-rating  .table-bordered td a.btn-rating {
  color: black !important;
  display: block;
  width: 160px;
}

.ng--account #bt-order-details-rating  .table-bordered td a.btn-rating i{
  color:black !important;
}