#customer-reviews {
  display: none;
  background-color: white !important;
}

.customer-reviews-summary {
  width: 30%;
  background-color: #9AABBF;
  color: white;
  padding: 4rem;
}

.customer-reviews-summary-item {
  margin: 1rem 0 !important;
  display: flex !important;
  width: 100% !important;
  justify-content: space-between !important;
}


@media only screen and (max-width: 991px) {
  .customer-reviews-summary-item {
    margin: 0 auto !important;
    width: 70% !important;
  }
}
  
.customer-reviews-summary-item-label {
  font-size: 10px !important;
  font-family: 'proxima-bold' !important;
  color: #fff !important;
}
.customer-reviews-summary-item-rating {
  letter-spacing: 2.5px;
}

.customer-reviews-detail {
  display: flex;
  width: 70%;
  margin: 1rem;
  align-items: center;
  padding-bottom: 3rem;
  margin-left: 2rem;
  overflow: scroll;
}

.customer-reviews-title {
  font-family: proxima-semi-bold !important;
  font-size: 24px !important;
  font-style:normal !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  line-height: 31.2px !important;
  text-transform: uppercase !important;
  margin-bottom: 2.5rem !important;
  color: #fff !important;
}

@media only screen and (max-width: 991px) {
  .customer-reviews-title {
    text-align: center !important;
  }
}
  
.customer-reviews-detail-item {
  margin: 6rem 1rem 1rem;
  width: inherit;
  min-width: 250px;
}

.customer-reviews-detail-item-rating {
  color: #9AABBF;
  letter-spacing: 2.5px;
}

.customer-reviews-detail-item-metadata {
  display: flex;
}

.customer-reviews-detail-item-metadata-user {
  margin-right: 1rem;
  font-family: 'proxima-bold';
}

.customer-reviews-detail-item-metadata-date::before {
  content: " — ";
}

.customer-reviews-detail-item > * {
  margin-top: 1rem;
}


.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button {
  display: none !important;
}

.yotpo .yotpo-default-button, .yotpo input[type="button"].yotpo-default-button {
  display: none !important;
}

.yotpo .yotpo-small-box {
  display: none !important;
}

.yotpo .yotpo-regular-box {
  border: unset !important;
}

@media only screen and (max-width: 991px) {
  .yotpo .yotpo-regular-box {
    padding: 25px 0 0px;
  }
}

.yotpo .yotpo-review .yotpo-footer, .yotpo .yotpo-comment .yotpo-footer, .yotpo .yotpo-question .yotpo-footer, .yotpo .yotpo-onsite-upload .yotpo-footer {
  display: none !important;
}

.main-widget {
  background-color: transparent !important;
  min-height: 250px !important;
  display: flex !important;
  flex-direction: row !important;
  padding: 1rem 0 0 !important;
  max-height: 450px !important;
}

@media only screen and (max-width: 991px) {
  .main-widget {
    flex-direction: column !important;
    max-height: unset !important;
    padding: 1rem 0 0 !important;
  }
}

.main-widget .yotpo-display-wrapper {
  width: 450px !important;
  min-width: 550px !important;
  background-color: #9AABBF !important;
  color: white !important;
  padding: 6rem !important;
  height: 100%;

}

@media only screen and (max-width: 991px) {
  .main-widget .yotpo-display-wrapper {
    width: 100% !important;
    min-width: unset !important;
    padding: 4rem 4rem 0rem !important;
    height: 200px !important;
  }
}

.yotpo.yotpo-main-widget .yotpo-bottomline .based-on, .yotpo .yotpo-modal-dialog .yotpo-bottomline .based-on {
  font-family: 'proxima-reg' !important;
  font-size: 11.5px !important;
  letter-spacing: 0.5px !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1.5rem !important;
  color: #fff !important;
}

.yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: #fff !important;
}

.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star, .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star, .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-empty-star, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-empty-star {
  font-family: 'proxima-reg' !important;
  font-size: 11.5px !important;
  letter-spacing: 2.5px !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1.5rem !important;
  color: #fff !important;
}

.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-sum-reviews, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-sum-reviews {
  padding: 0 4px 0 0 !important;
}

.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 {
  min-width: unset !important;
}

.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes {
  margin: 0 !important;
  padding: 0 !important;
}

.customer-reviews-summary-container {
  display: flex !important; 
  flex-direction: column !important;
}

