.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.welcome-hero .title-wrap {
  padding: 1.5em;
}
.welcome-hero .title-wrap .mr-btn {
  margin-top: 1.5em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .welcome-hero .title-wrap {
    text-align: center;
  }
  .welcome-hero .title-wrap .title-wrap-inner {
    text-align: left;
    display: inline-block;
    width: 22em;
  }
}
@media only screen and (min-width: 560px) {
  .welcome-hero .title-wrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    text-align: center;
  }
  .welcome-hero .title-wrap .title-wrap-inner {
    min-width: 22em;
    text-align: left;
    display: block;
    position: absolute !important;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .welcome-hero .title-wrap .title-wrap-inner {
    min-width: 18em;
  }
}
.review-carousel-vue {
  padding-bottom: 40px;
  padding-top: 40px;
}
.review-carousel-vue .mr-stars {
  margin-bottom: 1.5em;
}
.review-carousel-vue p.review-text {
  color: #343434;
  margin-bottom: 1em;
  padding: 0 1em;
}
.review-carousel-vue p.review-customer-name {
  color: #434343;
  margin-bottom: 0.5em;
}
.review-carousel-vue p.review-customer-product {
  color: #999;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
}
.review-carousel-vue p.review-customer-location {
  display: none;
}
.review-carousel-vue .carousel-wrap {
  margin: 3em auto;
  max-width: 450px;
}
.review-carousel-vue .carousel-wrap .the-carousel {
  padding: 0;
}
.review-carousel-vue .slick-dots {
  bottom: -2em;
}
.review-carousel-vue .slick-dots li {
  margin: 0 1px;
}
.review-carousel-vue .slick-dots li button:before {
  font-size: 44px;
}
.review-carousel-vue .slick-dots li.slick-active button:before {
  color: #600057;
}
.review-carousel-vue .bottom-link {
  margin-top: 26px;
}
