.w2rr-content {
  font-size: 14px;
  direction: ltr;
  line-height: 1.7;
  white-space: initial;
}

.w2rr-content img {
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

/************************   Bootstrap Additional CSS rules   ************************/
.w2rr-content .w2rr-form-control,
.w2rr-content .w2rr-form-control:focus {
  width: 100%;
  max-width: 100%;
  float: none;
  color: #555555;
  border: 1px solid #969696;
  border-radius: 2px;
  height: 48px;
  font-size: 16px;
  box-shadow: none !important;
  padding: 6px 12px;
}
.w2rr-content textarea.w2rr-form-control,
.w2rr-content textarea.w2rr-form-control:focus {
  height: auto;
}
.w2rr-content input.w2rr-form-control::-webkit-input-placeholder {
  color: #777777;
}
.w2rr-content input.w2rr-form-control::-moz-placeholder {
  color: #777777;
}
.w2rr-content input.w2rr-form-control:-moz-placeholder {
  color: #777777;
}
.w2rr-content input.w2rr-form-control:-ms-input-placeholder {
  color: #777777;
}
.w2rr-content .w2rr-form-horizontal .w2rr-control-label {
  text-align: left;
  margin: 0;
  padding: 0;
}
.w2rr-content .w2rr-has-feedback .w2rr-form-control:focus {
  padding-right: 42.5px;
}
.w2rr-content .w2rr-form-control-feedback {
  z-index: 0;
  display: inline;
  top: 0;
  cursor: pointer;
  height: 100%;
  line-height: 48px;
}
.w2rr-content .w2rr-label {
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 3px;
  vertical-align: inherit;
}
.w2rr-content .w2rr-form-control-feedback.w2rr-glyphicon {
  color: #777777;
  font-size: 18px;
}
.w2rr-content .w2rr-form-group {
  margin-bottom: 15px !important;
  /* !important needed so JS COmposer can not break this by his *:last-child rules */
  overflow: hidden;
}
.w2rr-content .w2rr-nav-tabs > li.w2rr-active > a,
.w2rr-content .w2rr-nav-tabs > li.w2rr-active > a:hover,
.w2rr-content .w2rr-nav-tabs > li.w2rr-active > a:focus {
  cursor: pointer;
}
.w2rr-content .w2rr-popover {
  max-width: 500px;
}
.w2rr-content .w2rr-list-group {
  margin-left: 0;
}
@media print {
  .w2rr-content a[href]:after {
    content: none !important;
  }
}
.w2rr-content .w2rr-tooltip-inner {
  background-color: #3b3b3b;
  border-radius: 2px;
  padding: 10px;
}
.w2rr-content .w2rr-tooltip.w2rr-top .w2rr-tooltip-arrow {
  border-top-color: #3b3b3b;
}
.w2rr-content .w2rr-tooltip.w2rr-in {
  opacity: 1;
}
.w2rr-content .w2rr-btn-default:hover {
  background-color: #f3f4f7;
}
.w2rr-content input[type="checkbox"],
.w2rr-content input[type="radio"] {
  position: relative;
}
.w2rr-content .w2rr-btn-group .w2rr-dashboard-btn-mobile + .w2rr-btn,
.w2rr-content .w2rr-btn-group .w2rr-dashboard-btn-mobile + .w2rr-dashboard-btn-mobile {
  margin-left: -1px;
}
.w2rr-content .w2rr-progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w2rr-content .w2rr-panel-heading {
  padding: 10px 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.w2rr-content .w2rr-panel-heading > .w2rr-dropdown .w2rr-dropdown-toggle {
  color: inherit;
}

.w2rr-content .w2rr-btn:hover,
.w2rr-content .w2rr-btn:focus,
.w2rr-content .w2rr-btn:active,
.w2rr-content .w2rr-btn.w2rr-active {
  background-image: none;
  box-shadow: unset;
}

.w2rr-content .w2rr-btn {
  margin: 0;
  max-width: 100%;
  float: none;
  border-radius: 2px;
  height: 48px;
  font-size: 16px;
  padding: 12px;
}

.w2rr-content .w2rr-dashboard-tabs-content .w2rr-btn-group .w2rr-btn {
  height: auto;
  font-size: 14px;
  padding: 8px;
}

.w2rr-content .w2rr-checkbox,
.w2rr-content .w2rr-radio {
  margin-top: 0;
}

.w2rr-content .w2rr-checkbox label,
.w2rr-content .w2rr-radio label {
  position: relative;
  padding-left: 30px;
}

.w2rr-checkbox input,
.w2rr-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.w2rr-checkbox .w2rr-control-indicator,
.w2rr-radio .w2rr-control-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  font-family: 'Glyphicons Halflings';
  margin-right: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #2393ba;
}

.w2rr-radio .w2rr-control-indicator {
  border-radius: 50%;
}

/* Checked state */
.w2rr-checkbox label input:checked ~ .w2rr-control-indicator,
.w2rr-radio label input:checked ~ .w2rr-control-indicator {
  border: none;
  background: #2393ba;
}

/* Disabled state */
.w2rr-checkbox label input:disabled ~ .w2rr-control-indicator,
.w2rr-radio label input:disabled ~ .w2rr-control-indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}

/* Check mark */
.w2rr-checkbox .w2rr-control-indicator:after {
  position: absolute;
  display: none;
  content: "\e013";
}

.w2rr-radio .w2rr-control-indicator:after {
  position: absolute;
  display: none;
  content: "";
}

/* Show check mark */
.w2rr-checkbox input:checked ~ .w2rr-control-indicator:after,
.w2rr-radio input:checked ~ .w2rr-control-indicator:after {
  display: block;
  color: #FFFFFF;
}

/* Checkbox tick */
.w2rr-checkbox .w2rr-control-indicator:after {
  font-size: 12px;
  left: 5px;
}

/* Disabled tick colour */
.w2rr-checkbox input:disabled ~ .w2rr-control-indicator:after {
  border-color: #CCCCCC;
}

/* Radio button inner circle */
.w2rr-radio .w2rr-control-indicator:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

/* Disabled circle colour */
.w2rr-radio input:disabled ~ .w2rr-control-indicator:after {
  background: #7b7b7b;
}

