<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.floatingWidgetButton--right.isOpen {
  opacity: 1;
  transform: translateX(3px);
}
.floatingWidgetButton--right.isOpen:hover {
  transform: translateX(0);
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.15);
}
.floatingWidgetButton--right {
  background-color: #fff;
  display: inline-block;
  padding: 13px 10px 7px 13px;
  text-align: center;
  max-width: 110px;
  border: 1px solid #d7d7d7;
  border-radius: 4px 0 0 4px;
  border-right: medium;
  box-shadow: 0 5px 17px -3px rgba(0, 0, 0, 0.12);
  margin-bottom: 100px;
  cursor: pointer;
  position: fixed;
  z-index: 1020;
  right: 0;
  margin-top: 50px;
  transform: translateX(2%);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  height: 155px;
}
.floatingWidgetButton--right .fwb__number {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 0;
}
.floatingWidgetButton--right * {
  box-sizing: border-box;
}
.floatingWidgetButton--right .fwb__number .number__big {
  font-weight: 600;
}
.floatingWidgetButton--right * {
  box-sizing: border-box;
}
.floatingWidgetButton--right .fwb__number .number__small {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
}
.floatingWidgetButton--right .ratingStars {
  margin-bottom: 3px;
}
.ratingStars {
  display: inline-flex;
  vertical-align: middle;
}
.ratingStars--small i.ratingStars__star {
  font-size: 17px;
  margin: 0 1px;
  line-height: 17px;
}
.ratingStars i.ratingStars__star {
  color: #ffd203;
  font-style: normal;
}
.ruk-icon-full-star-01:before {
  content: "\2605";
}
.floatingWidgetButton--right .fwb__subheading {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 8px;
}
.floatingWidgetButton--right .fwb__subheading .subheading__small {
  font-size: 12px;
  font-weight: 300;
  color: #000;
}
.floatingWidgetButton--right .fwb__subheading .subheading__big {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.5px;
  color: #000;
}
.floatingWidgetButton--right .fwb__footer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.floatingWidgetButton--right .fwb__footer .ReviewsLogo {
  white-space: nowrap;
}

/* main */

