/*
 Theme Name: Kiosk Sabai
 Author: Seota Digital Marketing
 Author URI: https://seota.com
 Description: Custom kiosk theme with WooCommerce integration
 Version: 1.0
 Text Domain: kiosk-sabai
*/

@charset "utf-8";
/* CSS Document */
::selection {
  color: var(--bs-white);
  background: var(--bs-primary);
}

body {
  background-image: url(images/flower-bg.svg);
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.full-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 48px;
  min-height: calc(var(--vh, 1vh) * 100);
}
.page-content {
  flex: 1;
  padding: 48px 0;
}
.mt-36 {
  margin-top: 36px !important;
}
.mb-36 {
  margin-bottom: 36px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.logo img {
  width: 180px;
  height: auto;
}

.checkin-content {
  margin-left: auto;
  margin-right: auto;
}
.checkin-content h1,
.page-title h1 {
  color: var(--bs-green);
}
.checkin-content h1 small,
.page-title h1 small {
  font-size: 93.75%;
}
.checkin-content h1 span,
.page-title h1 span {
  color: var(--bs-secondary);
}
.page-title p strong {
  color: var(--bs-green);
  font-weight: 700;
}
.checkin-content a.big-btn {
  padding: 30px 10px;
  border-radius: 10px;
  color: var(--bs-light);
  font-weight: 600;
  background-color: var(--bs-primary);
  text-align: center;
  text-decoration: none;
}
.checkin-content a.big-btn:hover {
  background-color: var(--bs-primary-hover);
}
.checkin-content a .icon {
  background: #9fa290;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 16px;
}

.intro-form .form-label {
  display: block;
  color: var(--bs-green);
  margin-bottom: 12px;
}
.intro-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 470px;
  width: 100%;
}
.intro-form .buttons a {
  height: 48px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border: 1.5px solid var(--bs-primary);
  color: var(--bs-primary);
  font-weight: 600;
  font-size: 18px;
  background-color: var(--bs-white);
  text-decoration: none;
}
.intro-form .buttons a:hover,
.intro-form .buttons a.active {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
.intro-form .buttons a:hover,
.intro-form .buttons a.active {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border: 0;
}
.intro-form .buttons li:nth-child(1) a {
  border-radius: 6px 0px 0px 6px;
}
.intro-form .buttons li:nth-child(2) a {
  border-radius: 0px 6px 6px 0px;
}
.intro-form .buttons a + a {
  margin-left: -1px;
}
.or-divider {
  color: var(--bs-secondary);
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.or-divider span {
  margin: 0 12px;
  flex-shrink: 0;
}
.or-divider:before,
.or-divider:after {
  height: 1px;
  flex-grow: 1;
  content: "";
  display: block;
}
.or-divider:before {
  background: linear-gradient(
    90deg,
    rgba(132, 132, 132, 0) 0%,
    rgba(130, 119, 110, 0.41) 40.9%,
    var(--Secondary-Color, #80654d) 100%
  );
}
.or-divider:after {
  background: linear-gradient(
    90deg,
    rgba(132, 132, 132, 0) 0%,
    rgba(130, 119, 110, 0.41) 40.9%,
    var(--Secondary-Color, #80654d) 100%
  );
  transform: rotate(180deg);
}
.link-text a {
  font-weight: 600;
  color: var(--bs-green);
}
.link-text a:hover {
  text-decoration: none;
  color: var(--bs-primary-hover);
}

.review-table {
  padding: 16px 32px;
  border-radius: 12px;
  background: #f8f6ed;
  box-shadow: 2px 2px 20px 0px rgba(180, 159, 50, 0.06);
}
.review-table .table {
  margin: 0;
}
.review-table .table > tbody > tr > td {
  background-color: transparent;
  width: 50%;
  padding: 20px 0px;
  color: #5f664d;
}
.review-table .table > tbody > tr:last-child > td {
  border: none;
}
.review-table .table > tbody > tr > td:last-child {
  font-weight: 600;
}
.review-table .table > tbody > tr > td time,
.review-table .table > tbody > tr > td .service,
.review-table .table > tbody > tr > td .practitioner {
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
}
.review-table .table > tbody > tr > td time {
  background-image: url(images/theme-img/calendar.svg);
}
.review-table .table > tbody > tr > td .service {
  background-image: url(images/theme-img/check.svg);
}
.review-table .table > tbody > tr > td .service + .service {
  margin-top: 5px;
}
.review-table .table > tbody > tr > td .practitioner {
  background-image: url(images/theme-img/profile.svg);
}
.action-btn {
  min-width: 190px;
}
.check-list h6 {
  color: var(--bs-white);
  padding: 12px 16px;
  margin: 0 0 8px 0;
  font-size: 18px;
  text-transform: uppercase;
  box-shadow: 2px 2px 20px 0px rgba(180, 159, 50, 0.06);
  border-radius: 6px;
  background-color: var(--bs-primary);
  font-family: "Montserrat", sans-serif;
}
.check-list input[type="checkbox"] {
  display: none;
}
.check-list input[type="checkbox"] + label {
  background: url(images/theme-img/check-inactive.svg) no-repeat left center;
  padding-left: 36px;
  cursor: pointer;
  list-style: 24px;
  color: var(--bs-primary);
  font-weight: 400;
}
.check-list input[type="checkbox"]:checked + label {
  background: url(images/theme-img/check-active.svg) no-repeat left center;
}
.check-list [class*="col-"] {
  margin-top: 12px;
}
.next-prev-btn {
  display: flex;
  align-items: center;
}
.next-prev-btn .btn + .btn {
  margin-left: auto;
}

.price-check .item + .item {
  margin-top: 24px;
}
.price-check .item strong {
  color: var(--bs-green);
  display: block;
  margin-left: 24px;
}
.dial-pad button {
  padding: 13px 10px;
  border-radius: 6px;
  background: #e0e0db;
  color: var(--bs-green);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  width: 100%;
  border: none;
}
.dial-pad button.clear-btn {
  background-image: url(images/theme-img/clear.svg);
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.dial-pad [class*="col-"] {
  margin-top: 16px;
}

.header-right .form-control,
.header-right .form-control:focus {
  background-image: url(images/theme-img/search.svg);
  background-position: 16px center;
  background-repeat: no-repeat;
  padding-left: 52px;
  border-radius: 6px;
  border: 1px solid var(--bs-green);
  background-color: var(--bs-white);
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
}
.header-right .cart-btn {
  border: 1px solid var(--bs-green);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: block;
  text-indent: -9999px;
  background-image: url(images/theme-img/cart-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.header-right {
  margin-top: 15px;
}

.cart-body {
  border-radius: 12px;
  background: #f8f6ed;
  box-shadow: 2px 2px 20px 0px rgba(180, 159, 50, 0.06);
  padding: 20px;
}
.cart-body .item {
  color: var(--bs-green) !important;
  font-weight: 600;
  margin-bottom: 24px;
}
.cart-body .product-name,
.cart-body .product-name a {
  color: var(--bs-green) !important;
  font-weight: 600;
  text-decoration: none !important;
}
.cart-body .item .price {
  font-weight: 700;
  color: var(--bs-green);
}
.cart-body .item .price del {
  font-size: 88.88888888888889%;
  font-weight: 400;
  margin-right: 6px;
}
.cart-body .item .thumb {
  width: 75px;
}
.cart-body .item .thumb img {
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 75 / 51;
}

.coupon {
  border-top: 1px solid rgba(71, 75, 46, 0.12);
  border-bottom: 1px solid rgba(71, 75, 46, 0.12);
  padding: 20px 0;
}
.coupon-form {
  display: flex;
  margin-left: auto;
  width: 305px;
}
.coupon-form .form-control {
  flex-grow: 1;
}
.coupon-form .form-control,
.coupon-form .form-control:focus {
  border-radius: 4px;
  border: 1px solid rgba(71, 75, 46, 0.12);
  background: var(--bs-white);
  padding: 0px 16px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
}
.coupon-form .btn {
  width: 113px;
  height: 36px;
  font-size: 16px;
  margin-left: 16px;
  padding: 0 20px;
}

.total-table .table {
  margin: 0;
}
.total-table .table > tbody > tr > td {
  background-color: transparent;
  border: none;
  color: var(--bs-green);
  width: 50%;
  padding: 6px 0;
}
.total-table .table > tbody > tr > td:last-child {
  text-align: right;
}
.total-table .table > tbody > tr > td strong {
  font-weight: 600;
}
.total-table .table > tbody > tr:last-child > td:last-child {
  font-size: 18px;
}

.serv-total {
  text-align: center;
  color: #364521;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serv-total strong {
  font-weight: 600;
  font-size: 112.5%;
  margin-left: 5px;
}
.tip-btn .btn {
  height: 86px;
  font-weight: 500;
}
.tip-btn .btn-check:checked + .btn {
  font-weight: 700;
}
.tip-btn [class*="col-"] {
  margin-bottom: 36px;
}
.skip-link a {
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  color: var(--bs-primary);
}
.choose-payment .btn {
  height: auto;
  flex-direction: column;
  padding: 30px 10px;
}
.choose-payment .btn .icon {
  border-radius: 58px;
  background: #9fa290;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.choose-payment [class*="col-"] {
  margin-top: 36px;
}
.pay-btn:before {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  content: "";
  display: block;
  background-image: url(images/lock.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.cc-div span {
  color: #848484;
  margin-bottom: 12px;
}

.yes-no-btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 575px;
  width: 100%;
}
.yes-no-btn .btn {
  padding: 32px 16px;
  height: auto;
  flex-direction: column;
  height: 270px;
  border-radius: 12px;
  box-shadow: 2px 2px 20px 0px rgba(180, 159, 50, 0.06);
}
.yes-no-btn .btn span {
  font-weight: 400;
}
.yes-no-btn .btn strong {
  font-size: 24px;
}

.full-btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 386px;
  width: 100%;
}
.full-btn .item + .item {
  margin-top: 24px;
}
.full-btn .item .btn {
  height: 80px;
  width: 100%;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
}
.full-btn .btn-check + .btn strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.full-btn .btn-check:checked + .btn strong {
  font-weight: 700;
}

.intro-form-lg {
  max-width: 536px;
}

.service-tabs .nav-tabs {
  background: #f8f6ed;
  box-shadow: 2px 2px 20px 0px rgba(180, 159, 50, 0.06);
  border: none;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
}
.service-tabs .nav-tabs .nav-link {
  color: #5f664d;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 20px 32px;
  border: none;
  border-radius: 0;
}
.service-tabs .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: #5f664d;
  color: var(--bs-white);
}
.service-tabs .nav-tabs li + li {
  border-top: 1px solid rgba(71, 75, 46, 0.12);
}
.service-tabs .tab-content {
  border-radius: 8px;
  border: 1px solid rgba(71, 75, 46, 0.12);
  background: var(--bs-white);
  padding: 24px;
}
.service-tabs .accordion,
.service-tabs .accordion-item {
  border: none;
}
.service-tabs .accordion-item + .accordion-item {
  border-top: 1px solid rgba(71, 75, 46, 0.12);
}
.service-tabs .accordion-button {
  color: var(--bs-green);
  font-size: 20px;
  font-weight: 700;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.service-tabs .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
  color: var(--bs-green);
}
.service-tabs .accordion-body {
  padding: 16px 20px;
}
.service-tabs .accordion-body .item + .item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(71, 75, 46, 0.12);
}
.service-tabs .accordion-body .item input[type="radio"] {
  display: none;
}
.service-tabs .accordion-body .item input[type="radio"] + label {
  display: block;
  cursor: pointer;
}
.service-tabs .accordion-body .item input[type="radio"] + label span {
  height: 24px;
  width: 25px;
  display: block;
  background-image: url(images/theme-img/radio-inactive.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.service-tabs .accordion-body .item input[type="radio"]:checked + label span {
  background-image: url(images/theme-img/radio-active.svg);
}
.service-tabs .accordion-body .item input[type="radio"] + label strong {
  font-weight: 600;
  font-size: 18px;
  color: var(--bs-green);
  display: block;
}
.service-tabs .accordion-body .item input[type="radio"] + label .info {
  margin-top: 14px;
  font-size: 14px;
}

.radio-list input[type="radio"] {
  display: none;
}
.radio-list input[type="radio"] + label {
  display: block;
  cursor: pointer;
  background-image: url(images/theme-img/radio-inactive.svg);
  background-repeat: no-repeat;
  background-position: left top;
  color: var(--bs-green);
  margin-bottom: 24px;
  list-style: 24px;
  padding-left: 32px;
}
.radio-list input[type="radio"]:checked + label {
  background-image: url(images/theme-img/radio-active.svg);
}

.datepicker-inline {
  width: 100%;
  border-radius: 12px;
  background: #f8f6ed;
  padding: 12px;
}
.datepicker table {
  width: 100%;
}
.datepicker th.next,
.datepicker th.prev {
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.datepicker th.next {
  background-image: url(images/theme-img/next.svg) !important;
}
.datepicker th.prev {
  background-image: url(images/theme-img/prev.svg) !important;
  background-position: center;
  background-repeat: no-repeat;
}
.datepicker th,
.datepicker td {
  height: 40px;
  font-size: 16px;
  color: #5f664d;
}
.datepicker .datepicker-switch {
  color: #5f664d;
  font-size: 24px;
  font-size: 600;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover {
  background: #80654d !important;
}
.datepicker table tr td.new {
  color: rgba(127, 133, 113, 0.4);
}
.datepicker table tr td.old {
  color: rgba(127, 133, 113, 0.4);
}

.time-table .card {
  --bs-card-border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(71, 75, 46, 0.12);
}
.time-table .card-header {
  font-weight: 600;
  padding: 16px 24px;
  background-color: #5f664d;
  color: var(--bs-white);
}
.time-table .card-body h4 {
  margin: 0;
  color: #5f664d;
  align-items: center;
  font-family: var(--bs-body-font);
}
.time-table .card-body h4 span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #80654d;
  height: 44px;
  width: 44px;
  border-radius: 44px;
  margin-right: 12px;
}
.time-table .card-body .btn {
  width: 100%;
  padding: 6px 10px;
  border-radius: 40px;
  font-weight: 400;
  font-size: 12px;
  height: auto;
}
.time-table .card-body .btn-outline-dark {
  --bs-btn-color: #5f664d;
  --bs-btn-border-color: #5f664d;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #5f664d;
  --bs-btn-hover-border-color: #5f664d;
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: #5f664d;
  --bs-btn-active-border-color: #5f664d;
}
.time-table .card-body .times + .times {
  margin-top: 16px;
}

.service-summary .summary {
  border-radius: 12px;
  background: #f8f6ed;
  box-shadow: 2px 2px 20px 0px rgba(180, 159, 50, 0.06);
  padding: 16px;
}
.service-summary .summary table {
  margin: 0;
  background-color: transparent;
}
.service-summary .summary .table > thead > tr > th,
.service-summary .summary .table > tbody > tr > td {
  padding: 0 12px 20px 12px;
  background-color: transparent;
  border: none;
  white-space: nowrap;
  color: #364521;
  font-weight: 400;
}
.service-summary .summary .table > thead > tr > th {
  text-transform: uppercase;
  color: #364521;
  font-weight: 700;
}
.service-summary .summary .table > thead > tr > th:nth-child(1),
.service-summary .summary .table > tbody > tr > td:nth-child(1) {
  width: 50%;
}
.service-summary .summary .table > tbody > tr > td,
.service-summary .summary .table > thead > tr > th {
  width: 25%;
}
.service-summary .summary .table > thead > tr > th:nth-child(3),
.service-summary .summary .table > tbody > tr > td:nth-child(3) {
  text-align: end;
}
.service-summary .summary .subtotal-table .table > tbody > tr > td {
  width: 50%;
  padding: 12px 0 0 0;
}
.service-summary
  .summary
  .subtotal-table
  .table
  > tbody
  > tr:nth-child(1)
  > td {
  padding: 0;
}
.service-summary
  .summary
  .subtotal-table
  .table
  > tbody
  > tr
  > td:nth-child(2) {
  text-align: end;
}
.service-summary .summary .subtotal-table .table > tbody > tr > td strong {
  font-weight: 600;
}
.service-summary .summary .subtotal-table .table > tbody > tr > td strong.xl {
  font-size: 18px;
}
.service-summary
  .summary
  .subtotal-table
  .table
  > tbody
  > tr:nth-child(3)
  > td
  strong {
  font-weight: 700;
}
.service-summary .summary [class*="col-"] {
  border-top: 1px solid rgba(54, 69, 33, 0.12);
  padding-top: 20px;
  margin-top: 20px;
}
.service-summary .summary .form-label {
  color: #364521;
  font-weight: 400;
}
.service-summary .summary .form-control,
.service-summary .summary .form-control:focus {
  width: 95%;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid rgba(24, 62, 1, 0.1);
  background: var(--bs-white);
  padding: 12px;
}

.shop-item {
  font-size: 14px;
  color: var(--bs-green);
  font-weight: 400;
  margin-bottom: 40px;
}
.shop-item .full-img img {
  border-radius: 6px;
}
.shop-item .d-flex strong {
  color: var(--bs-green);
  font-size: 14px;
}
.shop-item address {
  margin: 8px 0;
  background-image: url(images/theme-img/location.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 18px;
}
.shop-item .content {
  color: #848484;
  margin-bottom: 20px;
}
.shop-item .action {
  display: flex;
  margin-top: 15px;
}
.shop-item .action .price {
  font-size: 18px;
  font-weight: 600;
}
.shop-item .action .price del {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.shop-item .action .btn {
  margin-left: auto;
  font-size: 16px;
  padding: 10px 16px;
}
.shop-item .rating {
  padding: 2px 12px;
  border-radius: 40px;
  color: var(--bs-white);
  background-color: #80654d;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.shop-item .wish-list {
  position: absolute;
  z-index: 100;
  background-image: url(images/theme-img/heart.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  top: 12px;
  left: 14px;
}
.shop-item .tag {
  border-radius: 6px;
  padding: 4px 12px;
  background: #d11111;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  color: var(--bs-white);
  font-size: 14px;
}

.shop-header h4 {
  color: var(--bs-green);
  font-family: var(--bs-body-font);
}
.shop-header .pagi {
  width: 36px;
  height: 36px;
  background-color: #5f664d;
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-left: 12px;
  text-decoration: none;
  font-size: 14px;
}
.header-select {
  margin-top: 16px;
}
.header-select select {
  padding: 0 30px 0 12px;
  height: 48px;
}
.product-slider .slider {
  flex-shrink: 0;
}
.product-slider .slider-for {
  flex: 0 0 auto;
  width: 80%;
}
.product-slider .slider-nav {
  flex: 0 0 auto;
  width: 20%;
  padding-left: 16px;
}
.product-slider .slick-slide {
  line-height: 0;
}
.product-slider .slider-nav .slick-slide {
  margin-bottom: 13px;
}

.product-details img {
  border-radius: 6px;
}
.product-details .accordion {
  padding: 16px;
  border-radius: 6px;
  border: 1px solid rgba(71, 75, 46, 0.12);
}
.product-details .accordion .accordion-item {
  border-radius: 0;
  border: none;
}
.product-details .accordion .accordion-item + .accordion-item {
  border-top: 1px solid rgba(71, 75, 46, 0.12);
  padding-top: 16px;
}
.product-details .accordion .accordion-button {
  color: #364521;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  border-bottom: 1px solid rgba(71, 75, 46, 0.12);
}
.product-details .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
  color: var(--bs-green);
}
.product-details .accordion .accordion-body {
  padding: 16px 0;
  font-size: 14px;
}
.product-details .accordion .accordion-body .price {
  color: #364521;
  font-size: 18px;
  font-weight: 700;
}

.product-details .card-body {
  color: var(--bs-green);
  padding: 16px;
}
.product-details .card-header,
.product-details .card-footer {
  padding: 12px 16px;
  background-color: #5f664d;
  border-color: #5f664d;
  color: var(--bs-white);
}
#timer {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
}
#timer div {
  flex: 0 0 auto;
  width: 25%;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
#timer div + div:before {
  content: ":";
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  position: absolute;
}
#timer div span {
  font-size: 12px;
  display: block;
  font-weight: 500;
}

.price-list .item input[type="radio"] + label {
  background-position: left top;
  margin: 0;
}
.price-list .item input[type="radio"] + label strong {
  display: block;
  font-weight: 600;
  color: var(--bs-green);
  margin-bottom: 10px;
}
.price-list .item input[type="radio"] + label .tag {
  color: #ef1f1f;
  font-weight: 700;
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 4px;
  background: #ffe8e8;
}
.price-list .item .price {
  font-size: 18px;
  font-weight: 600;
  text-align: end;
}
.price-list .item .price del {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.price-list .item {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(71, 75, 46, 0.12);
  margin-bottom: 12px;
}

.product-details .card-footer .btn {
  margin-left: auto;
  height: auto;
  padding: 11px 24px;
  line-height: normal;
}
.product-details .card-footer .btn-light {
  --bs-btn-color: var(--bs-green);
  --bs-btn-bg: var(--bs-white);
  --bs-btn-border-color: var(--bs-white);
}

.number-spinner {
  display: inline-flex;
  border: 1px solid #dbc9a7;
  border-radius: 10px;
}
.number-spinner input {
  height: 42px;
  width: 60px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  float: left;
  text-align: center;
  background: none;
  border: none;
  border-left: 1px solid #dbc9a7;
  border-right: 1px solid #dbc9a7;
  color: var(--bs-white);
}
.number-spinner input:focus {
  outline: none;
}
.number-spinner .ns-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
}
.number-spinner .ns-btn a {
  height: 42px;
  min-height: 42px;
  width: 42px;
  padding: 0;
  max-width: 42px;
  line-height: 40px;
  border-radius: 0;
  border: none;
  text-align: center;
  position: relative;
  background: #e2e2e2;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.number-spinner .ns-btn .icon-minus:after {
  content: "−";
  font-size: 20px;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.number-spinner .ns-btn .icon-plus:after {
  content: "+";
  font-size: 20px;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-box-items {
  background-color: var(--bs-white);
  border-radius: 8px;
  border: 1px solid rgba(71, 75, 46, 0.12);
  padding: 24px;
}
.radio-box-items p {
  font-weight: 600;
  color: var(--bs-green);
}

.crumbs {
  text-align: center;
}
.crumbs ul {
  list-style: none;
  display: inline-table;
  margin: 0;
  padding: 0;
}
.crumbs ul li {
  display: inline;
}
.crumbs ul li a {
  display: block;
  float: left;
  height: 50px;
  background: #5f664d;
  text-align: center;
  padding: 0 60px 0 80px;
  height: 100px;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
}
.crumbs ul li a span {
  line-height: 1;
  color: rgba(255, 255, 255, 0.08);
  font-weight: 700;
  z-index: 100;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 48px;
  font-family: "Lato", sans-serif;
}
.crumbs ul li:nth-child(1) a {
  padding-left: 40px;
}
.crumbs ul li:last-child a span {
  right: 16px;
}
.crumbs ul li a:after {
  content: "";
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #5f664d;
  position: absolute;
  right: -50px;
  top: 0;
  z-index: 1;
}
.crumbs ul li a:before {
  content: "";
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.crumbs ul li:first-child a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.crumbs ul li:first-child a:before {
  display: none;
}
.crumbs ul li:last-child a {
  padding-right: 100px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.crumbs ul li:last-child a:after {
  display: none;
}
.crumbs ul li a:hover {
  background: #80654d;
}
.crumbs ul li a:hover:after {
  border-left-color: #80654d;
}

.scan-btn {
  background: none;
  border: none;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  color: #364521;
}
.scan-btn img {
  height: 136px;
  width: 136px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 320px) {
  h1 {
    font-size: calc(2.1875rem + ((1vw - 3.2px) * 0.8125));
  }
  h2 {
    font-size: calc(1.875rem + ((1vw - 3.2px) * 0.625));
  }
  h3 {
    font-size: calc(1.5rem + ((1vw - 3.2px) * 0.5));
  }
  h4 {
    font-size: calc(1.1875rem + ((1vw - 3.2px) * 0.3125));
  }
  h5 {
    font-size: calc(1.0625rem + ((1vw - 3.2px) * 0.1875));
  }

  .checkin-content h1,
  .page-title h1 {
    font-size: calc(1.5rem + ((1vw - 3.2px) * 0.9153));
  }
  .font-18,
  .check-list input[type="checkbox"] + label,
  .price-check .item strong,
  .cart-body .item .price,
  .intro-form .form-label {
    font-size: calc(1rem + ((1vw - 3.2px) * 0.125));
  }
  .font-20,
  .choose-payment .btn {
    font-size: calc(1rem + ((1vw - 3.2px) * 0.25));
  }
  .font-24 {
    font-size: calc(1rem + ((1vw - 3.2px) * 0.5));
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }

  .checkin-content h1,
  .page-title h1 {
    font-size: 32px;
  }
  .font-18,
  .check-list input[type="checkbox"] + label,
  .price-check .item strong,
  .cart-body .item .price,
  .intro-form .form-label {
    font-size: 18px;
  }
  .font-20,
  .choose-payment .btn {
    font-size: 20px;
  }
  .font-24 {
    font-size: 24px;
  }
}

@media (min-width: 576px) {
  .datepicker th,
  .datepicker td {
    height: 53px;
    font-size: 20px;
  }
  .time-table .card-body .btn {
    font-size: 18px;
    padding: 12px 10px;
    font-size: 16px;
  }
  .service-summary .summary {
    padding: 32px;
  }
}

@media (min-width: 768px) {
  .header-right {
    margin-left: auto;
    width: 430px;
    margin-top: 0;
  }
  .cart-body {
    padding: 32px;
  }
  .datepicker-inline {
    padding: 24px;
  }
  .header-select + .header-right {
    margin-left: 16px;
    width: 252px;
  }
  .header-select {
    margin-left: auto;
    margin-top: 0;
  }
  .header-select select {
    width: 120px;
  }
}

@media (min-width: 992px) {
  .time-table .card-body .btn {
    font-size: 16px;
  }
  .header-select + .header-right {
    margin-left: 16px;
    width: 382px;
  }
  .crumbs ul li a {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .time-table .card-body .btn {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
}

@media (min-width: 768px) and (max-width: 991px) {
  .crumbs ul li a {
    font-size: 14px;
    padding-right: 24px;
    padding-left: 55px;
  }
  .crumbs ul li:nth-child(1) a {
    padding-left: 24px;
  }
  .crumbs ul li:last-child a {
    padding-right: 30px;
    padding-left: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .crumbs ul li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .product-details .card-footer .btn {
    margin-top: 12px;
  }
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100% !important;
  }
  .crumbs ul {
    display: block;
  }
  .crumbs ul li {
    display: block;
    width: 100%;
  }
  .crumbs ul li + li {
    margin-top: 10px;
  }
  .crumbs ul li a:before,
  .crumbs ul li a:after {
    display: none;
  }
  .crumbs ul li a {
    padding: 0 30px;
    font-size: 14px;
    width: 100%;
    border-radius: 10px;
    float: none;
  }
  .crumbs ul li a span {
    right: 20px;
    top: 10px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: var(--bs-white) url(images/theme-img/ajax-loader.gif) center
    center no-repeat;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 100;
  background: var(--bs-white);
  border-radius: 6px;
  color: #000;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: var(--bs-white);
  outline: none;
  background: var(--bs-primary);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 100;
}
.slick-prev {
  left: 40px;
}
[dir="rtl"] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: "\f104";
}
[dir="rtl"] .slick-prev:before {
  content: "\f105";
}
.slick-next {
  right: 40px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: 15px;
}
.slick-next:before {
  content: "\f105";
}
[dir="rtl"] .slick-next:before {
  content: "\f104";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: relative;
  margin-top: 30px;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  margin: 0 9px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: var(--bs-primary);
  opacity: 0.2;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background: var(--bs-white);
}
.slick-dots li.slick-active button {
  background: var(--bs-primary);
  height: 14px;
  width: 14px;
  opacity: 1;
}
/* New Shubham */

.nav-tabs {
  border-bottom: 0 !important;
}
.intro-form #phone-number {
  pointer-events: none; /* Disable mouse/keyboard interaction */
}

form#shop-create-account #phone-number,
form#checkin-create-account #phone-number,
form#checkout-create-account #phone-number,
form#book-create-account #phone-number
 {
  pointer-events: all;
}
.iti {
  width: 100%;
}
.iti__flag-container {
  cursor: pointer; /* Ensure the country flag is clickable */
}
.alerts {
  display: none;
}

.ProductSlider {
  margin-right: -12px;
  margin-left: -12px;
}
.ProductSlider .item {
  padding-left: 12px;
  padding-right: 12px;
}
.ProductSlider .slick-prev,
.ProductSlider .slick-next {
  background-color: #5f664d;
  height: 36px;
  width: 36px;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  top: -56px;
}
.ProductSlider .slick-prev:before,
.ProductSlider .slick-next:before {
  color: #fff;
  font-size: 18px;
}
.ProductSlider .slick-prev {
  left: auto;
  right: 62px;
}
.ProductSlider .slick-next {
  right: 12px;
}

.quantity-control button.qty-btn {
  padding: 6px 12px 8px;
  height: 41px;
  background: #ffffff;
  border: 1px solid #efefef;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  width: 41px;
  background: var(--bs-primary) !important;
  border-color: var(--bs-white) !important;
  color: var(--bs-white) !important;
  height: 41px;
}
.quantity-control .quantity {
  display: inline;
}
.quantity-control {
  margin: 3px 0;
  white-space: nowrap;
}

.quantity-control button.qty-btn,
.quantity-control .qty-input {
  float: none !important;
  height: 41px;
}

.quantity-control input.qty-input {
  height: 41px;
  padding: 6px 12px 8px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #efefef;
  font-size: 20px;
  line-height: 20px;
  box-shadow: none;
  margin: 0 !important;
  width: 100px;
}
.quantity-control input[type="number"]::-webkit-inner-spin-button,
.quantity-control input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.cart-item-actions {
  display: flex;
  align-items: center;
}
.form-row.place-order {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.wc-block-components-product-details {
  display: none;
}
.service-tabs button.accordion-button {
  background: #f8f6ed !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  width: 100%;
  position: relative;
}
button#toggle-password {
  height: 58px;
}
/* General Checkout Page Styling */

/* Container for the checkout form */
.woocommerce-checkout .container {
  max-width: 1200px;
}
/* Form headings */
.woocommerce-checkout h3 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 10px;
}

/* Billing and Shipping Sections */
#customer_details .col-1,
#customer_details .col-2 {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

/* Form Fields */
.woocommerce-checkout .form-row {
  margin-bottom: 1.5rem;
}

.woocommerce-checkout .form-row label {
  font-weight: 500;
  color: #555;
  margin-bottom: 0.5rem;
  display: block;
}

.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

/* Required Field Indicator */
.woocommerce-checkout .form-row .required {
  color: #dc3545;
}

/* Order Review Section (Sidebar) */
#order_review {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 20px;
}

/* Order Table */
#order_review .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

#order_review .shop_table th,
#order_review .shop_table td {
  padding: 12px;
  border-bottom: 1px solid #e9ecef;
  font-size: 0.95rem;
}

#order_review .shop_table th {
  font-weight: 600;
  color: #333;
}

#order_review .shop_table .product-name {
  font-weight: 500;
}

#order_review .shop_table .product-total {
  text-align: right;
}

/* Order Totals */
#order_review .order-total {
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
}

/* Payment Section */
#payment {
  background: #f8f9fa !important;
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
}

#payment .payment_methods {
  list-style: none;
  padding: 0;
}

#payment .payment_methods li {
  margin-bottom: 10px;
}

#payment .payment_methods label {
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

#payment .payment_box {
  background: #fff;
  padding: 10px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  margin-top: 8px;
}


/* Coupon Section */
.woocommerce-checkout #coupon {
  margin-bottom: 20px;
}

