/**
 * Product cure
 */

.cure__attributes .commerce-order-item-add-to-cart-form__price,
.cure__attributes > div > .cure__opendate,
.cure__attributes > div > .cure__enddate,
.cure__attributes > div > .cure__deposit-price,
.cure__attributes > div > .cure__info,
.curist-form-item .paragraph-type-top,
.field--name-field-curists .clearfix .paragraphs-dropbutton-wrapper .form-submit {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.curist-form-item .field--name-field-birth-date .form-type-checkbox {
  display: none;
}

.curist-form .label {
  font-weight: 500;
}

/**
 * Date Selector
 */

.commerce-order-item-add-to-cart-form .field--widget-commerce-product-variation-attributes .fieldgroup .form-radios {
  justify-content: center;
}
.commerce-order-item-add-to-cart-form .field--widget-commerce-product-variation-attributes .fieldgroup legend {
  width: 100%;
}
.commerce-order-item-add-to-cart-form .field--widget-commerce-product-variation-attributes .fieldgroup .fieldset-legend {
  color: var(--brand-primary-color);
  font-size: var(--heading-size);
  text-align: center;
  margin: 2rem 0 0;
  display: block;
  width: 100%;
}

.commerce-order-item-add-to-cart-form .field--widget-commerce-product-variation-attributes .fieldgroup[data-drupal-selector="edit-purchased-entity-0-attributes-attribute-duration-of-care"] .fieldset-legend {
  margin: 1rem 0;
}

/**
 * End Date
 */

.field--name-field-end-date {
  display: none;
}


/**
 * Date Picker Wrapper
 */

.commerce-order-item-add-to-cart-form .field--type-datetime[data-drupal-selector="edit-field-date-stay-wrapper"] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.commerce-order-item-add-to-cart-form .field--type-datetime[data-drupal-selector="edit-field-date-stay-wrapper"] .label {
  width: 100%;
  order: 1;
  color: var(--brand-primary-color);
  font-size: var(--heading-size);
  text-align: center;
  margin: 2rem 0 0;
}
.commerce-order-item-add-to-cart-form .field--type-datetime[data-drupal-selector="edit-field-date-stay-wrapper"] .label:after {
  content: none;
}
.commerce-order-item-add-to-cart-form .field--type-datetime[data-drupal-selector="edit-field-date-stay-wrapper"] .cure__info {
  width: 100%;
  order: 2;
}
.cure__info .grid-row {
  padding: 0;
}
.commerce-order-item-add-to-cart-form .field--type-datetime[data-drupal-selector="edit-field-date-stay-wrapper"] .container-inline {
  order: 4;
  margin: 0 0 1rem 0;
}
.commerce-order-item-add-to-cart-form .field--type-datetime[data-drupal-selector="edit-field-date-stay-wrapper"] .description {
  order: 3;
}
.commerce-order-item-add-to-cart-form .field--type-datetime[data-drupal-selector="edit-field-date-stay-wrapper"] .description strong{
  text-decoration: underline;
  font-weight: 400;
  font-family: FuturaLT-Book, sans-serif;
}
@media all and (min-width: 750px) {
  .commerce-order-item-add-to-cart-form .field--type-datetime[data-drupal-selector="edit-field-date-stay-wrapper"] {
    flex-direction: row;
    align-items: initial;
  }
  .commerce-order-item-add-to-cart-form .field--type-datetime[data-drupal-selector="edit-field-date-stay-wrapper"] .container-inline {
    margin: 1rem 0;
  }
  .commerce-order-item-add-to-cart-form .field--type-datetime[data-drupal-selector="edit-field-date-stay-wrapper"] .cure__info {
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 1100px) {
  .commerce-order-item-add-to-cart-form .field--type-datetime[data-drupal-selector="edit-field-date-stay-wrapper"] .description {
    width: 30%;
    margin-right: 1rem;
  }
}

/**
 * Button Add To cart
 */

.button--add-to-cart {
  background-color: var(--brand-primary-color);
  background-image: url('../../images/cross-add-to-cart.svg');
  background-repeat: no-repeat;
  background-position: 1.778rem 50%;
  background-size: 22px 14px;
  color: var(--brand-white);
  transition: color 0.2s, background-color 0.2s;
  border-radius: 2px;
  position: relative;
  display: block;
  line-height: 1.2;
  padding: 1rem 2rem 1rem 4rem;
  font-size: 1.25rem;
  border: none;
  margin: 1rem auto 2rem;
}
.button--add-to-cart.button:first-child {
  margin: 1rem auto 2rem;
}
.button--add-to-cart:hover {
  background-color: var(--brand-secondary-color);
  text-decoration: none;
}
@media all and (min-width: 1300px) {
  .button--add-to-cart{
    font-size: 1.278rem;
  }
}


/**
 * Curist Form
 */

.commerce-order-item-add-to-cart-form {
  margin: 0;
}
.commerce-order-item-add-to-cart-form .fieldgroup[data-drupal-selector="edit-purchased-entity-0-attributes-attribute-number-of-curists"]{
  max-width: 750px;
  margin: 0 auto;
  display: block;
}
.curist-form {
  max-width: 750px;
  display: block;
  margin: 2rem auto 1rem;
}
.curist-form-item {
  margin: 2rem 0;
  background-color: var(--brand-secondary-light-color);
  padding: 1rem;
}
.curist-form-item fieldset legend {
  font-weight: 400;
}
@media all and (min-width: 1100px) {
  .curist-form-item {
    padding: 2rem;
  }
}

.curist-form-item fieldset.group-inputs > legend{
  color: var(--brand-primary-color);
  font-weight: 700;
  font-family: FuturaLT-Heavy, sans-serif;
}

/**
 * Js Generated Block
 */

.price_block {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  display: block;
}
.price_calculated {
  color: var(--brand-primary-color);
  font-family: FuturaLT-Heavy, sans-serif;
  font-weight: 700;
  margin-left: 0.25rem;
}
.person_block,
.time_block {
  margin-bottom: 2rem;
  text-align: center;
}

/**
 * Product Date form
 */

.form-item-field-curists-0-subform-field-medical-appointement-date-0-has-value,
.form-item-field-curists-1-subform-field-medical-appointement-date-0-has-value,
.form-item-field-curists-2-subform-field-medical-appointement-date-0-has-value,
.form-item-field-curists-3-subform-field-medical-appointement-date-0-has-value {
  display: none;
}
.medical-appointment .label,
.medical-appointment label {
  display: none;
}
.medical-appointment .fieldset-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.medical-appointment .select {
  margin-top: 0;
  max-width: 125px;
  min-width: 100px;
}
.medical-appointment .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.medical-appointment-time legend{
  display: none;
}
.medical-appointment-time .fieldset-wrapper {
  display: flex;
  gap: 0 1rem;
  align-items: center;
}
@media all and (min-width: 750px) {
  .medical-appointment .fieldset-wrapper {
    gap: 0 1rem;
  }
}

option[value="Dr Nya MOUNGANG - General thermal doctor"] {
  display: none;
}

.curist-patient-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0px;
}