.floatingWidget--right {
  max-width: 360px;
  width: 360px;
  position: fixed;
  margin-top: 30px;
  z-index: 1060;
  box-shadow: 0 3px 60px -10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  top: 50%;
  bottom: 0;
  right: 0 !important;
  height: 550px;
  transform: scale(0.98) translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.floatingWidget--right.isOpen {
  opacity: 1;
  transform: scale(1) translateY(-50%);
  pointer-events: auto;
}
.floatingWidget--right .floatingWidget__closeBtn {
  background-color: #252525;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  z-index: 900;
  padding: 7px 10px;
  border-radius: 4px 4px 0 0;
  height: 28px;
  top: -28px;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.floatingWidget--right .floatingWidget__closeBtn i {
  font-size: 16px;
  font-style: normal;
}
.ruk-icon-cross:before {
  content: "\2613";
}

.vw__header {
  position: relative;
  background-color: #fff;
  padding: 15px 10px;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.floatingWidget--v2 .vw__header {
  background-color: #f3f3f3;
  background: linear-gradient(to right, #f7f7f7 0, #fafafa 100%);
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 85px;
}

.vw__header .header__left {
  float: left;
  padding-top: 0;
  width: 60%;
  text-align: left;
}
.ratingStatistics {
  display: inline-block;
  font-size: 18px;
  padding: 0 2%;
  margin-bottom: 3px;
}
.ratingStatistics:last-child {
  margin-bottom: 0;
}
.ratingStatistics .ratingStatistics__number {
  display: inline-block;
  color: #000;
  font-weight: 600;
}
.ratingStatistics .ratingStatistics__text {
  display: inline-block;
  color: #686868;
  font-weight: lighter;
  font-size: 16px;
}
.vw__header .header__right {
  float: right;
  width: 40%;
  text-align: center;
  padding-top: 2px;
}
.RatingVerdict {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.vw__header .header__right .ratingStars {
  white-space: nowrap;
}
.ratingStars--medium i.ratingStars__star {
  font-size: 24px;
  margin: 0 1px;
}
.vw__header .header__right .ratingStars--medium i.ratingStars__star {
  float: none;
  vertical-align: top;
  display: inline-block;
}

.floatingWidget--v2 .vw__content {
  background-color: #fff;
  height: calc(100% - 125px);
}
.vw__content {
  position: relative;
  background-color: #fafafa;
  border-radius: 0;
  box-sizing: border-box;
  padding: 15px;
  max-height: 425px;
  overflow-y: auto;
}

.floatingWidget--v2 .reviewWrap {
  border-radius: 0;
}
.reviewWrap {
  font-family: open sans, sans-serif;
  background-color: #fff;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  white-space: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 5px 30px;
  position: relative;
  border-radius: 4px;
}
.reviewWrap .reviewHeader {
  width: 100%;
  margin-bottom: 5px;
  padding: 0 5px;
  overflow: hidden;
}
.reviewWrap .reviewHeader .author {
  color: #494949;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin: 10px 5px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-transform: capitalize;
  text-overflow: ellipsis;
  max-width: 110px;
}
.reviewWrap .reviewHeader .reviewStarsWrap {
  display: inline-block;
  float: left;
  margin-top: 10px;
}
.reviewWrap .reviewHeader .reviewStarsWrap i {
  color: #f47e27;
  display: block;
  float: left;
  font-size: 17px;
  margin: 0 1px;
  font-style: normal;
}

.reviewWrap .reviewText.no_expand .short_text {
  display: none;
}
.reviewWrap .reviewText p {
  color: #494949;
  font-size: 13px;
  margin: 10px 0;
  padding: 0 5px;
}
.reviewWrap .reviewText .long_text {
  display: none;
}
.reviewWrap .reviewText.no_expand .long_text {
  display: block;
}
.reviewWrap .reviewText.expanded .long_text {
  display: block;
}
.reviewWrap .reviewText.expanded .short_text {
  display: none;
}
.reviewWrap .review__expandBtn {
  background-color: #e5e5e5;
  border-radius: 2px;
  color: #a6a6a6;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
  top: 2px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.reviewWrap .reviewMeta {
  position: absolute;
  bottom: 15px;
  right: 5px;
}
.reviewWrap .reviewMeta p {
  color: #959595;
  font-size: 12px;
  text-align: right;
  margin: 0;
  padding: 0 5px;
  white-space: nowrap;
}
.reviewWrap:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 340px) {
  .floatingWidget--v2 .vw__header {
    height: 75px;
  }
  .ratingStatistics {
    font-size: 14px;
  }
  .ratingStatistics .ratingStatistics__text {
    font-size: 14px;
  }
  .RatingVerdict {
    font-size: 14px;
  }
  .vw__header .header__right .ratingStars--medium i.ratingStars__star {
    font-size: 18px;
  }
  .floatingWidget--v2 .vw__content {
    height: calc(100% - 115px);
  }
  .reviewWrap .reviewText p {
    font-size: 12px;
  }
  .reviewWrap .reviewText p {
    font-size: 12px;
  }
}
@media screen and (max-width: 280px) {
  .reviewWrap .reviewHeader .reviewStarsWrap {
    width: 100%;
  }
}
@media screen and (max-width: 260px) {
  .ratingStatistics .ratingStatistics__text .hiddenOnMobile {
    display: none;
  }
}
.floatingWidget--v2 .vw__footer {
  padding: 5px 15px 5px;
  background: linear-gradient(to right, #fafafa 0, #fefefe 100%);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vw__footer {
  display: flex;
  display: block;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  padding: 13px 15px 5px;
  border-top: 1px solid #ededed;
}
.vw__footer .footer__moreRevs {
  color: #ababab;
  float: left;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 4px;
  min-width: 220px;
}
.vw__footer .ReviewsLogo {
  float: right;
}
@media (max-width: 767px) {
  .floatingWidget--right,
  .floatingWidgetButton--right {
    display: none;
  }
}
#g-sticky {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fccc00;
  padding: 20px 0;
}
#g-sticky .g-container {
  display: flex;
  align-items: center;
  gap: 30px;
}
#g-sticky .g-container h2 {
  margin-bottom: 0;
  color: #0729c1;
}

#frmSeller1 {
  flex: 1;
}
.other-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.other-form input {
  border: 2px solid #546cd7;
  border-radius: 10px;
  height: 60px;
  width: 100%;
  padding: 0 15px;
  font-size: 24px;
}

.other-form .typeahead__container {
  flex: 0 0 60%;
  max-width: 60%;
}
.other-form button {
  background: #0729c1;
  height: 60px;
  line-height: 60px;
  padding: 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 26px;
  margin-left: 10px;
  flex: 0 0 40%;
  max-width: 40%;
}
.other-form button:hover,
.other-form button:focus {
  color: #fff;
}
#frmSeller1 .postcode-error {
  margin-top: 5px;
}
.postcode-error.invalid-error,
.postcode-error.empty-error {
  display: none;
}
.other-form-wrap.invalid-error .postcode-error.invalid-error,
.other-form-wrap.empty-error .postcode-error.empty-error {
  display: block;
}
.footer {
  margin-bottom: 100px;
}
@media (min-width: 1368px) {
  #g-sticky .container {
    max-width: 1290px;
  }
}
@media (max-width: 1229px) {
  #g-sticky .g-container h2 {
    display: none;
  }
}
@media (min-width: 768px) {
  .other-form-wrap.invalid-error .other-form .postcode-error.invalid-error,
  .other-form-wrap.empty-error .other-form .postcode-error.empty-error {
    display: none;
  }
}
@media (max-width: 767px) {
  .other-form {
    flex-direction: column;
  }
  .other-form button {
    margin-left: 0;
    margin-top: 15px;
    border-radius: 25px;
  }
  .other-form button,
  .other-form .typeahead__container {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .other-form input {
    text-align: center;
    border-radius: 25px;
    border-width: 3px;
  }
  .other-form-wrap.invalid-error &gt; .postcode-error.invalid-error,
  .other-form-wrap.empty-error &gt; .postcode-error.empty-error {
    display: none;
  }
  #frmSeller1 .postcode-error {
    margin-bottom: -5px;
    text-align: center;
  }
  .footer {
    margin-bottom: 177px;
  }
}
</pre></body></html>