
.capitalize {
  text-transform: capitalize;
}


/* Datepicker
 -------------------------------------------------------------------------------------------------*/
#hour_picker {
  position: relative;
/*  max-height: 263px;
  overflow-y: auto;*/
}
.datepicker .disabled:hover {
  background-color: #eb525b !important;
}
#calendar_placeholder {
  width: 100%;
  height: 240px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  text-align: center;
  z-index: 5;
}
#calendar_placeholder i {
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1rem;
  margin-left: -1.2rem;
}



.ajax_loader {
  position: relative;
}
.ajax_loader:after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

/* Toast
 -------------------------------------------------------------------------------------------------*/
#toast_container {
  display: none;
  border-radius: 5px;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  box-shadow: 0 0 10px -4px #000;
/*  animation: bounce;
  animation-duration: 2s;*/
}
#toast_container > .alert {
  margin-bottom: 0 !important;
}
#toast_container > .alert > button.close {
  margin-top: -4px;
}
#toast_container > .alert > span {
  vertical-align: bottom;
}


.radio > input[type="radio"] {
  display: none;
}
.radio > label {
  padding: 0.6rem 1rem 0.4rem 1rem;
  border: 2px solid #cfcfcf;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: border-color 0.2s;
  vertical-align: middle;
}
.radio > input[type="radio"]:checked + label {
  background-color: #ebebeb;
  border-color: #e83e8c;
  font-weight: bold;
}


#my_footer ul li > a,
#my_footer ul li > a > i {
  color: var(--gray-dark);
}
#my_footer ul li > a > i {
  font-size: 150%;
}
#my_footer ul li > a:hover,
#my_footer ul li > a:hover > i {
  color: #e74e84;
}
#my_footer > .container > div {
  padding-top: 3.2rem;
  padding-bottom: 1rem;
}


.links_2 > li {
  display: inline-block;
  padding: 0.1rem 0.8rem;
}

.booking_prod_description {
  padding-left: 35px;
}
.booking_prod_description img {
  float: left;
  margin: 0.5rem 0.5rem 0.5rem 0;
}


a.btn_1:hover, .btn_1:hover {
  background: #3f4079;
}



.margin_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .margin_20 {
    /* For less than 767px */
    padding-top: 10px;
    padding-bottom: 10px;
  }
}


.bg-light-gray {
  background-color: #aaa !important;
}

ul.treatments li {
  position: relative;
}

.select_qty {
  border: 1px solid var(--blue);
  padding: 4px 6px 2px 6px;
  border-radius: 3px;
  line-height: 1;
}
