/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* .payment-note {
  background-color: #593e3f !important;
  color: #ffffff !important;
  padding: 2rem;
  margin-bottom: 30px;
}

.payment-note p {
  margin-bottom: 0px !important;
} */

.payment .payment-note p a {
  color: #ab8a61 !important;
  text-decoration: underline !important;
}

.payment .payment-note p a:active,
.payment .payment-note p a:hover,
.payment .payment-note p a:focus {
  color: #ab8a61 !important;
  text-decoration: underline !important;
}

.treatments-nav a.active {
  text-decoration: underline;
}

/* .card-container {
  margin-bottom: 20px;
} */

i.fas {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-day-top.disabled {
  opacity: 0.3;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.calendar-time-block form {
  display: inline-block;
}

.modal-content {
  padding: 20px;
}

.treatments-nav a:active,
.treatments-nav a:hover,
.treatments-nav a:focus,
.treatments-nav a.active {
  color: #477797 !important;
}

.btn.btn-primary {
  color: #fff !important;
  background-color: #bea48b !important;
}

.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: #fff !important;
  background-color: #593e3f !important;
}

.btn.btn-sm {
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0px !important;
}

.stm_buttons_style_4 .btn {
  color: #fff !important;
  background-color: #bea48b !important;
}

.stm_buttons_style_4 .btn:active,
.stm_buttons_style_4 .btn:hover,
.stm_buttons_style_4 .btn:focus {
  color: #fff !important;
  background-color: #593e3f !important;
}

.jumbotron {
  color: #fff !important;
  background-color: #593e3f !important;
  border-radius: 0px !important;
  margin-top: 20px;
}

.jumbotron p {
  font-size: 16px !important;
  margin-bottom: 0px !important;
}

/* .card {
  border-radius: 0px !important;
}

.card-img-top {
  border-radius: 0px !important;
}

.card-body {
  padding-bottom: 0px;
}

.card-footer {
  background-color: #fff;
  border: none;
}

.card-title {
  font-size: 20px !important;
}

.card-title a:active,
.card-title a:hover,
.card-title a:focus {
  color: #477797 !important;
}

.card-text {
  font-size: 14px !important;
  margin-bottom: 15px !important;
}

.card-text.description {
  font-size: 14px !important;
  margin-bottom: 25px !important;
} */

.izimModal {
  border-radius: 0px !important;
}

/* .iziModal h2 {
  color: #bea48b !important;
  margin-bottom: 26px !important;
}

.iziModal h4 {
  font-size: 20px !important;
  margin-bottom: 10px !important;
} */

.modal-content {
  border: none !important;
  border-radius: 0px !important;
}

.modal-content .stmicon-close_13 {
  position: absolute;
  right: 20px;
  top: 26px;
  font-size: 28px;
  color: #212121 !important;
}

.modal-content .stmicon-close_13:hover {
  cursor: pointer !important;
}

.select2-container--bootstrap4 .select2-selection {
  border-radius: 0px !important;
  border: 1px solid #e5e7e8 !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border: 1px solid #e5e7e8 !important;
  box-shadow: none !important;
}

.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 0.75rem + 14px) !important;
}

.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__rendered {
  line-height: calc(1.5em + 0.75rem + 12px) !important;
}

.select2-dropdown {
  border-radius: 0px !important;
  border: 1px solid #e5e7e8 !important;
}

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #e5e7e8 !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4
  .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  color: #fff !important;
  background-color: #477797 !important;
}

h1.menu-title {
  margin-bottom: 38px;
}

/* .treatment-info h1 {
  margin-bottom: 5px !important;
}

.treatment-info h2 {
  font-size: 24px !important;
  margin-bottom: 30px !important;
} */

.treatment-info p a {
  color: #477797 !important;
}

.treatment-info p a:active,
.treatment-info p a:hover,
.treatment-info p a:focus {
  color: #69a1cd !important;
  text-decoration: none;
}

.cd-cart {
  max-width: 500px !important;
}

.cd-cart-trigger .count {
  font-size: 0.938rem;
  background-color: #477797 !important;
}

.cd-cart .wrapper {
  border-radius: 0px !important;
}

.cd-cart .wrapper header {
  border-radius: 0px !important;
  border: none !important;
}

.cd-cart .wrapper .body {
  padding-top: 0px !important;
}

.cd-cart .wrapper footer {
  border-radius: 0px !important;
}

/* .cd-cart h2 {
  font-size: 2rem !important;
  margin-bottom: 0px !important;
} */

/* .cd-cart h3 {
  width: 65% !important;
} */

.cd-cart h3 a {
  color: #477797 !important;
}

.cd-cart h3 a:active,
.cd-cart h3 a:hover,
.cd-cart h3 a:focus {
  color: #69a1cd !important;
}

