html {
  scroll-behavior: smooth;
}

.grecaptcha-badge {
  display: none !important;
}

a {
  text-decoration: none;
}

/*.website__container {
  overflow: hidden;
}*/

body {
  margin: 0;
}

.labelws__content {
  word-break: break-word;
}

/*:root {
  --primary_color: #7c3aed;
  --secondary_color: #1db5be;
  --accent1_color: #252b42;
  --background1_color: #f4fbfe;
  --header1_color: brown;
  --disabled_color: purple;
}*/

.templatews-01__container > .microsite__container {
  zoom: 70%;
}

.microsite__container {
  width: 1440px;
  display: flex;
  justify-content: center;
  margin-top: 160px;
  background: white;
  position: relative;
  padding-bottom: 30px;
  box-sizing: border-box;
}

#circle_one {
  position: absolute;
  width: 306px;
  height: 306px;
}

#circle_two {
  position: absolute;
  width: 306px;
  height: 306px;
}

#circle_three {
  display: none;
  position: absolute;
  width: 306px;
  height: 306px;
}

.microsite__container_blur {
  position: relative;
  width: 839px;
  background: rgba(246, 250, 255, 0.7);
  border-radius: 32px;
  margin-right: 26px;
  /*height: calc(100vh - 130px);
  overflow-y: auto;*/
}

.microsite__store_circle {
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 63px;
  margin-top: 50px;
}

.microsite__store_circle_opacity {
  position: absolute;
  width: 88px;
  height: 88px;
  background: var(--secondary_color);
  border-radius: 1000px;
  opacity: 8%;
}

.microsite__store_name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 55px;
  font-feature-settings: "salt" on, "liga" off;
  color: #000000;
  padding-top: 32px;
  padding-bottom: 18px;
  padding-left: 63px;
  padding-right: 63px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.store_hours_open_until {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--secondary_color);
  padding-left: 20px;
}

.store_hours_open_until_hour {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--primary_color);
  padding-left: 5px;
}

.store_hours_open_until_container {
  display: flex;
  align-items: center;
  padding-left: 63px;
}

.widget-booking__button-content {
  height: unset;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 19px;
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 34px;
  margin-left: 63px;
  width: 315px;
}

.services_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #565656;
  /* width: 100%; */
  margin-left: 34px;
  margin-right: auto;
  /*background: bisque;*/
}

.services01__item-content.ok-google2 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px 8px;
  gap: 20px;
  width: 340px;
  background: #ffffff;
  border-radius: 16px;
  height: 272px;
}

.services01__items-list-content {
  padding: 20px 0;
}

.microsite__division_container {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.microsite__division {
  width: 694px;
  height: 0px;
  border: 1px solid #e9e9e9;
}

.microsite__store_information {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #565656;
  width: 100%;
  margin: 0 auto;
  max-width: 696px;
}

.microsite__store_information_dot {
  width: 6px;
  height: 6px;
  background: var(--secondary_color);
  border-radius: 50%;
}

.microsite__store_information-contact {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #3d3d3d;
  padding-left: 7px;
}

.microsite__store_information_row {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 696px;
  width: 100%;
  margin: auto;
}

.microsite__store_information_store_phone {
  width: 696px;
  height: 68px;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.microsite__store_information_store_phone_container {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.microsite__store_information_store_phone_svg {
  margin-left: 20px;
  display: flex;
  justify-content: center;
}

.microsite__store_information_store_phone_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #3d3d3d;
  padding-left: 20px;
  width: 350px;
}

.microsite__store_information_store_phone_button {
  height: 36px;
  background: var(--secondary_color);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
  margin-right: 16px;
  cursor: pointer;
}

.microsite__store_information_store_phone_button_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  font-feature-settings: "liga" off;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 0px;
}

.schedule__schedule-day-item {
  max-width: 696px;
    width: 100%;
    margin: 0 auto !important;
    min-height: 54px;
    background: #ffffff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 0;
    box-sizing: border-box;
}

.microsite__store_hours--periods {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}

.schedule__schedule-day-week,
.schedule__schedule-day-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #3d3d3d;
}

.schedule__schedule-day-week {
  padding-left: 16px;
}

.schedule__schedule-day-label {
  padding-right: 16px;
}