.woocommerce-checkout #coupon .form-row {
  display: flex;
  gap: 10px;
}

.woocommerce-checkout #coupon input {
  flex: 1;
}

.woocommerce-checkout #coupon .button {
  background-color: #28a745;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
}

.woocommerce-checkout #coupon .button:hover {
  background-color: #218838;
}

/* Error and Success Messages */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 1rem;
}

.woocommerce-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.woocommerce-message {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.woocommerce-info {
  background-color: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  #order_review {
    position: static;
  }

  #order_review .shop_table th,
  #order_review .shop_table td {
    font-size: 0.9rem;
  }

  #place_order {
    font-size: 0.95rem;
    padding: 10px 20px;
  }

  .woocommerce-checkout h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .woocommerce-checkout .form-row {
    margin-bottom: 1rem;
  }

  .woocommerce-checkout h3 {
    font-size: 1.3rem;
  }
}
input#gift-card-number {
  max-width: 400px;
  margin: 0 auto;
}
.woocommerce-privacy-policy-text {
  display: none;
}
.ProductSlider .slick-track {
  display: flex !important;
}

.ProductSlider .slick-slide {
  height: inherit !important;
}
/* Ensure the slider container is positioned correctly */
.ProductSlider {
  margin: 0 auto;
}

/* Make slick-slide a flex container to pass height down */
.ProductSlider .slick-slide {
  display: flex;
  flex-direction: column;
  height: 100%; /* Ensure all slides have equal height */
}

