@charset "UTF-8";
/**
 * Imports
 */
/**
 * Clearfix
 */
/**
 * Objects
 */
.wc-appointments-appointment-form-wrap {
  display: block !important;
  font-size: 16px;
  width: 100%;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 1em;
  padding: 1em 1em 0;
  width: 100%;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form input {
  box-sizing: border-box;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form input[type=radio],
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form input[type=checkbox] {
  width: auto !important;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .form-field input[type=number] {
  width: 25%;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .form-field.wc_appointments_field_timezone {
  margin: 0;
  padding: 0;
  position: relative;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .form-field.wc_appointments_field_timezone label {
  background-color: #fff;
  font-size: 0.8em;
  padding: 0.8em;
  position: absolute;
  top: -3em;
  right: -0.5em;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .form-field.wc_appointments_field_timezone label a {
  cursor: pointer;
  margin-left: 0.3em;
  text-decoration: none;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .form-field.wc_appointments_field_timezone label a:after {
  content: "▼";
  font-size: 0.75em;
  margin-left: 5px;
}
.rtl .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .form-field.wc_appointments_field_timezone label a:after {
  margin-left: 0;
  margin-right: 5px;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .form-field.wc_appointments_field_timezone select,
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .form-field.wc_appointments_field_timezone .select2 {
  display: none;
  margin-bottom: 1em;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .form-field-month label {
  display: none;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .form-field-month .slot-picker {
  border-top: 0;
  padding-top: 0;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .form-field-month .slot-picker li.slot {
  display: inline-block;
  width: 25%;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .form-field-month .slot-picker li.selected-month {
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form label {
  color: rgb(43, 43, 43);
  display: block;
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 5px;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form select {
  width: 100%;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker {
  border-top: 1px dashed rgba(0, 0, 0, 0.05);
  margin: 0 -1em -1px;
  padding: 1em;
  zoom: 1;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker ul.slot_column {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top;
  width: 33.3333%;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot_heading {
  color: rgb(43, 43, 43);
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0 0 10px;
  text-align: center;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot {
  line-height: 1;
  list-style: none;
  margin: 0;
  position: relative;
  padding: 0;
  width: 100%;
  /* Position locale above the element */
  /* Triangle hack to make locale look like a speech bubble */
  /* Show locale content on hover */
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot.selected a, .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot.selected:hover a {
  background-color: #111;
  color: #fff;
  outline-color: transparent;
  text-decoration: none;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot a {
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
  color: rgb(43, 43, 43);
  display: inline-block;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0.85em 5px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot span {
  color: rgb(161, 161, 161);
  display: inline-block;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0.85em 5px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot:hover a, .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot:focus a {
  background-color: #dadada;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgb(43, 43, 43);
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot.slot_empty {
  padding: 0.8em 5px;
  text-align: center;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot.fully_scheduled a,
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot.fully_scheduled a.selected {
  cursor: not-allowed;
  opacity: 0.35;
  text-decoration: line-through;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot.partial_scheduled a:before,
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot.partial_scheduled a.selected:before {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 10%;
  height: 5px;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot[data-locale]:before, .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot[data-locale]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot[data-locale]:before {
  position: absolute;
  top: 125%;
  left: 50%;
  margin-top: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-locale);
  text-align: center;
  font-size: 0.8em;
  z-index: 1;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot[data-locale]:after {
  position: absolute;
  top: 125%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-bottom: 5px solid #000;
  border-bottom: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot[data-locale]:hover:before, .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot[data-locale]:hover:after {
  visibility: visible;
  opacity: 1;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot .spaces-left {
  display: block;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form fieldset .picker.hasDatepicker {
  line-height: 1em;
  position: relative;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form fieldset input {
  width: 100%;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form fieldset input.error {
  border-color: red;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form fieldset legend {
  display: none;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form fieldset legend small {
  text-decoration: underline;
  padding-left: 1em;
  color: #999;
  cursor: pointer;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form fieldset label {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5em;
  width: 25%;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form fieldset label span {
  display: block;
  font-size: 0.8em;
  color: #999;
  padding: 0 2px;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc_appointments_field_staff,
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc-appointments-date-picker {
  background: 0;
  margin: 0 0 1em;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form dl {
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form dl dt {
  clear: left;
  float: left;
  margin: 0 !important;
  padding: 0;
  width: 50%;
}
.rtl .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form dl dt {
  clear: right;
  float: none;
  float: right;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form dl dd {
  float: right !important;
  margin: 0;
  padding: 0;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form dl dd span {
  line-height: 1;
}
.rtl .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form dl dd {
  float: none !important;
  float: left !important;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc-appointments-appointment-hook.wc-appointments-appointment-hook-before .product-addon-add-ons,
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc-appointments-appointment-hook.wc-appointments-appointment-hook-before .tc-extra-product-options.tc-show {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
  padding: 0.5em 1em 1em;
  margin: 0 -1em;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc-appointments-appointment-hook.wc-appointments-appointment-hook-before .wc-pao-addon {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
  margin: -1em -1em 1em !important;
  padding: 1em;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc-appointments-appointment-hook.wc-appointments-appointment-hook-after {
  display: none;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc-appointments-appointment-hook.wc-appointments-appointment-hook-after .product-addon-add-ons,
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc-appointments-appointment-hook.wc-appointments-appointment-hook-after .tc-extra-product-options.tc-show {
  border-top: 1px dashed rgba(0, 0, 0, 0.05);
  padding: 1em 1em 0.5em;
  margin: 0 -1em;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc-appointments-appointment-hook.wc-appointments-appointment-hook-after .wc-pao-addon {
  border-top: 1px dashed rgba(0, 0, 0, 0.05);
  margin: 0 -1em -1px !important;
  padding: 1em;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc-appointments-appointment-cost {
  border-top: 1px dashed rgba(0, 0, 0, 0.05);
  display: none;
  padding: 1em;
  margin: 0 -1em;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0.25em 0 0;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc-pao-addon .addon-description {
  margin: -0.75em 0 1em;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc-pao-addon p.form-row {
  float: none;
  margin: 0 0 0.5em;
  padding: 0;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc-pao-addon p.form-row label {
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc-pao-addon p.form-row:last-of-type {
  margin-bottom: 0.5em;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc-pao-addon .wc-pao-addon-image-swatch.selected {
  outline-color: #111;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form #product-addons-total dl {
  margin-top: 0;
  margin-bottom: 1.25em;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .addon-duration {
  font-size: 0.75em;
  margin-left: 0.15em;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .amount-symbol {
  margin-right: 0.15em;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .wc-deposits-wrapper {
  margin: 1em 0;
}

.woocommerce-order-details .wc-pao-cart-item-name-icon,
.woocommerce-checkout-review-order-table .wc-pao-cart-item-name-icon,
.woocommerce-MyAccount-content .order_details .wc-pao-cart-item-name-icon,
#order_review .wc-pao-cart-item-name-icon,
.woocommerce-mini-cart-item .wc-pao-cart-item-name-icon {
  margin-left: 0;
}

.wc-pao-cart-item-name-icon {
  margin-left: 23px;
}

.price .duration {
  margin-left: 0.25em;
}
.price .duration:before {
  content: "—";
  margin-right: 0.5em;
}
.rtl .price .duration {
  margin-left: 0;
  margin-right: 0.25em;
}
.rtl .price .duration:before {
  margin-right: 0;
  margin-left: 0.5em;
}
.price .from {
  font-size: 0.67em;
  margin: -2px 0 0;
  text-transform: uppercase;
  color: rgba(132, 132, 132, 0.5);
}

.wc-appointments-appointment-form-button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.woocommerce-zero-order .cart .product-price,
.woocommerce-zero-order .cart .product-subtotal,
.woocommerce-zero-order .cart_totals h2,
.woocommerce-zero-order .cart_totals table,
.woocommerce-zero-order .cart-subtotal,
.woocommerce-zero-order .order-total,
.woocommerce-zero-order .order_details .total,
.woocommerce-zero-order .order_details tfoot,
.woocommerce-zero-order .product-total,
.woocommerce-zero-order .product-subtotal,
.woocommerce-zero-order .shop_table tfoot {
  display: none;
}

@media screen and (min-width: 768px) {
  .woocommerce table.my_account_appointments {
    font-size: 0.875em;
  }
}
.woocommerce table.my_account_appointments .anowrap {
  white-space: nowrap;
}
.woocommerce table.my_account_appointments .adesc {
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .woocommerce table.my_account_appointments .adesc {
    display: block;
    margin-left: 0;
  }
}

#ui-datepicker-div {
  display: none;
}

.wc-appointments-date-picker .ui-datepicker {
  border: 0;
  background: 0;
  color: #222;
  font-size: 1.1em;
  padding: 0;
  width: 100%;
  /*
  .ui-state-disabled.partial_scheduled,
  .ui-widget-content .ui-state-disabled.partial_scheduled,
  .ui-widget-header .ui-state-disabled.partial_scheduled {
  	font-weight: 400;
  	opacity: 1;
  	filter: Alpha(Opacity=100);
  	&:hover {
  		background-color: transparent;
  	}
  	& a:before,
  	& span:before {
  		background: 0;
  	}
  }
  */
}
.wc-appointments-date-picker .ui-datepicker * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
.wc-appointments-date-picker .ui-datepicker .ui-helper-clearfix:before,
.wc-appointments-date-picker .ui-datepicker .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.wc-appointments-date-picker .ui-datepicker .ui-state-disabled,
.wc-appointments-date-picker .ui-datepicker .ui-widget-content .ui-state-disabled,
.wc-appointments-date-picker .ui-datepicker .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
}
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-header a {
  color: #222;
}
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-title {
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  margin: 0 2.5em;
  padding: 0.7em 0;
  text-align: center;
}
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  display: inline-block;
}
.wc-appointments-date-picker .ui-datepicker td:hover,
.wc-appointments-date-picker .ui-datepicker .ui-state-hover,
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-prev-hover,
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-next-hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-decoration: none;
}
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-prev-hover,
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-next-hover,
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-next,
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-prev {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
}
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-prev {
  left: 0;
}
.rtl .wc-appointments-date-picker .ui-datepicker .ui-datepicker-prev {
  left: auto;
  right: 0;
}
.rtl .wc-appointments-date-picker .ui-datepicker .ui-datepicker-prev span:before {
  content: "→";
}
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-next {
  right: 0;
}
.rtl .wc-appointments-date-picker .ui-datepicker .ui-datepicker-next {
  right: auto;
  left: 0;
}
.rtl .wc-appointments-date-picker .ui-datepicker .ui-datepicker-next span:before {
  content: "←";
}
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-next span,
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-prev span {
  background: none;
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  font-weight: normal;
}
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-next span:before,
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-prev span:before {
  content: "→";
  speak: none;
  font-size: 1.5em;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 36px;
}
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-prev span:before {
  content: "←";
}
.wc-appointments-date-picker .ui-datepicker .ui-icon-circle-triangle-e,
.wc-appointments-date-picker .ui-datepicker .ui-icon-circle-triangle-w {
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -99999px;
}
.rtl .wc-appointments-date-picker .ui-datepicker .ui-icon-circle-triangle-e,
.rtl .wc-appointments-date-picker .ui-datepicker .ui-icon-circle-triangle-w {
  text-indent: -99999px;
}
.wc-appointments-date-picker .ui-datepicker table,
.wc-appointments-date-picker .ui-datepicker tbody {
  border: 0;
  font-size: 1em;
  margin: 0;
  width: 100%;
}
.wc-appointments-date-picker .ui-datepicker th {
  background: 0;
  border: 0;
  color: rgb(43, 43, 43);
  font-size: 0.8em;
  font-weight: 400;
  padding: 0.8em 0 !important;
  text-align: center;
  word-break: normal;
}
.wc-appointments-date-picker .ui-datepicker tr {
  border: 0;
  padding: 0 !important;
}
.wc-appointments-date-picker .ui-datepicker td {
  background: 0;
  border: none;
  padding: 0 !important;
  position: relative;
  width: 14.2857142857%;
}
.wc-appointments-date-picker .ui-datepicker td a,
.wc-appointments-date-picker .ui-datepicker td span {
  box-shadow: none;
  display: block;
}
.wc-appointments-date-picker .ui-datepicker td .ui-state-default {
  background: transparent;
  background-image: none !important;
  border: none;
  color: rgb(43, 43, 43);
  margin: 0;
  font-size: 0.8em;
  text-align: center;
  padding: 0.8em 0;
}
.wc-appointments-date-picker .ui-datepicker td:not(.ui-state-disabled) a.ui-state-default {
  font-weight: 600;
}
.wc-appointments-date-picker .ui-datepicker td:not(.ui-datepicker-current-day) a.ui-state-active,
.wc-appointments-date-picker .ui-datepicker td:not(.ui-datepicker-current-day) a.ui-state-active.ui-state-hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.wc-appointments-date-picker .ui-datepicker td.appointable a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgb(43, 43, 43);
  position: relative;
  z-index: 2;
}
.wc-appointments-date-picker .ui-datepicker td.partial_scheduled a,
.wc-appointments-date-picker .ui-datepicker td.partial_scheduled span {
  z-index: 1;
}
.wc-appointments-date-picker .ui-datepicker td.partial_scheduled a:before,
.wc-appointments-date-picker .ui-datepicker td.partial_scheduled span:before {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 10%;
  height: 5px;
}
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_9 a:before {
  width: 10%;
}
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_8 a:before {
  width: 20%;
}
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_7 a:before {
  width: 30%;
}
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_6 a:before {
  width: 40%;
}
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_5 a:before {
  width: 50%;
}
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_4 a:before {
  width: 60%;
}
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_3 a:before {
  width: 70%;
}
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_2 a:before {
  width: 80%;
}
.wc-appointments-date-picker .ui-datepicker td.remaining_scheduled_1 a:before {
  width: 90%;
}
.wc-appointments-date-picker .ui-datepicker td.fully_scheduled span,
.wc-appointments-date-picker .ui-datepicker td.fully_scheduled a {
  cursor: not-allowed;
  font-weight: 400;
  text-decoration: line-through;
}
.wc-appointments-date-picker .ui-datepicker td.fully_scheduled span:before,
.wc-appointments-date-picker .ui-datepicker td.fully_scheduled a:before {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 5px;
}
.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-today span,
.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-today a {
  color: #f6563e;
}
.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-current-day a,
.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-current-day a:hover {
  background-color: #111;
  color: #fff;
  opacity: 1;
}
.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-current-day a:before,
.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-current-day a:hover:before {
  background-color: rgba(255, 255, 255, 0.35);
}
.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-selected-day {
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.wc-appointments-date-picker .ui-datepicker td.appointable-range .ui-state-default {
  background: #111;
  color: #fff;
}
.wc-appointments-date-picker .ui-datepicker td.discounted_day.appointable {
  white-space: nowrap;
}
.wc-appointments-date-picker .ui-datepicker td.discounted_day.appointable:after {
  color: #7ad03a;
  content: "\e03c";
  font-family: "WooCommerce";
  font-size: 8px;
  line-height: 1;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
}

.ui-datepicker:not(.ui-datepicker-inline) {
  z-index: 9999 !important;
  background: #fff;
  color: #222;
  font-size: 1.1em;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  width: 17em;
}
.ui-datepicker:not(.ui-datepicker-inline) * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
.ui-datepicker:not(.ui-datepicker-inline) table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-helper-clearfix:before,
.ui-datepicker:not(.ui-datepicker-inline) .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-state-disabled,
.ui-datepicker:not(.ui-datepicker-inline) .ui-widget-content .ui-state-disabled,
.ui-datepicker:not(.ui-datepicker-inline) .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
}
.ui-datepicker:not(.ui-datepicker-inline) table,
.ui-datepicker:not(.ui-datepicker-inline) tbody {
  border: 0;
  font-size: 1em;
  margin: 0;
  width: 100%;
}
.ui-datepicker:not(.ui-datepicker-inline) th {
  background: 0;
  border: 0;
  color: rgb(43, 43, 43);
  font-size: 0.8em;
  font-weight: 700;
  padding: 0.8em 0 !important;
  text-align: center;
  word-break: normal;
}
.ui-datepicker:not(.ui-datepicker-inline) tr {
  border: 0;
  padding: 0 !important;
}
.ui-datepicker:not(.ui-datepicker-inline) td {
  background: 0;
  border: none;
  padding: 0 !important;
  position: relative;
  width: 14.2857142857%;
}
.ui-datepicker:not(.ui-datepicker-inline) td a,
.ui-datepicker:not(.ui-datepicker-inline) td span {
  box-shadow: none;
  display: block;
  text-decoration: none;
}
.ui-datepicker:not(.ui-datepicker-inline) td .ui-state-default {
  background: transparent;
  background-image: none !important;
  border: none;
  color: rgb(43, 43, 43);
  margin: 0;
  font-size: 0.8em;
  text-align: center;
  padding: 0.8em 0;
}
.ui-datepicker:not(.ui-datepicker-inline) td:not(.ui-state-disabled) a.ui-state-default {
  font-weight: 600;
}
.ui-datepicker:not(.ui-datepicker-inline) td:not(.ui-datepicker-current-day) a.ui-state-active,
.ui-datepicker:not(.ui-datepicker-inline) td:not(.ui-datepicker-current-day) a.ui-state-active.ui-state-hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.ui-datepicker:not(.ui-datepicker-inline) td.ui-datepicker-today,
.ui-datepicker:not(.ui-datepicker-inline) td.ui-datepicker-today a {
  color: #f6563e;
}
.ui-datepicker:not(.ui-datepicker-inline) td.ui-datepicker-selected-day,
.ui-datepicker:not(.ui-datepicker-inline) td.ui-datepicker-current-day a,
.ui-datepicker:not(.ui-datepicker-inline) td.ui-datepicker-current-day a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header {
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header a {
  color: #222;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-title {
  line-height: 1;
  margin: 0 2.5em;
  padding: 0.3em 0;
  text-align: center;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-title .ui-datepicker-year {
  display: inline-block;
}
.ui-datepicker:not(.ui-datepicker-inline) td:hover,
.ui-datepicker:not(.ui-datepicker-inline) .ui-state-hover,
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-prev-hover,
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-next-hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-decoration: none;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-prev-hover,
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-next-hover,
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-next,
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-prev {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-prev {
  left: 0;
}
.rtl .ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-prev {
  left: auto;
  right: 0;
}
.rtl .ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-prev span:before {
  content: "→";
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-next {
  right: 0;
}
.rtl .ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-next {
  right: auto;
  left: 0;
}
.rtl .ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-next span:before {
  content: "←";
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-next span,
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-prev span {
  background: none;
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  font-weight: normal;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-next span:before,
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-prev span:before {
  content: "→";
  speak: none;
  font-size: 1.5em;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 36px;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-prev span:before {
  content: "←";
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-icon-circle-triangle-e,
.ui-datepicker:not(.ui-datepicker-inline) .ui-icon-circle-triangle-w {
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -99999px;
}
.rtl .ui-datepicker:not(.ui-datepicker-inline) .ui-icon-circle-triangle-e,
.rtl .ui-datepicker:not(.ui-datepicker-inline) .ui-icon-circle-triangle-w {
  text-indent: -99999px;
}
.ui-datepicker:not(.ui-datepicker-inline) select.ui-datepicker-month,
.ui-datepicker:not(.ui-datepicker-inline) select.ui-datepicker-year {
  display: inline-block;
  width: 45%;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-buttonpane {
  border-top: 1px solid #ddd;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-buttonpane button {
  background: #f7f7f7;
  border: 1px solid #d3d3d3;
  float: right;
  margin: 0.5em 0.2em 0.4em;
  padding: 0.2em 0.6em 0.3em 0.6em;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.wc-appointment-summary {
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.07);
  padding: 1em;
}
.wc-appointment-summary .wc-appointment-summary-name small {
  padding: 0.2em 0.6em;
  display: inline-flex;
  color: #777;
  background: #e5e5e5;
  border-radius: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  cursor: inherit !important;
  white-space: nowrap;
  max-width: 100%;
}
.wc-appointment-summary .wc-appointment-summary-name small.status-complete, .wc-appointment-summary .wc-appointment-summary-name small.status-paid {
  background: #c8d7e1;
  color: #2e4453;
}
.wc-appointment-summary .wc-appointment-summary-name small.status-pending, .wc-appointment-summary .wc-appointment-summary-name small.status-pending-confirmation {
  background: #f8dda7;
  color: #94660c;
}
.wc-appointment-summary .wc-appointment-summary-name small.status-cancelled {
  background: #eba3a3;
  color: #761919;
}
.wc-appointment-summary .wc-appointment-summary-name small.status-confirmed {
  background: #c6e1c6;
  color: #5b841b;
}
.wc-appointment-summary .wc-appointment-summary-name small > span {
  margin: 0 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wc-appointment-summary .wc-appointment-summary-list {
  margin: 1em 0 0;
}
.wc-appointment-summary .wc-appointment-summary-list li {
  margin: 0;
}
.wc-appointment-summary .wc-appointment-summary-list li strong {
  margin-right: 0.5em;
}
.wc-appointment-summary .wc-appointment-summary-actions {
  margin-top: 1em;
}
.wc-appointment-summary .wc-appointment-summary-actions a {
  border-right: 1px solid #ccc;
  margin: 0 3px 0 0;
  padding: 0 4px 0 0;
}
.wc-appointment-summary .wc-appointment-summary-actions a:last-child {
  border-right: 0;
  margin: 0;
  padding: 0;
}

.select2-container .select2-selection--single {
  height: 40px;
}
.select2-container img.staff-avatar {
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  max-height: 24px;
}
.select2-container .select2-dropdown {
  text-align: left;
  z-index: 99999;
}

.select2-container--default .select2-selection--single {
  border-color: #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.date_picker_wrapper input[type=date],
.date_picker_wrapper input[type=text] {
  margin-bottom: 1em;
  width: 100%;
}/*# sourceMappingURL=frontend.css.map */