.navigation-area .navbar .nav > li:first-child > a{padding-left: 0;}
#newsletter_poppup_show_custom{
    margin: 0px !important;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    box-shadow: none;
    top: 50%;
    display: none;
}
#newsletter_poppup_show_custom.in{
    display: block;
}

#reviewList {
    display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
  border-top: 6px solid #4fce6a;
  z-index: 999999999;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#reviewList.ready {
    display: block;
}

@media (max-width: 767.98px) {
  #reviewList {
    display: none;
  }
  #reviewList.ready {
    display: none;
  }
}

#reviewList .romw-reviews {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#reviewList .romw-reviews .romw .romw-author-photo img {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
          box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
}

#reviewList .romw-reviews .romw .romw-author-stars {
  font-size: 14px;
}

#reviewList .romw-reviews .romw .romw-text {
  padding-left: 60px;
}

#reviewList .romw-reviews .romw .romw-stars {
  display: block;
  margin-top: 6px;
}

#reviewList .romw-badge {
  cursor: pointer;
}

#reviewList .romw-badge-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: initial;
  width: 200px;
  padding: 6px;
  position: relative;
}

#reviewList .romw-badge-single__icon img,
#reviewList .romw-badge-single__icon {
  width: 36px;
  height: 36px;
}

#reviewList .romw-badge-single__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#reviewList .romw-badge-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#reviewList .romw-badge-stars i {
  font-size: 16px;
  width: 16px;
}

#reviewList .romw-badge-single__rating-text {
  font-size: 20px;
  margin: 0 8px;
  color: #ff5d48;
}

#reviewList .romw-badge-single__logo-text {
  display: none;
}

#reviewList .romw-badge-single__reviews {
  width: 100%;
  text-align: left;
  font-size: 14px;
}

#reviewList.show {
  border-top: 0;
  height: 100vh;
  width: 368px;
}

#reviewList.show .romw-badge-single {
  width: 368px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 16px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
  border: 0;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#reviewList .romw-badge-single:after {
  content: 'x';
  display: none;
  cursor: pointer;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #999;
  position: absolute;
  top: 12px;
  right: 16px;
}

#reviewList.show .romw-badge-single:after {
  display: inline-block;
}

#reviewList.show .romw-reviews {
  display: block;
  padding: 16px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

.thank_you-page-header{
  text-align: center;
}