.microsite__store_hours {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  column-gap: 10px;
  row-gap: 10px;
  padding: 10px 0;
  padding-top: 0;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 30px;
}

/*.schedule__schedule-day-item-last {
  width: 696px;
}*/

.schedule__schedule-day-week-day {
  color: var(--secondary_color);
}

.microsite__container_map_ver {
  position: relative;
  width: 470px;
  height: 590px;
  /* background-image: url(../images/microsite/map_vertical.webp); */
  background-repeat: no-repeat;
  border-radius: 32px;
  object-fit: cover;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.microsite__container_map_hor {
  display: none;
  position: relative;
  width: 727px;
  height: 254px;
  left: 24px;
  top: 97px;
  /*background-image: url("../images/microsite/map_horizontal.webp");*/
  background-repeat: no-repeat;
  border-radius: 32px;
  object-fit: cover;
}

.website__bg_oval,
.website__bg_right,
.website__bg_left {
  display: none;
}

.widget-booking__button-content .widget__labels-second-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 9px;
  display: flex;
  align-items: flex-end;
  font-feature-settings: "liga" off;
  color: white;
  cursor: pointer;
}

/* BEGIN CONTACT FORM */
.microsite_contact-form__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
}

.microsite-contact-form-text {
  width: 90%;
}

.microsite_contact-form-text1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #565656;
  margin-bottom: 12px;
}

.microsite_contact-form-text2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.microsite_contact-form__container .contact-form-title,
.microsite_contact-form__container .contact-form-subtitle{
  display: none;
}

.microsite_contact-form__container .contact-form__container {
  padding-top: initial;
}

.microsite_contact-form__container .contact-form-customer-info {
  column-gap: 25px;
}

.active-day .labelws__component {
  color: var(--primary_color);
}

/* ENDS CONTACT FORM */


/*Desktop ultra wide*/
@media (min-width: 1500px) {
  #circle_one {
    left: 745px;
    top: 165px;
  }

  #circle_two {
    left: -80px;
    /*top: 700px;*/
    bottom:0px;
  }

  #circle_three {
    left: 891px;
    top: 2161px;
  }

  .microsite_contact-form__container .contact-form-customer-info {
    column-gap: 28px;
  } 
} 

