/* =========================================
		Paths
   ========================================= */
/**
 * Prefix paths with $p_ to make
 * them easier to find with
 * autocomplete
 *
 */
.page-template-greece20-cat7-vouchers .valid-feedback.visible,
.page-template-greece20-cat7-vouchers .invalid-feedback.visible {
  display: block !important;
}
.page-template-greece20-cat7-vouchers .nowrap {
  white-space: nowrap;
}
.page-template-greece20-cat7-vouchers .main-content {
  padding: 60px 0;
}
.page-template-greece20-cat7-vouchers .main-content.order-create {
  background-color: #fff;
}
.page-template-greece20-cat7-vouchers .main-content .accordion {
  background-color: transparent;
}
.page-template-greece20-cat7-vouchers .main-content .accordion .card {
  margin-bottom: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 0 !important;
}
.page-template-greece20-cat7-vouchers .main-content .accordion .card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.page-template-greece20-cat7-vouchers .main-content .accordion .card header {
  min-height: 56px;
  padding: 10px 0 !important;
  border: none;
  background-color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-template-greece20-cat7-vouchers .main-content .accordion .card header .accordion-header-index {
  font-weight: 600;
  color: white;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #277777;
  padding: 10px 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-greece20-cat7-vouchers .main-content .accordion .card header .accordion-header-title {
  padding: 0.3rem 0.75rem;
  font-size: 24px;
  line-height: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* takes remaining space */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-wrap: break-word;
  /* ensure text wraps */
}
.page-template-greece20-cat7-vouchers .main-content .accordion .card header .accordion-header-editable button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.page-template-greece20-cat7-vouchers .main-content .accordion .card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.page-template-greece20-cat7-vouchers .main-content i.icon-checkbox {
  content: url("../img/icons/checkbox-checked.svg");
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  width: 24px;
}
.page-template-greece20-cat7-vouchers .main-content i.icon-checkbox + div > span:first-child {
  font-size: 1.25rem;
}
.page-template-greece20-cat7-vouchers .main-content i.icon-mini-info {
  content: url("../img/icons/info-information.svg");
  margin-top: 5px;
  margin-right: 8px;
}
.page-template-greece20-cat7-vouchers .main-content button.ghost-button {
  border: none;
  background: none;
}
.page-template-greece20-cat7-vouchers .main-content i.icon-pos-service {
  content: url("../img/icons/pos-service.svg");
}
.page-template-greece20-cat7-vouchers .main-content .icon-edit-step {
  content: url("../img/icons/edit.svg");
}
.page-template-greece20-cat7-vouchers .main-content .order-summary .order-summary__title {
  height: 64px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Arrange children in a row */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Vertically center the items */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* Align items to the left */
  gap: 20px;
  /* Optional: space between the spans */
}
.page-template-greece20-cat7-vouchers .main-content .order-summary .order-summary__image img {
  display: block;
  /* Remove any inline spacing */
  max-height: 64px;
  /* Control image size if needed */
}
.page-template-greece20-cat7-vouchers .main-content .order-summary .order-summary__footer .totals {
  font-size: 1.25rem !important;
}
.page-template-greece20-cat7-vouchers .main-content .form-control.hide-group-divider {
  border-right: none !important;
}
.page-template-greece20-cat7-vouchers .main-content .form-group .input-group .input-group-append .input-group-text {
  height: 40px;
}
.page-template-greece20-cat7-vouchers .main-content .form-group .input-group .input-group-append .input-group-text.disabled {
  background-color: #EBEBEB;
  color: #666666;
}
.page-template-greece20-cat7-vouchers .main-content .form-group:is(.group-is-invalid) .input-group-append .input-group-text.disabled {
  border-color: #4E575F;
}
.page-template-greece20-cat7-vouchers .main-content aside.order-summary {
  width: 100%;
}
.page-template-greece20-cat7-vouchers #gr-otp-modal .modal-footer {
  -ms-flex-item-align: center;
      align-self: center;
}
.page-template-greece20-cat7-vouchers .tooltip-inner {
  text-align: left;
  font-size: 12px;
}
.page-template-greece20-cat7-vouchers .tooltip-inner ul {
  padding-left: 13px;
}