.peak-review {
  top: 0;
  left: 0;
  z-index: 3000;
}

.peak-review > .modal-content {
  margin-right: auto;
  margin-left: auto;
  z-index: 2200;
  margin-top: 5%;
  margin-bottom: 5%;
  min-width: 500px;
  display: none;

  background-color: white;
  padding: 12px 24px;
  border-radius: 2px;
}

.peak-review.modal-active > .modal-content {
  display: block;
  padding: 8px 32px 24px 32px;
}

.peak-review > .modal-content h3 span {
    color: #c4122f;
}

.peak-review > .modal-content .validation-advice {
	clear: both;
  line-height: normal;
  margin-top: 0;
}

.peak-review > .modal-content form {
  max-width: none;
}

.peak-review > .modal-content ul.form-list {
  padding-left: 0px;
}

.peak-review > .modal-content ul.form-list li .label-review-title {
	float: left;
  margin-top: 8px;
}

.peak-review > .modal-content ul.form-list li.stars-fields-container {
  margin-bottom: 0;
}

.peak-review > .modal-content ul.form-list li {
  list-style-type: none;
}

.peak-review > .modal-content ul.form-list li input {
    width: 100%;
    height: 50px;
}

.peak-review > .modal-content ul.form-list li label {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #aaa;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
}
.peak-review > .modal-content ul.form-list li textarea {
	max-width: 100%;
	font-size: 15px;
  padding: 8px;
  border: 1px solid silver;
  outline: none;
  border-radius: 2px;
}

.peak-review > .modal-content ul.form-list li textarea:focus {
  border: 1px solid #c4122f;  
}

.peak-review > .modal-content ul.form-list li textarea.validation-failed {
    border-color: #c4122f;
}

.peak-review > .modal-content ul.form-list li select {
  width: 100%;
  height: 50px;
  padding-left: 12px;
  background: transparent url('../../images/assets/global/arrow-down.png') no-repeat 95% center;
}

.peak-review > .modal-content .form-tips {
  line-height: normal;
  font-size: 12px;
  text-align: right;
  margin: 0;
}

.peak-review > .modal-content .form-tips.hidden {
  display: none;
}

.peak-review > .modal-content .buttons-set {
	width: 100% !important;
  text-align: center;
  margin-bottom: 0;
}

.peak-review > .modal-content .buttons-set .button {
  border: 3px solid #c4122f;
  padding: 15px 40px;
  font-weight: 300;
  font-size: 18px;
  margin-top: 16px;
}

.peak-review > .modal-content .buttons-set .button:hover {
  background-color: #c4122f;
}

@media (max-width: 767px) {
  .peak-review.modal-active > .modal-content {
    margin-top: 0;
    margin-bottom: 0;
  }

}

/* Mobile handling */
@media (max-width: 960px) {
  .peak-review.modal-active > .modal-content {
    max-height: initial;
    min-width: 100%;
    border-radius: 0px;
    padding: 16px;
  }

  .peak-review > .modal-content .buttons-set {
    width: 100%;
  }
}

/* Rating stars */

.stars-fields-container .rating {
  background: url('../../images/assets/product/bstar.png') repeat-x 0 0;
  width: 160px;
  height: 32px;
  margin: 0 auto;
  padding: 0;
  border: none;
  float: right;
}

.stars-fields-container .rating input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  width: initial !important;
}
.stars-fields-container .rating input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
.stars-fields-container .rating input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
.stars-fields-container .rating input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
.stars-fields-container .rating input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
.stars-fields-container .rating input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
.stars-fields-container .rating label {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
.stars-fields-container .rating label:hover ~ span {
  background-position: 0 -32px;
}
.stars-fields-container .rating label.star-5:hover ~ span {
  width: 100% !important;
}
.stars-fields-container .rating label.star-4:hover ~ span {
  width: 80% !important;
}
.stars-fields-container .rating label.star-3:hover ~ span {
  width: 60% !important;
}
.stars-fields-container .rating label.star-2:hover ~ span {
  width: 40% !important;
}
.stars-fields-container .rating label.star-1:hover ~ span {
  width: 20% !important;
}
.stars-fields-container .rating span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 32px;
  background: url('../../images/assets/product/bstar.png') repeat-x 0 -64px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}

/*
.peak-review > .modal-content .rating { 
  border: none;
  float: right;
  padding: 0;
}

.peak-review > .modal-content .rating > input { display: none; } 
.peak-review > .modal-content .rating > label { line-height: 0; }
.peak-review > .modal-content .rating > label > span { 
  margin: 0 5px;
  width: 32px;
  height: 32px;
  background-image: url('../../images/assets/product/bstar-ghost.png');
  background-repeat: no-repeat;
  display: inline-block;
}

.peak-review > .modal-content .rating > label { 
  color: #ddd; 
  float: right; 
  font-size: 32px;
}

*/

.peak-review > .modal-content .close-dialog {
    cursor: pointer;
    height: 32px;
    width: 32px;
    z-index: 9999;
  	background-image: url('../../images/assets/global/close.png');
  	background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 12px;
}

.peak-review > .modal-content .close-dialog:focus,
.peak-review > .modal-content .close-dialog:hover {
  	background-image: url('../../images/assets/global/close-red.png');
}

/***** CSS Magic to Highlight Stars on Hover *****/

.peak-review > .modal-content .rating > input:checked ~ label > span,
.peak-review > .modal-content .rating:not(:checked) > label:hover > span,
.peak-review > .modal-content .rating:not(:checked) > label:hover ~ label > span {
  background-image: url('../../images/assets/product/bstar-red.png');
  background-repeat: no-repeat;
} /* hover previous stars in list */