/*Desktop - Special Queries cases to change Desktop -> Tablet*/
@media (min-width: 1001px) and (max-width: 1499px) {
  #circle_one {
    left: 745px;
    top: 165px;
  }

  #circle_two {
    left: -80px;
    /*top: 700px;*/
    bottom: 0px;
  }

  #circle_three {
    left: 581px;
    top: 2161px;
  }
}
/*Desktop 13"*/
@media (min-width: 1001px) and (max-width: 1439px) {
  #circle_one {
    left: 581px;
    top: 564px;
  }

  #circle_two {
    left: -155px;
    top: 1311px;
  }

  #circle_three {
    left: 581px;
    top: 2161px;
  }

  .microsite__container {
    flex-direction: column-reverse;
  }
  .microsite__container_map_hor {
    display: initial;
    left: unset;
    top: unset;
    z-index: 11;
  }
  .microsite__container_map_ver {
    display: none;
  }

  .website__bg_oval {
    display: initial;
    position: absolute;
    right: 0;
    top: -4.27%;
    bottom: 57.36%;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 10;
    overflow: hidden;
  }

  .website__bg_right {
    display: initial;
    position: absolute;
    width: 454.4px;
    height: 210.98px;
    top: 450.07px;
    right: 0;
    overflow: hidden;
  }

  .microsite__container {
    width: unset;
    height: unset;
    width: 100%;
    align-items: center;
  }

  .microsite__container_blur {
    margin-right: unset;
    width: 851px;
    top: -55px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .website__bg_left {
    position: absolute;
    display: initial;
    width: 305.07px;
    height: 200.42px;
    left: 0px;
    top: 638.44px;
  }

  .widget-booking__button-content {
    height: unset;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 19px;
    padding: 0 11px;
    cursor: pointer;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 34px;
    margin-left: 63px;
    width: 315px;
  }

  .widget-booking__button-content .widget__labels-first-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 9px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
    color: white;
    cursor: pointer;
  }

  .widget-booking__button-content .widget__labels-second-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
    color: white;
    cursor: pointer;
  }

  .microsite_contact-form__container .contact-form-customer-info {
    column-gap: 55px;
  }
}
/*Tablet / iPads*/
@media (min-width: 763px) and (max-width: 1000px) {
  .microsite__container {
    flex-direction: column-reverse;
  }

  .microsite__container_map_hor {
    display: initial;
    left: unset;
    top: unset;
    z-index: 11;
    width: 626px;
  }

  .microsite__container_map_ver {
    display: none;
  }

  .website__bg_oval {
    display: initial;
    position: absolute;
    right: 0;
    top: -4.27%;
    bottom: 57.36%;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 10;
    overflow: hidden;
  }

  .website__bg_right {
    display: initial;
    position: absolute;
    width: 454.4px;
    height: 210.98px;
    top: 450.07px;
    right: 0;
    overflow: hidden;
  }

  .microsite__container {
    width: unset;
    height: unset;
    width: 100%;
    align-items: center;
  }

  .microsite__container_blur {
    margin-right: unset;
    width: 727px;
    top: -80px;
    padding-top: 70px;
  }

  #circle_one {
    position: absolute;
    width: 306px;
    height: 306px;
    left: -133px;
    top: 1440px;
  }

  .website__bg_left {
    position: absolute;
    display: initial;
    width: 305.07px;
    height: 200.42px;
    left: 0px;
    top: 638.44px;
  }

  #circle_two {
    position: absolute;
    width: 306px;
    height: 306px;
    left: 581px;
    top: 1916px;
  }

  #circle_three {
    display: none;
  }

  .widget-booking__button-content {
    height: unset;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 19px;
    padding: 0 11px;
    cursor: pointer;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 34px;
    margin-left: 63px;
    width: 315px;
  }

  .widget-booking__button-content .widget__labels-first-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 9px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
    color: white;
    cursor: pointer;
  }

  .widget-booking__button-content .widget__labels-second-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
    color: white;
    cursor: pointer;
  }

  .services01__items-list-content {
    column-gap: 32px;
  }

  .microsite__store_information_store_phone {
    width: 680px;
  }

  .schedule__schedule-day-item {
    align-items: flex-start !important;
  }

  /*.schedule__schedule-day-item-last {
    width: 680px;
  }*/
 
  .microsite_contact-form__container {
    padding: initial;
  }

  .microsite_contact-form__container .contact-form-customer-info {
    column-gap: 50px;
  }  
}
/*Tablet - Mobile*/
@media (min-width: 1px) and (max-width: 762px) {

  .microsite__store_information_row, .microsite__store_information {
    width: 305px;
    margin: 0 auto;
  }

  .microsite__container {
    flex-direction: column-reverse;
  }

  .microsite__container_map_hor {
    display: initial;
    left: unset;
    top: unset;
    z-index: 11;
    width: 310px;
    height: 156px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 10px;
    object-fit: cover;
  }

  .microsite__container_map_ver {
    display: none;
  }

  .website__bg_oval {
    display: initial;
    position: absolute;
    right: 0;
    top: -4.27%;
    bottom: 57.36%;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 10;
    overflow: hidden;
  }

  .website__bg_right {
    display: initial;
    position: absolute;
    width: 221.88px;
    height: 266.75px;
    right: 0px;
    top: 569.05px;
    overflow: hidden;
  }

  .microsite__container {
    width: unset;
    height: unset;
    width: 100%;
    align-items: center;
    padding-top: 0px;
    margin-top: 80px;
  }

  .microsite__container_blur {
    margin-right: unset;
    width: 350px;
    top: -80px;
    padding-top: 70px;
  }

  #circle_one {
    position: absolute;
    width: 306px;
    height: 306px;
    left: -133px;
    top: 1440px;
  }

  .website__bg_left {
    display: initial;
    position: absolute;
    width: 148.96px;
    height: 253.41px;
    left: 0px;
    top: 807.22px;
  }

  #circle_two {
    position: absolute;
    width: 306px;
    height: 306px;
    left: 266px;
    top: 1855px;
  }

  #circle_three {
    display: none;
  }

  .microsite__store_circle {
    width: 40px;
    height: 40px;
    background: var(--primary_color);
    border-radius: 1000px;
    margin-left: 22px;
    margin-top: 40px;
  }

  .microsite__store_circle svg {
    stroke: white;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 100;
  }

  .microsite__store_name {
    width: 319px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 55px;
    font-feature-settings: "salt" on, "liga" off;
    color: #000000;
    padding-left: 22px;
    padding-right: 22px;
  }

  .store_hours_open_until_container {
    padding-left: 22px;
  }

  .widget__labels-first-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
  }

  .widget-booking__button-content .widget__labels-first-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 9px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
    color: white;
    cursor: pointer;
  }

  .widget-booking__button-content .widget__labels-second-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
  }

  .microsite__store_information_store_phone {
    width: 343px;
  }

  .microsite__store_information_store_phone_text {
    display: none;
  }

  /*.schedule__schedule-day-item-last {
    width: 343px;
  }*/

  .microsite__store_circle_opacity {
    position: absolute;
    background: var(--secondary_color);
    border-radius: 1000px;
    opacity: 1;
    width: 40px;
    height: 40px;
    z-index: 1;
  }

  .widget-booking__button-content .widget__labels-first-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 9px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
    color: white;
    cursor: pointer;
  }

  .widget-booking__button-content .widget__labels-second-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    font-feature-settings: "liga" off;
    color: white;
    cursor: pointer;
  }

  .microsite_contact-form__container .contact-form__input-content {
      width: 96%;
  }

  .microsite_contact-form__container .contact-form__container {
    padding: initial;
  }

  .microsite-contact-form-text {
    width: 100%;
  }
}
/*Mobile - Special Queries cases to change Tablet -> Mobile*/
@media (min-width: 1px) and (max-width: 450px) {
  a {
    display: flex;
    justify-content: center;
  }

  .widget-booking__button-content {
    height: unset;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 19px;
    padding: 10px 10px;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: unset;
    margin-left: unset;
    margin-top: 30px;
    width: 90%;
  }

  .footer01__powered-label {
    width: unset;
  }

  .services_title {
    font-weight: 700 !important;
    font-size: 20px !important;
    margin-left: 20px;
  }

  .microsite__store_information_store_phone_container,
  .schedule__schedule-day-item {
    margin: 0 15px;
  }
}




