@font-face {
  font-family: Orgon;
  src: url(https://assets.grandvision.io/global/orgon-regular.woff2);
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
 "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
 "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  color: #212529;
}

body .header {
  position: fixed;
  width: 100%;
  z-index: 50;
  background: #fff;
}

body .header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 11px 0;
  -webkit-box-shadow: 0 1px 1px 1px #e2e2e2;
          box-shadow: 0 1px 1px 1px #e2e2e2;
}

body .header .header-container img {
	max-width: 100%;
	display: block;
}

body .header .header-container a {
  width: 300px;
}

body .footer .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 0 0;
}

body .footer .footer-links .footer-link {
  padding: 10px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

body .footer .footer-links .footer-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

body .modal-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-animation: opac 0.8s;
          animation: opac 0.8s;
}

body .modal-overlay.show {
  opacity: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 1s;
  transition: 1s;
}

body .modal-body {
  z-index: 101;
  max-width: 390px;
  max-height: 500px;
  padding: 50px;
  background: #fff;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  left: calc(50vw - 195px);
  top: calc(50vh - 250px);
  -webkit-animation: animatezoom 0.2s;
          animation: animatezoom 0.2s;
}

body .modal-body.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .modal-body h1 {
  line-height: 2.5rem;
  margin: 0 0 12px 0;
}

body .modal-body .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px;
  cursor: pointer;
}

body .modal-body .btn {
  width: 290px;
}

body .content {
  height: 100%;
  width: calc(100% - 40px);
  padding: 0 20px;
  max-width: 1200px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 115px;
}

body .basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

body .basic .apt-details span {
  font-weight: 500;
}

body .basic h1 {
  max-width: 720px;
  line-height: normal;
  font-family: Orgon, "Helvetica Neue", arial, sans-serif !important;
}

body .basic .message {
  max-width: 500px;
}
body .basic .message p {
	margin: 1.5em 0;
}
body .basic .message span {
  font-weight: 500;
}


	body .basic .message a {
		display: inline-block;
		text-decoration: none;
		margin: 0 auto;
	}
	body .basic .message a button.confirm {
		border-color: #9d9d9d;
		color: #9d9d9d;
	}
	body .basic .message a button.confirm:hover {
		color: #6f0059;
		border: solid 2px #6f0059;
	}
	body .basic .message a button.confirm:focus {
		-webkit-box-shadow: 0 0 0 6px #9e007e4d;
		box-shadow: 0 0 0 6px #9e007e4d;
	}

body .reschedule-page .progress {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #efefef;
  width: 100vw;
  padding: 40px 0;
  border: solid 1px #e0e0e0;
}

body .reschedule-page .progress .prog-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 60px);
  max-width: 520px;
}

body .reschedule-page .progress .prog-icons svg {
  margin-top: 3px;
}

body .reschedule-page .progress .prog-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  cursor: pointer;
}

body .reschedule-page .progress .prog-group .prog-icon {
  height: 32px;
  width: 32px;
  color: #fff;
  background: #9e007e;
  border-radius: 20px;
  margin-right: 10px;
}

body .reschedule-page .progress .progress-bar {
  height: 11px;
  width: calc(100% - 60px);
  max-width: 520px;
  border-radius: 1rem;
  background: #fff;
  margin-top: 30px;
}

body .reschedule-page .progress .progress-bar .bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 1rem;
  width: 0%;
  height: 11px;
  background-color: #9e007e;
}

body .reschedule-page .progress.fixed-top {
  position: fixed;
  z-index: 40;
  margin-top: -18px;
}

body .reschedule-page .reschedule-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .reschedule-page .reschedule-form .text-left {
  width: 100%;
  text-align: left;
  margin: 10px 0 0 3px;
}

body .reschedule-page .reschedule-form .text-left label {
  font-size: 14px;
  font-weight: 500;
}

body .reschedule-page .reschedule-form .text-left span {
  font-size: 13px;
}

body .reschedule-page .reschedule-form .choose-date {
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  max-width: 510px;
  position: relative;
}