/* Style the extra div added by Slick */
.ProductSlider .slick-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; /* Ensure it fills the slide */
}

/* Ensure .item takes full height */
.ProductSlider .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Style the shop-item to fill the slide and align content */
.ProductSlider .shop-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 400px; /* Consistent minimum height */
  box-sizing: border-box;
}

/* Consistent image height */
.ProductSlider .shop-item .full-img img {
  width: 100%;
  height: 200px; /* Fixed height for images */
  object-fit: cover;
}

/* Push .action to the bottom */
.product-details {
  flex-grow: 1; /* Allow product details to take available space */
}

.ProductSlider .action {
  margin-top: auto; /* Push to bottom */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

/* Optional: Truncate long product names */
.ProductSlider .shop-item strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ProductSlider .shop-item {
    min-height: 350px;
  }
  .ProductSlider .full-img img {
    height: 150px;
  }
}
a.scan-card-btn {
  display: flex;
  align-items: center;
  color: #474b2e;
  text-decoration: none;
  gap: 8px;
  border: 1px solid #474b2e;
  border-radius: 10px;
  padding: 10px;
}

a.scan-card-btn svg {
  width: 25px;
  height: 25px;
}
.icon-membership {
  background: var(--bs-primary);
  height: 60px;
  display: flex;
  width: 60px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.datepicker .next:hover {
  background-image: url(images/theme-img/next.svg) !important;
  background-position: center;
  background-repeat: no-repeat;
}
.datepicker .prev:hover {
  background-image: url(images/theme-img/prev.svg) !important;
  background-position: center;
  background-repeat: no-repeat;
}
.text-theme {
  color: var(--bs-primary) !important;
}
button#scanner-toggle-btn {
    font-size: 30px;
    height: 60px;
}
.radio-list .account-selection-item input[type="radio"] + label {
    background-position: left center !important;
    padding-left: 32px !important;
}
dl.variation {
    font-size: 12px;
}

dt.variation-CardDesign {
    display: none !important;
}
.variation-CardDesign{
  display: none !important;
}
form.woocommerce-checkout {
    background: #7f85712e;
    box-shadow: 2px 5px 8px #7f8571;
    padding: 20px;
}
.woocommerce-billing-fields h3{
  display: none;
}
div#checkoutAccordion {
    display: none;
}