.w2rr-content select:not(.w2rr-week-day-input) {
  background-image: linear-gradient(50deg, transparent 50%, white 50%), linear-gradient(130deg, white 50%, transparent 50%), linear-gradient(to right, #2393ba, #2393ba) !important;
  background-position: calc(100% - 13px) 50%, calc(100% - 8px) 50%, 100% 0 !important;
  background-size: 6px 6px, 6px 6px, 2em 48px !important;
  background-repeat: no-repeat !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px !important;
  line-height: 1.42857 !important;
  padding: 3px 12px !important;
}

.w2rr-content select:not(.w2rr-week-day-input)::-ms-expand {
  display: none;
}

.w2rr-content select:not(.w2rr-week-day-input):focus {
  background-image: linear-gradient(130deg, transparent 50%, white 50%), linear-gradient(50deg, white 50%, transparent 50%), linear-gradient(to right, #2393ba, #2393ba) !important;
}

.w2rr-content .w2rr-btn,
.w2rr-content a,
.w2rr-content button,
.w2rr-content input[type="button"] {
  transition: all 0.1s linear 0s;
}

.w2rr-content .w2rr-btn:focus,
.w2rr-content a:focus,
.w2rr-content button:focus,
.w2rr-content input[type="button"]:focus {
  outline: 0;
}

div.w2rr-content .w2rr-btn-primary, div.w2rr-content a.w2rr-btn-primary, div.w2rr-content .w2rr-pagination a,
div.w2rr-content .w2rr-btn-primary:hover, div.w2rr-content a.w2rr-btn-primary:hover, div.w2rr-content .w2rr-pagination a:hover,
div.w2rr-content .w2rr-btn-primary:visited, div.w2rr-content a.w2rr-btn-primary:visited, div.w2rr-content .w2rr-pagination a:visited,
div.w2rr-content .w2rr-btn-primary:focus, div.w2rr-content a.w2rr-btn-primary:focus, div.w2rr-content .w2rr-pagination a:focus {
  background-image: none;
  text-decoration: none !important;
}

/************************   AJAX COMMENTS   ************************/
.w2rr-comments-profile-pic {
  float: left;
  margin: 0 10px 10px 0;
}

.w2rr-comments-profile-pic-container {
  margin: 0 10px 0 0;
  display: block;
  float: left;
  height: 32px;
  width: 32px;
}

.w2rr-comments-profile-pic:last-child {
  margin: 0 0 10px 0;
}

#w2rr_comments_ajax_target {
  overflow: auto;
}

.w2rr-comments-container > .w2rr-comments-container {
  margin-left: 20px;
}

.w2rr-comments-container .callout-container {
  width: 100%;
}

.w2rr-comments-container img {
  border: 0;
  max-width: 100%;
}

.w2rr-comments-container .w2rr-comments-p {
  float: left;
  font: normal 14px/1.5em helvetica, sans-serif;
  padding: 10px;
  margin: 10px 0;
  width: 97%;
}

.w2rr-comments-container .w2rr-comments-content,
.w2rr-comments-container .w2rr-comments-content-form {
  border-top: 1px solid #ddd;
  float: left;
  width: 100%;
}

.w2rr-comments-container .w2rr-comments-content-form {
  margin: 20px 0;
}

.w2rr-comments-container textarea {
  height: 40px;
  min-height: 40px;
  width: 80%;
  resize: none;
  overflow: auto;
  vertical-align: top;
}

.w2rr-comments-container time {
  font: normal 11px/1 helvetica, sans-serif;
  margin: 10px 0 0;
  float: left;
}

.w2rr-comments-more-container {
  display: none;
  padding: 0 0 0 42px;
}

.w2rr-comments-more-container .w2rr-comments-field {
  float: left;
  padding: 0 5px 0 0;
  width: 33%;
}

.w2rr-comments-more-container .w2rr-comments-field:last-child {
  margin: 0;
}

.w2rr-comments-more-handle a {
  font-weight: bold;
  left: 5px;
  position: relative;
  text-transform: uppercase;
}

.w2rr-comments-content-form *:focus {
  outline: none;
}

.w2rr-comments-content-form input[type="url"],
.w2rr-comments-content-form input[type="email"],
.w2rr-comments-content-form input[type="text"],
.w2rr-comments-content-form textarea {
  border: 1px solid #BBB;
  font: normal 13px/1.3em Helvetica, sans-serif, arial;
  padding: 6px;
}

.w2rr-comments-more-container .w2rr-comments-field input[type="text"],
.w2rr-comments-more-container .w2rr-comments-field input[type="email"],
.w2rr-comments-more-container .w2rr-comments-field input[type="url"] {
  margin: 5px 0 0;
  width: 100%;
}

.w2rr-comments-content-form input[type="text"]:hover,
.w2rr-comments-content-form textarea:hover {
  border: 1px solid #333;
}

.w2rr-comments-content-comment-fields {
  background: rgba(0, 0, 0, 0.04);
}

.w2rr-comments-highlight {
  background: #FFFFD7;
}

.w2rr-comments-administrator {
  border-left: 2px solid #F00;
  margin-left: -2px;
}

.w2rr-comments-allowed-tags-container {
  word-wrap: normal;
  margin: 5px 50px 5px 0;
  color: #C0C0C0;
  font-weight: 300;
  text-shadow: 1px 1px 0 #FFF;
}

.w2rr-comments-content blockquote {
  font-style: italic;
  border-left: 1px solid #DDD;
  float: left;
  padding: 3px 10px;
  margin: 5px 0;
  color: #888;
}

#w2rr-ajax-loader-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}

.w2rr-ajax-target-loading {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

.w2rr-loader:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #2393ba;
  border-bottom-color: #2393ba;
  animation: w2rr-spinner .8s ease infinite;
}

.w2rr-loader.w2rr-loader-max-top:before {
  top: 300px;
}

@keyframes w2rr-spinner {
  to {
    transform: rotate(360deg);
  }
}
.w2rr-search-input-reset:before {
  content: '\e014' !important;
  box-sizing: unset;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
  border: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.w2rr-search-input-loader:before {
  content: '' !important;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-top: -12px;
  margin-left: -12px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #777777;
  border-bottom-color: #777777;
  animation: w2rr-spinner .8s ease infinite;
}

.w2rr-ajax-iloader {
  margin: 0px auto;
  width: 50px;
  height: 22px;
  text-align: center;
  font-size: 10px;
}

.w2rr-ajax-iloader > div {
  background-color: #FFF;
  margin-left: 3px;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.w2rr-ajax-iloader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.w2rr-ajax-iloader .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.w2rr-ajax-iloader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.w2rr-ajax-iloader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.w2rr-updated,
.w2rr-error,
.w2rr-no-found-reviews {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  display: block;
}

.w2rr-updated p,
.w2rr-updated div,
.w2rr-error p,
.w2rr-error div {
  margin: 1em !important;
  padding: 0;
}

.w2rr-updated {
  background-color: #FFFFE0;
  border-color: #E6DB55;
}

.w2rr-error {
  background-color: #FFEBE8;
  border-color: #CC0000;
}

.w2rr-no-found-reviews {
  background-color: #FFF5F4;
  border-color: #FBC5C5;
}

/************************ Misc ************************/
input[type=submit], input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

a.w2rr-hint-icon:before {
  content: "\f059";
}

a.w2rr-hint-icon {
  font-family: 'FontAwesome' !important;
  text-decoration: none !important;
  font-size: 24px;
}

.w2rr-popover {
  width: 100%;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--ratings-reviews a::before {
  content: "\f005";
}

/************************ Our plugin section in settings manager ************************/
.w2rr-our-plugins {
  margin: 100px 0;
}

.w2rr-our-plugins ul:after {
  content: "";
  clear: both;
  display: table;
}

.w2rr-our-plugins li {
  list-style: none;
  float: left;
  margin: 0 20px 20px 0;
}

.w2rr-our-plugins li img {
  width: 440px;
}

/************************ Frontpanel Buttons ************************/
.w2rr-review-frontpanel {
  margin-bottom: 10px;
}

.w2rr-review-frontpanel a.w2rr-btn {
  margin: 10px 10px 10px 0;
}

/* Avoid fluid-width-video-wrapper */
.w2rr-content .fluid-width-video-wrapper {
  padding-top: 0 !important;
  height: 400px !important;
}

.g-recaptcha {
  margin: 10px 0;
}

.w2rr-red-asterisk {
  color: red;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1px;
  padding: 2px;
}

/************************ Lightbox styles  ************************/
.w2rr-lightbox .lb-prev,
.w2rr-lightbox .lb-next {
  outline: 0 none !important;
}

/* 
	Bootstrap has default img max-width set to 100% and for some reason lightbox stops resizing
	http://stackoverflow.com/questions/17523977/lightbox-v2-shrinks-the-image-in-the-box
*/
.lb-image {
  max-width: inherit;
}

.lb-number {
  display: none !important;
}

/************************ Profile template ************************/
.dashicons, .dashicons-before::before {
  line-height: inherit;
}

/************************ Paginator ************************/
.w2rr-content .w2rr-pagination > li:first-child > a,
.w2rr-content .w2rr-pagination > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.w2rr-content .w2rr-pagination > li:last-child > a,
.w2rr-content .w2rr-pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.w2rr-content .w2rr-pagination .w2rr-btn-group > .w2rr-btn:first-child:not(:last-child):not(.w2rr-dropdown-toggle) {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.w2rr-content .w2rr-pagination .w2rr-btn-group > .w2rr-btn:last-child:not(:first-child),
.w2rr-content .w2rr-pagination .w2rr-btn-group > .w2rr-dropdown-toggle:not(:first-child) {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.w2rr-content .w2rr-pagination-wrapper {
  text-align: center;
  margin: 20px 0;
}
.w2rr-content .w2rr-pagination li {
  margin: 0;
}

.w2rr-rating-wrapper {
  display: inline-block;
}

.w2rr-rating {
  font-size: 18px;
  display: inline-block;
  margin: 5px 0;
  vertical-align: middle;
  letter-spacing: normal;
}

.w2rr-rating-in-page-title {
  display: inline-block;
  margin: 5px 0;
  vertical-align: middle;
}

.w2rr-dashboard-reviews .w2rr-rating {
  margin-left: 10px;
}

.w2rr-rating-stars {
  overflow: hidden;
}

/* ratings stars in W2DC Maps */
.w2dc-maps-canvas .w2rr-rating-icon {
  font-size: 18px !important;
}

.w2dc-maps-canvas .w2rr-rating-avgvalue span {
  font-size: 11px !important;
}

label.w2rr-rating-icon {
  margin: 0;
  float: right;
  color: #FFB300;
  width: 20px;
  /* Use width instead of padding-left to set stars without gaps on hover */
  font-size: 20px;
  font-weight: normal;
}

.w2rr-rating-active label.w2rr-rating-icon {
  cursor: pointer;
}

.w2rr-rating-icon:last-child {
  padding-left: 0;
}

.w2rr-rating-active .w2rr-rating-icon:hover:before,
.w2rr-rating-active .w2rr-rating-icon:hover ~ .w2rr-rating-icon:before {
  content: "\f005" !important;
  color: #CB8E00;
}
.w2rr-rating-active.w2rr-rating-stars:hover .w2rr-rating-icon:before {
  content: "\f006";
}

.w2rr-rating-avgvalue {
  display: block;
  position: relative !important;
  top: -2px !important;
  float: right;
  margin: 0 5px 0 5px !important;
}

.w2rr-rating-avgvalue .w2rr-rating-avgvalue-digit {
  border-radius: 50%;
  color: #fff !important;
  display: block !important;
  font-family: Arial !important;
  font-size: 11px !important;
  padding: 5px !important;
  line-height: 15px !important;
  background-color: #2393ba;
  text-align: center;
  width: 25px;
  height: 25px;
  margin: 0 !important;
  white-space: nowrap;
}

.w2rr-dropdowns-menu-search .w2rr-rating {
  margin: 0;
}

.w2rr-dropdowns-menu-search label.w2rr-rating-icon {
  font-size: 16px;
}

.w2rr-range-slider-criteria-label {
  margin-bottom: 10px;
}

.w2rr-range-slider-wrapper {
  height: 70px;
  position: relative;
}

.w2rr-range-slider {
  width: calc(100% - (73px));
  display: inline-block;
  position: relative;
}

input[type="range"].w2rr-range-slider-input {
  display: inline;
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  outline: none;
  padding: 0;
  margin: 0;
  background-color: #428bca;
}

input[type="range"].w2rr-range-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -7px;
  width: 6px;
  height: 25px;
  border: 0;
  border-radius: 3px;
  background: #2c3e50;
  cursor: pointer;
  transition: background .15s ease-in-out;
}

input[type="range"].w2rr-range-slider-input::-moz-range-thumb {
  width: 6px;
  height: 25px;
  border: 0;
  border-radius: 3px;
  background: #2c3e50;
  cursor: pointer;
  transition: background .15s ease-in-out;
}

input[type="range"].w2rr-range-slider-input::-ms-thumb {
  width: 6px;
  height: 25px;
  border: 0;
  border-radius: 3px;
  background: #2c3e50;
  cursor: pointer;
  transition: background .15s ease-in-out;
}

input[type="range"].w2rr-range-slider-input::-moz-range-track {
  background: #d7dcdf;
  height: 10px;
  border: 0;
}

input[type="range"].w2rr-range-slider-input::-webkit-slider-runnable-track {
  background: #d7dcdf;
  height: 10px;
  border: 0;
}

input[type="range"].w2rr-range-slider-input::-ms-track {
  background: #d7dcdf;
  height: 10px;
  border: 0;
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.w2rr-range-slider-value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-right: 8px;
}

.w2rr-range-slider-value:after {
  position: absolute;
  top: 8px;
  right: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: '';
}

ul.w2rr-range-slider-labels {
  position: absolute !important;
  margin-top: 5px !important;
  width: 112.5% !important;
  margin-left: -6.25% !important;
  padding: 0 !important;
  list-style: none !important;
  top: 17px !important;
  height: 37px !important;
}

ul.w2rr-range-slider-labels li {
  position: relative !important;
  float: left;
  width: 11.11% !important;
  text-align: center;
  color: #929292;
  font-size: 14px !important;
  cursor: pointer;
  margin: 0 0 6px !important;
}

ul.w2rr-range-slider-labels li::before {
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 2px;
  height: 16px;
  background: #929292;
}

ul.w2rr-range-slider-labels .w2rr-range-slider-labels-selected::before {
  background: #428bca;
}

.w2rr-range-slider-labels-active.w2rr-range-slider-labels-selected::before {
  display: none;
}

.w2rr-review-rating-criteria-avg-label {
  text-align: center;
}

.w2rr-progress-circle {
  font-size: 20px;
  margin: 20px auto;
  position: relative;
  padding: 0;
  width: 5em;
  height: 5em;
  background-color: #F2E9E1;
  border-radius: 50%;
  line-height: 5em;
}

.w2rr-progress-circle:after {
  border: none;
  position: absolute;
  top: 0.6em;
  left: 0.6em;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 3.8em;
  height: 3.8em;
  background-color: white;
  content: " ";
}

.w2rr-progress-circle span {
  position: absolute;
  line-height: 3.4em;
  width: 3.4em;
  text-align: center;
  display: block;
  color: #428bca;
  z-index: 2;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: bold;
}

.w2rr-left-half-clipper {
  border-radius: 50%;
  width: 5em;
  height: 5em;
  position: absolute;
  clip: rect(0, 5em, 5em, 2.5em);
}

.w2rr-progress-circle.w2rr-over50 .w2rr-left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}

.w2rr-value-bar {
  position: absolute;
  clip: rect(0, 2.5em, 5em, 0);
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: 1em solid #428bca;
  box-sizing: border-box;
}

.w2rr-progress-circle.w2rr-over50 .w2rr-first50-bar {
  position: absolute;
  clip: rect(0, 5em, 5em, 2.5em);
  background-color: #428bca;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.w2rr-progress-circle:not(.w2rr-over50) .w2rr-first50-bar {
  display: none;
}

.w2rr-progress-circle.p0 .w2rr-value-bar {
  display: none;
}

.w2rr-progress-circle.p1 .w2rr-value-bar {
  transform: rotate(4deg);
}

.w2rr-progress-circle.p2 .w2rr-value-bar {
  transform: rotate(7deg);
}

.w2rr-progress-circle.p3 .w2rr-value-bar {
  transform: rotate(11deg);
}

.w2rr-progress-circle.p4 .w2rr-value-bar {
  transform: rotate(14deg);
}

.w2rr-progress-circle.p5 .w2rr-value-bar {
  transform: rotate(18deg);
}

.w2rr-progress-circle.p6 .w2rr-value-bar {
  transform: rotate(22deg);
}

.w2rr-progress-circle.p7 .w2rr-value-bar {
  transform: rotate(25deg);
}

.w2rr-progress-circle.p8 .w2rr-value-bar {
  transform: rotate(29deg);
}

.w2rr-progress-circle.p9 .w2rr-value-bar {
  transform: rotate(32deg);
}

.w2rr-progress-circle.p10 .w2rr-value-bar {
  transform: rotate(36deg);
}

.w2rr-progress-circle.p11 .w2rr-value-bar {
  transform: rotate(40deg);
}

.w2rr-progress-circle.p12 .w2rr-value-bar {
  transform: rotate(43deg);
}

.w2rr-progress-circle.p13 .w2rr-value-bar {
  transform: rotate(47deg);
}

.w2rr-progress-circle.p14 .w2rr-value-bar {
  transform: rotate(50deg);
}

.w2rr-progress-circle.p15 .w2rr-value-bar {
  transform: rotate(54deg);
}

.w2rr-progress-circle.p16 .w2rr-value-bar {
  transform: rotate(58deg);
}

.w2rr-progress-circle.p17 .w2rr-value-bar {
  transform: rotate(61deg);
}

.w2rr-progress-circle.p18 .w2rr-value-bar {
  transform: rotate(65deg);
}

.w2rr-progress-circle.p19 .w2rr-value-bar {
  transform: rotate(68deg);
}

.w2rr-progress-circle.p20 .w2rr-value-bar {
  transform: rotate(72deg);
}

.w2rr-progress-circle.p21 .w2rr-value-bar {
  transform: rotate(76deg);
}

.w2rr-progress-circle.p22 .w2rr-value-bar {
  transform: rotate(79deg);
}

.w2rr-progress-circle.p23 .w2rr-value-bar {
  transform: rotate(83deg);
}

.w2rr-progress-circle.p24 .w2rr-value-bar {
  transform: rotate(86deg);
}

.w2rr-progress-circle.p25 .w2rr-value-bar {
  transform: rotate(90deg);
}

.w2rr-progress-circle.p26 .w2rr-value-bar {
  transform: rotate(94deg);
}

.w2rr-progress-circle.p27 .w2rr-value-bar {
  transform: rotate(97deg);
}

.w2rr-progress-circle.p28 .w2rr-value-bar {
  transform: rotate(101deg);
}

.w2rr-progress-circle.p29 .w2rr-value-bar {
  transform: rotate(104deg);
}

.w2rr-progress-circle.p30 .w2rr-value-bar {
  transform: rotate(108deg);
}

.w2rr-progress-circle.p31 .w2rr-value-bar {
  transform: rotate(112deg);
}

.w2rr-progress-circle.p32 .w2rr-value-bar {
  transform: rotate(115deg);
}

.w2rr-progress-circle.p33 .w2rr-value-bar {
  transform: rotate(119deg);
}

.w2rr-progress-circle.p34 .w2rr-value-bar {
  transform: rotate(122deg);
}

.w2rr-progress-circle.p35 .w2rr-value-bar {
  transform: rotate(126deg);
}

.w2rr-progress-circle.p36 .w2rr-value-bar {
  transform: rotate(130deg);
}

.w2rr-progress-circle.p37 .w2rr-value-bar {
  transform: rotate(133deg);
}

.w2rr-progress-circle.p38 .w2rr-value-bar {
  transform: rotate(137deg);
}

.w2rr-progress-circle.p39 .w2rr-value-bar {
  transform: rotate(140deg);
}

.w2rr-progress-circle.p40 .w2rr-value-bar {
  transform: rotate(144deg);
}

.w2rr-progress-circle.p41 .w2rr-value-bar {
  transform: rotate(148deg);
}

.w2rr-progress-circle.p42 .w2rr-value-bar {
  transform: rotate(151deg);
}

.w2rr-progress-circle.p43 .w2rr-value-bar {
  transform: rotate(155deg);
}

.w2rr-progress-circle.p44 .w2rr-value-bar {
  transform: rotate(158deg);
}

.w2rr-progress-circle.p45 .w2rr-value-bar {
  transform: rotate(162deg);
}

.w2rr-progress-circle.p46 .w2rr-value-bar {
  transform: rotate(166deg);
}

.w2rr-progress-circle.p47 .w2rr-value-bar {
  transform: rotate(169deg);
}

.w2rr-progress-circle.p48 .w2rr-value-bar {
  transform: rotate(173deg);
}

.w2rr-progress-circle.p49 .w2rr-value-bar {
  transform: rotate(176deg);
}

.w2rr-progress-circle.p50 .w2rr-value-bar {
  transform: rotate(180deg);
}

.w2rr-progress-circle.p51 .w2rr-value-bar {
  transform: rotate(184deg);
}

.w2rr-progress-circle.p52 .w2rr-value-bar {
  transform: rotate(187deg);
}

.w2rr-progress-circle.p53 .w2rr-value-bar {
  transform: rotate(191deg);
}

.w2rr-progress-circle.p54 .w2rr-value-bar {
  transform: rotate(194deg);
}

.w2rr-progress-circle.p55 .w2rr-value-bar {
  transform: rotate(198deg);
}

.w2rr-progress-circle.p56 .w2rr-value-bar {
  transform: rotate(202deg);
}

.w2rr-progress-circle.p57 .w2rr-value-bar {
  transform: rotate(205deg);
}

.w2rr-progress-circle.p58 .w2rr-value-bar {
  transform: rotate(209deg);
}

.w2rr-progress-circle.p59 .w2rr-value-bar {
  transform: rotate(212deg);
}

.w2rr-progress-circle.p60 .w2rr-value-bar {
  transform: rotate(216deg);
}

.w2rr-progress-circle.p61 .w2rr-value-bar {
  transform: rotate(220deg);
}

.w2rr-progress-circle.p62 .w2rr-value-bar {
  transform: rotate(223deg);
}

.w2rr-progress-circle.p63 .w2rr-value-bar {
  transform: rotate(227deg);
}

.w2rr-progress-circle.p64 .w2rr-value-bar {
  transform: rotate(230deg);
}

.w2rr-progress-circle.p65 .w2rr-value-bar {
  transform: rotate(234deg);
}

.w2rr-progress-circle.p66 .w2rr-value-bar {
  transform: rotate(238deg);
}

.w2rr-progress-circle.p67 .w2rr-value-bar {
  transform: rotate(241deg);
}

.w2rr-progress-circle.p68 .w2rr-value-bar {
  transform: rotate(245deg);
}

.w2rr-progress-circle.p69 .w2rr-value-bar {
  transform: rotate(248deg);
}

.w2rr-progress-circle.p70 .w2rr-value-bar {
  transform: rotate(252deg);
}

.w2rr-progress-circle.p71 .w2rr-value-bar {
  transform: rotate(256deg);
}

.w2rr-progress-circle.p72 .w2rr-value-bar {
  transform: rotate(259deg);
}

.w2rr-progress-circle.p73 .w2rr-value-bar {
  transform: rotate(263deg);
}

.w2rr-progress-circle.p74 .w2rr-value-bar {
  transform: rotate(266deg);
}

.w2rr-progress-circle.p75 .w2rr-value-bar {
  transform: rotate(270deg);
}

.w2rr-progress-circle.p76 .w2rr-value-bar {
  transform: rotate(274deg);
}

.w2rr-progress-circle.p77 .w2rr-value-bar {
  transform: rotate(277deg);
}

.w2rr-progress-circle.p78 .w2rr-value-bar {
  transform: rotate(281deg);
}

.w2rr-progress-circle.p79 .w2rr-value-bar {
  transform: rotate(284deg);
}

.w2rr-progress-circle.p80 .w2rr-value-bar {
  transform: rotate(288deg);
}

.w2rr-progress-circle.p81 .w2rr-value-bar {
  transform: rotate(292deg);
}

.w2rr-progress-circle.p82 .w2rr-value-bar {
  transform: rotate(295deg);
}

.w2rr-progress-circle.p83 .w2rr-value-bar {
  transform: rotate(299deg);
}

.w2rr-progress-circle.p84 .w2rr-value-bar {
  transform: rotate(302deg);
}

.w2rr-progress-circle.p85 .w2rr-value-bar {
  transform: rotate(306deg);
}

.w2rr-progress-circle.p86 .w2rr-value-bar {
  transform: rotate(310deg);
}

.w2rr-progress-circle.p87 .w2rr-value-bar {
  transform: rotate(313deg);
}

.w2rr-progress-circle.p88 .w2rr-value-bar {
  transform: rotate(317deg);
}

.w2rr-progress-circle.p89 .w2rr-value-bar {
  transform: rotate(320deg);
}

.w2rr-progress-circle.p90 .w2rr-value-bar {
  transform: rotate(324deg);
}

.w2rr-progress-circle.p91 .w2rr-value-bar {
  transform: rotate(328deg);
}

.w2rr-progress-circle.p92 .w2rr-value-bar {
  transform: rotate(331deg);
}

.w2rr-progress-circle.p93 .w2rr-value-bar {
  transform: rotate(335deg);
}

.w2rr-progress-circle.p94 .w2rr-value-bar {
  transform: rotate(338deg);
}

.w2rr-progress-circle.p95 .w2rr-value-bar {
  transform: rotate(342deg);
}

.w2rr-progress-circle.p96 .w2rr-value-bar {
  transform: rotate(346deg);
}

.w2rr-progress-circle.p97 .w2rr-value-bar {
  transform: rotate(349deg);
}

.w2rr-progress-circle.p98 .w2rr-value-bar {
  transform: rotate(353deg);
}

.w2rr-progress-circle.p99 .w2rr-value-bar {
  transform: rotate(356deg);
}

.w2rr-progress-circle.p100 .w2rr-value-bar {
  transform: rotate(360deg);
}

.w2rr-wc-wrap-thumbnail {
  position: relative;
}

.w2rr-wc-wrap-thumbnail .w2rr-rating {
  position: absolute;
  bottom: 0;
  left: 10px;
}

.w2rr-counter-reviews-link {
  font-size: 14px;
  display: inline-block;
}

/************************ Reviews Block ************************/
.w2rr-reviews-orderby {
  position: relative;
  display: inline-block;
}

.w2rr-reviews-orderby-links-group {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  border-radius: 5px;
}

.w2rr-reviews-orderby:hover .w2rr-reviews-orderby-links-group {
  display: block;
}

.w2rr-btn.w2rr-reviews-orderby-link {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: left;
  border-radius: 0;
}

.w2rr-btn.w2rr-reviews-orderby-link:hover {
  background-color: #f1f1f1;
}

.w2rr-review-header .w2rr-author-link,
.w2rr-review-header .w2rr-review-date,
.w2rr-review-header .w2rr-views-counter {
  float: none;
  margin-right: 10px;
}

.w2rr-meta-data:before,
.w2rr-meta-data:after {
  content: '';
  display: block;
  clear: both;
}

em.w2rr-review-date {
  font-size: 0.8em;
  display: block;
}

img.w2rr-review-user-picture {
  width: 50px;
  border-radius: 10%;
}

/************************ Breadcrumbs ************************/
ol.w2rr-breadcrumbs {
  margin: 10px 0 20px 0 !important;
  padding: 0;
  float: none;
}

ol.w2rr-breadcrumbs > li {
  display: inline;
  list-style: outside none none;
  margin: 0 !important;
}

/************************ Reviews Share buttons ************************/
.w2rr-content .w2rr-share-buttons {
  margin: 10px 0;
}

.w2rr-content .w2rr-share-button {
  margin: 0 10px 10px 0;
  display: inline-block;
}

.w2rr-content .w2rr-share-button a {
  text-decoration: none;
  box-shadow: none;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.w2rr-content .w2rr-share-button a img {
  opacity: 0.5;
}

.w2rr-touch .w2rr-content .w2rr-share-button a img {
  opacity: 1;
}

.w2rr-content .w2rr-share-button a img:hover {
  opacity: 1;
}

.w2rr-share-count:after, .w2rr-share-count:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w2rr-share-count:after {
  border-color: rgba(224, 221, 221, 0);
  border-right-color: #f5f5f5;
  border-width: 5px;
  top: 50%;
  margin-top: -5px;
}

.w2rr-share-count:before {
  border-color: rgba(85, 94, 88, 0);
  border-right-color: #e0dddd;
  border-width: 6px;
  top: 50%;
  margin-top: -6px;
}

.w2rr-share-count {
  display: inline-block;
  font: 11px Arial, Helvetica, sans-serif;
  padding: 5px;
  border-radius: 6px;
  position: relative;
  border: 1px solid #e0dddd;
  background: none repeat scroll 0 0 #f5f5f5;
}

/************************ Reviews Pages ************************/
.w2rr-review-wrapper {
  border-bottom: 1px solid #ddd;
  padding: 20px 0 0;
  position: relative;
}

h4.w2rr-review-title {
  margin: 0 0 10px 0;
}

h4.w2rr-review-title a,
.widget-area .widget h4.w2rr-review-title a {
  font-weight: bold;
  text-decoration: none;
}

.w2rr-review-images ul {
  margin: 10px 0;
  overflow: auto;
}

.w2rr-review-image {
  list-style: none;
  float: left;
  margin: 5px 5px 0 0;
  width: 70px;
}

.w2rr-review-image img {
  border-radius: 10%;
}

.w2rr-review-footer {
  padding: 20px 0;
  overflow: auto;
}

.w2rr-write-review {
  margin-bottom: 20px;
}

header.w2rr-review-header {
  overflow: hidden;
}

header.w2rr-review-header h2 {
  margin: 10px 0;
  padding: 0;
}

.w2rr-review-logo-wrap {
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
}

.w2rr-single-review-text-content-wrap {
  position: static;
  margin-top: 20px;
  margin-bottom: 20px;
}

.w2rr-single-review-text-content-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.w2rr-review-single .w2rr-review-frontpanel {
  margin: 0;
  float: right;
}

@media screen and (max-width: 768px) {
  .w2rr-review-single .w2rr-review-frontpanel {
    float: none;
  }
}
.w2rr-ratings-overall-wrapper {
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif !important;
  width: 267px;
}

.w2rr-ratings-overall-stars {
  width: 60px;
  display: inline-block;
}

.w2rr-ratings-overall-avgvalue .w2rr-rating,
.w2rr-ratings-overall .w2rr-rating {
  margin: 3px 0;
  width: 125px;
  height: 22px;
}

.w2rr-ratings-metabox .w2rr-ratings-overall-avgvalue .w2rr-rating,
.w2rr-ratings-metabox .w2rr-ratings-overall .w2rr-rating {
  margin-left: 40px;
  width: auto;
}

.w2rr-ratings-overall .w2rr-progress {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 6px;
  height: 4px;
}

.w2rr-ratings-overall .w2rr-progress-bar {
  background-color: #428bca;
}

.w2rr-review-rating-criteria-label {
  font-weight: bold;
  float: left;
}

.w2rr-review-rating-criteria-value {
  float: right;
}

.w2rr-review-rating-criteria:after {
  content: '';
  display: block;
  clear: both;
}

.w2rr-review-rating-criterias {
  margin-bottom: 20px;
}

.w2rr-review-rating-criterias .w2rr-progress {
  height: 15px;
}

.w2rr-single-review-comments-votes {
  margin-top: 20px;
}

.w2rr-review-votes {
  text-align: right;
}

.w2rr-review-votes-question {
  margin: 0 10px;
}

.w2rr-review-votes-button {
  text-decoration: none !important;
}

.w2rr-content .w2rr-review-votes .w2rr-btn-primary.w2rr-review-votes-button {
  background-color: transparent;
  font-size: 16px;
  padding: 8px;
  height: 36px;
}

.w2rr-content .w2rr-review-votes .w2rr-btn-primary.w2rr-review-votes-button-up,
.w2rr-content .w2rr-review-votes .w2rr-btn-primary.w2rr-review-votes-button.w2rr-review-votes-button-inactive.w2rr-review-votes-button-up:hover {
  color: #1ea837;
  border-color: #1ea837;
}

.w2rr-content .w2rr-review-votes .w2rr-btn-primary.w2rr-review-votes-button-down,
.w2rr-content .w2rr-review-votes .w2rr-btn-primary.w2rr-review-votes-button.w2rr-review-votes-button-inactive.w2rr-review-votes-button-down:hover {
  color: #e44444;
  border-color: #e44444;
}

.w2rr-review-votes-button-down .w2rr-glyphicon-thumbs-down {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.w2rr-content .w2rr-review-votes .w2rr-btn-primary.w2rr-review-votes-button.w2rr-review-votes-button-inactive {
  color: #777;
  border-color: #ecf0f1;
}

.w2rr-review-votes-counter {
  margin-right: 10px;
  font-size: 16px;
}

.w2rr-review-votes-counter-up,
.w2rr-review-votes-counter-down {
  margin: 0 0 0 10px;
  font-size: 14px;
  position: relative;
  top: -3px;
}

.w2rr-review-footer .w2rr-review-comments {
  float: left;
  width: 50%;
}
.w2rr-review-footer .w2rr-review-votes {
  float: right;
  text-align: right;
  width: 50%;
}

.w2rr-single-review-comments {
  margin-top: 20px;
}

.w2rr-single-review-comments-label {
  font-size: 24px;
}

.w2rr-reviews-widget-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}

.w2rr-reviews-widget-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.w2rr-reviews-grid .w2rr-review .w2rr-review-date,
.w2rr-reviews-grid .w2rr-review .w2rr-author-link {
  font-style: italic;
}
.w2rr-reviews-grid .w2rr-review .w2rr-review-logo-bottom-panel {
  width: 100%;
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 50%);
  text-align: left;
  padding: 5px;
}
.w2rr-reviews-grid .w2rr-review .w2rr-rating label.w2rr-rating-icon {
  font-size: 15px;
  padding-left: 2px;
  width: 15px;
}
.w2rr-reviews-grid .w2rr-review .w2rr-review-logo-wrap {
  float: none !important;
  width: 100% !important;
  margin: 0;
}
.w2rr-reviews-grid .w2rr-review .w2rr-review-logo img {
  width: 100%;
  object-fit: cover;
}
.w2rr-reviews-grid .w2rr-review .w2rr-review-footer .w2rr-review-comments,
.w2rr-reviews-grid .w2rr-review .w2rr-review-footer .w2rr-review-votes {
  float: none;
  width: 100%;
}

.w2rr-reviews-grid .w2rr-reviews-block-content {
  margin-left: -15px;
  margin-right: -15px;
}

.w2rr-reviews-block-content:after {
  clear: both;
  content: " ";
  display: table;
}

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
  .w2rr-reviews-grid-1 .w2rr-review {
    width: 100% !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .w2rr-reviews-grid.w2rr-reviews-grid-masonry .w2rr-review {
    overflow: auto;
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    /* required for masonry layout */
  }

  .w2rr-reviews-grid-2.w2rr-reviews-grid-masonry .w2rr-reviews-block-content {
    columns: 2;
    column-gap: 19px;
  }

  .w2rr-reviews-grid-2.w2rr-reviews-grid-no-masonry .w2rr-review {
    float: left;
    width: 49% !important;
  }
  .w2rr-reviews-grid-2.w2rr-reviews-grid-no-masonry .w2rr-reviews-block-content .w2rr-review:nth-child(2n+1) {
    clear: both;
    margin-right: 2%;
    margin-left: 0;
  }
  .w2rr-reviews-grid-2.w2rr-reviews-grid-no-masonry .w2rr-reviews-block-content .w2rr-review:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
  }

  .w2rr-reviews-grid-3.w2rr-reviews-grid-masonry .w2rr-reviews-block-content {
    columns: 3;
    column-gap: 15px;
  }

  .w2rr-reviews-grid-3.w2rr-reviews-grid-no-masonry .w2rr-review {
    float: left;
    width: 32% !important;
  }
  .w2rr-reviews-grid-3.w2rr-reviews-grid-no-masonry .w2rr-reviews-block-content .w2rr-review:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
    margin-left: 0;
  }
  .w2rr-reviews-grid-3.w2rr-reviews-grid-no-masonry .w2rr-reviews-block-content .w2rr-review:nth-child(3n+2) {
    margin-right: 2%;
    margin-left: 0;
  }
  .w2rr-reviews-grid-3.w2rr-reviews-grid-no-masonry .w2rr-reviews-block-content .w2rr-review:nth-child(3n) {
    margin-left: 0;
    margin-right: 0;
  }

  .w2rr-reviews-grid-4.w2rr-reviews-grid-masonry .w2rr-reviews-block-content {
    columns: 4;
    column-gap: 19px;
  }

  .w2rr-reviews-grid-4.w2rr-reviews-grid-no-masonry .w2rr-review {
    float: left;
    width: 24.25% !important;
  }
  .w2rr-reviews-grid-4.w2rr-reviews-grid-no-masonry .w2rr-reviews-block-content .w2rr-review:nth-child(4n+1) {
    clear: both !important;
    margin-right: 1% !important;
    margin-left: 0 !important;
  }
  .w2rr-reviews-grid-4.w2rr-reviews-grid-no-masonry .w2rr-reviews-block-content .w2rr-review:nth-child(4n+2),
  .w2rr-reviews-grid-4.w2rr-reviews-grid-no-masonry .w2rr-reviews-block-content .w2rr-review:nth-child(4n+3) {
    margin-right: 1% !important;
    margin-left: 0 !important;
  }
  .w2rr-reviews-grid-4.w2rr-reviews-grid-no-masonry .w2rr-reviews-block-content .w2rr-review:nth-child(4n) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  .w2rr-mobile-reviews-grid-2.w2rr-reviews-grid-no-masonry .w2rr-review {
    float: left;
    width: 49% !important;
  }
  .w2rr-mobile-reviews-grid-2.w2rr-reviews-grid-no-masonry .w2rr-reviews-block-content .w2rr-review:nth-child(2n+1) {
    clear: both;
    margin-right: 2%;
    margin-left: 0;
  }
  .w2rr-mobile-reviews-grid-2.w2rr-reviews-grid-no-masonry .w2rr-reviews-block-content .w2rr-review:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
  }

  .w2rr-mobile-reviews-grid-2.w2rr-reviews-grid-masonry .w2rr-review {
    overflow: auto;
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .w2rr-mobile-reviews-grid-2.w2rr-reviews-grid-masonry .w2rr-reviews-block-content {
    columns: 2;
    column-gap: 20px;
  }

  .w2rr-mobile-reviews-grid-2 .w2rr-review .w2rr-review-logo-wrap {
    float: none !important;
    width: 100% !important;
    margin: 0;
  }
}
/************************ Color Picker panel ************************/
#w2rr-color-picker-panel {
  left: -177px;
  position: fixed;
  top: 25%;
  width: 227px;
  z-index: 100000;
}

#w2rr-color-picker {
  background-color: #F7FFFF;
  float: left;
  padding: 5px;
  width: 170px;
  border-radius: 0 0 6px 0;
  box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
}