body .reschedule-page .reschedule-form .choose-date .month-select {
  width: calc(100% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #e0e0e0;
  margin: 0 8px;
  padding: 7px 0;
}

body .reschedule-page .reschedule-form .choose-date .month-select .calender-nav {
  padding: 5px;
  color: #9e007e;
}

body .reschedule-page .reschedule-form .choose-date .month-select .calender-nav.active {
  cursor: pointer;
}

body .reschedule-page .reschedule-form .availability-calender {
  position: relative;
  border-spacing: 8px;
}

body .reschedule-page .reschedule-form .availability-calender th {
  font-weight: 400;
  font-size: 13px;
}

body .reschedule-page .reschedule-form .availability-calender td.month-slot {
  height: 50px;
  width: 60px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body .reschedule-page .reschedule-form .availability-calender td.month-slot.visible {
  background: #efefef;
  color: #e0e0e0;
  border: solid 1px #efefef;
  border-radius: 3px;
}

body .reschedule-page .reschedule-form .availability-calender td.month-slot.available {
  background: #fff;
  color: #9e007e;
  border: solid 1px #9e007e;
  border-radius: 3px;
  cursor: pointer;
}

body .reschedule-page .reschedule-form .availability-calender td.month-slot.selected {
  background: #9e007e;
  color: #fff;
}

body .reschedule-page .reschedule-form .availability-calender td.month-slot.pause:not(.selected) {
  cursor: wait;
}

body .reschedule-page .reschedule-form .choose-time {
  border: solid 1px #e0e0e0;
  max-width: 510px;
  border-radius: 4px;
  min-height: 70px;
  position: relative;
}

body .reschedule-page .reschedule-form .availability-time {
  position: relative;
  border-spacing: 8px;
}

body .reschedule-page .reschedule-form .availability-time td.time-slot {
  height: 50px;
  width: 120px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body .reschedule-page .reschedule-form .availability-time td.time-slot.visible {
  background: #fff;
  color: #9e007e;
  border: solid 1px #9e007e;
  border-radius: 3px;
  cursor: pointer;
}

body .reschedule-page .reschedule-form .availability-time td.time-slot.selected {
  background: #9e007e;
  color: #fff;
}

body .reschedule-page .reschedule-form .choose-email {
  width: 100%;
  max-width: 510px;
  text-align: left;
}

body .reschedule-page .reschedule-form .choose-email label {
  font-weight: 500;
}

body .reschedule-page .reschedule-form .choose-email label span {
  color: #9e007e;
  font-size: 22px;
}

body .reschedule-page .reschedule-form .choose-email .tooltip {
  display: none;
  position: absolute;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px grey;
          box-shadow: 0px 0px 5px 0px grey;
  max-width: 303px;
  padding: 3px;
  font-size: 14px;
  line-height: 20px;
  left: 50%;
}

body .reschedule-page .reschedule-form .choose-email input {
  width: calc(100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 10px;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
}

body .reschedule-page .reschedule-form .choose-email input:focus {
  outline-offset: 1px;
}

body .reschedule-page .reschedule-form .choose-email span {
  font-style: italic;
  font-style: 10px;
}

body .reschedule-page .reschedule-form .choose-email.choose-hidden {
  display: none;
}

body .reschedule-page .reschedule-form.scrolling {
  margin-top: 152px;
}

body .reschedule-page .loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: grayscale(1) blur(1px);
          backdrop-filter: grayscale(1) blur(1px);
  overflow: hidden;
  z-index: 30;
}

body .reschedule-page .loading .spinner {
  z-index: 31;
  border: 5px solid #f0f0f0;
  border-top: 5px solid #6f0059;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

body .confirmed-progress {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #efefef;
  width: 100vw;
  padding: 40px 0;
  margin-top: -16px;
}

body .confirmed-progress svg {
  height: 82px;
  width: 80px;
  color: #fff;
  background: #9e007e;
  border-radius: 50%;
  padding-right: 5px;
}

body .InstoreNow p{
	margin: 1px;
	text-align: center;
	}

body .ads {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

body .ads .trustpilot {
  padding: 0 0 10px 0;
}

body .ads .trustpilot .banner {
  position: relative;
  width: 100%;
}

body .ads .trustpilot img {
  width: 100%;
}

body .ads .trustpilot .trustpilot-widget {
  padding: 10px;
}

body .ads .ve-ad a {
 text-decoration: none; 
 color: #000;
}

body .ads .ve-ad img {
  width: 100%;
  display: block;
}

body .btn {
  min-width: 150px;
  border-radius: 5em;
  padding: 0.75rem 2.25rem;
  margin: 2px 13px !important;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border-color, -webkit-box-shadow;
  transition-property: background-color, color, border-color, -webkit-box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
 "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
 "Segoe UI Emoji", "Segoe UI Symbol";
}

body .btn:focus {
  -webkit-box-shadow: 0 0 0 6px #9e007e4d;
          box-shadow: 0 0 0 6px #9e007e4d;
}

body .btn .icon {
  padding: 2px 12px 0 0;
}

body .btn svg {
  padding-right: 6px;
}

body .btn-1 {
  color: #fff;
  background-color: #9e007e;
  border: solid 2px #9e007e;
}

body .btn-1:hover {
  background-color: #6f0059;
  border: solid 2px #6f0059;
}

body .btn-2 {
  color: #9e007e;
  background-color: white;
  border: solid 2px #9e007e;
}

body .btn-2:hover {
  color: #6f0059;
  border: solid 2px #6f0059;
}

body .btn-store {
  width: 150px;
}

body .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 40px 0;
}

body .btn-group a {
  text-decoration: none;
}

body .btn-group.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

body .btn-group.vertical a {
  margin: 15px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: calc(50vh - 250px);
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: calc(50vh - 250px);
    opacity: 1;
  }
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media only screen and (max-width: 400px) {
  body .header .header-container {
    padding: 10px 0 0 0;
  }
  body .header .header-container a {
    width: 240px;
  }
  body .content {
    margin-top: 60px;
    width: 100%;
    padding: 0;
  }
  body .content .basic h1 {
    font-size: 25px;
  }
  body .content .basic p {
    margin: 8px;
  }
  body .content .basic .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  body .content .basic .btn-group a {
    margin: 8px 0;
  }
  body .content .basic .btn-group .btn {
    margin: auto !important;
  }
  body .ads .content {
    margin-top: 0px;
  }
}

@media only screen and (max-height: 600px) {
  body .content .basic p.long {
    display: none;
  }
}



/*# sourceMappingURL=index.css.map */