@import url(http://fonts.googleapis.com/css?family=Quicksand:400,700);

/* COMMON */

.PQP-widget {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  font-family: 'Quicksand', sans-serif;
  background: #FFF;
  color: #000;
}

.PQP-widget,
.PQP-widget * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.PQP-widget .PQP-widget__link-container {
  position: relative;
  display: inline-block;
  padding: 4px;
  color: #444;
  text-decoration: none;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.PQP-widget .PQP-widget__link-container .PQP-widget__link-hover {
  color: inherit;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.PQP-widget .PQP-widget__link-container:hover {
  background-color: #dfdfdf;
}

.PQP-widget .PQP-widget__link-container:hover .PQP-widget__link-hover {
  color: #ef7c00;
}

.PQP-widget .PQP-widget__link-container:active {
  top: 1px;
  left: 1px;
}

/* */
.PQP-widget__logo-full,
.PQP-widget__logo-smiley,
.PQP-widget__stars,
.PQP-widget__rating-block,
.PQP-widget__rating-label {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

/* In progress */

.PQP-widget__in-progress {
  display: none;
  font-size: 10px;
}

.PQP-widget__in-progress .PQP-widget__in-progress__title {
  font-weight: bold;
  color: #e84e1b;
}

.PQP-widget__in-progress .PQP-widget__in-progress__body span {
  font-weight: bold;
}


/* Rating */

.PQP-widget__rating {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  margin-right: 5px;
}

.PQP-widget__rating-label {
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em 0;
}

.PQP-widget__rating-block {
  float: right;
  max-width: 100%;
}


.PQP-widget__rating .PQP-widget__rating__note {
  font-size: 21px;
  color: #ef7c00;
}

.PQP-widget__rating .PQP-widget__rating__note-max {
  color: #ef7c00;
}

/* Logos */
.PQP-widget__logo-smiley {
  width: 32px;
  height: 32px;
}

.PQP-widget__logo-full {
  width: 107px;
  height: 32px;
}

.PQP-widget__logo-full--big {
  width: 148px;
  height: 48px;
}

/* Number of reviews */
.PQP-widget__n-reviews {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 2.3;
  margin-right: .5em;
}

.PQP-widget__n-reviews span {
  font-weight: bold;
}

/* Reviews */
.PQP-widget__review {
  padding: 1em 0;
  border-bottom: 1px dotted #c6c6c5;
}

.PQP-widget__review__head {
  margin-bottom: .5em;
}

.PQP-widget__review__date,
.PQP-widget__review__id {
  display: inline-block;
  color: #808080;
}

.PQP-widget__review .PQP-widget__rating {
  float: right;
  margin-right: 0;
  line-height: 1;
}

.PQP-widget__review__title {
  font-weight: bold;
}

/* Button */
.PQP-widget__button {
  display: block;
  max-width: 250px;
  padding: 12px 8px;
  margin: 1em auto;
  background-color: #ef7c00;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: white !important;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.PQP-widget__button:hover {
  background-color: #bc6200;
}

/* Stars */
.PQP-widget__stars {
  font-size: 0;
  white-space: nowrap;
}

.PQP-widget__star {
  display: inline-block;
  /* margin-right: 10px; */
}

.PQP-widget__star:first-child {
  margin-left: 10px;
}

.PQP-widget__star svg {
  width: 20px;
  height: 32px;
}

.PQP-widget__star--huge {
  margin-right: 10px;
}

.PQP-widget__star--huge svg {
  width: 48px !important;
  height: 48px !important;
}

.PQP-widget--B .PQP-widget__star--huge svg {
  width: 25px !important;
  height: 25px !important;
}

/* WIDGET A */

.PQP-widget--A {
  font-size: 0;
  text-align: center;
  border: 1px solid #c6c6c5;
  border-radius: 4px;
}

/* SVG styling */
.OS-star__bg {
  fill: #acb2b2;
}

.OS-star__border {
  fill: transparent;
}

.OS-star__fill-full,
.OS-star__fill-half {
  fill: #FDB913;
}
.widget-pqp {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #aaa;
  border-radius: 7.5px;
}
.widget-pqp .widget-metas {
  color: #aaa;
  margin-bottom: 15px;
}
.widget-pqp p {
  color: #333;
}

.errors-widget-pqp {
  position: fixed;
  bottom: 0;
  left: 0;
  padding:20px;
  width: 100%;
  text-align: center;
  list-style: none;
  background-color: #360D0D;
  z-index: 9000;

}
.errors-widget-pqp li { color: #FFFFFF;}