.cd-cart .price {
  float: none !important;
}

.cd-cart .stmicon-close_13 {
  color: #212121 !important;
  font-size: 15px !important;
}

/* .cd-cart .stmicon-close_13:hover {
  color: #d5d5d5 !important;
} */

.cd-cart .actions {
  float: right !important;
  margin-top: 2px !important;
}

/* .cd-cart .product-details .actions .btn {
  margin-top: 10px !important;
}

.cd-cart .product-details .treatment-guest-info {
  font-weight: 400;
  font-size: 0.9em;
  color: #808080;
  line-height: 1.5em;
} */

.cd-cart .button-link.btn-sm {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0rem !important;
}

.cd-cart .checkout,
.cd-cart .checkout.btn {
  font-size: 1rem;
  background-color: #477797 !important;
}

.cd-cart .checkout,
.cd-cart .checkout.btn:active,
.cd-cart .checkout,
.cd-cart .checkout.btn:hover,
.cd-cart .checkout,
.cd-cart .checkout.btn:focus {
  background-color: #69a1cd !important;
}

.cd-cart li.product {
  border-top: 1px solid #e5e7e8 !important;
  padding-top: 15px !important;
}

.treatment-time p a {
  color: #477797 !important;
}

.treatment-time p a:active,
.treatment-time p a:hover,
.treatment-time p a:focus {
  color: #69a1cd !important;
  text-decoration: none !important;
}

.fc-button-primary {
  background-color: #bea48b !important;
  border: none !important;
  border-radius: 0px !important;
}

.fc-button-primary:hover {
  background-color: #477797 !important;
}

.fc-button-primary:disabled:hover {
  background-color: #bea48b !important;
}

.fc-button-primary:focus {
  box-shadow: none !important;
}

.fc-unthemed td.fc-today {
  background: #bea48b !important;
}

.fc-ltr .fc-dayGrid-view .fc-today .fc-day-number {
  color: #fff !important;
}

.fc-highlight {
  background: #593e3f !important;
  opacity: 0.9 !important;
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: #ddd !important;
}

.fc .fc-row .fc-content-skeleton td {
  border-color: #ddd !important;
}

.fc-button-group > .fc-button:not(:first-child) {
  margin-left: 2px !important;
}

.appointment-time-block {
  margin-top: 64px !important;
  margin-left: 15px !important;
}

.calendar-time-block {
  margin-bottom: 50px !important;
}

.calendar-time-block h4 {
  margin-bottom: 10px !important;
}

.appointment-details-submit {
  display: inline-block;
}

a.pick-new-times {
  display: inline-block;
  margin-left: 10px;
}

.appointment-detail {
  padding: 20px 0px !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #e5e7e8 !important;
}

/* .appointment-detail:last-child {
  border: none !important;
} */

/* .appointment-info h1 {
  text-align: center !important;
  margin-bottom: 30px !important;
} */

/* .appointment-detail {
  border-bottom: 1px solid #2b2b2b;
} */

/* .appointment-detail h2 {
  font-size: 30px !important;
  margin-bottom: 0px !important;
}

.appointment-detail p {
  font-size: 16px !important;
}

.appointment-detail .treatment-review-info {
  margin-bottom: 10px !important;
} */

.past-appointments .appointment-detail h2 {
  margin-bottom: 30px !important;
}

.past-appointments .appointment-detail h2 .appointment-date {
  font-size: 0.6em;
  font-weight: normal;
  color: #808080;
}

.past-appointments .appointment-detail .treatment-details {
  padding: 0 20px;
}

.past-appointments .appointment-detail .treatment-details .treatment-detail {
  margin-bottom: 20px !important;
  border-bottom: 1px solid #e5e7e8 !important;
}

.past-appointments
  .appointment-detail
  .treatment-details
  .treatment-detail:last-child {
  margin-bottom: 0px !important;
  border: none !important;
}

.past-appointments .appointment-detail h3 {
  font-size: 24px;
  margin-bottom: 15px !important;
}

.treatment-review p a {
  color: #477797 !important;
}

.treatment-review p a:active,
.treatment-review p a:hover,
.treatment-review p a:focus {
  color: #69a1cd !important;
  text-decoration: none !important;
}

.cancellation-policy p a {
  color: #477797 !important;
}

.cancellation-policy p a:active,
.cancellation-policy p a:hover,
.cancellation-policy p a:focus {
  color: #69a1cd !important;
  text-decoration: none !important;
}

.cancellation-policy h1 {
  text-align: center !important;
  margin-bottom: 30px !important;
}

.cancellation-policy .back-link {
  margin-bottom: 25px !important;
  text-align: left !important;
  font-size: 18px !important;
}

