.nav-logo .img-responsive
{
height: 50px;
}
.navigation {
    background-image: none !important;
    background-color: #ffffff !important;
}
.signup__overlay{
    background-color: #ededed !important;
}

#purchase-slider {
  display: flex;
  justify-content: center;
  align-items: center;
}

#purchase-slider .owl-stage-outer {
  overflow: visible !important; /* ensures hidden items don't interfere */
}

#purchase-slider .owl-item {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: scale(0.9);
  width: 100% !important;
  display: flex;
  justify-content: center;
}

#purchase-slider .owl-item.active.center {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

#purchase-slider .main-plan-section {
  width: 20vw; /* 20% of viewport width */
  max-width: 400px;
}

body > div.loading {
    background-color: #ffffff!important;
}
