.error {
  color: #000000;
}

.shiny-addons-posts:not(.list) .post-col.added-to-cart {
  border: 1px solid #101828;
}
.shiny-addons-posts a.button.remove-product-btn {
  padding: 9px 16px;
  border-radius: 40px;
  text-transform: capitalize;
  background: #ececec;
  color: #ff4b4b;
}

/*form styles*/
.padbooking-booking-form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.padbooking-booking-form {
  background: #1a7288;
  padding: 32px;
  border-radius: 30px;
}
.music-garage.padbooking-booking-form {
  background: #334a52;
}
.padbooking-booking-form .booking-success {
  color: #fff;
  text-align: center;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.padbooking-booking-form {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 220px;
}
form.padbooking-form {
  width: 100%;
  min-height: 60vh;
}
.padbooking-booking-form fieldset {
  border: 0 none;
  border-radius: 3px;
  padding: 20px 0px 0;
  box-sizing: border-box;
  position: relative;
}
.padbooking-booking-form fieldset > div {
  margin-bottom: 10px;
}
.padbooking-booking-form fieldset div.date_time_slot,
.padbooking-booking-form fieldset div.message {
  min-height: 54vh;
}
.padbooking-booking-form .form-group,
input#music_garage_booking_date {
  margin-bottom: 15px;
}
.padbooking-booking-form fieldset .message {
  color: #fff;
}
/*Hide all except first fieldset*/
.padbooking-booking-form fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
.padbooking-booking-form input,
textarea {
  padding: 15px;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 13px;
}
.padbooking-booking-form input#roadhouse_booking_date {
  margin-bottom: 20px;
}
.padbooking-booking-form .custom-form-link {
  color: #a0e1e1 !important;
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px !important;
  background: #20231e;
  padding: 8px 20px;
  border-radius: 8px;
}
.padbooking-booking-form input.validate-required {
  border-color: #ff5555;
}