#w2rr-color-picker table {
  line-height: 15px;
  margin-bottom: 10px;
  width: 100%;
  min-width: auto;
}

.w2rr-color-scheme-name {
  margin: 5px 0;
}

#w2rr-color-picker-panel-tools {
  width: 57px;
  height: 50px;
  background-color: #F7FFFF;
  float: left;
  padding: 5px;
  border-radius: 0 6px 6px 0;
  box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
  text-align: right;
  cursor: pointer;
}

#w2rr-color-picker-panel-tools img {
  display: inline;
  box-shadow: none;
  width: 40px;
  animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.w2rr-color-option {
  cursor: pointer;
  padding: 3px;
  margin-bottom: 2px;
}

.w2rr-color-option.color-option:hover, .w2rr-color-option.color-option.selected {
  background: none repeat scroll 0 0 #DDDDDD;
}

.w2rr-bx-wrapper {
  width: auto;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
  border: 0;
}

.w2rr-bx-wrapper .w2rr-bx-viewport {
  border: 0;
}

.w2rr-bx-wrapper .w2rr-bx-controls-direction a {
  outline: 0 none !important;
  border: none !important;
  text-indent: unset;
}

.w2rr-bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.w2rr-bx-pager {
  margin: 20px;
  margin-bottom: 60px;
  text-align: center;
}

