<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ratings-link {
  margin: 0 20px;
  padding-left: 0;
  padding-right: 20px;
  border-top: none;
  border-bottom-style: dotted;
}
#ratings-link:after {
  right: 0;
}
#ratings-link .review-recommendation {
  display: block;
}
#ratings-link .table {
  display: table;
  width: 100%;
}
#ratings-link .table .col {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
#ratings-link .table .col + .col {
  text-align: right;
}
.star-rating {
  position: relative;
  display: inline-block;
  min-height: 13px;
  padding: 0 0 0 95px;
  line-height: 1.1em;
  background-image: url("../img/ratings/stars.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 85px 115px;
}
.star-rating:before {
  content: "\0020";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url("../img/ratings/stars.png");
  background-position: 0 -50px;
  background-repeat: no-repeat;
  background-size: 85px 115px;
}
#review-list .star-rating:before {
  background-color: #F7F7F7;
}
.star-rating.rating-1:before {
  width: 14px;
}
.star-rating.rating-1-5:before {
  width: 25px;
}
.star-rating.rating-2:before {
  width: 32px;
}
.star-rating.rating-2-5:before {
  width: 43px;
}
.star-rating.rating-3:before {
  width: 50px;
}
.star-rating.rating-3-5:before {
  width: 61px;
}
.star-rating.rating-4:before {
  width: 68px;
}
.star-rating.rating-4-5:before {
  width: 79px;
}
.star-rating.rating-5:before {
  width: 85px;
}

#ratings-summary-title {
  position: relative;
  padding: 20px 45px 15px 60px;
  color: white;
  background: #110604 url("../img/ratings/product-bg.png") -20px 10px no-repeat;
  background-size: 100px 65px;
  cursor: pointer;
}
#ratings-summary-title:after {
  content: "\0020";
  position: absolute;
  right: 15px;
  top: 30px;
  width: 0;
  height: 0;
  border-top: 7px solid #ABABAB;
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
}
#ratings-summary-title.active:after {
  border-top-width: 0;
  border-bottom: 7px solid #ABABAB;
}
#ratings-summary-title h2 {
  margin: 0 0 2px;
  padding: 0;
  color: inherit;
}
#ratings-summary-title .star-rating {
  color: #CC9D49;
}
#ratings-summary-title .picto-item {
  position: absolute;
  left: 0;
  top: 5px;
  width: 60px;
}
#ratings-summary {
  padding: 20px 0;
}
#ratings-summary h3 {
  margin: 0 0 15px;
  padding: 0 15px;
  text-align: center;
  text-transform: none;
}
#ratings-summary .recommendation {
  margin: 0;
  padding: 0 15px;
  text-align: center;
}
#ratings-summary .recommendation .count {
  font-size: 1.4em;
  font-weight: bold;
}
#ratings-summary .recommendation .count sup {
  position: relative;
  top: -0.7em;
  font-size: 0.5em;
}
#ratings-spread {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
#ratings-spread .row {
  display: table-row;
}
#ratings-spread .cell {
  display: table-cell;
  padding: 1px 5px 2px;
  vertical-align: middle;
}
#ratings-spread .star {
  width: 22.5%;
  text-align: right;
}
#ratings-spread .star:after {
  content: "\0020";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 1px;
  background-image: url("../img/ratings/sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px 125px;
  background-size: 20px;
}
#ratings-spread .count {
  width: 22.5%;
}
#ratings-spread .bar-ct {
  width: 55%;
}
#ratings-spread .bar-ct .bar {
  overflow: hidden;
  display: block;
  height: 5px;
  background: #CCC;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
#ratings-spread .bar-ct .fill {
  position: relative;
  z-index: 1;
  display: block;
  height: 5px;
  background: #CC9D49;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