.peak-review > .modal-content .rating > input:checked + label:hover > span,
.peak-review > .modal-content .rating > input:checked ~ label:hover > span,
.peak-review > .modal-content .rating > label:hover ~ input:checked ~ label > span,
.peak-review > .modal-content .rating > input:checked ~ label:hover ~ label > span {
  opacity: 0.75;
}

/* Specific to products review page */

.product-to-review {
  margin-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
  float: left;
  width: 48%;
}

.product-to-review:nth-child(odd) {
   margin-right: 2%;
}
.product-to-review:nth-child(even) {
   margin-left: 2%;
}

.product-to-review .button {
  padding: 10px 20px;
}

.product-to-review .product-thumbnail {
  width: 25%;
  float: left;
}

.product-to-review .product-details {
  width: 75%;
  float: left;
  padding: 0 8px;
}

.product-to-review .product-details h2 {
  margin: 0 0 4px 0;
}

.product-to-review .product-details .desc {
  margin: 0;
  min-height: 64px;
}

.product-to-review .product-details .product-review-button {
  float: left;
}

@media (max-width: 1250px) {
  .product-to-review {
    float: none;
    width: 100%;
    margin: 12px 1% 0 1%;
  }
}

/* Product review list (product page) */

#leavareview-button span {
  font-size: 12px;
  font-weight: 400;
  border-width: 2px;
  padding: 0px 25px;
}

.review-displayer {
  padding-top: 20px;
  padding-bottom: 20px;
}

#leavareview-button {
  margin-top: 20px;
}

#product-reviews-more-button {
  margin-bottom: 20px;
}

#product-reviews-more-button span {
  border-color: #b4b4b4;
  color: #b4b4b4;
  font-size: 12px;
  font-weight: 400;
  border-width: 2px;
  padding: 0px 25px;
}

#product-reviews-more-button span:hover {
  color: #ffffff;
  background-color: #b4b4b4;
}

#product-reviews-container .one-third {
  margin: 2% 5%;
}

@media (max-width: 767px) {
  #product-reviews-container .one-third {
    margin: 5%;
  }
}

#product-reviews-container .reviews-item-container {
  position: relative;
  z-index: 1;
  text-align: left;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: normal;
}

#product-reviews-container .reviews-item-container .tag-recommand-friend {
  font-weight: bold;
}

#product-reviews-container .reviews-item-container p.review-title {
  font-family: "Oswald", "Helvetica", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #c4122f;
  margin: 0;
  overflow-wrap: break-word;
}

#product-reviews-container .reviews-item-container p.review-author {
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #d1d1d1;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: normal;


  margin: 8px 0;
}

#product-reviews-container .reviews-item-container p.review-comment {
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0;
  overflow-wrap: break-word;
}

#product-reviews-container .reviews-item-container .report-review-container {
  display: inline;
  margin: 12px 0;
  font-size: 14px;
  line-height: 20px;
}

#product-reviews-container .reviews-item-container .abuse-link {
  color: #403636;
  text-decoration: underline;
}

#product-reviews-container .reviews-item-container .helpful-container {
  font-size: 14px;
  line-height: 20px;
  color: #403636;
  margin: 12px 0;
  display: inline;
}

#product-reviews-container .reviews-item-container .helpful-container .yes,
#product-reviews-container .reviews-item-container .helpful-container .no {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

#product-reviews-container .reviews-item-container .helpful-container .yes {
  background-image: url('../../images/assets/global/thumb-up.png');
}

#product-reviews-container .reviews-item-container .helpful-container .no {
  background-image: url('../../images/assets/global/thumb-down.png');
}

#product-reviews-container .reviews-item-container .helpful-result, 
#product-reviews-error {
  font-size: 14px;
  font-weight: normal;
  font-family: "Oswald", "Helvetica", sans-serif;
  text-transform: uppercase;
}

#product-reviews-container .reviews-item-container .helpful-form {
  display: inline-block;
}

#product-reviews-container .reviews-item-container .helpful-form a {
  color: #403636;
  text-decoration: underline;
}

#advice-validate-length-review_field {
  margin-top: -12px;margin-bottom: 8px;
}

/* Rating view */

#product-reviews-container .reviews-item-container .rating-box { 
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url('../../images/assets/global/bkg_rating.gif') 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
  margin: 12px 0;
}

#product-reviews-container .reviews-item-container .rating-box .rating { 
  float: left;
  height: 13px;
  background: url('../../images/assets/global/bkg_rating.gif') 0 100% repeat-x;
}

#product-reviews-container .reviews-item-container .ratings .rating-box { 
  float: right;
  margin-top: 4px;
  margin-right: 3px;
  margin-left: 10px;
}

#product-reviews-loader .product-reviews-loading-icon {
  width: 108px;
  height: 75px;
  background: url('../../images/assets/global/ajax_load.gif');
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
}

#product-reviews-loader .product-reviews-loading-message {
  text-align: center;
  margin-top: 0;
}

/* My products reviews page */

.products-review .reviews-table .product-name {
  margin: 0;
}


#product-review-options-section div.review.sorting.one-third{
	float:right;
}



.specs select.review.sorting {
    height: 53px;
	background: transparent url('../../images/assets/global/arrow-down.png') no-repeat 95% center;
    /* background: white url(../images/assets/global/arrow-down.png) no-repeat; */
    background-position: 90% center;
    color: #d1d1d1;
    border-color: #d1d1d1;
    border-radius: 3px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #d1d1d2;
    font-family: "Oswald", "Helvetica", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0px 5px;
    line-height: 22px;

	width: 100%;
}