.w2rr-bx-pager a {
  margin: 0 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.w2rr-bx-pager a img {
  width: auto;
  height: 80px !important;
  transition: .4s ease-in-out;
  border-radius: 5%;
  border: 1px solid #FFFFFF;
}

.w2rr-bx-pager a.active img {
  border: 1px solid #D4104E;
}

.w2rr-bx-wrapper a.w2rr-bx-prev,
.w2rr-bx-wrapper a.w2rr-bx-next {
  text-decoration: none !important;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background: white;
  color: #666;
  width: 30px;
  height: 60px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
}

.w2rr-bx-wrapper a.w2rr-bx-prev,
.w2rr-bx-wrapper a.w2rr-bx-next {
  opacity: 60%;
}

.w2rr-bx-wrapper a.w2rr-bx-prev:hover,
.w2rr-bx-wrapper a.w2rr-bx-next:hover {
  opacity: 90%;
}

.w2rr-bx-wrapper a.w2rr-bx-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}

.w2rr-bx-wrapper a.w2rr-bx-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.w2rr-bx-wrapper a.w2rr-bx-prev:before,
.w2rr-bx-wrapper a.w2rr-bx-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 60px;
}

.w2rr-bx-wrapper a.w2rr-bx-next:before {
  content: "\f105";
}