#ratings-submit-ct {
  position: fixed;
  z-index: 5;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.9);
}
#ratings-submit-ct .button-gray {
  box-shadow: none;
}
#ratings-submit-ct .button-gray:before {
  content: "\0020";
  display: inline-block;
  width: 18px;
  height: 20px;
  vertical-align: middle;
  background-image: url("../img/ratings/sprite.png");
  background-position: 0 -50px;
  background-repeat: no-repeat;
  background-size: 25px 125px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#ratings-page {
  padding-bottom: 70px;
  background: #E8E8E8;
}
#review-list {
  list-style: none;
  background: #F7F7F7;
  border-top: 1px solid #CBCCCE;
}
#review-list.incomplete {
  padding-bottom: 60px;
  background-image: url("../img/ratings/loader.gif");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-bottom: 30px solid transparent;
}
#review-list li {
  padding: 20px 15px 0;
  border-bottom: 1px solid #CBCCCE;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
#review-list .info {
  font-size: 0.8em;
  color: #999;
}
#review-list .date:before {
  content: "| ";
}
#review-list .reply {
  margin: 15px 0 0 0;
  padding: 15px 0 0 15px;
  border-top: 1px solid #DFE0E2;
}
#review-list .reply + .reply {
  margin-left: 15px;
  padding-left: 0;
}
#review-list .reply .info {
  margin-bottom: 15px;
}
#review-list .reply .author {
  font-style: italic;
}
#review-list .reply .author:before {
  content: "\0020";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px -5px 0;
  background: url("../img/menu-icons/discover-retina.png") 0 0 no-repeat;
  background-size: 20px;
}
#review-list .reply p {
  opacity: 0.6;
}
#review-list .helpful {
  display: table;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
#review-list .helpful .col {
  display: table-cell;
  padding: 7px 5px 7px 0;
  vertical-align: middle;
}
#review-list .helpful .col + .col {
  padding: 0 0 0 5px;
  vertical-align: top;
  text-align: right;
}
#review-list .helpful p {
  margin: 0;
  font-size: 0.9em;
}
#review-list .helpful input {
  position: absolute;
  left: -9999px;
}
#review-list .helpful label {
  display: inline-block;
  width: auto;
  min-width: 60px;
  padding: 4px 40px 2px 15px;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border: 1px solid #D9DDE0;
  text-shadow: 0 1px 0 white;
  background: #ebecee;
  background: -webkit-linear-gradient(top, #ebecee 0%, #d9dde0 100%);
  background: -moz-linear-gradient(top, #ebecee 0%, #d9dde0 100%);
  background: -ms-linear-gradient(top, #ebecee 0%, #d9dde0 100%);
  background: -o-linear-gradient(top, #ebecee 0%, #d9dde0 100%);
  background: linear-gradient(to bottom, #ebecee 0%, #d9dde0 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#review-list .helpful label .text:before {
  content: "\0020";
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-top: -4px;
  vertical-align: middle;
  background-image: url("../img/ratings/sprite.png");
  background-position: 0 -25px;
  background-repeat: no-repeat;
  background-size: 25px 125px;
}
#review-list .helpful input:checked + label,
#review-list .helpful input:disabled + label {
  cursor: default;
}
#review-list .helpful input:checked + label .text {
  opacity: 0.5;
}
#review-list .helpful input:checked + label .counter {
  font-weight: bold;
  color: #CC9D49;
}
#review-list .helpful input:checked + label .counter:after {
  content: "\0020";
  position: absolute;
  right: -8px;
  top: 50%;
  width: 10px;
  height: 5px;
  margin-top: -6px;
  border-left: 2px solid #CC9D49;
  border-bottom: 2px solid #CC9D49;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#review-list .helpful .counter {
  position: relative;
  display: inline-block;
  margin: -2px -30px 0 12px;
  padding: 6px 5px 5px;
  min-width: 20px;
  text-align: center;
  vertical-align: middle;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: lighter;
  background: white;
  border: 1px solid #E7E8EA;
}
#review-list .helpful .counter:before {
  content: "\0020";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-right: 8px solid white;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
