.booking .wgt-booking__back-btn, .booking .wgt-booking__next-btn, .booking .wgt-booking__details-card-return-btn {
  align-items: center;
  border: none;
  border-radius: 77.18px;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.1490196078);
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  height: 50px;
  min-width: 136px;
  opacity: 1;
  padding: 10px 20px;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
  font-family: var(--tpl-font-primary);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
}
.booking .wgt-booking__back-btn:hover, .booking .wgt-booking__next-btn:hover, .booking .wgt-booking__details-card-return-btn:hover {
  filter: brightness(0.9);
}
.booking .wgt-booking__back-btn:disabled, .booking .wgt-booking__next-btn:disabled, .booking .wgt-booking__details-card-return-btn:disabled, .booking [disabled].wgt-booking__back-btn, .booking [disabled].wgt-booking__next-btn, .booking [disabled].wgt-booking__details-card-return-btn {
  background-color: #ccc !important;
  color: #9B9B9B !important;
}
@media screen and (min-width: 758px) {
  .booking .wgt-booking__back-btn, .booking .wgt-booking__next-btn, .booking .wgt-booking__details-card-return-btn {
    font-size: 18px;
    height: 60px;
    min-width: 157px;
  }
}
@media screen and (min-width: 1200px) {
  .booking .wgt-booking__back-btn, .booking .wgt-booking__next-btn, .booking .wgt-booking__details-card-return-btn {
    border-radius: 77.18px;
    height: 70px;
    padding: 11px 24px;
  }
}

.template-page {
  background-color: var(--secondary_color);
  background-image: url("./../images/booking-bg-mobile.webp");
  background-position-x: center;
  min-height: 100%;
}
@media screen and (min-width: 758px) {
  .template-page {
    background-image: url("./../images/booking-bg-desktop.webp");
  }
}
@media screen and (min-width: 992px) {
  .template-header {
    height: 112px;
    min-height: 112px;
  }
}

@media screen and (min-width: 992px) {
  .navbar {
    justify-content: flex-start;
  }
  .navbar__links, .navbar .btn--nav {
    display: none !important;
  }
}