.w2rr-bx-wrapper a.w2rr-bx-prev:before {
  content: "\f104";
}

.w2rr-slide-thumb-wrapper {
  position: relative;
}

.w2rr-bx-wrapper .w2rr-bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
  color: #FFFFFF;
  font-family: Arial;
  font-size: .85em;
  padding: 10px;
}

span.w2rr-slide-rating {
  padding: 0 5px;
}

.w2rr-slide-rating label.w2rr-rating-icon {
  float: none;
  font-size: 15px;
  margin-right: 3px;
}

span.w2rr-slide-thumb-rating {
  position: absolute;
  left: 1px;
  bottom: 1px;
  padding: 0 5px;
  color: #FFFFFF;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000 50%);
  border-radius: 0 0 0 10px;
}

.w2rr-slide-thumb-rating label.w2rr-rating-icon {
  float: none;
  font-size: 15px;
  margin-right: 3px;
}

.w2rr-slider-wc-price {
  font-size: 23px;
  margin: 0 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.w2rr-dashboard-tabs-content h2 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.w2rr-media-upload-wrapper {
  margin-bottom: 50px;
}

.w2rr-media-upload-wrapper:last-child {
  margin-bottom: 0;
}

.w2rr-editor-class {
  background-color: white;
  width: 100%;
}

.w2rr-form-control.w2rr-pros-description {
  background-color: #f9fbf9;
}

.w2rr-form-control.w2rr-cons-description {
  background-color: #fbf9f9;
}

.w2rr-submit-section {
  margin-bottom: 50px;
  background: #FBFBFB;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  padding: 0;
}

.w2rr-submit-section-adv {
  margin-bottom: 30px;
}

.w2rr-submit-section h3.w2rr-submit-section-label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #464646;
  background: #F3F3F3;
}