/* Service Cards */
.padbooking-booking-form fieldset .padbooking_service_card {
  margin-bottom: 15px;
}
.padbooking_service_card {
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.padbooking_service_card.selected {
  border: 2px solid #20231e;
}
.padbooking_service_card.selected:after {
  content: "\2713";
  position: absolute;
  right: 3px;
  top: 3px;
  background: #1a7288;
  display: inline-block;
  color: #ffffff;
  padding: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.padbooking-booking-form .timeslots .button.selected:after {
  content: "\2713";
  position: absolute;
  right: 0px;
  top: 0px;
  background: #1a7288;
  display: inline-block;
  color: #ffffff;
  padding: 0px;
  width: 16px;
  height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.padbooking_service_card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.padbooking_service_card_image {
  max-width: 54px;
}
.padbooking_service_card_title {
  width: 50%;
}
.padbooking-booking-form .help-text {
  color: #ffffff;
  font-size: 13px;
}
span.padbooking_service_duration_span {
  background: #ffda7d;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}
/* Date Time Slot */
.padbooking-booking-form input#padbooking_booking_date {
  border: 1px solid #eaecf0;
  max-width: 368px;
  margin-bottom: 32px;
}
.padbooking-booking-form label {
  color: #e5faff;
  display: block;
  margin-bottom: 5px;
}
.padbooking-booking-form .wc_payment_method label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.padbooking-booking-form .timeslots {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
.padbooking-booking-form .timeslots .button {
  width: 23%;
  border-radius: 8px;
  background: #fff;
  color: #20231e;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 16px 10px;
  text-align: center;
  position: relative;
}
.padbooking-booking-form .timeslots .button.selected {
  border: 2px solid #000000;
}
.padbooking-booking-form .timeslots .button.disabled {
  background: #d0d5dd;
  color: #98a2b3;
  cursor: not-allowed;
}

.padbooking-booking-form .action-button {
  width: 166px !important;
  background: #20231e;
  font-weight: bold;
  color: #a0e1e1;
  border: 0 none;
  border-radius: 54px;
  cursor: pointer;
  padding: 20px;
  margin: 0;
  text-decoration: none;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}
.padbooking-booking-form input.previous.action-button {
  float: left;
}
.padbooking-booking-form input.next.action-button {
  float: right;
}
.woocommerce-page.woocommerce-checkout #payment #place_order,
.woocommerce.woocommerce-checkout #payment #place_order {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*headings*/
.padbooking-booking-form .fs-title {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}
.padbooking-booking-form .fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
/*progressbar*/
.padbooking-booking-form #progressbar {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  overflow: hidden;
  counter-reset: step;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.padbooking-booking-form #progressbar li {
  list-style-type: none;
  color: #f1f1f1;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.padbooking-booking-form #progressbar svg {
  margin-right: 16px;
}
.padbooking-booking-form #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  line-height: 24px;
  display: block;
  color: #c7c7c7;
  border: 1px solid #98a2b3;
  border-radius: 50%;
  margin-right: 5px;
  text-align: center;
}
/*progressbar connectors*/
.padbooking-booking-form #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}
.padbooking-booking-form #progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.padbooking-booking-form #progressbar li.active:before,
.padbooking-booking-form #progressbar li.active:after {
  background: #20231e;
  color: white;
}
.padbooking-booking-form #progressbar li svg {
  max-width: 60px;
}
.padbooking-booking-form .timeslots .not-found {
  color: #fff;
}
.padbooking-booking-form .padbooking-info-fields {
  max-height: 50vh;
  overflow: hidden;
  overflow-y: auto;
}
.padbooking-booking-form .consent-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.padbooking-booking-form .consent-checkbox input,
.padbooking-booking-form .consent-checkbox label {
  width: auto;
  margin-bottom: 0;
}
.padbooking-booking-form .action-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  width: 100%;
  height: 90px;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-shadow: 4px 0px 14px -8px #0c0c0d24;
}
.padbooking-booking-form .action-buttons .previous {
  visibility: hidden;
}
.padbooking-booking-form .action-button.previous {
  width: 100px !important;
  float: left;
}
.padbooking-booking-form fieldset .action-button.previous {
  padding: 12px 0 12px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.padbooking-booking-form .confirmation .message p {
  color: #fff;
  margin-bottom: 2px;
}

.padbooking-booking-form .action-button.confirm-button {
  float: right;
  min-width: 166px;
}

.padbooking-booking-form .form-row .col-md-6,
.padbooking-booking-form .form-row .col-md-12 {
  padding-right: 15px;
}
/* Responsive */
@media (min-width: 992px) {
  .padbooking-booking-form .form-row .col-md-6 {
    width: 50%;
    float: left;
  }
  .padbooking-booking-form {
    flex-wrap: nowrap;
  }

  .padbooking-booking-form .action-buttons .action-button {
    display: none;
  }
  .padbooking-booking-form .action-buttons {
    display: none;
  }
}

@media (max-width: 1286px) {
  .padbooking-booking-form .shiny-addons-posts .post-col {
    width: 47%;
  }
}

@media (max-width: 991px) {
  .site-content .ast-container {
    padding: 0;
  }
  .padbooking-booking-form,
  .padbooking-order-summary {
    padding: 32px 16px;
  }
  .padbooking-booking-form .fs-title {
    font-size: 24px;
  }
  .padbooking-booking-form .timeslots .button {
    min-width: 146px;
    font-size: 14px;
    padding: 15px 5px;
  }

  .padbooking-booking-form .action-button {
    width: 142px !important;
    padding: 12px;
  }

  .padbooking-booking-form fieldset .action-button.previous {
    padding: 8px 0 8px 12px;
  }
}

@media (max-width: 580px) {
  .padbooking-booking-form .form-row .col-md-6,
  .padbooking-booking-form .form-row .col-md-12 {
    padding-right: 5px;
  }
  .padbooking-booking-form #progressbar li {
    font-size: 12px;
    line-height: 14px;
    flex-direction: column;
    gap: 5px;
  }
  .padbooking-booking-form #progressbar li:before {
    width: 18px;
    line-height: 14px;
  }
  .padbooking-booking-form #progressbar li:last-child {
    width: 20%;
  }

  .padbooking-booking-form #progressbar li.mobile-hide,
  .padbooking-booking-form #progressbar li.mobile-hide + svg {
    width: 0;
    height: 0;
    visibility: hidden;
  }
  .padbooking-booking-form #progressbar svg {
    margin-right: 10px;
    width: 20px;
  }
  ul.shiny-post-categories li a {
    padding: 6px 16px;
  }
  .padbooking-booking-form .shiny-addons-posts.grid .post-col {
    width: 100% !important;
  }
  .padbooking-booking-form .timeslots .button {
    min-width: 138px;
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .padbooking-booking-form #progressbar {
    justify-content: center;
    gap: 10px;
  }
  .padbooking-booking-form #progressbar li {
    width: auto !important;
  }
  .padbooking-booking-form #progressbar li span {
    display: none;
  }
}