.booking {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 20px;
  position: relative;
  width: 100%;
}
.booking * {
  font-family: var(--tpl-font-secondary) !important;
}
.booking .search-stores__input {
  font-size: 14px;
}
.booking .search-stores__input_container {
  border-color: var(--primary_color);
}
.booking .wdt-booking__item-title {
  font-size: 14px;
}
.booking .wdt-booking__stepper-arrow-link svg path {
  fill: #fff;
  fill-opacity: 1;
}
.booking .wdt-booking__stepper-container {
  gap: 15px;
}
.booking .wdt-booking__stepper-changer-text, .booking .wdt-booking__stepper-changer-store, .booking .wdt-booking__stepper-changer-link {
  color: var(--primary_color) !important;
  font-size: 14px;
  font-weight: 900;
}
.booking .wdt-booking__stepper-changer-link {
  color: #fff !important;
  font-weight: inherit;
}
.booking .wdt-booking__stepper-footer-link {
  color: #fff !important;
}
.booking .wgt-booking__title-stepper-text, .booking .wgt-booking__resume-details-title {
  color: #fff !important;
  font-size: 26px;
  line-height: 1.5;
}
.booking .wgt-booking__title-stepper-text {
  max-width: 346px;
}
.booking .wgt-booking__back-btn, .booking .wgt-booking__next-btn, .booking .wgt-booking__details-card-return-btn {
  height: 44px;
  min-width: 149px;
}
.booking .wgt-booking__back-btn:not(.disabled), .booking .wgt-booking__back-btn:not([disabled]) {
  background-color: transparent !important;
  border: 1px solid var(--primary_color) !important;
  color: #fff !important;
}
.booking .wgt-booking__custom-loading {
  gap: 40px;
}
.booking .wgt-booking__services-container {
  padding-top: 0;
}
.booking .wgt-booking__services-radio-item .wgt-booking__services-item-content {
  min-height: 48px;
  width: 227px;
}
.booking .wgt-booking__services-radio-item:hover .wgt-booking__services-item-content, .booking .wgt-booking__services-radio-item.selected .wgt-booking__services-item-content {
  background-color: var(--primary_color);
}
.booking .wgt-booking__services-radio-item:hover .wgt-booking__services-item-name, .booking .wgt-booking__services-radio-item.selected .wgt-booking__services-item-name {
  color: var(--primary_color);
}
.booking .wgt-booking__services-item-name {
  font-size: 21.6px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #fff;
}
.booking .wgt-booking__brands-container {
  padding-top: 0;
}
.booking .wgt-booking__brands-radio-item .wgt-booking__brands-item-content {
  min-height: 48px;
  width: 227px;
  height: 40px;
  min-height: 40px;
  border-radius: 100px;
}
.booking .wgt-booking__brands-radio-item:hover .wgt-booking__brands-item-content, .booking .wgt-booking__brands-radio-item.selected .wgt-booking__brands-item-content {
  background-color: var(--primary_color);
}
.booking .wgt-booking__brands-radio-item:hover .wgt-booking__brands-item-name, .booking .wgt-booking__brands-radio-item.selected .wgt-booking__brands-item-name {
  color: #fff !important;
}
.booking .wgt-booking__brands-item-name {
  font-size: 21.6px;
  line-height: 1.5;
  text-transform: capitalize;
  font-size: 14px;
}
.booking .wgt-booking__customerinfo-container {
  gap: 34px;
  padding-bottom: 34px;
}
.booking .wgt-booking__customerinfo-form {
  border-radius: 20px;
  padding: 18px 22px;
}
.booking .wgt-booking__customerinfo-title {
  color: #9F9F9F !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}
.booking .wgt-booking__customerinfo-checkbox {
  color: #fff !important;
}
.booking .wgt-booking__customerinfo-input::placeholder {
  color: #9F9F9F;
}
.booking .wgt-booking__additional-notes-content {
  background-color: #F5F5F5;
  border-radius: 10px;
  gap: 3px;
}
.booking .wgt-booking__issueop-input {
  font-size: 14px;
  padding: 10px 12px;
}
.booking .wgt-booking__appointment-days-item.selected {
  background-color: var(--primary_color) !important;
}
.booking .wgt-booking__lbl-agree, .booking .wgt-booking__lbl-agree + a {
  color: #fff;
}
.booking .wgt-booking__resume-details-card {
  max-width: 265px;
  padding: 14px 25px;
}
.booking .wgt-booking__resume-contact-card {
  height: auto;
  max-width: 276px;
  width: 100%;
}
.booking .wgt-booking__resume-contact-header {
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.booking .wgt-booking__details-card-title {
  margin-bottom: 20px;
  text-align: left;
}
.booking .wgt-booking__details-card-bold {
  text-align: left;
}
.booking .wgt-booking__details-card-bold:first-child {
  font-weight: 400;
}
.booking .wgt-booking__widget-resume-container .wgt-booking__btns-stepper-mobile {
  background: transparent !important;
  box-shadow: none !important;
  order: -1;
  padding: 0;
  position: unset !important;
}
.booking .wgt-booking__error-input {
  top: 65px !important;
}
.booking .wgt-loc__banner-details {
  border-radius: 20px;
  box-shadow: 0px 11.2px 16.37px 0px rgba(0, 0, 0, 0.071);
  padding: 28px 24px 0;
}
.booking .wgt-loc__banner-details-title {
  color: #000000;
  font-size: 26px;
}
.booking .wgt-loc__banner-details-description {
  color: #1E1E1E;
  font-size: 14px;
}
.booking .wgt-detail--appointment {
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .booking {
    padding: 0;
  }
  .booking .search-stores__input {
    font-size: 12px;
  }
  .booking .search-stores__input_container {
    height: 43px;
  }
  .booking .wdt-booking__step-item-content {
    max-width: 120px;
  }
  .booking .wdt-booking__item-title {
    font-size: 10px;
  }
  .booking .wgt-booking__store-locator-container {
    padding-top: 0;
  }
  .booking .wgt-booking__back-btn, .booking .wgt-booking__next-btn, .booking .wgt-booking__details-card-return-btn {
    font-size: 10px;
    line-height: 13.2px;
    height: 35px;
    min-width: 90.4845657349px;
    text-transform: uppercase;
  }
  .booking .wgt-booking__title-stepper-text {
    max-width: 582px;
  }
  .booking .wgt-booking__services-radio-item .wgt-booking__services-item-content {
    width: 152.49px;
  }
  .booking .wgt-booking__brands-radio-item .wgt-booking__brands-item-content {
    width: 152.49px;
  }
  .booking .wgt-booking__brands-item-name {
    font-size: 12px;
  }
  .booking .wgt-booking__customerinfo-container {
    gap: 10px;
    padding-top: 0;
  }
  .booking .wgt-booking__customerinfo-form {
    border: 17.97px;
  }
  .booking .wgt-booking__customerinfo-checkbox > .wgt--input {
    top: 3px;
  }
  .booking .wgt-booking__additional-notes-content {
    background-color: #fff;
    border-radius: 17.97px;
  }
  .booking .wgt-booking__widget-container {
    margin-top: -90px;
  }
  .booking .wgt-booking__custom-loading {
    gap: 6px;
  }
  .booking .wgt-booking__resume-details-title {
    font-size: 32px;
  }
  .booking .wgt-booking__resume-details-card {
    max-width: 348px;
    padding: 26px 34px;
  }
  .booking .wgt-booking__resume-contact-card {
    max-width: 288px;
  }
  .booking .wgt-booking__resume-contact-header {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .booking .wgt-booking__contact-header-brand {
    font-size: 16px;
  }
  .booking .wgt-booking__contact-header-location {
    font-size: 20px;
    line-height: 1;
  }
  .booking .wgt-booking__contact-detail-content {
    margin-bottom: 11px;
  }
  .booking .wgt-booking__contact-detail-label {
    font-size: 12px;
  }
  .booking .wgt-booking__contact-detail-icon {
    width: 23.1946220398px;
  }
  .booking .wgt-booking__contact-icon-content {
    width: 23.1946220398px;
  }
  .booking .wgt-booking__details-card-title, .booking .wgt-booking__details-card-bold {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 2px;
    text-align: center;
  }
  .booking .wgt-booking__details-card-title.special-space, .booking .wgt-booking__details-card-bold.special-space {
    margin-bottom: 27px;
  }
  .booking .wgt-detail--appointment {
    justify-content: center;
  }
  .booking .wgt-loc__list {
    margin: 16px 0 0;
  }
  .booking .wgt-loc__banner-details {
    height: auto;
    border-radius: 18.65px;
  }
  .booking .wgt-loc__banner-details-title {
    color: var(--primary_color);
    font-size: 20px;
  }
  .booking .wgt-loc__banner-details-description {
    color: #7D7D7D;
    font-size: 11px;
  }
  .booking .wgt-loc__banner-details-item {
    column-gap: 6.22px;
  }
  .booking .wgt-loc__banner-details-item-icon {
    width: 18.6543979645px;
  }
}
