.bt-review-overlay {
  position: absolute;
  display: none;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.bt-ajax-bubbling {
  text-align: center;
  width: 100%;
  height: 49px;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.bt-ajax-bubbling span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 24px auto;
  background: #000000;
  border-radius: 49px;
  -o-border-radius: 49px;
  -ms-border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  animation: ktajaxbubbling 1.5s infinite alternate;
  -o-animation: ktajaxbubbling 1.5s infinite alternate;
  -ms-animation: ktajaxbubbling 1.5s infinite alternate;
  -webkit-animation: ktajaxbubbling 1.5s infinite alternate;
  -moz-animation: ktajaxbubbling 1.5s infinite alternate;
}
#bt-ajax-bubbling_1 {
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
}
#bt-ajax-bubbling_2 {
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}
#bt-ajax-bubbling_3 {
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}
@keyframes ktajaxbubbling {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000000;
    transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    transform: translateY(-20px);
  }
}
@-o-keyframes ktajaxbubbling {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000000;
    -o-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    -o-transform: translateY(-20px);
  }
}
@-ms-keyframes ktajaxbubbling {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000000;
    -ms-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    -ms-transform: translateY(-20px);
  }
}
@-webkit-keyframes ktajaxbubbling {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000000;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes ktajaxbubbling {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000000;
    -moz-transform: translateY(0);
  }
  100% {
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    -moz-transform: translateY(-20px);
  }
}
@font-face {
  font-family: 'bt-reviews';
  src: url('../font/bt-reviews.eot?4i7zfn');
  src: url('../font/bt-reviews.eot?4i7zfn#iefix') format('embedded-opentype'), url('../font/bt-reviews.ttf?4i7zfn') format('truetype'), url('../font/bt-reviews.woff?4i7zfn') format('woff'), url('../font/bt-reviews.svg?4i7zfn#bt-reviews') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="bt-reviews-icon-"],
[class*=" bt-reviews-icon-"] {
  font-family: 'bt-reviews' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bt-reviews-icon-star-empty:before {
  content: "\ece3";
}
.bt-reviews-icon-star-full:before {
  content: "\ece5";
}
.bt-reviews-icon-thumbs-up:before {
  content: "\ecf5";
}
.bt-reviews-icon-thumbs-down:before {
  content: "\ecf7";
}
a.bt-review-vote {
  display: inline-block;
  padding: 0;
  border: 1px solid var(--global-palette7, #edf2f7);
  margin: 0 3px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  font-size: 12px;
  color: var(--global-palette5, #4a5568);
  text-decoration: none;
}
a.bt-review-vote:hover,
a.bt-review-vote.bt-vote-review-selected,
a.bt-review-vote:focus {
  border-color: var(--global-palette4, #2d3748);
  color: var(--global-palette4, #2d3748);
}
.bt-review-helpful {
  margin-bottom: 10px;
  margin-right: 5px;
}
.bt-review-vote-container {
  margin-bottom: 5px;
}
a.bt-review-vote i {
  line-height: 24px;
}
.bt-review-vote-area {
  text-align: right;
  order: 10;
}
.rtl .bt-review-vote-area {
  text-align: left;
}
.bt-review-vote-container,
.bt-review-helpful {
  display: inline-block;
}
#bt-modal-review-login {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.6);
}
#bt-modal-review-login.bt-modal-open {
  display: block;
}
#bt-modal-review-login.bt-modal-open .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
}
#bt-modal-review-login.bt-modal-open .modal-content {
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  outline: 0;
  padding: 2em;
  width: 100%;
  max-width: 380px;
  border-radius: 0.25rem;
  background: var(--global-palette9, #fff);
}
#bt-modal-review-login.bt-modal-open .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.43px;
}
#bt-modal-review-login.bt-modal-open .modal-body {
  position: relative;
  padding: 20px;
}
#bt-modal-review-login.bt-modal-open .modal-header .close {
  margin-top: -2px;
  float: right;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: var(--global-palette4);
  opacity: 0.8;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
#bt-modal-review-login #loginform .input {
  width: 100%;
  line-height: 30px;
}
#bt-modal-review-login .modal-header {
  border-bottom: 0;
}
#bt-modal-review-login .bt-review-vote-signup {
  font-weight: bold;
}
#bt-modal-review-login #loginform #wp-submit {
  background: #999;
  color: white;
  border: 0;
  padding: 6px;
  width: 100%;
  line-height: 30px;
}
#bt-modal-review-login #loginform #wp-submit:hover {
  background: #555;
}
#bt-reviews-overview {
  padding: 20px 0;
}
#bt-reviews-overview .bt_rating_bar_row {
  position: relative;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 20px;
}
#bt-reviews-overview .bt_rating_bar_row:last-child {
  margin-bottom: 0;
}
#bt-reviews-overview .bt_stars_value {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
#bt-reviews-overview .bt_rating_bar {
  width: 100%;
  float: none;
  display: block;
  padding: 0 40px;
}
#bt-reviews-overview .bt_review_single_count {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
#bt-reviews-overview .bt_review_stats_bars:after {
  clear: both;
  display: table;
  content: '';
}
#bt-reviews-overview .bt_review_stats_bars {
  width: 50%;
  position: relative;
  float: left;
  height: 120px;
  padding-left: 10px;
}
#bt-reviews-overview .bt_rating_bar_bg {
  background: var(--global-palette8, #f2f2f2);
  width: 100%;
  min-height: 20px;
  display: block;
}
#bt-reviews-overview .bt_perc_rating {
  min-height: 20px;
  background: var(--global-palette5, rgba(0, 0, 0, 0.5));
  display: block;
}
#bt-reviews-overview .bt_reviews_stats_total {
  width: 50%;
  height: 120px;
  float: left;
  padding-right: 10px;
  text-align: center;
  position: relative;
}
#bt-reviews-overview .bt_reviews_stats_total h3 {
  margin: 0;
  border: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
#bt-reviews-overview:after {
  clear: both;
  display: table;
  content: '';
}
#reviews .bt-featured-comment .star-rating {
  margin-right: 40px;
}
#reviews input#review-consent-input {
  display: inline-block;
  margin-right: 5px;
}
.comment_container {
  position: relative;
}
.bt-ajax-load-more-reviews-container {
  text-align: center;
  position: relative;
}
.bt-ajax-load-more-reviews {
  border: 0;
  background: var(--global-palette6, rgba(0, 0, 0, 0.15));
  color: var(--global-palette9, #333);
  padding: 8px 12px;
  border-radius: 2px;
}
.bt-ajax-load-more-reviews:hover {
  border: 0;
  background: var(--global-palette4, rgba(0, 0, 0, 0.25));
  color: var(--global-palette9, #222);
}
.bt-featured-review {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  width: 28px;
  line-height: 10px;
}
.bt-featured-review:after {
  content: "";
  font-size: 10px;
  position: absolute;
  height: 45px;
  border: 14px solid #F44336;
  z-index: -1;
  top: -10px;
  box-sizing: border-box;
  border-top-width: 14px;
  border-bottom-color: transparent;
  right: 0;
}
.bt-featured-review:before {
  content: "";
  font-size: 10px;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #B71C1C transparent;
  top: -10px;
  right: 28px;
  border-width: 0 0 10px 8px;
  z-index: -1;
}
h5.bt_review_title {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #bt-reviews-overview .bt_reviews_stats_total,
  #bt-reviews-overview .bt_review_stats_bars {
    padding: 0;
    width: 100%;
    float: none;
  }
}