.cancellation-policy p {
  margin-bottom: 5px !important;
  /* text-align: center !important; */
  /* font-size: 16px !important; */
}

.cancellation-policy p span {
  /* font-size: 16px !important; */
}

/* .cancellation-policy ul li,
.cancellation-policy ul li span {
  font-size: 14px !important;
} */

.cancellation-policy ul {
  /* text-align: center; */
  list-style-position: inside;
  list-style-type: none !important;
}

.cancellation-policy ul li {
  padding: 5px 0px !important;
}

.cancellation-policy .form-group {
  padding-left: 0px !important;
  margin-top: 25px !important;
  margin-bottom: 35px !important;
  text-align: center !important;
}

.cancellation-policy .form-check-label {
  margin-left: 1rem !important;
  font-size: 16px !important;
}

.cancellation-policy .form-group.has-danger .form-check-label {
  color: #dc3545;
}

.cancellation-policy a.btn {
  text-align: center !important;
  width: 100% !important;
}

.payment p a {
  color: #477797 !important;
}

.payment p a:active,
.payment p a:hover,
.payment p a:focus {
  color: #69a1cd !important;
  text-decoration: none !important;
}

.payment h1 {
  text-align: center !important;
}

/* .payment h2 {
  font-size: 30px !important;
  margin-bottom: 15px !important;
} */

/* .payment h2.billing {
  color: #bea48b !important;
} */

.payment .payment-well {
  /* text-align: right !important; */
  background: #fafafa !important;
  padding: 10px 30px 30px !important;
}

.payment .payment-well p {
  text-align: left !important;
}

.payment p {
  font-size: 16px !important;
}

.payment .select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 0.75rem + 9px) !important;
}

.payment .form-check {
  padding-left: 0;
}

.payment .form-check .form-check-label {
  margin-left: 1rem !important;
  font-size: 16px !important;
}

.confirmation h1 {
  text-align: center !important;
  margin-bottom: 30px !important;
}

.confirmation .appointment-details-well,
.confirmation .payment-info-well,
.confirmation .policies-well {
  background: #fafafa !important;
  padding: 40px 60px 45px !important;
}

.confirmation h2 {
  font-size: 30px !important;
  margin-bottom: 15px !important;
}

.confirmation .policies-text {
  font-size: 16px !important;
}

/* .confirmation dl dt {
  text-transform: uppercase !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  border-color: #d5d5d5 !important;
}

.confirmation dl dd {
  font-weight: 600 !important;
  font-size: 14px !important;
  margin-top: 12px !important;
}

.confirmation dl {
  border: none !important;
  margin-bottom: 0px !important;
} */

.form-group.has-danger {
  color: #dc3545;
}

.form-control.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.confirmation .policies-well {
  margin-bottom: 30px;
}
.confirmation .policies-well p {
  margin-top: 25px;
}
.confirmation .policies-well p strong {
  /* font-weight: normal !important; */
}
.confirmation .policies-well p strong span {
  /* font-size: 2rem !important; */
}
.confirmation .policies-well ul {
  /* padding-left: 20px !important; */
}
.confirmation .policies-well ul li {
  padding-bottom: 10px;
}
.confirmation .policies-well ul li span {
  /* font-size: 1.75rem !important; */
}

/* Mobile */
@media (max-width: 767px) {
  /* .treatments-nav a {
    text-align: center;
  }

  .modal-content #addServiceAndCheckout {
    margin-top: 15px;
  } */

  /* .cd-cart .product-details h3 {
    font-size: 18px !important;
  } */

  .cd-cart .checkout,
  .cd-cart .checkout.btn {
    font-size: 1.4rem;
  }

  #calendar .fc-left h2 {
    font-size: 24px !important;
  }

  #calendar .fc-right .fc-button {
    padding: 0.35em 0.45em;
    font-size: 0.8em;
  }

  .appointment-time-block {
    margin: 0px !important;
  }

  /* .treatment-review .appointment-info h1 {
    text-align: left !important;
  } */

  .treatment-review .appointment-info .appointment-detail h2 {
    font-size: 24px !important;
    margin-top: 10px;
  }

  .treatment-review .appointment-info .appointment-detail p {
    font-size: 16px !important;
  }

  a.pick-new-times {
    margin-left: 0px;
  }

  .cancellation-policy ul {
    padding-left: 0px;
  }

  .cancellation-policy div {
    text-align: center;
  }

  .cancellation-policy .form-check label {
    text-align: left;
  }

  .cancellation-policy a.btn {
    width: auto !important;
  }

  .cancellation-policy .justify-content-center {
    justify-content: left !important;
  }

  .cancellation-policy button.btn {
    margin-left: 130px;
  }

  .payment .payment-well .appointment-details .appointment-detail h2 {
    font-size: 24px !important;
    margin-top: 10px;
  }

  .payment .payment-well .appointment-details .appointment-detail p {
    font-size: 16px !important;
  }

  .confirmation .appointment-details-well,
  .confirmation .payment-info-well,
  .confirmation .policies-well {
    padding: 20px !important;
  }

  .confirmation .appointment-details-well {
    margin-bottom: 30px !important;
  }
}
.fc-header-toolbar .fc-left {
  display: none;
}
.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  animation: sk-chase 2.5s infinite linear both;
}