#review-list .product-review-title {
  margin: 10px 0 15px;
  padding: 0;
}
#review-list .product-review-title:before,
#review-list .product-review-title:after {
  position: relative;
  top: 0.2em;
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  color: #919193;
}
#review-list .product-review-title:before {
  content: "\201C";
  margin-right: 4px;
}
#review-list .product-review-title:after {
  content: "\201D";
  margin-left: 4px;
}
#review-list-sorting-label,
#review-list-sorting {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 41px;
  height: 29px;
}
#review-list-sorting-label {
  z-index: 5;
  pointer-events: none;
  font-size: 2em;
  font-weight: bold;
  line-height: 24px;
  color: white;
  border-bottom: 1px solid #2D2D2D;
  background: #353535;
  background: -webkit-linear-gradient(top, #353535 0%, #202020 100%);
  background: -moz-linear-gradient(top, #353535 0%, #202020 100%);
  background: -ms-linear-gradient(top, #353535 0%, #202020 100%);
  background: -o-linear-gradient(top, #353535 0%, #202020 100%);
  background: linear-gradient(to bottom, #353535 0%, #202020 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#review-list-sorting-label:before {
  content: "\0020";
  display: inline-block;
  width: 20px;
  height: 14px;
  background-image: url("../img/ratings/sprite.png");
  background-position: 0 -100px;
  background-repeat: no-repeat;
  background-size: 25px 125px;
}
#review-list-sorting-label span {
  position: absolute;
  left: -9999px;
}

#ratings-form {
  background: #E4E5E9;
}
#ratings-form form {
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e4e8 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e4e8 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e2e4e8 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e2e4e8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e2e4e8 100%);
}
#ratings-form p {
  width: 85%;
  padding: 20px 0;
  margin: 0 auto;
}
#ratings-form p.instructions {
  margin-bottom: 15px;
  border-bottom: 1px dotted #CECFD3;
}
#ratings-form p a {
  color: inherit;
  text-decoration: underline;
}
#ratings-form .controls {
  padding: 20px 0;
  text-align: center;
  background: #E4E5E9;
  border-top: 1px solid #CECFD3;
}
#ratings-form .controls p {
  padding-top: 0;
}
#ratings-form .controls button {
  margin-bottom: 15px;
}
#ratings-form .no-h-resize {
  min-width: 85%;
  max-width: 85%;
}
#ratings-form #recommended-row {
  width: 85%;
  margin: 0 auto;
}
#ratings-form #recommended-row label {
  width: 100%;
}
#ratings-form #recommended-row .yes {
  float: right;
  margin-left: 10px;
}
#ratings-form #recommended-row .yes:after {
  content: attr(data-yes);
  float: right;
  margin-left: 10px;
}
#ratings-form #nickname-anonymous {
  margin-bottom: 20px;
}
#ratings-form #nickname-anonymous .fake-placeholder {
  margin-top: 0;
  border: none;
}
#ratings-form #nickname-anonymous .radio-input {
  width: 10px;
  padding: 15px;
  line-height: 10px;
}
#ratings-form #nickname-anonymous .radio-input input {
  margin: 0;
}
#star-rating {
  display: table;
  width: 85%;
  margin: 0 auto;
}
#star-rating input {
  position: absolute;
  left: -9999px;
}
#star-rating &gt; label,
#star-rating &gt; .stars {
  display: table-cell;
  vertical-align: middle;
}
#star-rating &gt; label {
  width: auto;
  padding: 0 15px 0 0;
}
#star-rating .stars {
  width: 175px;
}
#star-rating .stars label {
  float: left;
  width: 35px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  background-image: url("../img/ratings/stars.png");
  background-position: 4px 6px;
  background-repeat: no-repeat;
  background-size: 170px 230px;
}
#star-rating .stars input.error + label {
  background-position: 4px -194px;
}
#star-rating .stars input.active + label,
#star-rating .stars input:checked + label {
  background-position: 4px -94px;
}

#ratings-form-success {
  text-align: center;
  background: black;
}
#ratings-form-success h1 {
  width: 85%;
  margin: 0 auto;
  padding: 40px 0 15px;
  color: #CC9D49;
  text-transform: none;
}
#ratings-form-success p {
  width: 85%;
  margin: 0 auto 30px;
  color: #9B9B9B;
}
#ratings-form-success .button-black {
  margin-bottom: 30px;
  box-shadow: none;
}
#ratings-form-success:after {
  content: "\0020";
  display: block;
  width: 100%;
  max-width: 320px;
  height: 0;
  margin: 0 auto;
  padding-bottom: 82%;
  background: url("../img/ratings/confirmation_visual.jpg") 50% 0 no-repeat;
  background-size: 100%;
}
</pre></body></html>