.w2rr-submit-section-inside {
  padding: 10px;
}

.w2rr-dashboard {
  /* Maximum width of 768 pixels. */
}
.w2rr-dashboard a:hover {
  text-decoration: none;
}
.w2rr-dashboard .w2rr-td-review-options {
  text-align: right;
}
.w2rr-dashboard .w2rr-td-review-options .w2rr-dashboard-btn-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .w2rr-dashboard td {
    padding: 1px !important;
  }
  .w2rr-dashboard th {
    display: none;
  }
  .w2rr-dashboard .w2rr-rating {
    width: auto;
  }
  .w2rr-dashboard .w2rr-rating-stars {
    display: none;
  }
  .w2rr-dashboard .w2rr-td-review-id {
    display: none;
  }
  .w2rr-dashboard .w2rr-td-review-options {
    max-width: 100px !important;
  }
  .w2rr-dashboard .w2rr-td-review-options .w2rr-btn {
    display: none;
  }
  .w2rr-dashboard .w2rr-td-review-options .w2rr-dashboard-btn-mobile {
    display: block;
  }
}

.w2rr-table.w2rr-dashboard-reviews {
  table-layout: auto;
}

.w2rr-table.w2rr-dashboard-reviews td,
.w2rr-table.w2rr-dashboard-reviews th {
  border: 0;
}