.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars {
  padding: 0 !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-title, .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-title, .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-title, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-title {
  display: none !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
  display: none !important;
}

.yotpo .yotpo-review .yotpo-main, .yotpo .yotpo-comment .yotpo-main, .yotpo .yotpo-question .yotpo-main, .yotpo .yotpo-onsite-upload .yotpo-main {
  margin: 0 !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon {
  font-family: 'proxima-reg' !important;
  font-size: 11.5px !important;
  letter-spacing: 2.5px !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1.5rem !important;
  color: #9AABBF !important;
}

.yotpo .yotpo-review .yotpo-main .content-title, .yotpo .yotpo-comment .yotpo-main .content-title, .yotpo .yotpo-question .yotpo-main .content-title, .yotpo .yotpo-onsite-upload .yotpo-main .content-title {
  display: none !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-review-stars, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars {
  margin-bottom: 0.75rem !important;
}

.yotpo-reviews {
  display: flex !important;
  width: 95% !important;
  margin: 1rem !important;
  align-items: center !important;
  padding-bottom: 3rem !important;
  margin-left: 2rem !important;
  overflow: scroll !important;
}


@media only screen and (max-width: 991px) {
  .yotpo-reviews {
    padding-bottom: unset !important;
  }
}

.yotpo-reviews .yotpo-review {
  margin: 1rem 2rem 1rem !important;
  width: inherit !important;
  min-width: 250px !important;
  max-width: 250px !important;
  min-height: 350px !important;
}

@media only screen and (max-width: 991px) {
  .yotpo-reviews .yotpo-review {
    margin: 0rem 3rem 1rem !important;
    min-width: 225px !important;
    min-height: unset !important;
  }
}

@media only screen and (max-width: 991px) {
  .yotpo.yotpo-main-widget, .yotpo .yotpo-modal-dialog {
    height: 100%;
  }
}

.content-review, .rest-content-collapsed, .sr-only, .yotpo-read-more {
  color: rgb(51, 51, 51) !important;
  font-family: proxima-reg !important;
  font-size: 11.5px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  line-height: 17.25px !important;
  margin-top: 10px !important;
  overflow: scroll !important;
  height: 5rem !important;
}

.yotpo-read-more {
  color: #9AABBF !important;
  font-family: proxima-reg !important;
  font-size: 11.5px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  line-height: 17.25px !important;
}


.rest-content-collapsed, .sr-only {
  color: rgb(51, 51, 51) !important;
  font-family: proxima-reg !important;
  font-size: 11.5px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  line-height: 17.25px !important;
}

.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 {
  display: none !important;
}

.yotpo-main {
  height: 225px;
  overflow: scroll;
}

.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  margin-right: 1rem !important;
  font-family: 'proxima-bold' !important;
  color: #000 !important;
}


.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-review-date, .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-review-date, .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-review-date, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-review-date {
  color: rgb(51, 51, 51) !important;
  font-family: proxima-reg !important;
  font-size: 11.5px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  height: 34px !important;
  letter-spacing: 0.5px !important;
  line-height: 17.25px !important;
  margin-top: 10px !important;
}

.yotpo-nav-content {
  height: 100%;
  padding-top: 4rem;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.yotpo-nav-content::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 991px) {
  .yotpo-nav-content {
    width: 95% !important;
  }
}

.main-widget.yotpo-display-wrapper {
  opacity: 0 !important;
  transition: opacity 1500ms ease-in-out !important;
  height: 250px !important;
  margin: 6rem 0 0 0;
  padding: 0 !important;
}

@media only screen and (max-width: 991px) {
  .main-widget.yotpo-display-wrapper {
    height: 500px !important;
    margin: 0;
    padding-top: 4.5rem !important;
  }
}

.yotpo-pager {
  display: flex;
}

a.goTo {
  display: none !important;
}

.yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow {
  margin-right: 0px;
}

.yotpo .yotpo-icon-left-arrow:before {
  content: "\e613";
  color: #9AABBF;
}

.yotpo .yotpo-icon-right-arrow:before {
  content: "\e611";
  color: #9AABBF;
}

.yotpo .yotpo-pager {
  position: absolute;
  right: 10px;
  bottom: 40px; 
}


@media only screen and (max-width: 991px) {
  .yotpo .yotpo-pager {
    bottom: -28px;
    left: 50%;
    right: 50%;
    width: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 2022-12-15 - Changes post widget update */
.yotpo-label-container {
  display: none;
}

.yotpo .yotpo-nav-content .yotpo-reviews-filters {
  display: none !important;
}

.yotpo .yotpo-nav-content .yotpo-reviews-header {
  display: none !important;
}

.yotpo .bottom-line-items .customer-reviews-summary-item {
  margin: 0 !important;
}

.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star, .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star {
  line-height: 34px !important;
}

.new-yotpo-small-box.reviews {
  display: none;
}

@media only screen and (max-width: 991px) {
  .yotpo.yotpo-main-widget .bottom-line-items {
    display: none !important;
  }
}

/* end of changes */
.yotpo-review-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.yotpo-review-wrapper::-webkit-scrollbar {
  display: none;
}

.yotpo-main::-webkit-scrollbar {
  display: none;
}

.yotpo-main {
  scrollbar-width: none;
}

.yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews {
  display: flex;
  align-items: center;
  justify-content: center;
}

.yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews .yotpo-sum-reviews {
  padding: 0;
  margin-left: 1rem;
}

.yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews .yotpo-sum-reviews .based-on {
  padding: 2px 0 0 0;
}

