/* VNUTI checkout screen final UI 1.20.85 */
body.vnuti-staff-page:has(.vnuti-ui-shell.booking-screen) {
  background: #eef4ee !important;
  overflow-x: hidden !important;
}

body.vnuti-staff-page:has(.vnuti-ui-shell.booking-screen) .entry-title,
body.vnuti-staff-page:has(.vnuti-ui-shell.booking-screen) .site-footer,
body.vnuti-staff-page:has(.vnuti-ui-shell.booking-screen) footer {
  display: none !important;
}

body.vnuti-staff-page:has(.vnuti-ui-shell.booking-screen) .site-content,
body.vnuti-staff-page:has(.vnuti-ui-shell.booking-screen) .ast-container,
body.vnuti-staff-page:has(.vnuti-ui-shell.booking-screen) .content-area,
body.vnuti-staff-page:has(.vnuti-ui-shell.booking-screen) .entry-content,
body.vnuti-staff-page:has(.vnuti-ui-shell.booking-screen) article,
body.vnuti-staff-page:has(.vnuti-ui-shell.booking-screen) .hentry,
body.vnuti-staff-page:has(.vnuti-ui-shell.booking-screen) .wp-block-shortcode {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #eef4ee !important;
}

.vnuti-ui-shell.booking-screen,
.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen {
  position: relative !important;
  display: block !important;
  width: min(100%, 428px) !important;
  max-width: 428px !important;
  min-height: 926px !important;
  margin: 0 auto !important;
  padding: 0 0 22px !important;
  background: #eef4ee !important;
  color: #333 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}

.vnuti-ui-shell.booking-screen *,
.vnuti-ui-shell.booking-screen *::before,
.vnuti-ui-shell.booking-screen *::after {
  box-sizing: border-box !important;
}

.vnuti-ui-shell.booking-screen button,
.vnuti-ui-shell.booking-screen input,
.vnuti-ui-shell.booking-screen textarea {
  font-family: inherit !important;
}

.vnuti-ui-shell.booking-screen .vnuti-staff--booking {
  position: relative !important;
  width: 100% !important;
  max-width: 428px !important;
  min-height: inherit !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking__header {
  position: sticky !important;
  top: 0 !important;
  z-index: 5 !important;
  display: block !important;
  width: 100% !important;
  height: 170px !important;
  margin: 0 !important;
  padding: 52px 22px 17px !important;
  border-radius: 0 0 18px 18px !important;
  background: #3f7848 !important;
  color: #fff !important;
  overflow: hidden !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking__back {
  position: absolute !important;
  left: 20px !important;
  top: 74px !important;
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking__back::before {
  content: "" !important;
  position: absolute !important;
  inset: 5px !important;
  border-left: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  transform: rotate(45deg) !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking__header h2 {
  display: block !important;
  margin: 20px 0 9px !important;
  overflow: hidden !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking__header p {
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #e9f0e9 !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking__content {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-card,
.vnuti-ui-shell.booking-screen .vnuti-booking-total,
.vnuti-ui-shell.booking-screen .vnuti-booking-extra {
  width: auto !important;
  margin: 14px 14px 0 !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-card,
.vnuti-ui-shell.booking-screen .vnuti-booking-extra {
  padding: 15px 16px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-card h3,
.vnuti-ui-shell.booking-screen .vnuti-booking-extra h3 {
  margin: 0 0 10px !important;
  color: #3f7848 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-card--customer-form {
  display: grid !important;
  gap: 12px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-info {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-info input {
  display: block !important;
  width: 100% !important;
  height: 43px !important;
  margin: 0 !important;
  padding: 0 13px !important;
  border: 1px solid #9bd5a5 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #1d2b1f !important;
  outline: 0 !important;
  font-size: 13px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-info input::placeholder {
  color: #8d938f !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-location-row {
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-location-btn {
  display: grid !important;
  height: 43px !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #2f7b3b !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total {
  padding: 17px 15px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total__head {
  display: grid !important;
  grid-template-columns: 1fr auto 23px !important;
  align-items: center !important;
  width: 100% !important;
  padding: 0 0 16px !important;
  border: 0 !important;
  background: #fff !important;
  text-align: left !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total__head span {
  color: #111 !important;
  font-size: 11px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total__head strong {
  color: #f31724 !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total__head i::before {
  content: "⌃" !important;
  color: #3f7848 !important;
  font-size: 23px !important;
  font-style: normal !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total__items {
  display: grid !important;
  gap: 15px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total__items > p {
  margin: 0 !important;
  padding: 12px !important;
  border: 1px dashed #d7e6d9 !important;
  border-radius: 6px !important;
  background: #f8fbf9 !important;
  color: #66746a !important;
  font-size: 13px !important;
  text-align: center !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item {
  display: grid !important;
  grid-template-columns: 95px minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__image,
.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__image img,
.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__image span {
  display: block !important;
  width: 95px !important;
  height: 68px !important;
  border-radius: 4px !important;
  object-fit: cover !important;
  background: #eef4ef !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__body {
  min-width: 0 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__body strong {
  display: block !important;
  margin: 0 0 9px !important;
  overflow: hidden !important;
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__body span,
.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__body button {
  display: block !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #555 !important;
  font-size: 11px !important;
  text-align: left !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__body button {
  color: #3f7848 !important;
  font-style: italic !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__side {
  display: grid !important;
  justify-items: end !important;
  gap: 25px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__side b {
  color: #111 !important;
  font-size: 13px !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__side span {
  display: grid !important;
  width: 25px !important;
  height: 25px !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #3f7848 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total__more {
  display: grid !important;
  width: 100% !important;
  height: 38px !important;
  place-items: center !important;
  border: 1px dashed #3f7848 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #3f7848 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-service-note {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 50px !important;
  padding: 8px 12px !important;
  border: 1px solid #d9eadc !important;
  border-radius: 14px !important;
  background: #fbfffc !important;
}

.vnuti-ui-shell.booking-screen .vnuti-service-note span {
  display: grid !important;
  min-width: 82px !important;
  height: 34px !important;
  place-items: center !important;
  border: 1px solid #d9eadc !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #3f7848 !important;
  font-size: 11px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-service-note div {
  min-width: 0 !important;
  text-align: right !important;
}

.vnuti-ui-shell.booking-screen .vnuti-service-note strong {
  display: block !important;
  margin: 0 0 5px !important;
  overflow: hidden !important;
  color: #172016 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.booking-screen .vnuti-service-note p {
  margin: 0 !important;
  overflow: hidden !important;
  color: #89928a !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .4px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.booking-screen .time-card h3 {
  margin-bottom: 12px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-date {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #3f7848 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-times {
  --slot-w: calc((100% - 32px) / 4.5);
  position: relative !important;
  display: grid !important;
  grid-template-rows: repeat(8, 29px) !important;
  grid-auto-flow: column !important;
  grid-auto-columns: var(--slot-w) !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 288px !important;
  padding: 24px 0 2px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-times::-webkit-scrollbar {
  display: none !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-time {
  display: grid !important;
  width: 100% !important;
  height: 29px !important;
  place-items: center !important;
  border: 1px solid #dfe7e0 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #3f7848 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-time.is-busy,
.vnuti-ui-shell.booking-screen .vnuti-booking-time:disabled {
  background: #f1f1f1 !important;
  color: #d0d0d0 !important;
  cursor: not-allowed !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-time.is-selected,
.vnuti-ui-shell.booking-screen .vnuti-booking-time.is-active {
  border-color: #f2a90b !important;
  background: #3f7848 !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px #f2a90b !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-day-marker {
  position: absolute !important;
  left: calc((var(--slot-w) + 8px) * 4) !important;
  top: -3px !important;
  z-index: 2 !important;
  display: grid !important;
  min-width: 244px !important;
  height: 25px !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #eef8ef !important;
  color: #3f7848 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-times__empty {
  grid-row: 1 / -1 !important;
  grid-column: 1 / 5 !important;
  margin: 0 !important;
  padding: 18px !important;
  border: 1px dashed #c7ddcb !important;
  border-radius: 8px !important;
  background: #f8fbf9 !important;
  color: #607064 !important;
  font-size: 13px !important;
  text-align: center !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-note {
  margin: 8px 0 0 !important;
  color: #8b958d !important;
  font-size: 11px !important;
  font-style: italic !important;
  text-align: center !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  color: #3f7848 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  text-align: left !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-row em {
  color: #c5c5c5 !important;
  font-size: 10px !important;
  font-style: italic !important;
  font-weight: 600 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-note-group {
  margin: 14px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-note-group legend,
.vnuti-ui-shell.booking-screen .vnuti-booking-note-other span,
.vnuti-ui-shell.booking-screen [data-proxy-section] label span {
  display: block !important;
  margin: 14px 0 8px !important;
  color: #3f7848 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-note-group label {
  display: block !important;
  margin: 8px 0 !important;
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.vnuti-ui-shell.booking-screen input[type="checkbox"] {
  width: 13px !important;
  height: 13px !important;
  margin: 0 8px 0 0 !important;
  vertical-align: -2px !important;
  accent-color: #3f7848 !important;
}

.vnuti-ui-shell.booking-screen textarea,
.vnuti-ui-shell.booking-screen [data-proxy-section] input {
  width: 100% !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  background: #fff !important;
  outline: 0 !important;
  color: #555 !important;
}

.vnuti-ui-shell.booking-screen textarea {
  height: 110px !important;
  padding: 14px !important;
  resize: none !important;
}

.vnuti-ui-shell.booking-screen [data-proxy-section] input {
  height: 41px !important;
  margin-top: 8px !important;
  padding: 0 13px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-payment {
  position: sticky !important;
  bottom: 0 !important;
  z-index: 10 !important;
  width: 100% !important;
  margin: 14px 0 0 !important;
  padding: 12px 14px 24px !important;
  background: #fff !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-payment > div {
  display: none !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-payment button {
  display: grid !important;
  width: 100% !important;
  height: 43px !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #d5d5d5 !important;
  color: #777 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-payment button:not(:disabled) {
  background: #3f7848 !important;
  color: #fff !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-location-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 80 !important;
  display: grid !important;
  align-items: end !important;
  background: rgba(0, 0, 0, .45) !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-location-modal[hidden] {
  display: none !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__backdrop {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  background: transparent !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__sheet {
  position: relative !important;
  width: min(100%, 428px) !important;
  margin: 0 auto !important;
  padding: 28px 14px 14px !important;
  border-radius: 22px 22px 0 0 !important;
  background: #fff !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__handle {
  position: absolute !important;
  left: 50% !important;
  top: 12px !important;
  width: 49px !important;
  height: 5px !important;
  border-radius: 999px !important;
  background: #d7eadb !important;
  transform: translateX(-50%) !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__header h2 {
  margin: 0 !important;
  color: #18251b !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__header p {
  margin: 4px 0 16px !important;
  color: #6d756f !important;
  font-size: 13px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__close {
  position: absolute !important;
  right: 14px !important;
  top: 30px !important;
  display: grid !important;
  width: 40px !important;
  height: 40px !important;
  place-items: center !important;
  border: 1px solid #d4ead8 !important;
  border-radius: 50% !important;
  background: #edf7ef !important;
  color: #3f7848 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__input {
  display: grid !important;
  grid-template-columns: 36px 1fr !important;
  align-items: center !important;
  height: 51px !important;
  margin-bottom: 13px !important;
  border: 1px solid #9bd5a5 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__input svg {
  justify-self: center !important;
  color: #3f7848 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__input input {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  outline: 0 !important;
  color: #333 !important;
  font-size: 14px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__map {
  position: relative !important;
  height: 220px !important;
  margin-bottom: 10px !important;
  border-radius: 12px !important;
  background: #f2eee5 !important;
  overflow: hidden !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__map-canvas {
  position: absolute !important;
  inset: 0 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__map-pin {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 600 !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% 50% 50% 0 !important;
  background: #3f7848 !important;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
  box-shadow: 0 0 26px rgba(63, 120, 72, .35) !important;
  pointer-events: none !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__map-pin::after {
  content: "" !important;
  position: absolute !important;
  inset: 12px !important;
  border-radius: 50% !important;
  background: #fff !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__selected {
  display: grid !important;
  grid-template-columns: 28px 1fr !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
  padding: 15px 16px !important;
  border: 1px solid #c8e8ce !important;
  border-radius: 12px !important;
  background: #fff !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__selected svg {
  color: #3f7848 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__selected strong {
  display: block !important;
  margin: 0 0 6px !important;
  color: #111 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__selected small {
  color: #7d8b80 !important;
  font-size: 12px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__actions button {
  height: 46px !important;
  border: 1px solid #c8e8ce !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #3f7848 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__primary {
  width: 100% !important;
  height: 49px !important;
  border-radius: 9px !important;
  background: #2f7b3b !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-popup,
.vnuti-ui-shell.booking-screen .vnuti-booking-calendar {
  position: fixed !important;
  inset: 0 !important;
  z-index: 90 !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(0, 0, 0, .35) !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-popup[hidden],
.vnuti-ui-shell.booking-screen .vnuti-booking-calendar[hidden] {
  display: none !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-popup__box,
.vnuti-ui-shell.booking-screen .vnuti-booking-calendar__box {
  width: min(360px, calc(100% - 32px)) !important;
  padding: 18px !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .2) !important;
}

@media (max-width: 500px) {
  .vnuti-ui-shell.booking-screen,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 380px) {
  .vnuti-ui-shell.booking-screen .vnuti-booking-total-item {
    grid-template-columns: 74px minmax(0, 1fr) auto !important;
    gap: 10px !important;
  }

  .vnuti-ui-shell.booking-screen .vnuti-booking-total-item__image,
  .vnuti-ui-shell.booking-screen .vnuti-booking-total-item__image img,
  .vnuti-ui-shell.booking-screen .vnuti-booking-total-item__image span {
    width: 74px !important;
    height: 56px !important;
  }

  .vnuti-ui-shell.booking-screen .vnuti-booking-location-row {
    grid-template-columns: 104px minmax(0, 1fr) !important;
  }
}

/* 05-checkout final template lock 1.20.77 */
.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen {
  width: min(100%, 428px) !important;
  max-width: 428px !important;
  min-height: 926px !important;
  padding: 0 0 116px !important;
  background: #eef4ee !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.vnuti-ui-shell.booking-screen .vnuti-staff--booking.booking-screen {
  width: 100% !important;
  max-width: 428px !important;
  min-height: 926px !important;
  padding: 0 !important;
  background: #eef4ee !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking__header.hero {
  position: sticky !important;
  top: 0 !important;
  z-index: 12 !important;
  height: 112px !important;
  padding: 32px 16px 14px !important;
  border-radius: 0 0 18px 18px !important;
  background: linear-gradient(124deg, rgba(39, 105, 55, .98) 0 43%, rgba(74, 137, 83, .88) 43% 64%, rgba(54, 124, 66, .97) 64% 100%) !important;
  overflow: hidden !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking__back.back {
  left: 18px !important;
  top: 55px !important;
  width: 38px !important;
  height: 38px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking__back.back::before {
  inset: 9px 10px !important;
  border-left-width: 3px !important;
  border-bottom-width: 3px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking__header h2 {
  margin: 17px 44px 4px !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  text-align: center !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking__header p {
  margin: 0 44px !important;
  color: #e9f0e9 !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking__content.main {
  display: block !important;
  padding: 0 0 16px !important;
  background: #eef4ee !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-card.card,
.vnuti-ui-shell.booking-screen .vnuti-booking-total.total-card,
.vnuti-ui-shell.booking-screen .vnuti-booking-extra.note-card {
  width: auto !important;
  margin: 14px 14px 0 !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-card.card,
.vnuti-ui-shell.booking-screen .vnuti-booking-extra.note-card {
  padding: 15px 16px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-card h3,
.vnuti-ui-shell.booking-screen .vnuti-booking-extra .vnuti-booking-row span {
  color: #3f7848 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-card--customer-form.customer {
  display: grid !important;
  gap: 12px !important;
  background: #fff !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-info input,
.vnuti-ui-shell.booking-screen .vnuti-booking-info.field input,
.vnuti-ui-shell.booking-screen .vnuti-booking-extra input,
.vnuti-ui-shell.booking-screen .vnuti-booking-extra textarea {
  border: 1px solid #9bd5a5 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #1d2b1f !important;
  box-shadow: none !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-location-btn.pick-location {
  background: #2f7b3b !important;
  color: #fff !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total.total-card {
  padding: 17px 15px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total__head.total-head {
  grid-template-columns: 1fr auto 23px !important;
  min-height: 30px !important;
  padding: 0 0 16px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total__head strong {
  color: #f31724 !important;
  font-size: 18px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total__head i::before {
  content: "⌃" !important;
  color: #3f7848 !important;
  font-size: 23px !important;
  font-style: normal !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total:not(.is-open) .vnuti-booking-total__head i::before,
.vnuti-ui-shell.booking-screen .vnuti-booking-total.is-collapsed .vnuti-booking-total__head i::before {
  content: "⌄" !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total__items.total-body {
  display: grid !important;
  gap: 15px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item.order-line {
  grid-template-columns: 95px minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: start !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__image,
.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__image img,
.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__image span {
  width: 95px !important;
  height: 68px !important;
  border-radius: 4px !important;
  object-fit: cover !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__body strong {
  margin: 0 0 9px !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__body span,
.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__body button {
  color: #555 !important;
  font-size: 11px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__body button {
  color: #3f7848 !important;
  font-style: italic !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__side b {
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total-item__side span {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50% !important;
  background: #3f7848 !important;
  color: #fff !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-total__more.add-more {
  height: 38px !important;
  border: 1px dashed #3f7848 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #3f7848 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-service-note.package-note {
  min-height: 50px !important;
  border: 1px solid #d9eadc !important;
  border-radius: 14px !important;
  background: #fbfffc !important;
}

.vnuti-ui-shell.booking-screen .time-card {
  position: relative !important;
  z-index: 1 !important;
}

.vnuti-ui-shell.booking-screen .time-card h3 {
  margin: 0 0 12px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-date.date {
  min-height: 24px !important;
  margin: 0 0 12px !important;
  color: #3f7848 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-times.slots {
  --slot-w: calc((100% - 32px) / 4.5) !important;
  display: grid !important;
  grid-template-rows: repeat(8, 29px) !important;
  grid-auto-flow: column !important;
  grid-auto-columns: var(--slot-w) !important;
  gap: 8px !important;
  min-height: 288px !important;
  padding: 24px 0 2px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-time {
  height: 29px !important;
  border: 1px solid #dfe7e0 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #3f7848 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  scroll-snap-align: start !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-time.is-busy,
.vnuti-ui-shell.booking-screen .vnuti-booking-time:disabled {
  background: #f1f1f1 !important;
  color: #d0d0d0 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-time.is-selected {
  border-color: #f2a90b !important;
  background: #3f7848 !important;
  color: #fff !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-day-marker.day-marker {
  position: absolute !important;
  left: calc((var(--slot-w) + 8px) * 4) !important;
  top: -3px !important;
  z-index: 2 !important;
  min-width: 244px !important;
  height: 25px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-note.note-body {
  margin-top: 8px !important;
  color: #8b958d !important;
  font-size: 11px !important;
  font-style: italic !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-row.order-line {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  background: #fff !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-row em {
  color: #c5c5c5 !important;
  font-size: 10px !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-note-group legend,
.vnuti-ui-shell.booking-screen .vnuti-booking-note-other span,
.vnuti-ui-shell.booking-screen [data-proxy-section] label span {
  color: #3f7848 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-payment.order-bar {
  position: sticky !important;
  left: auto !important;
  right: auto !important;
  bottom: 0 !important;
  z-index: 20 !important;
  display: grid !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 14px 0 0 !important;
  padding: 12px 14px 24px !important;
  border-radius: 14px 14px 0 0 !important;
  background: #fff !important;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, .08) !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-payment > div {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto 18px !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 34px !important;
  color: #26342a !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-payment > div strong {
  color: #3f7848 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-payment > div span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  color: #222 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-payment button[data-booking-submit] {
  width: 100% !important;
  height: 43px !important;
  border-radius: 7px !important;
  background: #d5d5d5 !important;
  color: #777 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-payment button[data-booking-submit]:not(:disabled) {
  background: #3f7848 !important;
  color: #fff !important;
}

.vnuti-ui-shell.booking-screen .vnuti-booking-location-modal.location-modal {
  align-items: end !important;
}

.vnuti-ui-shell.booking-screen .vnuti-quick-location__sheet.location-sheet {
  margin-bottom: calc(104px + env(safe-area-inset-bottom, 0px)) !important;
  max-height: min(92vh, 860px) !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

@media (max-width: 380px) {
  .vnuti-ui-shell.booking-screen .vnuti-booking-total-item.order-line {
    grid-template-columns: 74px minmax(0, 1fr) auto !important;
    gap: 10px !important;
  }

  .vnuti-ui-shell.booking-screen .vnuti-booking-total-item__image,
  .vnuti-ui-shell.booking-screen .vnuti-booking-total-item__image img,
  .vnuti-ui-shell.booking-screen .vnuti-booking-total-item__image span {
    width: 74px !important;
    height: 56px !important;
  }

  .vnuti-ui-shell.booking-screen .vnuti-booking-location-row.location-row {
    grid-template-columns: 104px minmax(0, 1fr) !important;
  }
}

/* Checkout screen final lock 1.20.96 */
body:has(.vnuti-ui-shell--checkout),
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout) {
  background: #eef4ee !important;
}

body:has(.vnuti-ui-shell--checkout) .entry-header,
body:has(.vnuti-ui-shell--checkout) .entry-title,
body:has(.vnuti-ui-shell--checkout) .site-footer,
body:has(.vnuti-ui-shell--checkout) footer {
  display: none !important;
}

body:has(.vnuti-ui-shell--checkout) .site-content,
body:has(.vnuti-ui-shell--checkout) .ast-container,
body:has(.vnuti-ui-shell--checkout) .content-area,
body:has(.vnuti-ui-shell--checkout) .entry-content,
body:has(.vnuti-ui-shell--checkout) article,
body:has(.vnuti-ui-shell--checkout) .hentry {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #eef4ee !important;
}

.vnuti-ui-shell--checkout.booking-screen,
.vnuti-ui-shell.booking-screen.vnuti-ui-shell--checkout {
  position: relative !important;
  display: block !important;
  width: min(100%, 428px) !important;
  max-width: 428px !important;
  min-height: 926px !important;
  margin: 0 auto !important;
  padding: 0 0 96px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: #eef4ee !important;
  color: #333 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  -webkit-overflow-scrolling: touch !important;
}

.vnuti-ui-shell--checkout *,
.vnuti-ui-shell--checkout *::before,
.vnuti-ui-shell--checkout *::after {
  box-sizing: border-box !important;
}

.vnuti-ui-shell--checkout button,
.vnuti-ui-shell--checkout input,
.vnuti-ui-shell--checkout textarea,
.vnuti-ui-shell--checkout select {
  font-family: inherit !important;
}

.vnuti-ui-shell--checkout .vnuti-staff--booking {
  width: 100% !important;
  min-height: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header.hero {
  position: sticky !important;
  top: 0 !important;
  z-index: 5 !important;
  display: grid !important;
  grid-template-columns: 32px 1fr 32px !important;
  grid-template-rows: 1fr auto auto auto !important;
  column-gap: 10px !important;
  align-items: center !important;
  height: 112px !important;
  margin: 0 !important;
  padding: 12px 16px 14px !important;
  overflow: hidden !important;
  border-radius: 0 0 18px 18px !important;
  background: linear-gradient(124deg, rgba(39,105,55,.98) 0 43%, rgba(74,137,83,.88) 43% 64%, rgba(54,124,66,.97) 64% 100%) !important;
  color: #fff !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header.hero::after {
  content: "" !important;
  position: absolute !important;
  inset: -40px -80px auto auto !important;
  width: 210px !important;
  height: 180px !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, .07) !important;
  transform: rotate(-35deg) !important;
  pointer-events: none !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__back.back {
  position: relative !important;
  grid-row: 1 / -1 !important;
  width: 32px !important;
  height: 32px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__back.back::before {
  content: "" !important;
  position: absolute !important;
  left: 9px !important;
  top: 7px !important;
  width: 16px !important;
  height: 16px !important;
  border-left: 3px solid #fff !important;
  border-bottom: 3px solid #fff !important;
  transform: rotate(45deg) !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header h2,
.vnuti-ui-shell--checkout .vnuti-booking__header p {
  grid-column: 2 !important;
  position: relative !important;
  z-index: 1 !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header h2 {
  align-self: end !important;
  margin-top: 18px !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header p[data-booking-service] {
  font-size: 12px !important;
  line-height: 1.3 !important;
  opacity: .92 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header p[data-booking-code] {
  color: #e9f0e9 !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  opacity: 1 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__content.main {
  display: grid !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 14px 16px 0 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-card,
.vnuti-ui-shell--checkout .vnuti-booking-total,
.vnuti-ui-shell--checkout .vnuti-booking-extra {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-card.customer {
  display: grid !important;
  gap: 12px !important;
  padding: 15px 16px !important;
}

.vnuti-ui-shell--checkout .customer h3,
.vnuti-ui-shell--checkout .time-card h3 {
  margin: 0 0 2px !important;
  color: #3b7742 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout .field,
.vnuti-ui-shell--checkout .vnuti-booking-info {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.vnuti-ui-shell--checkout .field input,
.vnuti-ui-shell--checkout .vnuti-booking-info input {
  display: block !important;
  width: 100% !important;
  height: 43px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid #8fd09a !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #333 !important;
  font-size: 14px !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.vnuti-ui-shell--checkout .field input::placeholder,
.vnuti-ui-shell--checkout .vnuti-booking-info input::placeholder {
  color: #8a8f8c !important;
}

.vnuti-ui-shell--checkout .location-row,
.vnuti-ui-shell--checkout .vnuti-booking-location-row {
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
}

.vnuti-ui-shell--checkout .pick-location,
.vnuti-ui-shell--checkout .vnuti-booking-location-btn {
  height: 43px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #2f7b3b !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  box-shadow: none !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total.total-card {
  padding: 15px 16px !important;
}

.vnuti-ui-shell--checkout .total-head,
.vnuti-ui-shell--checkout .vnuti-booking-total__head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto 20px !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
}

.vnuti-ui-shell--checkout .total-head span,
.vnuti-ui-shell--checkout .vnuti-booking-total__head span {
  color: #333 !important;
  font-size: 14px !important;
}

.vnuti-ui-shell--checkout .total-head strong,
.vnuti-ui-shell--checkout .vnuti-booking-total__head strong {
  color: #f5222d !important;
  font-size: 20px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .total-body,
.vnuti-ui-shell--checkout .vnuti-booking-total__items {
  display: grid !important;
  gap: 12px !important;
  margin: 14px 0 0 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item.order-line {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: center !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__image,
.vnuti-ui-shell--checkout .vnuti-booking-total-item__image img,
.vnuti-ui-shell--checkout .vnuti-booking-total-item__image span {
  display: block !important;
  width: 82px !important;
  height: 58px !important;
  border-radius: 4px !important;
  object-fit: cover !important;
  background: #eef4ef !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__body {
  min-width: 0 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__body strong {
  display: block !important;
  margin: 0 0 5px !important;
  overflow: hidden !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__body span,
.vnuti-ui-shell--checkout .vnuti-booking-total-item__body button {
  color: #555 !important;
  font-size: 11px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__body button {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #3b7742 !important;
  font-style: italic !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__side {
  display: grid !important;
  justify-items: end !important;
  gap: 8px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__side b {
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__side span {
  display: grid !important;
  width: 25px !important;
  height: 25px !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #3b7742 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total__more.add-more {
  display: grid !important;
  width: 100% !important;
  height: 38px !important;
  place-items: center !important;
  margin: 12px 0 0 !important;
  border: 1px dashed #3b7742 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #3b7742 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 6px 12px !important;
  align-items: center !important;
  margin: 14px 0 0 !important;
  padding: 10px 14px !important;
  border: 1px solid #d5ead8 !important;
  border-radius: 14px !important;
  background: #fbfffc !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note span {
  grid-row: auto !important;
  display: inline-grid !important;
  width: max-content !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 30px !important;
  height: auto !important;
  place-items: center !important;
  padding: 4px 10px !important;
  border: 1px solid #cfe7d3 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #3b7742 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note > div {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 2px !important;
  justify-items: end !important;
  text-align: right !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note strong {
  display: block !important;
  margin: 0 !important;
  min-width: 0 !important;
  overflow: visible !important;
  color: #244b2b !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note p {
  margin: 0 !important;
  min-width: 0 !important;
  overflow: visible !important;
  color: #8a8f8c !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  white-space: normal !important;
}

@media (max-width: 390px) {
  .vnuti-ui-shell--checkout .vnuti-service-note.package-note {
    grid-template-columns: 1fr !important;
    justify-items: start !important;
    gap: 8px !important;
  }

  .vnuti-ui-shell--checkout .vnuti-service-note.package-note > div {
    justify-items: start !important;
    text-align: left !important;
  }

  .vnuti-ui-shell--checkout .vnuti-service-note.package-note strong {
    white-space: normal !important;
  }
}

.vnuti-ui-shell--checkout .time-card {
  display: block !important;
  padding: 15px 16px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-date.date {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 34px !important;
  margin: 10px 0 12px !important;
  padding: 0 10px !important;
  border: 1px solid #e2eee4 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #3b7742 !important;
  font-size: 12px !important;
  text-align: left !important;
}

.vnuti-ui-shell--checkout .slots,
.vnuti-ui-shell--checkout .vnuti-booking-times.slots {
  --slot-w: calc((100% - 32px) / 4.5) !important;
  position: relative !important;
  display: grid !important;
  grid-template-rows: repeat(8, 29px) !important;
  grid-auto-flow: column !important;
  grid-auto-columns: var(--slot-w) !important;
  gap: 8px !important;
  min-height: 288px !important;
  padding: 24px 0 2px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity !important;
  -webkit-overflow-scrolling: touch !important;
}

.vnuti-ui-shell--checkout .slots::-webkit-scrollbar,
.vnuti-ui-shell--checkout .vnuti-booking-times.slots::-webkit-scrollbar {
  display: none !important;
}

.vnuti-ui-shell--checkout .slots button,
.vnuti-ui-shell--checkout .vnuti-booking-time {
  height: 29px !important;
  min-width: 0 !important;
  padding: 0 4px !important;
  border: 1px solid #dfe7e0 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #3b7742 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  scroll-snap-align: start !important;
}

.vnuti-ui-shell--checkout .slots button:disabled,
.vnuti-ui-shell--checkout .vnuti-booking-time.is-busy,
.vnuti-ui-shell--checkout .vnuti-booking-time:disabled {
  background: #f1f1f1 !important;
  color: #d0d0d0 !important;
  cursor: not-allowed !important;
}

.vnuti-ui-shell--checkout .slots button.is-active,
.vnuti-ui-shell--checkout .vnuti-booking-time.is-active,
.vnuti-ui-shell--checkout .vnuti-booking-time.is-selected {
  border-color: #f2a90b !important;
  background: #3b7742 !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px #f2a90b !important;
}

.vnuti-ui-shell--checkout .day-marker,
.vnuti-ui-shell--checkout .vnuti-booking-day-marker.day-marker {
  position: absolute !important;
  left: calc((var(--slot-w) + 8px) * 4) !important;
  top: -3px !important;
  z-index: 2 !important;
  display: grid !important;
  min-width: 244px !important;
  height: 25px !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #eef8ef !important;
  color: #3b7742 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-note.note-body {
  margin: 8px 0 0 !important;
  color: #8b958d !important;
  font-size: 11px !important;
  font-style: italic !important;
  text-align: center !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-extra.note-card {
  padding: 0 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-row.order-line {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 0 !important;
  background: #fff !important;
  color: #3b7742 !important;
  text-align: left !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-row.order-line > span {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  min-width: 0 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-row em {
  color: #b8beb9 !important;
  font-size: 10px !important;
  font-style: normal !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-row.order-line i {
  position: relative !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  margin-left: 10px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-row.order-line i::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 2px solid #3b7742 !important;
  border-bottom: 2px solid #3b7742 !important;
  transform: translate(-50%, -65%) rotate(45deg) !important;
  transition: transform .2s ease !important;
}

.vnuti-ui-shell--checkout [data-booking-extra].is-open .vnuti-booking-row.order-line i::before {
  transform: translate(-50%, -35%) rotate(-135deg) !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-extra__panel {
  display: grid !important;
  gap: 12px !important;
  padding: 0 14px 14px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-extra__panel[hidden] {
  display: none !important;
}

.vnuti-ui-shell--checkout fieldset,
.vnuti-ui-shell--checkout .vnuti-booking-note-group {
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
}

.vnuti-ui-shell--checkout legend,
.vnuti-ui-shell--checkout .vnuti-booking-note-other span,
.vnuti-ui-shell--checkout [data-proxy-section] label span {
  display: block !important;
  margin: 0 0 8px !important;
  color: #3b7742 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-note-group label {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 0 9px !important;
  color: #333 !important;
  font-size: 12px !important;
}

.vnuti-ui-shell--checkout input[type="checkbox"] {
  width: 13px !important;
  height: 13px !important;
  margin: 0 8px 0 0 !important;
  accent-color: #3b7742 !important;
}

.vnuti-ui-shell--checkout textarea,
.vnuti-ui-shell--checkout [data-proxy-section] input {
  width: 100% !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #333 !important;
  font-size: 13px !important;
  outline: 0 !important;
}

.vnuti-ui-shell--checkout textarea {
  display: block !important;
  height: 110px !important;
  min-height: 110px !important;
  padding: 14px !important;
  resize: none !important;
}

.vnuti-ui-shell--checkout [data-proxy-section] input {
  height: 42px !important;
  margin: 0 0 10px !important;
  padding: 0 12px !important;
}

.vnuti-ui-shell--checkout .order-bar,
.vnuti-ui-shell--checkout .vnuti-booking-payment.order-bar {
  position: sticky !important;
  bottom: 0 !important;
  z-index: 6 !important;
  display: grid !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 14px 0 0 !important;
  padding: 12px 13px 20px !important;
  border-radius: 15px 15px 0 0 !important;
  background: #fff !important;
  box-shadow: 0 -6px 22px rgba(0, 0, 0, .12) !important;
}

.vnuti-ui-shell--checkout.booking-screen,
.vnuti-ui-shell.booking-screen.vnuti-ui-shell--checkout {
  padding-bottom: 118px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-payment > div {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto 18px !important;
  gap: 8px !important;
  align-items: center !important;
  min-height: 34px !important;
}

.vnuti-ui-shell--checkout [data-booking-submit] {
  width: 100% !important;
  height: 43px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #3b7742 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout [data-booking-submit]:disabled {
  background: #d1d1d1 !important;
  color: #8b8b8b !important;
}

.vnuti-ui-shell--checkout .location-modal,
.vnuti-ui-shell--checkout .vnuti-booking-location-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 80 !important;
  display: grid !important;
  align-items: end !important;
  background: rgba(0, 0, 0, .45) !important;
}

.vnuti-ui-shell--checkout .location-modal[hidden],
.vnuti-ui-shell--checkout .vnuti-booking-location-modal[hidden] {
  display: none !important;
}

.vnuti-ui-shell--checkout .location-sheet,
.vnuti-ui-shell--checkout .vnuti-quick-location__sheet.location-sheet {
  position: relative !important;
  width: min(100%, 428px) !important;
  max-height: min(92vh, 860px) !important;
  margin: 0 auto calc(104px + env(safe-area-inset-bottom, 0px)) !important;
  padding: 28px 14px 14px !important;
  overflow-y: auto !important;
  border-radius: 22px 22px 0 0 !important;
  background: #fff !important;
  -webkit-overflow-scrolling: touch !important;
}

.vnuti-ui-shell--checkout .vnuti-quick-location__header h2 {
  margin: 0 !important;
  color: #111 !important;
  font-size: 22px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout .vnuti-quick-location__header p {
  margin: 4px 0 0 !important;
  color: #778176 !important;
  font-size: 13px !important;
}

.vnuti-ui-shell--checkout .vnuti-quick-location__input input {
  height: 42px !important;
  border: 1px solid #8fd09a !important;
  border-radius: 6px !important;
}

.vnuti-ui-shell--checkout .vnuti-quick-location__map.mini-map {
  height: 188px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}

.vnuti-ui-shell--checkout .vnuti-quick-location__primary.choose-location {
  width: 100% !important;
  height: 46px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #2f7b3b !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout .booking-popup,
.vnuti-ui-shell--checkout .vnuti-booking-popup {
  position: fixed !important;
  inset: 0 !important;
  z-index: 90 !important;
  display: grid !important;
  place-items: center !important;
  padding: 20px !important;
  background: rgba(0, 0, 0, .45) !important;
}

.vnuti-ui-shell--checkout .booking-popup[hidden],
.vnuti-ui-shell--checkout .vnuti-booking-popup[hidden] {
  display: none !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-popup__box {
  width: min(100%, 340px) !important;
  padding: 20px !important;
  border-radius: 14px !important;
  background: #fff !important;
  text-align: center !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22) !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-popup__box h3 {
  margin: 0 0 8px !important;
  color: #3b7742 !important;
  font-size: 18px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-popup__box p {
  margin: 0 0 14px !important;
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  white-space: pre-line !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-popup__actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-popup__actions[hidden] {
  display: none !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-popup__box button,
.vnuti-ui-shell--checkout .vnuti-booking-popup__action {
  height: 40px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #3b7742 !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-popup__action--secondary {
  border: 1px solid #cfe7d2 !important;
  background: #f5fbf6 !important;
  color: #3b7742 !important;
}

@media (max-width: 380px) {
  .vnuti-ui-shell--checkout .location-row,
  .vnuti-ui-shell--checkout .vnuti-booking-location-row {
    grid-template-columns: 104px minmax(0, 1fr) !important;
  }

  .vnuti-ui-shell--checkout .vnuti-booking-total-item.order-line {
    grid-template-columns: 74px minmax(0, 1fr) auto !important;
    gap: 10px !important;
  }

  .vnuti-ui-shell--checkout .vnuti-booking-total-item__image,
  .vnuti-ui-shell--checkout .vnuti-booking-total-item__image img,
  .vnuti-ui-shell--checkout .vnuti-booking-total-item__image span {
    width: 74px !important;
    height: 56px !important;
  }
}

/* checkout header lock 1.20.116 */
body.vnuti-staff-page:has(.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen) .entry-content,
body.vnuti-staff-page:has(.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen) .site-content,
body.vnuti-staff-page:has(.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen) .ast-container,
body.vnuti-staff-page:has(.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen) .content-area,
body.vnuti-staff-page:has(.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen) article,
body.vnuti-staff-page:has(.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen) .hentry{
  margin-top:0!important;
  padding-top:0!important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen{
  width:min(100%,428px)!important;
  max-width:428px!important;
  margin:0 auto!important;
  overflow-x:hidden!important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__header.hero{
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) 38px!important;
  align-items:center!important;
  width:100%!important;
  min-height:112px!important;
  height:112px!important;
  margin:0!important;
  padding:32px 16px 18px!important;
  border-radius:0 0 18px 18px!important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__back.back{
  grid-column:1!important;
  grid-row:1 / span 3!important;
  align-self:center!important;
  justify-self:start!important;
  width:36px!important;
  height:36px!important;
  margin:0!important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__header h2{
  grid-column:2!important;
  grid-row:1!important;
  align-self:end!important;
  margin:0!important;
  font-size:18px!important;
  line-height:1.15!important;
  text-align:center!important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__header p{
  grid-column:2!important;
  text-align:center!important;
  margin:0!important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__header p[data-booking-service]{
  grid-row:2!important;
  margin-top:4px!important;
  font-size:11px!important;
  line-height:1.2!important;
  opacity:.95!important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__header p[data-booking-code]{
  grid-row:3!important;
  margin-top:2px!important;
  font-size:10px!important;
  line-height:1.15!important;
  opacity:.92!important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__content.main{
  margin-top:14px!important;
  padding-top:0!important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-card--customer-form{
  margin-top:0!important;
}

/* checkout parity lock 1.20.122 */
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen),
body:has(.vnuti-ui-shell--checkout.booking-screen) {
  background: #eef4ee !important;
}

body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .entry-header,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .entry-title,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .site-footer,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) footer {
  display: none !important;
}

body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .site-content,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .ast-container,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .content-area,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .entry-content,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) article,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .hentry,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .wp-block-shortcode,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .wp-block-paragraph {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vnuti-ui-shell--checkout.booking-screen {
  width: min(100%, 428px) !important;
  max-width: 428px !important;
  min-height: 100dvh !important;
  margin: 0 auto !important;
  padding: 0 0 92px !important;
  overflow-x: hidden !important;
  background: #eef4ee !important;
  color: #172016 !important;
}

.vnuti-ui-shell--checkout .vnuti-staff--booking.booking-screen {
  width: 100% !important;
  max-width: 428px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #eef4ee !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header.hero {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 42px !important;
  grid-template-rows: auto auto auto !important;
  align-items: center !important;
  width: 100% !important;
  height: 112px !important;
  min-height: 112px !important;
  margin: 0 !important;
  padding: 30px 18px 17px !important;
  border-radius: 0 0 18px 18px !important;
  background: #3f7848 !important;
  color: #fff !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header.hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(128deg, transparent 0 40%, rgba(255,255,255,.16) 40% 58%, transparent 58%),
    radial-gradient(circle at 84% 45%, rgba(255,255,255,.12) 0 52px, transparent 53px) !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__back.back {
  position: relative !important;
  z-index: 1 !important;
  grid-column: 1 !important;
  grid-row: 1 / span 3 !important;
  align-self: center !important;
  justify-self: start !important;
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__back.back::before {
  width: 17px !important;
  height: 17px !important;
  border-color: #fff !important;
  border-width: 0 0 3px 3px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header h2,
.vnuti-ui-shell--checkout .vnuti-booking__header p {
  position: relative !important;
  z-index: 1 !important;
  grid-column: 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: #fff !important;
  text-align: center !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header h2 {
  grid-row: 1 !important;
  align-self: end !important;
  font-size: 18px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header p[data-booking-service] {
  grid-row: 2 !important;
  margin-top: 5px !important;
  font-size: 11px !important;
  line-height: 1.22 !important;
  opacity: .95 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header p[data-booking-code] {
  grid-row: 3 !important;
  margin-top: 2px !important;
  font-size: 10px !important;
  line-height: 1.15 !important;
  opacity: .92 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header p[hidden] {
  display: none !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__content.main {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 14px 24px 110px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-card,
.vnuti-ui-shell--checkout .vnuti-booking-total,
.vnuti-ui-shell--checkout .vnuti-booking-extra {
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 16px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-card--customer-form {
  margin-top: 0 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-card h3,
.vnuti-ui-shell--checkout .time-card h3 {
  margin: 0 0 12px !important;
  color: #3f7848 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-info input,
.vnuti-ui-shell--checkout .vnuti-booking-extra input,
.vnuti-ui-shell--checkout .vnuti-booking-extra textarea {
  width: 100% !important;
  height: 42px !important;
  padding: 0 14px !important;
  border: 1px solid #9bd3a4 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #172016 !important;
  font-size: 14px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-location-row.location-row {
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) !important;
  gap: 10px !important;
  margin: 12px 0 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-location-btn.pick-location {
  height: 43px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #2f7b3b !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total.total-card {
  padding: 0 !important;
  overflow: hidden !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total__head.total-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto 22px !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: 54px !important;
  padding: 0 16px !important;
  border: 0 !important;
  background: #fff !important;
  color: #172016 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total__head strong {
  color: #f32028 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total__items.total-body {
  padding: 10px 16px 16px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item.order-line {
  display: grid !important;
  grid-template-columns: 94px minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: center !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__image,
.vnuti-ui-shell--checkout .vnuti-booking-total-item__image img,
.vnuti-ui-shell--checkout .vnuti-booking-total-item__image span {
  width: 94px !important;
  height: 68px !important;
  border-radius: 4px !important;
  object-fit: cover !important;
  overflow: hidden !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__body strong {
  display: block !important;
  max-width: 100% !important;
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__side b {
  display: block !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__side span {
  display: grid !important;
  place-items: center !important;
  width: 26px !important;
  height: 26px !important;
  margin: 8px 0 0 auto !important;
  border-radius: 999px !important;
  background: #3f7848 !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total__more.add-more {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 40px !important;
  margin: 12px 0 18px !important;
  border: 1px dashed #3f7848 !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: #3f7848 !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note {
  display: grid !important;
  grid-template-columns: 104px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 58px !important;
  padding: 8px 12px !important;
  border: 1px solid #cbe6cf !important;
  border-radius: 13px !important;
  background: #fff !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note span {
  display: inline-grid !important;
  place-items: center !important;
  width: fit-content !important;
  min-width: 86px !important;
  height: 32px !important;
  padding: 0 12px !important;
  border: 1px solid #cbe6cf !important;
  border-radius: 999px !important;
  color: #3f7848 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note > div {
  display: block !important;
  min-width: 0 !important;
  text-align: right !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note strong,
.vnuti-ui-shell--checkout .vnuti-service-note.package-note p {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note strong {
  color: #19451f !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note p {
  margin-top: 4px !important;
  color: #99a59b !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.vnuti-ui-shell--checkout .time-card {
  overflow: hidden !important;
}

.vnuti-ui-shell--checkout .time-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin: 0 0 10px !important;
}

.vnuti-ui-shell--checkout .time-head h3 {
  margin: 0 !important;
}

.vnuti-ui-shell--checkout .time-summary {
  display: grid !important;
  justify-items: end !important;
  gap: 2px !important;
  min-width: 104px !important;
  padding: 6px 9px !important;
  border: 1px solid #cbe6cf !important;
  border-radius: 10px !important;
  background: #f0faf2 !important;
  color: #3f7848 !important;
}

.vnuti-ui-shell--checkout .time-summary[hidden] {
  display: none !important;
}

.vnuti-ui-shell--checkout .time-summary.is-empty {
  border-color: #f1d39b !important;
  background: #fff7e7 !important;
  color: #a66f16 !important;
}

.vnuti-ui-shell--checkout .time-summary span {
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell--checkout .time-summary strong {
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout .time-summary.is-ready strong {
  display: none !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-date.date {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 32px !important;
  margin: 0 0 14px !important;
  padding: 0 12px !important;
  border: 1px solid #dcece0 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #3f7848 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-times.slots {
  display: block !important;
  width: 100% !important;
  min-height: 292px !important;
  padding: 0 0 8px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-snap-type: x proximity !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-times.slots[aria-busy="true"]::before {
  content: "Đang tải khung giờ..." !important;
  display: grid !important;
  place-items: center !important;
  height: 80px !important;
  color: #78907c !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.vnuti-ui-shell--checkout .slot-track {
  display: flex !important;
  align-items: flex-start !important;
  gap: 32px !important;
  width: max-content !important;
  min-width: 100% !important;
}

.vnuti-ui-shell--checkout .day-group {
  flex: 0 0 auto !important;
  width: max-content !important;
  scroll-snap-align: start !important;
}

.vnuti-ui-shell--checkout .day-grid {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-template-rows: repeat(8, 31px) !important;
  grid-auto-columns: 78px !important;
  gap: 8px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-day-marker.day-marker {
  position: sticky !important;
  left: 0 !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  max-width: min(100%, 280px) !important;
  height: 24px !important;
  margin: 0 0 8px !important;
  padding: 0 8px !important;
  border: 1px solid #dcece0 !important;
  border-radius: 6px !important;
  background: rgba(255,255,255,.96) !important;
  color: #3f7848 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-time {
  display: grid !important;
  place-items: center !important;
  width: 78px !important;
  height: 31px !important;
  padding: 0 !important;
  border: 1px solid #d8e5dc !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #3f7848 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-time.is-busy,
.vnuti-ui-shell--checkout .vnuti-booking-time:disabled {
  border-color: #dadfda !important;
  background: #eef0ee !important;
  color: #c7cec8 !important;
  opacity: 1 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-time.is-selected {
  border-color: #2f7b3b !important;
  background: #2f7b3b !important;
  color: #fff !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-times__empty {
  display: grid !important;
  place-items: center !important;
  min-height: 86px !important;
  margin: 0 !important;
  color: #8b968d !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-note.note-body {
  margin: 8px 0 0 !important;
  color: #9da79f !important;
  font-size: 11px !important;
  font-style: italic !important;
  text-align: center !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-row.order-line {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 22px !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #3f7848 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-row.order-line > span {
  display: flex !important;
  align-items: baseline !important;
  gap: 4px !important;
  min-width: 0 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-row em {
  color: #b7bdb8 !important;
  font-size: 10px !important;
  font-style: italic !important;
  font-weight: 800 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-row.order-line i::before {
  content: "" !important;
  display: block !important;
  width: 9px !important;
  height: 9px !important;
  margin: 0 auto !important;
  border-right: 2px solid #3f7848 !important;
  border-bottom: 2px solid #3f7848 !important;
  transform: rotate(45deg) !important;
}

.vnuti-ui-shell--checkout [data-booking-extra].is-open .vnuti-booking-row.order-line i::before {
  transform: rotate(225deg) !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-payment.order-bar {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: 0 !important;
  z-index: 40 !important;
  width: min(100%, 428px) !important;
  margin: 0 !important;
  padding: 14px 24px calc(14px + env(safe-area-inset-bottom)) !important;
  transform: translateX(-50%) !important;
  border-radius: 14px 14px 0 0 !important;
  background: #fff !important;
  box-shadow: 0 -10px 28px rgba(35, 71, 44, .14) !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-payment.order-bar > div {
  display: none !important;
}

.vnuti-ui-shell--checkout [data-booking-submit] {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 43px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #2f7b3b !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout [data-booking-submit]:disabled {
  background: #cfd9d1 !important;
  color: #fff !important;
}

@media (max-width: 390px) {
  .vnuti-ui-shell--checkout .vnuti-booking__content.main {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .vnuti-ui-shell--checkout .day-grid {
    grid-auto-columns: 74px !important;
  }

  .vnuti-ui-shell--checkout .vnuti-booking-time {
    width: 74px !important;
  }
}

/* checkout full parity lock 1.20.126 */
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .entry-title,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .page-title,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .wp-block-post-title,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .site-footer,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) footer {
  display: none !important;
}

body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen),
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .site-content,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .ast-container,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .content-area,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .entry-content,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) article,
body.vnuti-staff-page:has(.vnuti-ui-shell--checkout.booking-screen) .hentry {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #eef4ee !important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen,
.vnuti-ui-shell--checkout.booking-screen {
  position: relative !important;
  width: min(100%, 428px) !important;
  max-width: 428px !important;
  min-height: 926px !important;
  margin: 0 auto !important;
  padding: 0 0 96px !important;
  overflow-x: hidden !important;
  background: #eef4ee !important;
  color: #1d2a20 !important;
}

.vnuti-ui-shell--checkout .vnuti-staff--booking.booking-screen {
  width: 100% !important;
  max-width: 428px !important;
  min-height: 926px !important;
  margin: 0 auto !important;
  background: #eef4ee !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header.hero {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) 36px !important;
  grid-template-rows: 1fr auto auto auto 1fr !important;
  align-items: center !important;
  width: 100% !important;
  height: 170px !important;
  min-height: 170px !important;
  margin: 0 !important;
  padding: 24px 20px 21px !important;
  overflow: hidden !important;
  border-radius: 0 0 18px 18px !important;
  background: #3f7848 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header.hero::before,
.vnuti-ui-shell--checkout .vnuti-booking__header.hero::after {
  content: "" !important;
  position: absolute !important;
  inset: auto !important;
  display: block !important;
  pointer-events: none !important;
  opacity: .42 !important;
  background: rgba(255, 255, 255, .16) !important;
  transform: skewX(-32deg) !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header.hero::before {
  left: 86px !important;
  top: 0 !important;
  width: 118px !important;
  height: 170px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header.hero::after {
  right: -16px !important;
  top: 0 !important;
  width: 104px !important;
  height: 170px !important;
  border-radius: 42px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__back.back {
  position: relative !important;
  z-index: 2 !important;
  grid-column: 1 !important;
  grid-row: 1 / -1 !important;
  align-self: center !important;
  justify-self: start !important;
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  inset: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__back.back::before {
  content: "" !important;
  position: absolute !important;
  left: 10px !important;
  top: 7px !important;
  width: 16px !important;
  height: 16px !important;
  border-left: 3px solid #fff !important;
  border-bottom: 3px solid #fff !important;
  transform: rotate(45deg) !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header h2,
.vnuti-ui-shell--checkout .vnuti-booking__header p {
  position: relative !important;
  z-index: 2 !important;
  grid-column: 2 !important;
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header h2 {
  grid-row: 2 !important;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1.16 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header p[data-booking-service] {
  grid-row: 3 !important;
  max-width: 100% !important;
  padding: 4px 4px 0 !important;
  color: #edf6ef !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header p[data-booking-code] {
  grid-row: 4 !important;
  padding-top: 2px !important;
  color: #e3eee5 !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__header p[data-booking-code][hidden] {
  display: none !important;
}

.vnuti-ui-shell--checkout .vnuti-booking__content.main {
  display: grid !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 14px 24px 10px !important;
  background: #eef4ee !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-card,
.vnuti-ui-shell--checkout .vnuti-booking-total.total-card,
.vnuti-ui-shell--checkout .vnuti-booking-extra.note-card {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(47, 123, 59, .04) !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-card.customer {
  display: grid !important;
  gap: 12px !important;
  padding: 16px !important;
}

.vnuti-ui-shell--checkout .customer h3,
.vnuti-ui-shell--checkout .time-card h3 {
  margin: 0 !important;
  color: #3f7848 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout .field,
.vnuti-ui-shell--checkout .vnuti-booking-info {
  height: 43px !important;
  border: 1px solid #9bd5a5 !important;
  border-radius: 5px !important;
  background: #fff !important;
  overflow: hidden !important;
}

.vnuti-ui-shell--checkout .field input,
.vnuti-ui-shell--checkout .vnuti-booking-info input {
  width: 100% !important;
  height: 100% !important;
  padding: 0 15px !important;
  border: 0 !important;
  background: transparent !important;
  color: #263429 !important;
  font-size: 13px !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.vnuti-ui-shell--checkout .location-row,
.vnuti-ui-shell--checkout .vnuti-booking-location-row {
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) !important;
  gap: 10px !important;
}

.vnuti-ui-shell--checkout .pick-location,
.vnuti-ui-shell--checkout .vnuti-booking-location-btn {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 43px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #2f7b3b !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout .total-head,
.vnuti-ui-shell--checkout .vnuti-booking-total__head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto 22px !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 56px !important;
  padding: 0 16px !important;
  border: 0 !important;
  background: transparent !important;
}

.vnuti-ui-shell--checkout .total-head strong,
.vnuti-ui-shell--checkout .vnuti-booking-total__head strong {
  color: #f31925 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total__items.total-body {
  display: grid !important;
  gap: 14px !important;
  padding: 0 16px 16px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item.order-line {
  display: grid !important;
  grid-template-columns: 94px minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: start !important;
  width: 100% !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__image,
.vnuti-ui-shell--checkout .vnuti-booking-total-item__image img,
.vnuti-ui-shell--checkout .vnuti-booking-total-item__image span {
  display: block !important;
  width: 94px !important;
  height: 62px !important;
  border-radius: 3px !important;
  object-fit: cover !important;
  background: #e7eee8 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__body strong {
  display: -webkit-box !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.18 !important;
  font-weight: 950 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__price {
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-total-item__qty {
  display: grid !important;
  place-items: center !important;
  width: 25px !important;
  height: 25px !important;
  margin-top: 40px !important;
  border-radius: 999px !important;
  background: #3f7848 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-more {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  min-height: 40px !important;
  border: 1px dashed #3f7848 !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: #3f7848 !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 54px !important;
  padding: 8px 12px !important;
  border: 1px solid #d9eadc !important;
  border-radius: 18px !important;
  background: #fff !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note span {
  display: grid !important;
  place-items: center !important;
  min-width: 0 !important;
  height: 30px !important;
  padding: 0 11px !important;
  border: 1px solid #d9eadc !important;
  border-radius: 999px !important;
  color: #3f7848 !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note div {
  min-width: 0 !important;
  text-align: right !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note strong {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: #2f6839 !important;
  font-size: 12px !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.vnuti-ui-shell--checkout .vnuti-service-note.package-note p {
  display: block !important;
  max-width: 100% !important;
  margin: 5px 0 0 !important;
  overflow: hidden !important;
  color: #9ba39d !important;
  font-size: 10px !important;
  line-height: 1.05 !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.vnuti-ui-shell--checkout .time-card {
  padding: 16px !important;
}

.vnuti-ui-shell--checkout .time-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 0 8px !important;
}

.vnuti-ui-shell--checkout .time-summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex: 0 1 136px !important;
  max-width: 136px !important;
  height: 28px !important;
  padding: 0 7px 0 9px !important;
  overflow: hidden !important;
  border: 1px solid #d9eadc !important;
  border-radius: 8px !important;
  background: #f7fcf8 !important;
  color: #3f7848 !important;
}

.vnuti-ui-shell--checkout .time-summary[hidden] {
  display: none !important;
}

.vnuti-ui-shell--checkout .time-summary span {
  min-width: 0 !important;
  overflow: hidden !important;
  font-size: 6.6px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.vnuti-ui-shell--checkout .time-summary strong {
  flex: 0 0 auto !important;
  color: inherit !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout .time-summary.is-empty,
.vnuti-ui-shell--checkout .time-summary.is-tomorrow,
.vnuti-ui-shell--checkout .time-summary.is-future {
  border-color: #f1d9a6 !important;
  background: #fff7e7 !important;
  color: #9b650c !important;
}

.vnuti-ui-shell--checkout .time-summary.is-ready,
.vnuti-ui-shell--checkout .time-summary.is-today {
  border-color: #d9eadc !important;
  background: #f0fbf2 !important;
  color: #3f7848 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-date.date {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-times.slots {
  --slot-gap: 8px;
  --day-gap: 27px;
  --slot-w: calc((100% - (var(--slot-gap) * 4)) / 4.5);
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 292px !important;
  padding: 0 0 2px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-x pan-y !important;
  scroll-snap-type: x proximity !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-times.slots .slot-track {
  display: flex !important;
  align-items: flex-start !important;
  gap: var(--day-gap) !important;
  width: max-content !important;
  min-width: max-content !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-times.slots .day-group {
  position: relative !important;
  flex: 0 0 calc((var(--slot-w) * 4) + (var(--slot-gap) * 3)) !important;
  width: calc((var(--slot-w) * 4) + (var(--slot-gap) * 3)) !important;
  padding-top: 23px !important;
  overflow: clip !important;
  contain: paint !important;
  isolation: isolate !important;
  scroll-snap-align: start !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-times.slots .day-grid {
  display: grid !important;
  grid-template-rows: repeat(8, 29px) !important;
  grid-auto-flow: column !important;
  grid-auto-columns: var(--slot-w) !important;
  gap: var(--slot-gap) !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-day-marker.day-marker {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  max-width: calc(100% - 2px) !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  overflow: hidden !important;
  border: 1px solid #dcece0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #3f7848 !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  transition: opacity .12s ease !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-time {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 29px !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 1px solid #dfe7e0 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #3f7848 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  box-shadow: none !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-time.is-busy,
.vnuti-ui-shell--checkout .vnuti-booking-time:disabled {
  border-color: #dadfda !important;
  background: #f1f1f1 !important;
  color: #d0d0d0 !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-time.is-selected {
  border-color: #f2a90b !important;
  background: #3f7848 !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px #f2a90b !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-row.order-line {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 22px !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-row.order-line > span {
  display: flex !important;
  align-items: baseline !important;
  gap: 4px !important;
  min-width: 0 !important;
  color: #3f7848 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-row.order-line i {
  display: grid !important;
  place-items: center !important;
  width: 22px !important;
  height: 22px !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-row.order-line i::before {
  content: "" !important;
  width: 9px !important;
  height: 9px !important;
  border-right: 2px solid #3f7848 !important;
  border-bottom: 2px solid #3f7848 !important;
  transform: rotate(45deg) !important;
}

.vnuti-ui-shell--checkout [data-booking-extra].is-open .vnuti-booking-row.order-line i::before {
  transform: rotate(225deg) !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-payment.order-bar {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: 0 !important;
  z-index: 60 !important;
  width: min(100%, 428px) !important;
  margin: 0 !important;
  padding: 14px 24px calc(14px + env(safe-area-inset-bottom)) !important;
  border-radius: 14px 14px 0 0 !important;
  background: #fff !important;
  box-shadow: 0 -10px 28px rgba(35, 71, 44, .14) !important;
  transform: translateX(-50%) !important;
}

.vnuti-ui-shell--checkout .vnuti-booking-payment.order-bar > div {
  display: none !important;
}

.vnuti-ui-shell--checkout [data-booking-submit] {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 43px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #3f7848 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

.vnuti-ui-shell--checkout [data-booking-submit]:disabled {
  background: #cfd9d1 !important;
  color: #fff !important;
}

@media (max-width: 390px) {
  .vnuti-ui-shell--checkout .vnuti-booking__content.main {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .vnuti-ui-shell--checkout .location-row,
  .vnuti-ui-shell--checkout .vnuti-booking-location-row {
    grid-template-columns: 108px minmax(0, 1fr) !important;
  }

  .vnuti-ui-shell--checkout .vnuti-booking-total-item.order-line {
    grid-template-columns: 84px minmax(0, 1fr) auto !important;
    gap: 10px !important;
  }

  .vnuti-ui-shell--checkout .vnuti-booking-total-item__image,
  .vnuti-ui-shell--checkout .vnuti-booking-total-item__image img,
  .vnuti-ui-shell--checkout .vnuti-booking-total-item__image span {
    width: 84px !important;
    height: 58px !important;
  }
}

/* Checkout accordion spacing lock 1.20.132 */
.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-extra.note-card,
.vnuti-ui-shell--checkout .vnuti-booking-extra.note-card {
  display: block !important;
  width: 100% !important;
  min-height: 56px !important;
  height: auto !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #fff !important;
  overflow: visible !important;
  box-shadow: none !important;
}

.vnuti-ui-shell--checkout.booking-screen .time-card + .vnuti-booking-extra.note-card,
.vnuti-ui-shell--checkout .time-card + .vnuti-booking-extra.note-card {
  margin-top: 14px !important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-extra.note-card + .vnuti-booking-extra.note-card,
.vnuti-ui-shell--checkout .vnuti-booking-extra.note-card + .vnuti-booking-extra.note-card {
  margin-top: 14px !important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-row.order-line,
.vnuti-ui-shell--checkout .vnuti-booking-row.order-line {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 24px !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #3f7848 !important;
  text-align: left !important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-row.order-line > span,
.vnuti-ui-shell--checkout .vnuti-booking-row.order-line > span {
  display: flex !important;
  align-items: baseline !important;
  gap: 4px !important;
  min-width: 0 !important;
  max-width: 100% !important;
  color: #3f7848 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-row.order-line em,
.vnuti-ui-shell--checkout .vnuti-booking-row.order-line em {
  display: inline !important;
  margin: 0 !important;
  color: #c5c5c5 !important;
  font-size: 10px !important;
  font-style: italic !important;
  font-weight: 650 !important;
  letter-spacing: .2px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-row.order-line i,
.vnuti-ui-shell--checkout .vnuti-booking-row.order-line i {
  display: grid !important;
  width: 24px !important;
  height: 24px !important;
  place-items: center !important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-row.order-line i::before,
.vnuti-ui-shell--checkout .vnuti-booking-row.order-line i::before {
  content: "" !important;
  width: 9px !important;
  height: 9px !important;
  border-right: 2px solid #3f7848 !important;
  border-bottom: 2px solid #3f7848 !important;
  transform: rotate(45deg) !important;
}

.vnuti-ui-shell--checkout.booking-screen [data-booking-extra].is-open .vnuti-booking-row.order-line i::before,
.vnuti-ui-shell--checkout [data-booking-extra].is-open .vnuti-booking-row.order-line i::before {
  transform: rotate(225deg) !important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-extra__panel[hidden],
.vnuti-ui-shell--checkout .vnuti-booking-extra__panel[hidden] {
  display: none !important;
}

/* Checkout header content lock 1.20.133 */
.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__header.hero,
.vnuti-ui-shell--checkout .vnuti-booking__header.hero {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) 38px !important;
  grid-template-rows: 1fr auto auto auto 1fr !important;
  align-items: center !important;
  row-gap: 4px !important;
  width: 100% !important;
  height: 150px !important;
  min-height: 150px !important;
  margin: 0 !important;
  padding: 18px 20px 18px !important;
  overflow: hidden !important;
  border-radius: 0 0 18px 18px !important;
  background: #3f7848 !important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__back.back,
.vnuti-ui-shell--checkout .vnuti-booking__back.back {
  position: relative !important;
  z-index: 3 !important;
  grid-column: 1 !important;
  grid-row: 1 / -1 !important;
  align-self: center !important;
  justify-self: start !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  inset: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__header h2,
.vnuti-ui-shell--checkout .vnuti-booking__header h2,
.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__header p,
.vnuti-ui-shell--checkout .vnuti-booking__header p {
  position: relative !important;
  z-index: 3 !important;
  grid-column: 2 !important;
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__header h2,
.vnuti-ui-shell--checkout .vnuti-booking__header h2 {
  grid-row: 2 !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__header p[data-booking-service],
.vnuti-ui-shell--checkout .vnuti-booking__header p[data-booking-service] {
  grid-row: 3 !important;
  color: #edf6ef !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__header p[data-booking-code],
.vnuti-ui-shell--checkout .vnuti-booking__header p[data-booking-code] {
  grid-row: 4 !important;
  color: #e5efe7 !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__header p[data-booking-code][hidden],
.vnuti-ui-shell--checkout .vnuti-booking__header p[data-booking-code][hidden] {
  display: none !important;
}

/* schedule v2 isolated layout 1.20.136 */
.vnuti-ui-shell--checkout .vnuti-booking-card.time-card.vnuti-schedule-v2,
.vnuti-ui-shell.booking-screen .vnuti-booking-card.time-card.vnuti-schedule-v2 {
  display:block!important;
  width:auto!important;
  max-width:none!important;
  margin:14px 14px 0!important;
  padding:16px!important;
  overflow:hidden!important;
  border-radius:8px!important;
  background:#fff!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2 .vnuti-booking-date.date,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2 .vnuti-booking-date.date {
  display:none!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__head,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__head {
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  width:100%!important;
  margin:0 0 8px!important;
  padding:0!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__head h3,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__head h3 {
  flex:1 1 auto!important;
  min-width:0!important;
  margin:0!important;
  color:#3f7848!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__summary,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary {
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  flex:0 0 136px!important;
  max-width:136px!important;
  height:28px!important;
  min-height:28px!important;
  margin:0!important;
  padding:0 8px!important;
  overflow:hidden!important;
  border:1px solid #d9eadc!important;
  border-radius:8px!important;
  background:#f7fcf8!important;
  color:#3f7848!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__summary[hidden],
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary[hidden] {
  display:none!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__summary span,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary span {
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  color:inherit!important;
  font-size:7px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__summary strong,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary strong {
  display:block!important;
  flex:0 0 auto!important;
  margin-left:6px!important;
  color:inherit!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:950!important;
  white-space:nowrap!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__summary.is-ready,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary.is-ready {
  justify-content:center!important;
  flex-basis:150px!important;
  max-width:150px!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__summary.is-ready strong,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary.is-ready strong,
.vnuti-ui-shell--checkout .vnuti-schedule-v2__summary.is-empty strong,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary.is-empty strong {
  display:none!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__summary.is-empty,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary.is-empty,
.vnuti-ui-shell--checkout .vnuti-schedule-v2__summary.is-tomorrow,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary.is-tomorrow,
.vnuti-ui-shell--checkout .vnuti-schedule-v2__summary.is-future,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary.is-future {
  border-color:#f2dfbd!important;
  background:#fff8e8!important;
  color:#9b6818!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__scroller,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__scroller {
  --slot-w:68px;
  --slot-h:29px;
  --slot-gap-x:8px;
  --slot-gap-y:8px;
  --day-gap:9px;
  --slot-rows-height:calc((var(--slot-h) * 8) + (var(--slot-gap-y) * 7));
  --schedule-height:calc(23px + var(--slot-rows-height) + 4px);
  position:relative!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:var(--schedule-height)!important;
  min-height:var(--schedule-height)!important;
  margin:0!important;
  padding:0 0 4px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  scrollbar-width:none!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__scroller::-webkit-scrollbar,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__scroller::-webkit-scrollbar {
  display:none!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__scroller[aria-busy="true"]::before,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__scroller[aria-busy="true"]::before {
  content:"Đang tải lịch..."!important;
  display:block!important;
  padding:10px 0!important;
  color:#7b8a7e!important;
  font-size:12px!important;
  font-style:italic!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__track,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__track {
  position:relative!important;
  left:auto!important;
  right:auto!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:var(--day-gap)!important;
  width:max-content!important;
  min-width:max-content!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__day,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__day {
  position:relative!important;
  flex:0 0 auto!important;
  display:block!important;
  width:max-content!important;
  min-width:0!important;
  max-width:none!important;
  height:var(--schedule-height)!important;
  min-height:var(--schedule-height)!important;
  margin:0!important;
  padding:23px 0 0!important;
  overflow:visible!important;
  contain:none!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__day-label,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__day-label {
  position:absolute!important;
  left:0!important;
  top:0!important;
  z-index:2!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  max-width:min(216px,100%)!important;
  height:18px!important;
  margin:0 0 5px!important;
  padding:0 10px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:999px!important;
  background:#eef8ef!important;
  color:#3f7848!important;
  font-size:10px!important;
  font-weight:950!important;
  line-height:1!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
  will-change:transform!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__grid,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__grid {
  display:grid!important;
  grid-template-rows:repeat(8,var(--slot-h))!important;
  grid-template-columns:none!important;
  grid-auto-flow:column!important;
  grid-auto-columns:var(--slot-w)!important;
  gap:var(--slot-gap-y) var(--slot-gap-x)!important;
  width:max-content!important;
  min-width:max-content!important;
  max-width:none!important;
  height:var(--slot-rows-height)!important;
  min-height:var(--slot-rows-height)!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__slot,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__slot {
  display:grid!important;
  place-items:center!important;
  width:var(--slot-w)!important;
  min-width:var(--slot-w)!important;
  max-width:var(--slot-w)!important;
  height:var(--slot-h)!important;
  min-height:var(--slot-h)!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #dfe7e0!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#3f7848!important;
  box-shadow:none!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__slot.is-busy,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__slot.is-busy,
.vnuti-ui-shell--checkout .vnuti-schedule-v2__slot:disabled,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__slot:disabled {
  border-color:#dadfda!important;
  background:#f1f1f1!important;
  color:#d0d0d0!important;
  cursor:not-allowed!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__slot.is-selected,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__slot.is-selected {
  border-color:#f2a90b!important;
  background:#3f7848!important;
  color:#fff!important;
  box-shadow:inset 0 0 0 1px #f2a90b!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__empty,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__empty {
  width:100%!important;
  margin:0!important;
  padding:12px!important;
  border:1px dashed #d6e6d8!important;
  border-radius:8px!important;
  background:#f8fbf9!important;
  color:#69766d!important;
  font-size:12px!important;
  font-style:italic!important;
  text-align:center!important;
}

@media (max-width:390px) {
  .vnuti-ui-shell--checkout .vnuti-schedule-v2__head,
  .vnuti-ui-shell.booking-screen .vnuti-schedule-v2__head {
    gap:8px!important;
  }

  .vnuti-ui-shell--checkout .vnuti-schedule-v2__summary,
  .vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary {
    flex-basis:124px!important;
    max-width:124px!important;
    padding:0 7px!important;
  }

  .vnuti-ui-shell--checkout .vnuti-schedule-v2__summary strong,
  .vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary strong {
    font-size:17px!important;
  }
}

/* schedule label/grid separation fix 1.20.149 */
.vnuti-ui-shell--checkout .vnuti-booking-card.time-card.vnuti-schedule-v2,
.vnuti-ui-shell.booking-screen .vnuti-booking-card.time-card.vnuti-schedule-v2 {
  padding-top:21px!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__head,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__head {
  margin:0 0 12px!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__scroller,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__scroller {
  --schedule-height:calc(24px + 8px + var(--slot-rows-height) + 4px)!important;
  height:var(--schedule-height)!important;
  min-height:var(--schedule-height)!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__day,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__day {
  display:grid!important;
  grid-template-rows:24px var(--slot-rows-height)!important;
  gap:8px!important;
  height:var(--schedule-height)!important;
  min-height:var(--schedule-height)!important;
  padding:0!important;
  overflow:visible!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__day-label,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__day-label {
  position:sticky!important;
  left:0!important;
  top:0!important;
  z-index:1!important;
  width:min(230px, 100%)!important;
  max-width:min(230px, 100%)!important;
  height:24px!important;
  margin:0!important;
  transform:none!important;
  opacity:1!important;
  will-change:auto!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__grid,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__grid {
  grid-row:2!important;
}

.vnuti-ui-shell--checkout .vnuti-schedule-v2__track,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__track {
  gap:9px!important;
  column-gap:9px!important;
  row-gap:9px!important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-schedule-v2__track.slot-track {
  gap:9px!important;
  column-gap:9px!important;
  row-gap:9px!important;
}

/* VNUTI schedule v2 no-overlap hardening 1.20.521
   The schedule is rendered as scroller > track > day > grid. Older flat-slot
   rules still target .vnuti-booking-times.slots .day-group and clipped each day
   to ~4 columns, causing the next day to overlap when VNUTI returns full slots. */
.vnuti-ui-shell--checkout .vnuti-booking-times.slots.vnuti-schedule-v2__scroller,
.vnuti-ui-shell.booking-screen .vnuti-booking-times.slots.vnuti-schedule-v2__scroller {
  display:block!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
}

.vnuti-ui-shell--checkout .vnuti-booking-times.slots.vnuti-schedule-v2__scroller .vnuti-schedule-v2__track.slot-track,
.vnuti-ui-shell.booking-screen .vnuti-booking-times.slots.vnuti-schedule-v2__scroller .vnuti-schedule-v2__track.slot-track {
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:flex-start!important;
  width:max-content!important;
  min-width:max-content!important;
  max-width:none!important;
}

.vnuti-ui-shell--checkout .vnuti-booking-times.slots.vnuti-schedule-v2__scroller .vnuti-schedule-v2__day.day-group,
.vnuti-ui-shell.booking-screen .vnuti-booking-times.slots.vnuti-schedule-v2__scroller .vnuti-schedule-v2__day.day-group {
  flex:0 0 auto!important;
  width:max-content!important;
  min-width:0!important;
  max-width:none!important;
  overflow:visible!important;
  contain:none!important;
}

.vnuti-ui-shell--checkout .vnuti-booking-times.slots.vnuti-schedule-v2__scroller .vnuti-schedule-v2__grid.day-grid,
.vnuti-ui-shell.booking-screen .vnuti-booking-times.slots.vnuti-schedule-v2__scroller .vnuti-schedule-v2__grid.day-grid {
  width:max-content!important;
  min-width:max-content!important;
  max-width:none!important;
  overflow:visible!important;
}

/* checkout extra cards and order bar v2 1.20.135 */
.vnuti-ui-shell--checkout,
.vnuti-ui-shell--checkout *,
.vnuti-ui-shell.booking-screen,
.vnuti-ui-shell.booking-screen * {
  box-sizing:border-box!important;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}

.vnuti-ui-shell--checkout .vnuti-note-card,
.vnuti-ui-shell--checkout .vnuti-recipient-card,
.vnuti-ui-shell.booking-screen .vnuti-note-card,
.vnuti-ui-shell.booking-screen .vnuti-recipient-card {
  display:block!important;
  width:calc(100% - 26px)!important;
  max-width:none!important;
  min-height:55px!important;
  margin:8px 13px 0!important;
  padding:0!important;
  border:1px solid rgba(63,120,72,.08)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 4px 14px rgba(31,57,36,.05)!important;
  overflow:hidden!important;
}

.vnuti-ui-shell--checkout .vnuti-note-card + .vnuti-recipient-card,
.vnuti-ui-shell.booking-screen .vnuti-note-card + .vnuti-recipient-card {
  margin-top:8px!important;
}

.vnuti-ui-shell--checkout .vnuti-extra-header,
.vnuti-ui-shell.booking-screen .vnuti-extra-header {
  appearance:none!important;
  -webkit-appearance:none!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) 32px!important;
  align-items:center!important;
  gap:5px!important;
  width:100%!important;
  height:55px!important;
  margin:0!important;
  padding:0 8px 0 14px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#3f7848!important;
  box-shadow:none!important;
  text-align:left!important;
  cursor:pointer!important;
}

.vnuti-ui-shell--checkout .vnuti-extra-header::before,
.vnuti-ui-shell--checkout .vnuti-extra-header::after,
.vnuti-ui-shell.booking-screen .vnuti-extra-header::before,
.vnuti-ui-shell.booking-screen .vnuti-extra-header::after {
  content:none!important;
  display:none!important;
}

.vnuti-ui-shell--checkout .vnuti-extra-title,
.vnuti-ui-shell.booking-screen .vnuti-extra-title {
  display:block!important;
  min-width:0!important;
  color:#3f7848!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:0!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

.vnuti-ui-shell--checkout .vnuti-extra-optional,
.vnuti-ui-shell.booking-screen .vnuti-extra-optional {
  display:block!important;
  min-width:0!important;
  color:#b8b8b8!important;
  font-size:10px!important;
  line-height:1!important;
  font-style:italic!important;
  font-weight:700!important;
  letter-spacing:0!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.vnuti-ui-shell--checkout .vnuti-extra-chevron,
.vnuti-ui-shell.booking-screen .vnuti-extra-chevron {
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  width:32px!important;
  height:32px!important;
  margin:0!important;
  padding:0!important;
  color:#3f7848!important;
  transform:none!important;
}

.vnuti-ui-shell--checkout .vnuti-extra-chevron::before,
.vnuti-ui-shell.booking-screen .vnuti-extra-chevron::before {
  content:""!important;
  display:block!important;
  width:9px!important;
  height:9px!important;
  border-right:2px solid currentColor!important;
  border-bottom:2px solid currentColor!important;
  transform:rotate(45deg)!important;
  transform-origin:center!important;
  transition:transform .18s ease!important;
}

.vnuti-ui-shell--checkout .is-open > .vnuti-extra-header .vnuti-extra-chevron::before,
.vnuti-ui-shell.booking-screen .is-open > .vnuti-extra-header .vnuti-extra-chevron::before {
  transform:rotate(225deg)!important;
}

.vnuti-ui-shell--checkout .vnuti-extra-body,
.vnuti-ui-shell.booking-screen .vnuti-extra-body {
  display:block!important;
  width:100%!important;
  max-height:860px!important;
  margin:0!important;
  padding:0 14px 15px!important;
  border:0!important;
  background:#fff!important;
  opacity:1!important;
  overflow:hidden!important;
  transition:max-height .18s ease,opacity .18s ease,padding .18s ease!important;
}

.vnuti-ui-shell--checkout .vnuti-extra-body[hidden],
.vnuti-ui-shell.booking-screen .vnuti-extra-body[hidden] {
  display:block!important;
  max-height:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
  opacity:0!important;
  pointer-events:none!important;
}

.vnuti-ui-shell--checkout .vnuti-booking-note-group,
.vnuti-ui-shell.booking-screen .vnuti-booking-note-group {
  display:grid!important;
  gap:9px!important;
  margin:0 0 13px!important;
  padding:0!important;
  border:0!important;
}

.vnuti-ui-shell--checkout .vnuti-booking-note-group legend,
.vnuti-ui-shell.booking-screen .vnuti-booking-note-group legend {
  margin:0 0 2px!important;
  padding:0!important;
  color:#3f7848!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:900!important;
}

.vnuti-ui-shell--checkout .vnuti-booking-note-group label,
.vnuti-ui-shell.booking-screen .vnuti-booking-note-group label {
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  margin:0!important;
  color:#253127!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:600!important;
  cursor:pointer!important;
}

.vnuti-ui-shell--checkout .vnuti-booking-note-group input[type="checkbox"],
.vnuti-ui-shell.booking-screen .vnuti-booking-note-group input[type="checkbox"] {
  appearance:auto!important;
  -webkit-appearance:checkbox!important;
  flex:0 0 auto!important;
  width:15px!important;
  height:15px!important;
  margin:1px 0 0!important;
  accent-color:#3f7848!important;
}

.vnuti-ui-shell--checkout .vnuti-booking-note-other,
.vnuti-ui-shell--checkout .vnuti-recipient-card label,
.vnuti-ui-shell.booking-screen .vnuti-booking-note-other,
.vnuti-ui-shell.booking-screen .vnuti-recipient-card label {
  display:grid!important;
  gap:7px!important;
  width:100%!important;
  margin:0 0 11px!important;
  color:#3f7848!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:900!important;
}

.vnuti-ui-shell--checkout .vnuti-booking-note-other textarea,
.vnuti-ui-shell--checkout .vnuti-recipient-card input,
.vnuti-ui-shell.booking-screen .vnuti-booking-note-other textarea,
.vnuti-ui-shell.booking-screen .vnuti-recipient-card input {
  appearance:none!important;
  -webkit-appearance:none!important;
  display:block!important;
  width:100%!important;
  margin:0!important;
  border:1px solid #d8e6d9!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#1f2d24!important;
  box-shadow:none!important;
  outline:none!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:500!important;
}

.vnuti-ui-shell--checkout .vnuti-booking-note-other textarea,
.vnuti-ui-shell.booking-screen .vnuti-booking-note-other textarea {
  min-height:96px!important;
  padding:12px!important;
  resize:vertical!important;
}

.vnuti-ui-shell--checkout .vnuti-recipient-card input,
.vnuti-ui-shell.booking-screen .vnuti-recipient-card input {
  height:42px!important;
  padding:0 13px!important;
}

.vnuti-ui-shell--checkout .vnuti-recipient-card__error,
.vnuti-ui-shell.booking-screen .vnuti-recipient-card__error {
  margin:2px 0 0!important;
  color:#d7282f!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:700!important;
}

.vnuti-ui-shell--checkout .vnuti-recipient-card__error[hidden],
.vnuti-ui-shell.booking-screen .vnuti-recipient-card__error[hidden] {
  display:none!important;
}

.vnuti-ui-shell--checkout .vnuti-recipient-card.has-error input:placeholder-shown,
.vnuti-ui-shell.booking-screen .vnuti-recipient-card.has-error input:placeholder-shown {
  border-color:#f0a2a6!important;
}

.vnuti-ui-shell--checkout .vnuti-booking-payment.order-bar,
.vnuti-ui-shell.booking-screen .vnuti-booking-payment.order-bar {
  position:fixed!important;
  left:50%!important;
  right:auto!important;
  bottom:0!important;
  z-index:30!important;
  display:block!important;
  width:min(100%,428px)!important;
  max-width:428px!important;
  margin:0!important;
  padding:14px 18px calc(21px + env(safe-area-inset-bottom))!important;
  border:0!important;
  border-radius:16px 16px 0 0!important;
  background:#fff!important;
  box-shadow:0 -10px 28px rgba(31,57,36,.14)!important;
  transform:translateX(-50%)!important;
}

.vnuti-ui-shell--checkout .vnuti-booking-payment.order-bar > div,
.vnuti-ui-shell.booking-screen .vnuti-booking-payment.order-bar > div {
  display:none!important;
}

.vnuti-ui-shell--checkout .vnuti-booking-payment.order-bar [data-booking-submit],
.vnuti-ui-shell.booking-screen .vnuti-booking-payment.order-bar [data-booking-submit] {
  appearance:none!important;
  -webkit-appearance:none!important;
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:10px!important;
  background:#3f7848!important;
  color:#fff!important;
  box-shadow:none!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:900!important;
  text-align:center!important;
  cursor:pointer!important;
}

.vnuti-ui-shell--checkout .vnuti-booking-payment.order-bar [data-booking-submit]:disabled,
.vnuti-ui-shell.booking-screen .vnuti-booking-payment.order-bar [data-booking-submit]:disabled {
  background:#d5d5d5!important;
  color:#777!important;
  cursor:default!important;
}

.vnuti-ui-shell--checkout .vnuti-booking,
.vnuti-ui-shell.booking-screen .vnuti-booking {
  padding-bottom:96px!important;
}

/* checkout fixed action bar 1.20.138 */
.vnuti-ui-shell--checkout.booking-screen,
.vnuti-ui-shell--checkout,
.vnuti-ui-shell.booking-screen {
  min-height:100dvh!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking,
.vnuti-ui-shell--checkout .vnuti-booking,
.vnuti-ui-shell.booking-screen .vnuti-booking {
  padding-bottom:118px!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__content.main,
.vnuti-ui-shell--checkout .vnuti-booking__content.main,
.vnuti-ui-shell.booking-screen .vnuti-booking__content.main {
  padding-bottom:118px!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-payment.order-bar,
.vnuti-ui-shell--checkout .vnuti-booking-payment.order-bar,
.vnuti-ui-shell.booking-screen .vnuti-booking-payment.order-bar {
  position:fixed!important;
  left:50%!important;
  right:auto!important;
  bottom:0!important;
  z-index:999!important;
  display:block!important;
  width:min(100%,428px)!important;
  max-width:428px!important;
  min-height:0!important;
  margin:0!important;
  padding:14px 16px calc(18px + env(safe-area-inset-bottom))!important;
  border:0!important;
  border-radius:16px 16px 0 0!important;
  background:#fff!important;
  box-shadow:0 -10px 28px rgba(31,57,36,.16)!important;
  transform:translateX(-50%)!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-payment.order-bar > div,
.vnuti-ui-shell--checkout .vnuti-booking-payment.order-bar > div,
.vnuti-ui-shell.booking-screen .vnuti-booking-payment.order-bar > div {
  display:none!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-payment.order-bar [data-booking-submit],
.vnuti-ui-shell--checkout .vnuti-booking-payment.order-bar [data-booking-submit],
.vnuti-ui-shell.booking-screen .vnuti-booking-payment.order-bar [data-booking-submit] {
  appearance:none!important;
  -webkit-appearance:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:10px!important;
  background:#3f7848!important;
  color:#fff!important;
  box-shadow:none!important;
  font-family:inherit!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:900!important;
  text-align:center!important;
  cursor:pointer!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-payment.order-bar [data-booking-submit]:disabled,
.vnuti-ui-shell--checkout .vnuti-booking-payment.order-bar [data-booking-submit]:disabled,
.vnuti-ui-shell.booking-screen .vnuti-booking-payment.order-bar [data-booking-submit]:disabled {
  background:#d5d5d5!important;
  color:#777!important;
  cursor:not-allowed!important;
}

@media (max-width:390px) {
  .vnuti-ui-shell--checkout .vnuti-extra-header,
  .vnuti-ui-shell.booking-screen .vnuti-extra-header {
    grid-template-columns:auto minmax(0,1fr) 30px!important;
    padding-left:12px!important;
    padding-right:6px!important;
  }

  .vnuti-ui-shell--checkout .vnuti-extra-title,
  .vnuti-ui-shell.booking-screen .vnuti-extra-title {
    font-size:12px!important;
  }

  .vnuti-ui-shell--checkout .vnuti-extra-optional,
  .vnuti-ui-shell.booking-screen .vnuti-extra-optional {
    font-size:9px!important;
  }
}

/* checkout note/proxy/order bar final layer 1.20.139 */
.vnuti-ui-shell--checkout.booking-screen,
.vnuti-ui-shell--checkout,
.vnuti-ui-shell.booking-screen {
  min-height:100dvh!important;
  overflow-x:hidden!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking,
.vnuti-ui-shell--checkout .vnuti-booking,
.vnuti-ui-shell.booking-screen .vnuti-booking,
.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__content,
.vnuti-ui-shell--checkout .vnuti-booking__content,
.vnuti-ui-shell.booking-screen .vnuti-booking__content {
  padding-bottom:132px!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-extra.vnuti-note-card,
.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-extra.vnuti-recipient-card,
.vnuti-ui-shell--checkout .vnuti-booking-extra.vnuti-note-card,
.vnuti-ui-shell--checkout .vnuti-booking-extra.vnuti-recipient-card,
.vnuti-ui-shell.booking-screen .vnuti-booking-extra.vnuti-note-card,
.vnuti-ui-shell.booking-screen .vnuti-booking-extra.vnuti-recipient-card {
  display:block!important;
  width:calc(100% - 26px)!important;
  max-width:404px!important;
  min-height:55px!important;
  margin:10px auto 0!important;
  padding:0!important;
  border:1px solid rgba(63,120,72,.08)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 8px 20px rgba(31,57,36,.05)!important;
  overflow:hidden!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-extra.vnuti-note-card + .vnuti-booking-extra.vnuti-recipient-card,
.vnuti-ui-shell--checkout .vnuti-booking-extra.vnuti-note-card + .vnuti-booking-extra.vnuti-recipient-card,
.vnuti-ui-shell.booking-screen .vnuti-booking-extra.vnuti-note-card + .vnuti-booking-extra.vnuti-recipient-card {
  margin-top:6px!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-header,
.vnuti-ui-shell--checkout .vnuti-extra-header,
.vnuti-ui-shell.booking-screen .vnuti-extra-header {
  appearance:none!important;
  -webkit-appearance:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  width:100%!important;
  height:55px!important;
  margin:0!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#3f7848!important;
  box-shadow:none!important;
  font:inherit!important;
  text-align:left!important;
  cursor:pointer!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-header::before,
.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-header::after,
.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-heading::before,
.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-heading::after,
.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-title::before,
.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-title::after,
.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-optional::before,
.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-optional::after,
.vnuti-ui-shell--checkout .vnuti-extra-header::before,
.vnuti-ui-shell--checkout .vnuti-extra-header::after,
.vnuti-ui-shell--checkout .vnuti-extra-heading::before,
.vnuti-ui-shell--checkout .vnuti-extra-heading::after,
.vnuti-ui-shell--checkout .vnuti-extra-title::before,
.vnuti-ui-shell--checkout .vnuti-extra-title::after,
.vnuti-ui-shell--checkout .vnuti-extra-optional::before,
.vnuti-ui-shell--checkout .vnuti-extra-optional::after,
.vnuti-ui-shell.booking-screen .vnuti-extra-header::before,
.vnuti-ui-shell.booking-screen .vnuti-extra-header::after,
.vnuti-ui-shell.booking-screen .vnuti-extra-heading::before,
.vnuti-ui-shell.booking-screen .vnuti-extra-heading::after,
.vnuti-ui-shell.booking-screen .vnuti-extra-title::before,
.vnuti-ui-shell.booking-screen .vnuti-extra-title::after,
.vnuti-ui-shell.booking-screen .vnuti-extra-optional::before,
.vnuti-ui-shell.booking-screen .vnuti-extra-optional::after {
  content:none!important;
  display:none!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-heading,
.vnuti-ui-shell--checkout .vnuti-extra-heading,
.vnuti-ui-shell.booking-screen .vnuti-extra-heading {
  display:flex!important;
  align-items:baseline!important;
  gap:6px!important;
  min-width:0!important;
  flex:1 1 auto!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-title,
.vnuti-ui-shell--checkout .vnuti-extra-title,
.vnuti-ui-shell.booking-screen .vnuti-extra-title {
  display:block!important;
  min-width:0!important;
  color:#3f7848!important;
  font-size:13px!important;
  line-height:1.1!important;
  font-weight:900!important;
  letter-spacing:0!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-optional,
.vnuti-ui-shell--checkout .vnuti-extra-optional,
.vnuti-ui-shell.booking-screen .vnuti-extra-optional {
  display:block!important;
  min-width:0!important;
  color:#b8b8b8!important;
  font-size:10px!important;
  line-height:1.1!important;
  font-style:italic!important;
  font-weight:700!important;
  letter-spacing:0!important;
  text-transform:none!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-chevron,
.vnuti-ui-shell--checkout .vnuti-extra-chevron,
.vnuti-ui-shell.booking-screen .vnuti-extra-chevron {
  position:relative!important;
  flex:0 0 32px!important;
  display:grid!important;
  place-items:center!important;
  width:32px!important;
  height:32px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#3f7848!important;
  transform:none!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-chevron::after,
.vnuti-ui-shell--checkout .vnuti-extra-chevron::after,
.vnuti-ui-shell.booking-screen .vnuti-extra-chevron::after {
  content:""!important;
  display:block!important;
  width:9px!important;
  height:9px!important;
  border-right:2px solid currentColor!important;
  border-bottom:2px solid currentColor!important;
  transform:rotate(45deg)!important;
  transform-origin:center!important;
  transition:transform .18s ease,margin .18s ease!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-chevron::before,
.vnuti-ui-shell--checkout .vnuti-extra-chevron::before,
.vnuti-ui-shell.booking-screen .vnuti-extra-chevron::before {
  content:none!important;
  display:none!important;
}

.vnuti-ui-shell--checkout.booking-screen .is-open > .vnuti-extra-header .vnuti-extra-chevron::after,
.vnuti-ui-shell--checkout .is-open > .vnuti-extra-header .vnuti-extra-chevron::after,
.vnuti-ui-shell.booking-screen .is-open > .vnuti-extra-header .vnuti-extra-chevron::after {
  margin-top:6px!important;
  transform:rotate(225deg)!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-body,
.vnuti-ui-shell--checkout .vnuti-extra-body,
.vnuti-ui-shell.booking-screen .vnuti-extra-body {
  display:block!important;
  width:100%!important;
  max-height:900px!important;
  margin:0!important;
  padding:0 14px 14px!important;
  border-top:1px solid rgba(63,120,72,.08)!important;
  background:#fff!important;
  opacity:1!important;
  overflow:hidden!important;
  transition:max-height .18s ease,opacity .18s ease,padding .18s ease!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-extra-body[hidden],
.vnuti-ui-shell--checkout .vnuti-extra-body[hidden],
.vnuti-ui-shell.booking-screen .vnuti-extra-body[hidden] {
  display:block!important;
  max-height:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
  border-top:0!important;
  opacity:0!important;
  pointer-events:none!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-note-group,
.vnuti-ui-shell--checkout .vnuti-booking-note-group,
.vnuti-ui-shell.booking-screen .vnuti-booking-note-group {
  display:grid!important;
  gap:8px!important;
  margin:12px 0 0!important;
  padding:0!important;
  border:0!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-note-group legend,
.vnuti-ui-shell--checkout .vnuti-booking-note-group legend,
.vnuti-ui-shell.booking-screen .vnuti-booking-note-group legend,
.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-note-other > span,
.vnuti-ui-shell--checkout .vnuti-booking-note-other > span,
.vnuti-ui-shell.booking-screen .vnuti-booking-note-other > span,
.vnuti-ui-shell--checkout.booking-screen .vnuti-recipient-card label > span,
.vnuti-ui-shell--checkout .vnuti-recipient-card label > span,
.vnuti-ui-shell.booking-screen .vnuti-recipient-card label > span {
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#3f7848!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:0!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-note-group label,
.vnuti-ui-shell--checkout .vnuti-booking-note-group label,
.vnuti-ui-shell.booking-screen .vnuti-booking-note-group label {
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  margin:0!important;
  color:#253127!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:600!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-note-group input[type="checkbox"],
.vnuti-ui-shell--checkout .vnuti-booking-note-group input[type="checkbox"],
.vnuti-ui-shell.booking-screen .vnuti-booking-note-group input[type="checkbox"] {
  appearance:auto!important;
  -webkit-appearance:checkbox!important;
  flex:0 0 auto!important;
  width:15px!important;
  height:15px!important;
  margin:1px 0 0!important;
  accent-color:#3f7848!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-note-other,
.vnuti-ui-shell--checkout .vnuti-booking-note-other,
.vnuti-ui-shell.booking-screen .vnuti-booking-note-other,
.vnuti-ui-shell--checkout.booking-screen .vnuti-recipient-card label,
.vnuti-ui-shell--checkout .vnuti-recipient-card label,
.vnuti-ui-shell.booking-screen .vnuti-recipient-card label {
  display:grid!important;
  gap:7px!important;
  width:100%!important;
  margin:12px 0 0!important;
  padding:0!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-note-other textarea,
.vnuti-ui-shell--checkout .vnuti-booking-note-other textarea,
.vnuti-ui-shell.booking-screen .vnuti-booking-note-other textarea,
.vnuti-ui-shell--checkout.booking-screen .vnuti-recipient-card input,
.vnuti-ui-shell--checkout .vnuti-recipient-card input,
.vnuti-ui-shell.booking-screen .vnuti-recipient-card input {
  appearance:none!important;
  -webkit-appearance:none!important;
  display:block!important;
  width:100%!important;
  margin:0!important;
  border:1px solid #d8e6d9!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#1d2a20!important;
  box-shadow:none!important;
  outline:none!important;
  font-family:inherit!important;
  font-size:13px!important;
  line-height:1.4!important;
  font-weight:500!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-note-other textarea,
.vnuti-ui-shell--checkout .vnuti-booking-note-other textarea,
.vnuti-ui-shell.booking-screen .vnuti-booking-note-other textarea {
  min-height:96px!important;
  padding:12px!important;
  resize:vertical!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-recipient-card input,
.vnuti-ui-shell--checkout .vnuti-recipient-card input,
.vnuti-ui-shell.booking-screen .vnuti-recipient-card input {
  height:42px!important;
  padding:0 13px!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-recipient-card__error,
.vnuti-ui-shell--checkout .vnuti-recipient-card__error,
.vnuti-ui-shell.booking-screen .vnuti-recipient-card__error {
  display:block!important;
  margin:6px 0 0!important;
  padding:0!important;
  color:#ed1c24!important;
  font-size:11px!important;
  line-height:1.35!important;
  font-weight:700!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-recipient-card__error[hidden],
.vnuti-ui-shell--checkout .vnuti-recipient-card__error[hidden],
.vnuti-ui-shell.booking-screen .vnuti-recipient-card__error[hidden] {
  display:none!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-recipient-card.has-error input:placeholder-shown,
.vnuti-ui-shell--checkout .vnuti-recipient-card.has-error input:placeholder-shown,
.vnuti-ui-shell.booking-screen .vnuti-recipient-card.has-error input:placeholder-shown {
  border-color:#ed1c24!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-payment.vnuti-checkout-order-bar,
.vnuti-ui-shell--checkout .vnuti-booking-payment.vnuti-checkout-order-bar,
.vnuti-ui-shell.booking-screen .vnuti-booking-payment.vnuti-checkout-order-bar {
  position:fixed!important;
  left:50%!important;
  right:auto!important;
  bottom:0!important;
  z-index:999!important;
  display:block!important;
  width:min(100%,428px)!important;
  max-width:428px!important;
  margin:0!important;
  padding:14px 18px calc(21px + env(safe-area-inset-bottom))!important;
  border:0!important;
  border-radius:16px 16px 0 0!important;
  background:#fff!important;
  box-shadow:0 -10px 28px rgba(31,57,36,.14)!important;
  transform:translateX(-50%)!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-payment.vnuti-checkout-order-bar > div,
.vnuti-ui-shell--checkout .vnuti-booking-payment.vnuti-checkout-order-bar > div,
.vnuti-ui-shell.booking-screen .vnuti-booking-payment.vnuti-checkout-order-bar > div {
  display:none!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-submit,
.vnuti-ui-shell--checkout .vnuti-booking-submit,
.vnuti-ui-shell.booking-screen .vnuti-booking-submit {
  appearance:none!important;
  -webkit-appearance:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:10px!important;
  background:#3f7848!important;
  color:#fff!important;
  box-shadow:none!important;
  font-family:inherit!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:900!important;
  text-align:center!important;
  cursor:pointer!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-submit:disabled,
.vnuti-ui-shell--checkout .vnuti-booking-submit:disabled,
.vnuti-ui-shell.booking-screen .vnuti-booking-submit:disabled {
  background:#d5d5d5!important;
  color:#777!important;
  cursor:not-allowed!important;
}

/* Checkout total collapse/expand rebuild 1.20.147 */
.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-total.vnuti-total-card,
.vnuti-ui-shell--checkout .vnuti-booking-total.vnuti-total-card,
.vnuti-ui-shell.booking-screen .vnuti-booking-total.vnuti-total-card {
  display:block!important;
  width:auto!important;
  margin:14px 14px 0!important;
  padding:16px 15px!important;
  border:0!important;
  border-radius:7px!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-head,
.vnuti-ui-shell--checkout .vnuti-total-head,
.vnuti-ui-shell.booking-screen .vnuti-total-head {
  appearance:none!important;
  -webkit-appearance:none!important;
  display:grid!important;
  grid-template-columns:1fr auto 24px!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-height:34px!important;
  margin:0!important;
  padding:0 0 14px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:left!important;
  cursor:pointer!important;
  transition:padding .22s ease!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-label,
.vnuti-ui-shell--checkout .vnuti-total-label,
.vnuti-ui-shell.booking-screen .vnuti-total-label {
  display:block!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  color:#1f2b20!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:500!important;
  text-transform:none!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-amount,
.vnuti-ui-shell--checkout .vnuti-total-amount,
.vnuti-ui-shell.booking-screen .vnuti-total-amount {
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#f31724!important;
  font-size:18px!important;
  line-height:1.1!important;
  font-weight:950!important;
  white-space:nowrap!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-chevron,
.vnuti-ui-shell--checkout .vnuti-total-chevron,
.vnuti-ui-shell.booking-screen .vnuti-total-chevron {
  display:block!important;
  justify-self:end!important;
  width:12px!important;
  height:12px!important;
  margin:0!important;
  border:0!important;
  border-right:3px solid #3f7848!important;
  border-bottom:3px solid #3f7848!important;
  transform:rotate(-135deg)!important;
  transform-origin:center!important;
  transition:transform .22s ease!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-card.is-collapsed .vnuti-total-chevron,
.vnuti-ui-shell--checkout .vnuti-total-card.is-collapsed .vnuti-total-chevron,
.vnuti-ui-shell.booking-screen .vnuti-total-card.is-collapsed .vnuti-total-chevron {
  transform:rotate(45deg)!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-card.is-collapsed .vnuti-total-head,
.vnuti-ui-shell--checkout .vnuti-total-card.is-collapsed .vnuti-total-head,
.vnuti-ui-shell.booking-screen .vnuti-total-card.is-collapsed .vnuti-total-head {
  padding-bottom:0!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-card .vnuti-booking-total__head i,
.vnuti-ui-shell--checkout .vnuti-total-card .vnuti-booking-total__head i,
.vnuti-ui-shell.booking-screen .vnuti-total-card .vnuti-booking-total__head i {
  display:none!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-body,
.vnuti-ui-shell--checkout .vnuti-total-body,
.vnuti-ui-shell.booking-screen .vnuti-total-body {
  display:grid!important;
  gap:15px!important;
  width:100%!important;
  max-height:620px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  opacity:1!important;
  overflow:hidden!important;
  transform:translateY(0)!important;
  transition:max-height .28s ease,opacity .22s ease,transform .22s ease!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-card.is-collapsed .vnuti-total-body,
.vnuti-ui-shell--checkout .vnuti-total-card.is-collapsed .vnuti-total-body,
.vnuti-ui-shell.booking-screen .vnuti-total-card.is-collapsed .vnuti-total-body {
  display:grid!important;
  max-height:0!important;
  opacity:0!important;
  transform:translateY(-6px)!important;
  pointer-events:none!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-body > p,
.vnuti-ui-shell--checkout .vnuti-total-body > p,
.vnuti-ui-shell.booking-screen .vnuti-total-body > p {
  margin:0!important;
  padding:0!important;
  color:#687369!important;
  font-size:12px!important;
  line-height:1.4!important;
}

/* Checkout total card hardening 1.20.150 */
.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-total.vnuti-total-card,
.vnuti-ui-shell--checkout .vnuti-booking-total.vnuti-total-card,
.vnuti-ui-shell.booking-screen .vnuti-booking-total.vnuti-total-card {
  position:relative!important;
  display:block!important;
  width:calc(100% - 28px)!important;
  max-width:none!important;
  margin:14px 14px 0!important;
  padding:16px 15px!important;
  border:0!important;
  border-radius:7px!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
  contain:layout paint!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-head,
.vnuti-ui-shell--checkout .vnuti-total-head,
.vnuti-ui-shell.booking-screen .vnuti-total-head {
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto 22px!important;
  align-items:center!important;
  gap:9px!important;
  min-height:34px!important;
  padding:0 0 14px!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-card.is-collapsed .vnuti-total-head,
.vnuti-ui-shell--checkout .vnuti-total-card.is-collapsed .vnuti-total-head,
.vnuti-ui-shell.booking-screen .vnuti-total-card.is-collapsed .vnuti-total-head {
  padding-bottom:0!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-body,
.vnuti-ui-shell--checkout .vnuti-total-body,
.vnuti-ui-shell.booking-screen .vnuti-total-body {
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:15px!important;
  width:100%!important;
  max-width:100%!important;
  max-height:680px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  opacity:1!important;
  transform:translateY(0)!important;
  transition:max-height .28s ease, opacity .22s ease, transform .22s ease!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-card.is-collapsed .vnuti-total-body,
.vnuti-ui-shell--checkout .vnuti-total-card.is-collapsed .vnuti-total-body,
.vnuti-ui-shell.booking-screen .vnuti-total-card.is-collapsed .vnuti-total-body {
  display:grid!important;
  max-height:0!important;
  opacity:0!important;
  transform:translateY(-6px)!important;
  pointer-events:none!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-body .vnuti-booking-total-item.order-line,
.vnuti-ui-shell--checkout .vnuti-total-body .vnuti-booking-total-item.order-line,
.vnuti-ui-shell.booking-screen .vnuti-total-body .vnuti-booking-total-item.order-line {
  display:grid!important;
  grid-template-columns:95px minmax(0,1fr) auto!important;
  align-items:center!important;
  column-gap:12px!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-body .vnuti-booking-total__more.add-more,
.vnuti-ui-shell--checkout .vnuti-total-body .vnuti-booking-total__more.add-more,
.vnuti-ui-shell.booking-screen .vnuti-total-body .vnuti-booking-total__more.add-more {
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:40px!important;
  min-height:40px!important;
  margin:0!important;
  padding:0 12px!important;
  border:1px dashed #3f7848!important;
  border-radius:6px!important;
  background:#fff!important;
  color:#3f7848!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
  text-align:center!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-total-body .vnuti-service-note.package-note,
.vnuti-ui-shell--checkout .vnuti-total-body .vnuti-service-note.package-note,
.vnuti-ui-shell.booking-screen .vnuti-total-body .vnuti-service-note.package-note {
  position:relative!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-height:50px!important;
  margin:0!important;
  padding:8px 14px!important;
  border:1px solid #d6ead9!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}

/* Checkout card width alignment 1.20.153 */
.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-total.vnuti-total-card,
.vnuti-ui-shell--checkout .vnuti-booking-total.vnuti-total-card,
.vnuti-ui-shell.booking-screen .vnuti-booking-total.vnuti-total-card,
.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-card.time-card.vnuti-schedule-v2,
.vnuti-ui-shell--checkout .vnuti-booking-card.time-card.vnuti-schedule-v2,
.vnuti-ui-shell.booking-screen .vnuti-booking-card.time-card.vnuti-schedule-v2,
.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-extra.vnuti-note-card,
.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-extra.vnuti-recipient-card,
.vnuti-ui-shell--checkout .vnuti-booking-extra.vnuti-note-card,
.vnuti-ui-shell--checkout .vnuti-booking-extra.vnuti-recipient-card,
.vnuti-ui-shell.booking-screen .vnuti-booking-extra.vnuti-note-card,
.vnuti-ui-shell.booking-screen .vnuti-booking-extra.vnuti-recipient-card {
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* Checkout earliest slot pill natural width 1.20.154 */
.vnuti-ui-shell--checkout.booking-screen .vnuti-schedule-v2__head,
.vnuti-ui-shell--checkout .vnuti-schedule-v2__head,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__head {
  display:grid!important;
  grid-template-columns:minmax(0,1fr) max-content!important;
  align-items:center!important;
  column-gap:10px!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-schedule-v2__summary,
.vnuti-ui-shell--checkout .vnuti-schedule-v2__summary,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary {
  justify-self:end!important;
  display:inline-grid!important;
  grid-template-columns:max-content max-content!important;
  align-items:center!important;
  column-gap:9px!important;
  width:max-content!important;
  min-width:178px!important;
  max-width:min(230px, 58vw)!important;
  flex:0 0 auto!important;
  height:30px!important;
  min-height:30px!important;
  padding:0 12px!important;
  overflow:visible!important;
  white-space:nowrap!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-schedule-v2__summary.is-ready,
.vnuti-ui-shell--checkout .vnuti-schedule-v2__summary.is-ready,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary.is-ready {
  grid-template-columns:max-content!important;
  min-width:max-content!important;
  max-width:min(230px, 62vw)!important;
}

.vnuti-ui-shell--checkout.booking-screen .vnuti-schedule-v2__summary span,
.vnuti-ui-shell--checkout .vnuti-schedule-v2__summary span,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary span,
.vnuti-ui-shell--checkout.booking-screen .vnuti-schedule-v2__summary strong,
.vnuti-ui-shell--checkout .vnuti-schedule-v2__summary strong,
.vnuti-ui-shell.booking-screen .vnuti-schedule-v2__summary strong {
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
}

body.vnuti-staff-page:has(.vnuti-ui-shell.success-screen) {
  background:#edf4ee!important;
  overflow-x:hidden!important;
}

body.vnuti-staff-page:has(.vnuti-ui-shell.success-screen) .entry-title,
body.vnuti-staff-page:has(.vnuti-ui-shell.success-screen) .site-footer {
  display:none!important;
}

body.vnuti-staff-page:has(.vnuti-ui-shell.success-screen) .site-content,
body.vnuti-staff-page:has(.vnuti-ui-shell.success-screen) .ast-container,
body.vnuti-staff-page:has(.vnuti-ui-shell.success-screen) .content-area,
body.vnuti-staff-page:has(.vnuti-ui-shell.success-screen) .entry-content,
body.vnuti-staff-page:has(.vnuti-ui-shell.success-screen) .hentry,
body.vnuti-staff-page:has(.vnuti-ui-shell.success-screen) .wp-block-shortcode {
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:#edf4ee!important;
}

.vnuti-ui-shell.success-screen {
  --success-green:#3f7848;
  --success-green-dark:#2f6337;
  --success-text:#19311f;
  --success-muted:#768277;
  position:relative!important;
  display:block!important;
  width:min(100%,428px)!important;
  max-width:428px!important;
  min-height:926px!important;
  margin:0 auto!important;
  background:
    radial-gradient(circle at top right, rgba(134,191,146,.24), transparent 28%),
    linear-gradient(180deg, #edf4ee 0%, #f8fbf8 52%, #ffffff 100%)!important;
  color:var(--success-text)!important;
  overflow-x:hidden!important;
  isolation:isolate!important;
}

body.vnuti-staff-page:has(.vnuti-ui-shell.success-screen) .site-main > article,
body.vnuti-staff-page:has(.vnuti-ui-shell.success-screen) .ast-article-single,
body.vnuti-staff-page:has(.vnuti-ui-shell.success-screen) .ast-article-post {
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:#edf4ee!important;
  box-shadow:none!important;
  border:0!important;
}

.vnuti-ui-shell.success-screen .success-screen__hero {
  position:relative;
  padding:18px 24px 36px;
  border-radius:0 0 28px 28px;
  background:linear-gradient(145deg, #2f6337 0%, #4f8f5d 100%);
  color:#fff;
  overflow:hidden;
}

.vnuti-ui-shell.success-screen .success-screen__hero::before,
.vnuti-ui-shell.success-screen .success-screen__hero::after {
  position:absolute;
  content:"";
  border-radius:999px;
  background:rgba(255,255,255,.09);
}

.vnuti-ui-shell.success-screen .success-screen__hero::before {
  right:-34px;
  top:-42px;
  width:160px;
  height:160px;
}

.vnuti-ui-shell.success-screen .success-screen__hero::after {
  left:-56px;
  bottom:-70px;
  width:200px;
  height:200px;
}

.vnuti-ui-shell.success-screen .vnuti-success__back {
  position:relative;
  z-index:1;
  display:block;
  width:34px;
  height:34px;
  margin-top:18px;
  background:transparent;
}

.vnuti-ui-shell.success-screen .vnuti-success__back::before {
  position:absolute;
  inset:8px 9px 8px 11px;
  content:"";
  border-left:3px solid #fff;
  border-bottom:3px solid #fff;
  transform:rotate(45deg);
}

.vnuti-ui-shell.success-screen .success-badge {
  position:relative;
  z-index:1;
  display:grid;
  width:88px;
  height:88px;
  margin:18px auto 16px;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.14);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.24),
    0 14px 28px rgba(19,41,26,.16);
}

.vnuti-ui-shell.success-screen .success-badge svg {
  width:44px;
  height:44px;
  stroke:#fff;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.vnuti-ui-shell.success-screen .eyebrow,
.vnuti-ui-shell.success-screen .success-screen__hero h1,
.vnuti-ui-shell.success-screen .subtext {
  position:relative;
  z-index:1;
  margin:0;
  text-align:center;
}

.vnuti-ui-shell.success-screen .eyebrow {
  color:rgba(255,255,255,.86);
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.vnuti-ui-shell.success-screen .success-screen__hero h1 {
  margin-top:8px;
  color:#fff;
  font-size:30px;
  line-height:1.12;
  font-weight:950;
}

.vnuti-ui-shell.success-screen .subtext {
  max-width:320px;
  margin:12px auto 0;
  color:rgba(255,255,255,.85);
  font-size:14px;
  line-height:1.55;
  font-weight:500;
}

.vnuti-ui-shell.success-screen .success-screen__body {
  display:grid;
  gap:16px;
  padding:18px 16px 106px;
}

.vnuti-ui-shell.success-screen .summary-card,
.vnuti-ui-shell.success-screen .order-card,
.vnuti-ui-shell.success-screen .status-card {
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  border:1px solid rgba(63,120,72,.08)!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 10px 22px rgba(34,62,40,.08)!important;
}

.vnuti-ui-shell.success-screen .summary-card {
  padding:16px!important;
}

.vnuti-ui-shell.success-screen .summary-row + .summary-row {
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid #edf2ed;
}

.vnuti-ui-shell.success-screen .summary-row span {
  display:block;
  margin-bottom:6px;
  color:#6d786e;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
}

.vnuti-ui-shell.success-screen .summary-row strong {
  display:block;
  color:var(--success-text);
  font-size:15px;
  line-height:1.45;
  font-weight:850;
  word-break:break-word;
}

.vnuti-ui-shell.success-screen .summary-row .address {
  color:var(--success-green-dark);
  font-size:14px;
}

.vnuti-ui-shell.success-screen .order-card {
  padding:18px 18px 16px!important;
}

.vnuti-ui-shell.success-screen .order-card__title {
  margin:0 0 18px;
  color:var(--success-green);
  font-size:24px;
  line-height:1.1;
  font-weight:950;
}

.vnuti-ui-shell.success-screen .order-card__total {
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:16px;
  margin-bottom:22px;
}

.vnuti-ui-shell.success-screen .order-card__total span {
  color:var(--success-green);
  font-size:19px;
  line-height:1.2;
  font-weight:900;
}

.vnuti-ui-shell.success-screen .order-card__total strong {
  color:#7e8780;
  font-size:12px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:.01em;
}

.vnuti-ui-shell.success-screen .success-order-items {
  display:grid;
  gap:14px;
}

.vnuti-ui-shell.success-screen .order-card__item {
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:center!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.vnuti-ui-shell.success-screen .success-order-thumb,
.vnuti-ui-shell.success-screen .success-order-thumb img,
.vnuti-ui-shell.success-screen .success-order-placeholder {
  display:block!important;
  width:112px!important;
  height:112px!important;
  border-radius:18px!important;
  object-fit:cover!important;
}

.vnuti-ui-shell.success-screen .success-order-thumb img.is-fallback {
  background:#edf4ee;
}

.vnuti-ui-shell.success-screen .success-order-placeholder {
  background:#edf4ee;
}

.vnuti-ui-shell.success-screen .order-card__content {
  min-width:0;
}

.vnuti-ui-shell.success-screen .order-card__content h3 {
  margin:0 0 8px;
  color:#1f1f1f;
  font-size:19px;
  line-height:1.18;
  font-weight:900;
  word-break:break-word;
}

.vnuti-ui-shell.success-screen .order-card__meta-row {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 12px;
}

.vnuti-ui-shell.success-screen .order-card__meta {
  color:#2a2a2a;
  font-size:16px;
  line-height:1.2;
  font-weight:500;
}

.vnuti-ui-shell.success-screen .order-card__qty {
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  background:#eef7ef;
  color:var(--success-green);
  font-size:12px;
  line-height:1;
  font-weight:800;
}

.vnuti-ui-shell.success-screen .order-card__content strong {
  display:block;
  color:#e72d2d;
  font-size:20px;
  line-height:1.1;
  font-weight:950;
}

.vnuti-ui-shell.success-screen .success-order-empty {
  margin:0;
  color:var(--success-muted);
  font-size:14px;
  line-height:1.5;
  font-weight:600;
}

.vnuti-ui-shell.success-screen .status-card {
  display:grid!important;
  gap:12px!important;
  padding:16px!important;
}

.vnuti-ui-shell.success-screen .status-card__title {
  margin:0;
  color:var(--success-green);
  font-size:18px;
  line-height:1.2;
  font-weight:900;
}

.vnuti-ui-shell.success-screen .info-chip {
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:0 14px;
  border-radius:14px;
  font-size:14px;
  font-weight:850;
}

.vnuti-ui-shell.success-screen .info-chip strong {
  font-size:inherit;
  font-weight:inherit;
}

.vnuti-ui-shell.success-screen .info-chip span {
  width:10px;
  height:10px;
  border-radius:50%;
  flex:0 0 10px;
}

.vnuti-ui-shell.success-screen .info-chip.is-success {
  border:1px solid #cae4cf;
  background:#f4fbf5;
  color:var(--success-green);
}

.vnuti-ui-shell.success-screen .info-chip.is-success span {
  background:#2bc45c;
}

.vnuti-ui-shell.success-screen .info-chip.is-waiting {
  border:1px solid #f2e3b9;
  background:#fff9eb;
  color:#a27008;
}

.vnuti-ui-shell.success-screen .info-chip.is-waiting span {
  background:#f5b526;
}

.vnuti-ui-shell.success-screen .success-screen__footer {
  position:fixed!important;
  left:50%!important;
  bottom:0!important;
  z-index:20!important;
  width:min(100%,428px)!important;
  display:grid!important;
  gap:0!important;
  padding:16px 18px 22px!important;
  border-radius:24px 24px 0 0!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 -14px 30px rgba(25,49,31,.1)!important;
  backdrop-filter:blur(10px)!important;
  transform:translateX(-50%)!important;
}

.vnuti-ui-shell.success-screen .success-screen__footer .primary,
.vnuti-ui-shell.success-screen .success-screen__footer .secondary {
  width:100%;
  height:52px;
  border-radius:16px;
  font-size:17px;
  font-weight:900;
}

.vnuti-ui-shell.success-screen .success-screen__footer .primary {
  border:0;
  background:var(--success-green);
  color:#fff;
}

.vnuti-ui-shell.success-screen .success-screen__footer .secondary {
  border:1px solid #d9e6da;
  background:#f8fbf8;
  color:var(--success-green);
}

@media (max-width:500px) {
  .vnuti-ui-shell.success-screen {
    width:100%;
    margin-left:0;
    margin-right:0;
  }

  .vnuti-ui-shell.success-screen .success-screen__footer {
    left:0;
    transform:none;
  }
}

/* VNUTI unified responsive checkout and success shell 1.20.390 */
.vnuti-ui-shell.booking-screen,
.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen,
.vnuti-ui-shell.success-screen {
  --vnuti-shell-max: 1180px;
  --vnuti-shell-mobile: 430px;
  --vnuti-shell-side: clamp(14px, 1.8vw, 24px);
  --vnuti-shell-gap: clamp(14px, 1.6vw, 20px);
}

@media (min-width: 721px) {
  .vnuti-ui-shell.booking-screen,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen,
  .vnuti-ui-shell.success-screen {
    width: min(calc(100vw - 48px), var(--vnuti-shell-max)) !important;
    max-width: var(--vnuti-shell-max) !important;
    min-width: 0 !important;
    min-height: 100vh !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden !important;
  }

  .vnuti-ui-shell.booking-screen .vnuti-staff--booking,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-staff--booking {
    width: 100% !important;
    max-width: none !important;
  }

  .vnuti-ui-shell.booking-screen .vnuti-booking__header.hero,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__header.hero,
  .vnuti-ui-shell.success-screen .success-screen__hero {
    width: 100% !important;
    max-width: none !important;
    padding-left: var(--vnuti-shell-side) !important;
    padding-right: var(--vnuti-shell-side) !important;
  }

  .vnuti-ui-shell.booking-screen .vnuti-booking__content.main,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__content.main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px) !important;
    align-items: start !important;
    gap: var(--vnuti-shell-gap) !important;
    width: 100% !important;
    max-width: none !important;
    padding: 18px var(--vnuti-shell-side) 128px !important;
  }

  .vnuti-ui-shell.booking-screen .card,
  .vnuti-ui-shell.booking-screen .total-card,
  .vnuti-ui-shell.booking-screen .vnuti-booking-card,
  .vnuti-ui-shell.booking-screen .vnuti-booking-total,
  .vnuti-ui-shell.booking-screen .vnuti-booking-extra,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .card,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .total-card,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-card,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-total,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-extra {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .vnuti-ui-shell.booking-screen .vnuti-booking-card--customer-form,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-card--customer-form {
    grid-column: 1 !important;
  }

  .vnuti-ui-shell.booking-screen .vnuti-booking-total,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-total {
    grid-column: 2 !important;
    grid-row: 1 / span 3 !important;
    position: sticky !important;
    top: 18px !important;
  }

  .vnuti-ui-shell.booking-screen .time-card,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .time-card,
  .vnuti-ui-shell.booking-screen .vnuti-booking-extra,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-extra {
    grid-column: 1 !important;
  }

  .vnuti-ui-shell.booking-screen .vnuti-booking-payment.vnuti-checkout-order-bar,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-payment.vnuti-checkout-order-bar {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 0 !important;
    z-index: 30 !important;
    width: min(calc(100vw - 48px), var(--vnuti-shell-max)) !important;
    max-width: var(--vnuti-shell-max) !important;
    margin: 0 !important;
    padding: 14px var(--vnuti-shell-side) 18px !important;
    border-radius: 24px 24px 0 0 !important;
    box-shadow: 0 -14px 30px rgba(25, 49, 31, .1) !important;
    transform: translateX(-50%) !important;
  }

  .vnuti-ui-shell.success-screen .success-screen__body {
    display: grid !important;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr) !important;
    align-items: start !important;
    gap: var(--vnuti-shell-gap) !important;
    width: 100% !important;
    max-width: none !important;
    padding: 18px var(--vnuti-shell-side) 128px !important;
  }

  .vnuti-ui-shell.success-screen .summary-card,
  .vnuti-ui-shell.success-screen .order-card,
  .vnuti-ui-shell.success-screen .status-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .vnuti-ui-shell.success-screen .summary-card,
  .vnuti-ui-shell.success-screen .status-card {
    grid-column: 1 !important;
  }

  .vnuti-ui-shell.success-screen .order-card {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
  }

  .vnuti-ui-shell.success-screen .success-screen__footer {
    width: min(calc(100vw - 48px), var(--vnuti-shell-max)) !important;
    max-width: var(--vnuti-shell-max) !important;
    padding-left: var(--vnuti-shell-side) !important;
    padding-right: var(--vnuti-shell-side) !important;
  }
}

@media (max-width: 720px) {
  .vnuti-ui-shell.booking-screen,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen,
  .vnuti-ui-shell.success-screen {
    width: min(100%, var(--vnuti-shell-mobile)) !important;
    max-width: var(--vnuti-shell-mobile) !important;
  }

  .vnuti-ui-shell.booking-screen .vnuti-booking__content.main,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__content.main,
  .vnuti-ui-shell.success-screen .success-screen__body {
    display: block !important;
  }

  .vnuti-ui-shell.booking-screen .vnuti-booking-payment.vnuti-checkout-order-bar,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-payment.vnuti-checkout-order-bar,
  .vnuti-ui-shell.success-screen .success-screen__footer {
    width: min(100%, var(--vnuti-shell-mobile)) !important;
    max-width: var(--vnuti-shell-mobile) !important;
  }
}

/* VNUTI checkout shell specificity sync 1.20.392 */
@media (min-width: 721px) {
  body.vnuti-staff-page .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-staff.vnuti-staff--booking.booking-screen,
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-staff.vnuti-staff--booking.booking-screen {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.vnuti-staff-page .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__header.hero,
  body.vnuti-staff-page .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__content.main {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.vnuti-staff-page .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking__content.main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px) !important;
    align-items: start !important;
    gap: var(--vnuti-shell-gap) !important;
    padding: 18px var(--vnuti-shell-side) 128px !important;
  }

  body.vnuti-staff-page .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-card--customer-form,
  body.vnuti-staff-page .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .time-card,
  body.vnuti-staff-page .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-extra {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.vnuti-staff-page .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-total {
    grid-column: 2 !important;
    grid-row: 1 / span 4 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    position: sticky !important;
    top: 128px !important;
  }
}

/* VNUTI checkout address suggestion cards 1.20.435 */
.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-address-suggestions {
  display: grid !important;
  gap: 8px !important;
  width: 100% !important;
  max-height: 292px !important;
  margin: -4px 0 2px !important;
  padding: 8px !important;
  overflow: auto !important;
  border: 1px solid rgba(47, 123, 59, .15) !important;
  border-radius: 12px !important;
  background: #f8fcf9 !important;
  box-shadow: 0 12px 28px rgba(29, 61, 34, .08) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-address-suggestions[hidden] {
  display: none !important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-address-suggestions .vnuti-place-suggestion {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) 14px !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 62px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(47, 123, 59, .12) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #233426 !important;
  text-align: left !important;
  box-shadow: 0 1px 0 rgba(47, 123, 59, .04) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-address-suggestions .vnuti-place-suggestion:hover,
.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-address-suggestions .vnuti-place-suggestion:focus {
  border-color: rgba(47, 123, 59, .34) !important;
  background: #eef8f0 !important;
  outline: 0 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-address-suggestions .vnuti-place-suggestion__icon {
  position: relative !important;
  display: block !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: #e7f6ea !important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-address-suggestions .vnuti-place-suggestion__icon::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 7px !important;
  width: 10px !important;
  height: 10px !important;
  border: 2px solid #2f7b3b !important;
  border-radius: 50% 50% 50% 0 !important;
  transform: translateX(-50%) rotate(-45deg) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-address-suggestions .vnuti-place-suggestion__icon::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 11px !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: #2f7b3b !important;
  transform: translateX(-50%) !important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-address-suggestions .vnuti-place-suggestion__content {
  display: block !important;
  min-width: 0 !important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-address-suggestions .vnuti-place-suggestion strong {
  display: block !important;
  margin: 0 0 4px !important;
  overflow: hidden !important;
  color: #203a25 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-address-suggestions .vnuti-place-suggestion small {
  display: block !important;
  overflow: hidden !important;
  color: #657469 !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-address-suggestions .vnuti-place-suggestion__chevron {
  width: 9px !important;
  height: 9px !important;
  border-top: 2px solid rgba(47, 123, 59, .48) !important;
  border-right: 2px solid rgba(47, 123, 59, .48) !important;
  transform: rotate(45deg) !important;
}

@media (max-width: 720px) {
  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-address-suggestions {
    max-height: 252px !important;
    padding: 7px !important;
  }

  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-address-suggestions .vnuti-place-suggestion {
    grid-template-columns: 28px minmax(0, 1fr) 12px !important;
    min-height: 58px !important;
    padding: 9px 10px !important;
  }

  .vnuti-ui-shell.vnuti-ui-shell--checkout.booking-screen .vnuti-booking-address-suggestions .vnuti-place-suggestion__icon {
    width: 28px !important;
    height: 28px !important;
  }
}