p.w2rr-description {
  margin: 10px 0;
}

#w2rr-upload-functions {
  margin: 20px 0 40px;
}

.w2rr-upload-option {
  margin: 10px 0;
}

.w2rr-attached-item,
.w2rr-upload-item {
  position: relative;
  color: #FFFFFF;
  float: left;
  margin: 0 20px 20px 0;
  background-color: #8d8d8d;
  width: 255px;
  height: 292px;
}

#w2rr-attached-videos-wrapper .w2rr-attached-item {
  height: 240px;
}

.w2rr-drop-attached-item,
.w2rr-attached-item-img {
  background-color: #ababab;
  border: 2px dashed #7e7e7e;
  height: 180px;
  margin: 10px;
  padding: 40px 0;
  text-align: center;
}

.w2rr-attached-item-img {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.w2rr-btn.w2rr-upload-item-button {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.w2rr-drop-attached-item input[type="file"] {
  display: none;
}

.w2rr-attached-item-input,
.w2rr-attached-item-logo {
  margin: 10px;
}

.w2rr-attached-item-logo label {
  white-space: nowrap;
}

.w2rr-attached-item-delete {
  position: absolute;
  bottom: 10px;
  font-size: 23px;
  right: 10px;
  cursor: pointer;
}

.w2rr-attached-item-metadata {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: auto !important;
  /* sortable functions breaks layout without !important */
}

#w2rr-attached-images-wrapper .ui-sortable-placeholder {
  background-color: #FFFBCC !important;
  display: inline-block;
  float: left;
  margin: 0 20px 20px 0;
}

.w2rr-move-label {
  cursor: move;
}

label.w2rr-fsubmit-contact {
  display: block;
  font-weight: bold;
  margin: 15px 0 5px;
}

ul.w2rr-dashboard-tabs.w2rr-nav {
  margin: 20px 0;
}

.dashicons,
.dashicons-before::before {
  line-height: inherit;
}

#pass-strength-result {
  background-color: #eee;
  border: 1px solid #CCCCCC;
  color: #23282d;
  margin: -2px 5px 5px 1px;
  padding: 3px 5px;
  text-align: center;
  width: 25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

#pass-strength-result.short {
  background-color: #f1adad;
  border-color: #e35b5b;
  opacity: 1;
}