/*Review section*/

.microsite-reviews__container .microsite-review__t {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #565656;
  width: 690px;
  text-align: start;
  margin: 0 auto;
  margin-bottom: 25px;
}

.microsite-reviews__container {
  flex-direction: column;
}

/*Desktop ultra wide*/
@media (min-width: 1440px) {
  .microsite-reviews__container .wgt-revws__reviews-list {
    width: 720px;
    margin: 0 auto;
  }

  .microsite-reviews__container .wgt-review__lbl-bottom {
    width: 310px;
  }

  .microsite-reviews__container {
    height: 480px;
  }
}
/*Desktop 13"*/
@media (min-width: 1001px) and (max-width: 1439px) {
  .microsite-reviews__container .wgt-revws__reviews-list {
    width: 700px;
    margin: 0 auto;
  }

  .microsite-reviews__container .wgt-review__lbl-bottom {
    width: 310px;
  }

  .microsite-reviews__container {
    height: 480px;
  }
}
/*Tablet / iPads*/
@media (min-width: 763px) and (max-width: 1000px) {
  .microsite-reviews__container .wgt-revws__reviews-details {
    width: 690px;
  }

  .microsite-reviews__container {
    height: 590px;
  }

  .microsite-reviews__container .wgt-revws__reviews-list {
    margin: 0 auto !important;
  }
}
/*Tablet - Mobile*/
@media (min-width: 1px) and (max-width: 762px) {
  .microsite-reviews__container .wgt-revws__reviews-details {
    /*width: 300px;*/
    margin: 0 auto;
  }

  .microsite-reviews__container {
    height: 590px;
  }

  .microsite-reviews__container .wgt-revws__reviews-list {
    margin: 0 auto !important;
  }

  .microsite-reviews__container .microsite-review__t {
    width: 300px;
  }

  .microsite__store_hours {
    width: 305px;
  }

  .microsite__store_information_store_phone_container {
    width: 305px;
    margin: 0 auto;
  }
  .footer-social-media-links{
    display: flex;
  }

  .widget-booking__button-content {
    margin: 0 auto;
  }
}