.appointment-time-block .sk-chase {
  margin-top: 250px;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #477797;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%,
  0% {
    transform: scale(1);
  }
}

.cd-cart-trigger .loader {
  top: 10px;
}

.cd-cart-trigger .loader.sk-chase {
  width: 50px;
  height: 50px;
}

.cd-cart-trigger .loader .sk-chase-dot:before {
  background-color: #ddd;
}

.select2-results__option[aria-disabled="true"] {
  opacity: 0.5;
}

.nav.treatments-nav.flex-column.flex-sm-row {
  max-width: 600px !important;
  margin: 0 auto 30px;
}

.nav.treatments-nav.flex-column.flex-sm-row .flex-sm-fill.nav-link {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  nav.nav.treatments-nav.flex-column.flex-sm-row {
    flex-direction: column !important;
  }
}

/* Calendar */
.calendar {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 50px;
  grid-auto-rows: 100px;
  overflow: auto;
}
.calendar-container {
  margin: auto;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  max-width: 1200px;
}
.calendar-header {
  text-align: left;
  padding: 20px 0;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid rgba(166, 168, 179, 0.3);
}
.calendar-header h1 {
  display: inline-block;
  margin: 0;
  font-size: 1.75em;
}
.calendar-header .calendar-actions {
  float: right;
}
.calendar-header p {
  margin: 5px 0 0 0;
  font-size: 13px;
  font-weight: 600;
  color: rgba(81, 86, 93, 0.4);
}
.calendar-header button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  background-color: #477797;
  color: #fff;
  transition: all 300ms ease;
}
.calendar-header button:disabled {
  opacity: 0.65;
  pointer-events: none;
  cursor: none;
}
.calendar-header button:hover {
  background-color: #69a1cd;
}

.calendar-header button span {
  font-size: 1.5em;
}

#calendar .day {
  border-bottom: 1px solid rgba(166, 168, 179, 0.3);
  border-right: 1px solid rgba(166, 168, 179, 0.3);
  text-align: right;
  padding: 14px 20px;
  letter-spacing: 1px;
  font-size: 12px;
  box-sizing: border-box;
  color: rgba(89, 62, 62, 0.3);
  position: relative;
  z-index: 1;
  pointer-events: auto;
  transition: all 200ms ease;
  background-color: #fff;
}
/* .day:nth-of-type(7n + 7) {
  border-right: 0;
}
.day:nth-of-type(n + 1):nth-of-type(-n + 7) {
  grid-row: 2;
}
.day:nth-of-type(n + 8):nth-of-type(-n + 14) {
  grid-row: 3;
}
.day:nth-of-type(n + 15):nth-of-type(-n + 21) {
  grid-row: 4;
}
.day:nth-of-type(n + 22):nth-of-type(-n + 28) {
  grid-row: 5;
}
.day:nth-of-type(n + 29):nth-of-type(-n + 35) {
  grid-row: 6;
}
.day:nth-of-type(7n + 1) {
  grid-column: 1/1;
}
.day:nth-of-type(7n + 2) {
  grid-column: 2/2;
}
.day:nth-of-type(7n + 3) {
  grid-column: 3/3;
}
.day:nth-of-type(7n + 4) {
  grid-column: 4/4;
}
.day:nth-of-type(7n + 5) {
  grid-column: 5/5;
}
.day:nth-of-type(7n + 6) {
  grid-column: 6/6;
}
.day:nth-of-type(7n + 7) {
  grid-column: 7/7;
} */
#calendar .day-active {
  cursor: pointer;
  color: #477797;
}
#calendar .day-active:hover,
#calendar .day-selected {
  background-color: #477797;
  color: #fff;
}
#calendar .day-today {
  background-color: rgba(105, 161, 205, 0.3);
}
#calendar .day-name {
  font-size: 12px;
  text-transform: uppercase;
  /* color: #593e3e; */
  text-align: center;
  border-bottom: 1px solid rgba(166, 168, 179, 0.3);
  line-height: 50px;
  font-weight: 500;
}
#calendar .day--disabled {
  color: rgba(152, 160, 166, 0.5);
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9f9fa' fill-opacity='0.5' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  cursor: not-allowed;
  pointer-events: none;
}