#pass-strength-result.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
  opacity: 1;
}

#pass-strength-result.good {
  background-color: #ffe399;
  border-color: #ffc733;
  opacity: 1;
}

#pass-strength-result.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
  opacity: 1;
}

#pass1.short,
#pass1-text.short {
  border-color: #e35b5b;
}

#pass1.bad,
#pass1-text.bad {
  border-color: #f78b53;
}

#pass1.good,
#pass1-text.good {
  border-color: #ffc733;
}

#pass1.strong,
#pass1-text.strong {
  border-color: #83c373;
}

.pw-weak {
  display: none;
}

.indicator-hint {
  padding-top: 8px;
}

#pass1-text,
.show-password #pass1 {
  display: none;
}

#pass1-text,
#pass1 {
  width: 25em;
}

.show-password #pass1-text {
  display: inline-block;
}

.wp-switch-editor {
  box-sizing: content-box;
}

/* close button on WP media window */
.screen-reader-text {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Review Info metabox */
.w2rr-edit-review-info-label {
  margin: 10px 0;
}

.w2rr-upload-image-form input[type="file"] {
  display: none;
}

.w2rr-upload-image {
  width: 100px;
  height: 100px;
  background-color: #ababab;
  /* border: 2px dashed #7e7e7e; */
  text-align: center;
  margin-bottom: 10px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10%;
}

.w2rr-widget-description {
  display: block;
  padding: 0 0 15px;
  margin: 0;
  font-style: normal;
  color: #72777c;
}
